diff --git a/dependency/clickhouse/12.1.0/CHANGELOG.md b/dependency/clickhouse/12.1.0/CHANGELOG.md deleted file mode 100644 index b6165df582c..00000000000 --- a/dependency/clickhouse/12.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - -## [clickhouse-11.0.0](https://github.com/truecharts/charts/compare/clickhouse-10.2.14...clickhouse-11.0.0) (2024-02-10) - -### Chore - - - -- update container image clickhouse/clickhouse-server to v24.1.3.31[@fa8f259](https://github.com/fa8f259) by renovate ([#17950](https://github.com/truecharts/charts/issues/17950)) - - -## [clickhouse-10.2.14](https://github.com/truecharts/charts/compare/clickhouse-10.2.13...clickhouse-10.2.14) (2024-02-05) - -### Chore - - - -- update container image clickhouse/clickhouse-server to v23.12.3.40[@ad7f046](https://github.com/ad7f046) by renovate ([#17903](https://github.com/truecharts/charts/issues/17903)) - - -## [clickhouse-10.2.13](https://github.com/truecharts/charts/compare/clickhouse-10.2.12...clickhouse-10.2.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [clickhouse-10.2.12](https://github.com/truecharts/charts/compare/clickhouse-10.2.11...clickhouse-10.2.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [clickhouse-10.2.11](https://github.com/truecharts/charts/compare/clickhouse-10.2.10...clickhouse-10.2.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [clickhouse-10.2.10](https://github.com/truecharts/charts/compare/clickhouse-10.2.9...clickhouse-10.2.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [clickhouse-10.2.9](https://github.com/truecharts/charts/compare/clickhouse-10.2.8...clickhouse-10.2.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [clickhouse-10.2.8](https://github.com/truecharts/charts/compare/clickhouse-10.2.7...clickhouse-10.2.8) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [clickhouse-10.2.7](https://github.com/truecharts/charts/compare/clickhouse-10.2.6...clickhouse-10.2.7) (2024-01-08) - -### Chore diff --git a/dependency/clickhouse/12.1.0/Chart.yaml b/dependency/clickhouse/12.1.0/Chart.yaml deleted file mode 100644 index 84de4f32ab6..00000000000 --- a/dependency/clickhouse/12.1.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: 24.1.5.6 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/dependency/clickhouse/12.1.0/charts/common-18.0.1.tgz b/dependency/clickhouse/12.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/dependency/clickhouse/12.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/dependency/clickhouse/12.1.0/.helmignore b/dependency/clickhouse/12.2.0/.helmignore similarity index 100% rename from dependency/clickhouse/12.1.0/.helmignore rename to dependency/clickhouse/12.2.0/.helmignore diff --git a/dependency/clickhouse/12.2.0/CHANGELOG.md b/dependency/clickhouse/12.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5c3806687a3 --- /dev/null +++ b/dependency/clickhouse/12.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + +## [clickhouse-11.0.0](https://github.com/truecharts/charts/compare/clickhouse-10.2.14...clickhouse-11.0.0) (2024-02-10) + +### Chore + + + +- update container image clickhouse/clickhouse-server to v24.1.3.31[@fa8f259](https://github.com/fa8f259) by renovate ([#17950](https://github.com/truecharts/charts/issues/17950)) + + +## [clickhouse-10.2.14](https://github.com/truecharts/charts/compare/clickhouse-10.2.13...clickhouse-10.2.14) (2024-02-05) + +### Chore + + + +- update container image clickhouse/clickhouse-server to v23.12.3.40[@ad7f046](https://github.com/ad7f046) by renovate ([#17903](https://github.com/truecharts/charts/issues/17903)) + + +## [clickhouse-10.2.13](https://github.com/truecharts/charts/compare/clickhouse-10.2.12...clickhouse-10.2.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [clickhouse-10.2.12](https://github.com/truecharts/charts/compare/clickhouse-10.2.11...clickhouse-10.2.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [clickhouse-10.2.11](https://github.com/truecharts/charts/compare/clickhouse-10.2.10...clickhouse-10.2.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [clickhouse-10.2.10](https://github.com/truecharts/charts/compare/clickhouse-10.2.9...clickhouse-10.2.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [clickhouse-10.2.9](https://github.com/truecharts/charts/compare/clickhouse-10.2.8...clickhouse-10.2.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [clickhouse-10.2.8](https://github.com/truecharts/charts/compare/clickhouse-10.2.7...clickhouse-10.2.8) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + diff --git a/dependency/clickhouse/12.2.0/Chart.yaml b/dependency/clickhouse/12.2.0/Chart.yaml new file mode 100644 index 00000000000..6bc0f1b8b9d --- /dev/null +++ b/dependency/clickhouse/12.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: database + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: dependency +apiVersion: v2 +appVersion: 24.1.5.6 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). +home: https://truecharts.org/charts/dependency/clickhouse +icon: https://truecharts.org/img/hotlink-ok/chart-icons/clickhouse.png +keywords: + - database + - clickhouse + - sql +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: clickhouse +sources: + - https://clickhouse.com/ + - https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse + - https://hub.docker.com/r/clickhouse/clickhouse-server +type: application +version: 12.2.0 diff --git a/dependency/clickhouse/12.1.0/README.md b/dependency/clickhouse/12.2.0/README.md similarity index 100% rename from dependency/clickhouse/12.1.0/README.md rename to dependency/clickhouse/12.2.0/README.md diff --git a/dependency/clickhouse/12.1.0/app-readme.md b/dependency/clickhouse/12.2.0/app-readme.md similarity index 100% rename from dependency/clickhouse/12.1.0/app-readme.md rename to dependency/clickhouse/12.2.0/app-readme.md diff --git a/dependency/clickhouse/12.2.0/charts/common-18.1.2.tgz b/dependency/clickhouse/12.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/dependency/clickhouse/12.2.0/charts/common-18.1.2.tgz differ diff --git a/dependency/clickhouse/12.1.0/ix_values.yaml b/dependency/clickhouse/12.2.0/ix_values.yaml similarity index 100% rename from dependency/clickhouse/12.1.0/ix_values.yaml rename to dependency/clickhouse/12.2.0/ix_values.yaml diff --git a/dependency/clickhouse/12.1.0/questions.yaml b/dependency/clickhouse/12.2.0/questions.yaml similarity index 100% rename from dependency/clickhouse/12.1.0/questions.yaml rename to dependency/clickhouse/12.2.0/questions.yaml diff --git a/dependency/clickhouse/12.1.0/templates/NOTES.txt b/dependency/clickhouse/12.2.0/templates/NOTES.txt similarity index 100% rename from dependency/clickhouse/12.1.0/templates/NOTES.txt rename to dependency/clickhouse/12.2.0/templates/NOTES.txt diff --git a/dependency/clickhouse/12.1.0/templates/common.yaml b/dependency/clickhouse/12.2.0/templates/common.yaml similarity index 100% rename from dependency/clickhouse/12.1.0/templates/common.yaml rename to dependency/clickhouse/12.2.0/templates/common.yaml diff --git a/dependency/clickhouse/12.1.0/values.yaml b/dependency/clickhouse/12.2.0/values.yaml similarity index 100% rename from dependency/clickhouse/12.1.0/values.yaml rename to dependency/clickhouse/12.2.0/values.yaml diff --git a/dependency/mariadb/13.1.1/CHANGELOG.md b/dependency/mariadb/13.1.1/CHANGELOG.md deleted file mode 100644 index 694d6d7d187..00000000000 --- a/dependency/mariadb/13.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [mariadb-12.1.17](https://github.com/truecharts/charts/compare/mariadb-12.1.16...mariadb-12.1.17) (2024-02-12) - -### Chore - - - -- update container image bitnami/mariadb to 11.2.3[@78249a0](https://github.com/78249a0) by renovate ([#18203](https://github.com/truecharts/charts/issues/18203)) - - -## [mariadb-12.1.16](https://github.com/truecharts/charts/compare/mariadb-12.1.15...mariadb-12.1.16) (2024-02-12) - -### Chore - - - -- update container image bitnami/mariadb to 11.2.3[@9ad5c99](https://github.com/9ad5c99) by renovate ([#18157](https://github.com/truecharts/charts/issues/18157)) - - -## [mariadb-12.1.15](https://github.com/truecharts/charts/compare/mariadb-12.1.14...mariadb-12.1.15) (2024-02-12) - -### Chore - - - -- update container image bitnami/mariadb to v11.2.3[@f0ef0a9](https://github.com/f0ef0a9) by renovate ([#18121](https://github.com/truecharts/charts/issues/18121)) - - -## [mariadb-12.1.14](https://github.com/truecharts/charts/compare/mariadb-12.1.13...mariadb-12.1.14) (2024-02-05) - -### Chore - - - -- update container image bitnami/mariadb to 11.2.2[@ac9f78b](https://github.com/ac9f78b) by renovate ([#17815](https://github.com/truecharts/charts/issues/17815)) - - -## [mariadb-12.1.13](https://github.com/truecharts/charts/compare/mariadb-12.1.12...mariadb-12.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mariadb-12.1.12](https://github.com/truecharts/charts/compare/mariadb-12.1.11...mariadb-12.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mariadb-12.1.11](https://github.com/truecharts/charts/compare/mariadb-12.1.10...mariadb-12.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mariadb-12.1.10](https://github.com/truecharts/charts/compare/mariadb-12.1.9...mariadb-12.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [mariadb-12.1.9](https://github.com/truecharts/charts/compare/mariadb-12.1.8...mariadb-12.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [mariadb-12.1.8](https://github.com/truecharts/charts/compare/mariadb-12.1.7...mariadb-12.1.8) (2024-01-21) diff --git a/dependency/mariadb/13.1.1/Chart.yaml b/dependency/mariadb/13.1.1/Chart.yaml deleted file mode 100644 index 03a49d0bbda..00000000000 --- a/dependency/mariadb/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: 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.1 - 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.1 diff --git a/dependency/mariadb/13.1.1/charts/common-18.0.1.tgz b/dependency/mariadb/13.1.1/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/dependency/mariadb/13.1.1/charts/common-18.0.1.tgz and /dev/null differ diff --git a/dependency/mariadb/13.1.1/.helmignore b/dependency/mariadb/13.2.0/.helmignore similarity index 100% rename from dependency/mariadb/13.1.1/.helmignore rename to dependency/mariadb/13.2.0/.helmignore diff --git a/dependency/mariadb/13.2.0/CHANGELOG.md b/dependency/mariadb/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..fcaf7f953b0 --- /dev/null +++ b/dependency/mariadb/13.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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)) \ No newline at end of file diff --git a/dependency/mariadb/13.2.0/Chart.yaml b/dependency/mariadb/13.2.0/Chart.yaml new file mode 100644 index 00000000000..400d72c4574 --- /dev/null +++ b/dependency/mariadb/13.2.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: database + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: dependency +apiVersion: v2 +appVersion: 11.2.3 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/dependency/mariadb/13.1.1/README.md b/dependency/mariadb/13.2.0/README.md similarity index 100% rename from dependency/mariadb/13.1.1/README.md rename to dependency/mariadb/13.2.0/README.md diff --git a/dependency/mariadb/13.1.1/app-readme.md b/dependency/mariadb/13.2.0/app-readme.md similarity index 100% rename from dependency/mariadb/13.1.1/app-readme.md rename to dependency/mariadb/13.2.0/app-readme.md diff --git a/dependency/mariadb/13.2.0/charts/common-18.1.2.tgz b/dependency/mariadb/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/dependency/mariadb/13.2.0/charts/common-18.1.2.tgz differ diff --git a/dependency/mariadb/13.1.1/ix_values.yaml b/dependency/mariadb/13.2.0/ix_values.yaml similarity index 100% rename from dependency/mariadb/13.1.1/ix_values.yaml rename to dependency/mariadb/13.2.0/ix_values.yaml diff --git a/dependency/mariadb/13.1.1/questions.yaml b/dependency/mariadb/13.2.0/questions.yaml similarity index 100% rename from dependency/mariadb/13.1.1/questions.yaml rename to dependency/mariadb/13.2.0/questions.yaml diff --git a/dependency/mariadb/13.1.1/templates/NOTES.txt b/dependency/mariadb/13.2.0/templates/NOTES.txt similarity index 100% rename from dependency/mariadb/13.1.1/templates/NOTES.txt rename to dependency/mariadb/13.2.0/templates/NOTES.txt diff --git a/dependency/mariadb/13.1.1/templates/common.yaml b/dependency/mariadb/13.2.0/templates/common.yaml similarity index 100% rename from dependency/mariadb/13.1.1/templates/common.yaml rename to dependency/mariadb/13.2.0/templates/common.yaml diff --git a/dependency/mariadb/13.1.1/values.yaml b/dependency/mariadb/13.2.0/values.yaml similarity index 100% rename from dependency/mariadb/13.1.1/values.yaml rename to dependency/mariadb/13.2.0/values.yaml diff --git a/dependency/memcached/12.1.3/CHANGELOG.md b/dependency/memcached/12.1.3/CHANGELOG.md deleted file mode 100644 index fe3a3e2363c..00000000000 --- a/dependency/memcached/12.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [memcached-11.1.18](https://github.com/truecharts/charts/compare/memcached-11.1.17...memcached-11.1.18) (2024-02-12) - -### Chore - - - -- update container image bitnami/memcached to 1.6.23[@b36218a](https://github.com/b36218a) by renovate ([#18205](https://github.com/truecharts/charts/issues/18205)) - - -## [memcached-11.1.17](https://github.com/truecharts/charts/compare/memcached-11.1.16...memcached-11.1.17) (2024-02-12) - -### Chore - - - -- update container image bitnami/memcached to 1.6.23[@25f877b](https://github.com/25f877b) by renovate ([#18159](https://github.com/truecharts/charts/issues/18159)) - - -## [memcached-11.1.16](https://github.com/truecharts/charts/compare/memcached-11.1.15...memcached-11.1.16) (2024-02-12) - -### Chore - - - -- update container image bitnami/memcached to 1.6.23[@076d4a3](https://github.com/076d4a3) by renovate ([#18029](https://github.com/truecharts/charts/issues/18029)) - - -## [memcached-11.1.15](https://github.com/truecharts/charts/compare/memcached-11.1.14...memcached-11.1.15) (2024-02-05) - -### Chore - - - -- update container image bitnami/memcached to 1.6.23[@a26b0df](https://github.com/a26b0df) by renovate ([#17817](https://github.com/truecharts/charts/issues/17817)) - - -## [memcached-11.1.14](https://github.com/truecharts/charts/compare/memcached-11.1.13...memcached-11.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [memcached-11.1.13](https://github.com/truecharts/charts/compare/memcached-11.1.12...memcached-11.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [memcached-11.1.12](https://github.com/truecharts/charts/compare/memcached-11.1.11...memcached-11.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [memcached-11.1.11](https://github.com/truecharts/charts/compare/memcached-11.1.10...memcached-11.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [memcached-11.1.10](https://github.com/truecharts/charts/compare/memcached-11.1.9...memcached-11.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - diff --git a/dependency/memcached/12.1.3/Chart.yaml b/dependency/memcached/12.1.3/Chart.yaml deleted file mode 100644 index 73b31f60ad4..00000000000 --- a/dependency/memcached/12.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Memcached is a memory-backed database caching solution -home: https://truecharts.org/charts/dependency/memcached -icon: https://truecharts.org/img/hotlink-ok/chart-icons/memcached.png -keywords: - - memcached - - database - - cache -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: memcached -sources: - - https://github.com/bitnami/bitnami-docker-memcached - - https://github.com/truecharts/charts/tree/master/charts/dependency/memcached - - https://hub.docker.com/r/bitnami/memcached -type: application -version: 12.1.3 diff --git a/dependency/memcached/12.1.3/charts/common-18.0.2.tgz b/dependency/memcached/12.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/dependency/memcached/12.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/dependency/memcached/12.1.3/ix_values.yaml b/dependency/memcached/12.1.3/ix_values.yaml deleted file mode 100644 index 9280299772a..00000000000 --- a/dependency/memcached/12.1.3/ix_values.yaml +++ /dev/null @@ -1,16 +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 -manifestManager: - enabled: false diff --git a/dependency/memcached/12.1.3/.helmignore b/dependency/memcached/12.3.0/.helmignore similarity index 100% rename from dependency/memcached/12.1.3/.helmignore rename to dependency/memcached/12.3.0/.helmignore diff --git a/dependency/memcached/12.3.0/CHANGELOG.md b/dependency/memcached/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..53e8d8d988b --- /dev/null +++ b/dependency/memcached/12.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + +## [memcached-11.1.18](https://github.com/truecharts/charts/compare/memcached-11.1.17...memcached-11.1.18) (2024-02-12) + +### Chore + + + +- update container image bitnami/memcached to 1.6.23[@b36218a](https://github.com/b36218a) by renovate ([#18205](https://github.com/truecharts/charts/issues/18205)) + + +## [memcached-11.1.17](https://github.com/truecharts/charts/compare/memcached-11.1.16...memcached-11.1.17) (2024-02-12) + +### Chore + + + +- update container image bitnami/memcached to 1.6.23[@25f877b](https://github.com/25f877b) by renovate ([#18159](https://github.com/truecharts/charts/issues/18159)) + + +## [memcached-11.1.16](https://github.com/truecharts/charts/compare/memcached-11.1.15...memcached-11.1.16) (2024-02-12) + +### Chore + + + +- update container image bitnami/memcached to 1.6.23[@076d4a3](https://github.com/076d4a3) by renovate ([#18029](https://github.com/truecharts/charts/issues/18029)) + + +## [memcached-11.1.15](https://github.com/truecharts/charts/compare/memcached-11.1.14...memcached-11.1.15) (2024-02-05) + +### Chore + + + +- update container image bitnami/memcached to 1.6.23[@a26b0df](https://github.com/a26b0df) by renovate ([#17817](https://github.com/truecharts/charts/issues/17817)) + + +## [memcached-11.1.14](https://github.com/truecharts/charts/compare/memcached-11.1.13...memcached-11.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [memcached-11.1.13](https://github.com/truecharts/charts/compare/memcached-11.1.12...memcached-11.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [memcached-11.1.12](https://github.com/truecharts/charts/compare/memcached-11.1.11...memcached-11.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [memcached-11.1.11](https://github.com/truecharts/charts/compare/memcached-11.1.10...memcached-11.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [memcached-11.1.10](https://github.com/truecharts/charts/compare/memcached-11.1.9...memcached-11.1.10) (2024-01-21) + +### Chore + diff --git a/dependency/memcached/12.3.0/Chart.yaml b/dependency/memcached/12.3.0/Chart.yaml new file mode 100644 index 00000000000..4cdde3ce297 --- /dev/null +++ b/dependency/memcached/12.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: database + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: dependency +apiVersion: v2 +appVersion: 1.6.23 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Memcached is a memory-backed database caching solution +home: https://truecharts.org/charts/dependency/memcached +icon: https://truecharts.org/img/hotlink-ok/chart-icons/memcached.png +keywords: + - memcached + - database + - cache +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: memcached +sources: + - https://github.com/bitnami/bitnami-docker-memcached + - https://github.com/truecharts/charts/tree/master/charts/dependency/memcached + - https://hub.docker.com/r/bitnami/memcached +type: application +version: 12.3.0 diff --git a/dependency/memcached/12.1.3/README.md b/dependency/memcached/12.3.0/README.md similarity index 100% rename from dependency/memcached/12.1.3/README.md rename to dependency/memcached/12.3.0/README.md diff --git a/dependency/memcached/12.1.3/app-readme.md b/dependency/memcached/12.3.0/app-readme.md similarity index 100% rename from dependency/memcached/12.1.3/app-readme.md rename to dependency/memcached/12.3.0/app-readme.md diff --git a/dependency/memcached/12.3.0/charts/common-18.1.2.tgz b/dependency/memcached/12.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/dependency/memcached/12.3.0/charts/common-18.1.2.tgz differ diff --git a/dependency/memcached/12.3.0/dashboard.json b/dependency/memcached/12.3.0/dashboard.json new file mode 100644 index 00000000000..3b5a20c46b7 --- /dev/null +++ b/dependency/memcached/12.3.0/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.0/ix_values.yaml b/dependency/memcached/12.3.0/ix_values.yaml new file mode 100644 index 00000000000..98bd53c826c --- /dev/null +++ b/dependency/memcached/12.3.0/ix_values.yaml @@ -0,0 +1,26 @@ +image: + repository: bitnami/memcached + pullPolicy: IfNotPresent + tag: 1.6.23@sha256:214eba277eaa9ea9ea4c65a2ecf464955e6a15ba2579272ffb9a51420509716c +service: + main: + ports: + main: + port: 11211 + protocol: tcp + targetPort: 11211 +portal: + open: + enabled: false + +configmap: + dashboard: + enabled: true + labels: + grafana_dashboard: "1" + data: + memcached.json: >- + {{ .Files.Get "dashboard.json" | indent 8 }} + +manifestManager: + enabled: false diff --git a/dependency/memcached/12.1.3/questions.yaml b/dependency/memcached/12.3.0/questions.yaml similarity index 100% rename from dependency/memcached/12.1.3/questions.yaml rename to dependency/memcached/12.3.0/questions.yaml diff --git a/dependency/memcached/12.1.3/templates/NOTES.txt b/dependency/memcached/12.3.0/templates/NOTES.txt similarity index 100% rename from dependency/memcached/12.1.3/templates/NOTES.txt rename to dependency/memcached/12.3.0/templates/NOTES.txt diff --git a/dependency/memcached/12.1.3/templates/common.yaml b/dependency/memcached/12.3.0/templates/common.yaml similarity index 100% rename from dependency/memcached/12.1.3/templates/common.yaml rename to dependency/memcached/12.3.0/templates/common.yaml diff --git a/dependency/memcached/12.1.3/values.yaml b/dependency/memcached/12.3.0/values.yaml similarity index 100% rename from dependency/memcached/12.1.3/values.yaml rename to dependency/memcached/12.3.0/values.yaml diff --git a/dependency/mongodb/12.1.0/CHANGELOG.md b/dependency/mongodb/12.1.0/CHANGELOG.md deleted file mode 100644 index 175a29cedbc..00000000000 --- a/dependency/mongodb/12.1.0/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)) - - -## [mongodb-11.1.13](https://github.com/truecharts/charts/compare/mongodb-11.1.12...mongodb-11.1.13) (2024-01-21) diff --git a/dependency/mongodb/12.1.0/Chart.yaml b/dependency/mongodb/12.1.0/Chart.yaml deleted file mode 100644 index 6436cb62f80..00000000000 --- a/dependency/mongodb/12.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: 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.1 - 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.0 diff --git a/dependency/mongodb/12.1.0/charts/common-18.0.1.tgz b/dependency/mongodb/12.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/dependency/mongodb/12.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/dependency/mongodb/12.1.0/.helmignore b/dependency/mongodb/12.2.0/.helmignore similarity index 100% rename from dependency/mongodb/12.1.0/.helmignore rename to dependency/mongodb/12.2.0/.helmignore diff --git a/dependency/mongodb/12.2.0/CHANGELOG.md b/dependency/mongodb/12.2.0/CHANGELOG.md new file mode 100644 index 00000000000..30c60728aab --- /dev/null +++ b/dependency/mongodb/12.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + +## [mongodb-11.1.22](https://github.com/truecharts/charts/compare/mongodb-11.1.21...mongodb-11.1.22) (2024-02-12) + +### Chore + + + +- update container image bitnami/mongodb to 7.0.5[@977d7f9](https://github.com/977d7f9) by renovate ([#18206](https://github.com/truecharts/charts/issues/18206)) + + +## [mongodb-11.1.21](https://github.com/truecharts/charts/compare/mongodb-11.1.20...mongodb-11.1.21) (2024-02-12) + +### Chore + + + +- update container image bitnami/mongodb to 7.0.5[@63954ac](https://github.com/63954ac) by renovate ([#18160](https://github.com/truecharts/charts/issues/18160)) + + +## [mongodb-11.1.20](https://github.com/truecharts/charts/compare/mongodb-11.1.19...mongodb-11.1.20) (2024-02-12) + +### Chore + + + +- update container image bitnami/mongodb to 7.0.5[@32424c6](https://github.com/32424c6) by renovate ([#18030](https://github.com/truecharts/charts/issues/18030)) + + +## [mongodb-11.1.19](https://github.com/truecharts/charts/compare/mongodb-11.1.18...mongodb-11.1.19) (2024-02-05) + +### Chore + + + +- update container image bitnami/mongodb to 7.0.5[@6fe59ed](https://github.com/6fe59ed) by renovate ([#17818](https://github.com/truecharts/charts/issues/17818)) + + +## [mongodb-11.1.18](https://github.com/truecharts/charts/compare/mongodb-11.1.17...mongodb-11.1.18) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mongodb-11.1.17](https://github.com/truecharts/charts/compare/mongodb-11.1.16...mongodb-11.1.17) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mongodb-11.1.16](https://github.com/truecharts/charts/compare/mongodb-11.1.15...mongodb-11.1.16) (2024-01-22) + +### Chore + + + +- update container image bitnami/mongodb to 7.0.5[@787529a](https://github.com/787529a) by renovate ([#17510](https://github.com/truecharts/charts/issues/17510)) + + +## [mongodb-11.1.15](https://github.com/truecharts/charts/compare/mongodb-11.1.14...mongodb-11.1.15) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [mongodb-11.1.14](https://github.com/truecharts/charts/compare/mongodb-11.1.13...mongodb-11.1.14) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) \ No newline at end of file diff --git a/dependency/mongodb/12.2.0/Chart.yaml b/dependency/mongodb/12.2.0/Chart.yaml new file mode 100644 index 00000000000..86e122f9a3a --- /dev/null +++ b/dependency/mongodb/12.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: database + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: dependency +apiVersion: v2 +appVersion: 7.0.5 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Fast, reliable, scalable, and easy to use open-source no-sql database system. +home: https://truecharts.org/charts/dependency/mongodb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongodb.png +keywords: + - mongodb + - database + - nosql +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mongodb +sources: + - https://www.mongodb.com + - https://github.com/bitnami/bitnami-docker-mongodb + - https://github.com/truecharts/charts/tree/master/charts/dependency/mongodb + - https://hub.docker.com/r/bitnami/mongodb +type: application +version: 12.2.0 diff --git a/dependency/mongodb/12.1.0/README.md b/dependency/mongodb/12.2.0/README.md similarity index 100% rename from dependency/mongodb/12.1.0/README.md rename to dependency/mongodb/12.2.0/README.md diff --git a/dependency/mongodb/12.1.0/app-readme.md b/dependency/mongodb/12.2.0/app-readme.md similarity index 100% rename from dependency/mongodb/12.1.0/app-readme.md rename to dependency/mongodb/12.2.0/app-readme.md diff --git a/dependency/mongodb/12.2.0/charts/common-18.1.2.tgz b/dependency/mongodb/12.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/dependency/mongodb/12.2.0/charts/common-18.1.2.tgz differ diff --git a/dependency/mongodb/12.1.0/ix_values.yaml b/dependency/mongodb/12.2.0/ix_values.yaml similarity index 100% rename from dependency/mongodb/12.1.0/ix_values.yaml rename to dependency/mongodb/12.2.0/ix_values.yaml diff --git a/dependency/mongodb/12.1.0/questions.yaml b/dependency/mongodb/12.2.0/questions.yaml similarity index 100% rename from dependency/mongodb/12.1.0/questions.yaml rename to dependency/mongodb/12.2.0/questions.yaml diff --git a/dependency/mongodb/12.1.0/templates/NOTES.txt b/dependency/mongodb/12.2.0/templates/NOTES.txt similarity index 100% rename from dependency/mongodb/12.1.0/templates/NOTES.txt rename to dependency/mongodb/12.2.0/templates/NOTES.txt diff --git a/dependency/mongodb/12.1.0/templates/common.yaml b/dependency/mongodb/12.2.0/templates/common.yaml similarity index 100% rename from dependency/mongodb/12.1.0/templates/common.yaml rename to dependency/mongodb/12.2.0/templates/common.yaml diff --git a/dependency/mongodb/12.1.0/values.yaml b/dependency/mongodb/12.2.0/values.yaml similarity index 100% rename from dependency/mongodb/12.1.0/values.yaml rename to dependency/mongodb/12.2.0/values.yaml diff --git a/dependency/redis/12.1.1/CHANGELOG.md b/dependency/redis/12.1.1/CHANGELOG.md deleted file mode 100644 index 3f57ea16c40..00000000000 --- a/dependency/redis/12.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/dependency/redis/12.1.1/Chart.yaml b/dependency/redis/12.1.1/Chart.yaml deleted file mode 100644 index 0ab3e5ca607..00000000000 --- a/dependency/redis/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: 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.1 - 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.1 diff --git a/dependency/redis/12.1.1/charts/common-18.0.1.tgz b/dependency/redis/12.1.1/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/dependency/redis/12.1.1/charts/common-18.0.1.tgz and /dev/null differ diff --git a/dependency/redis/12.1.1/.helmignore b/dependency/redis/12.2.0/.helmignore similarity index 100% rename from dependency/redis/12.1.1/.helmignore rename to dependency/redis/12.2.0/.helmignore diff --git a/dependency/redis/12.2.0/CHANGELOG.md b/dependency/redis/12.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c628c47ef60 --- /dev/null +++ b/dependency/redis/12.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + +## [redis-11.1.21](https://github.com/truecharts/charts/compare/redis-11.1.20...redis-11.1.21) (2024-02-12) + +### Chore + + + +- update container image bitnami/redis to 7.2.4[@9c03d05](https://github.com/9c03d05) by renovate ([#18224](https://github.com/truecharts/charts/issues/18224)) + + +## [redis-11.1.20](https://github.com/truecharts/charts/compare/redis-11.1.19...redis-11.1.20) (2024-02-12) + +### Chore + + + +- update container image bitnami/redis to 7.2.4[@ebc4ce8](https://github.com/ebc4ce8) by renovate ([#18162](https://github.com/truecharts/charts/issues/18162)) + + +## [redis-11.1.19](https://github.com/truecharts/charts/compare/redis-11.1.18...redis-11.1.19) (2024-02-12) + +### Chore + + + +- update container image bitnami/redis to 7.2.4[@fd603c7](https://github.com/fd603c7) by renovate ([#18033](https://github.com/truecharts/charts/issues/18033)) + + +## [redis-11.1.18](https://github.com/truecharts/charts/compare/redis-11.1.17...redis-11.1.18) (2024-02-05) + +### Chore + + + +- update container image bitnami/redis to 7.2.4[@a29afa0](https://github.com/a29afa0) by renovate ([#17819](https://github.com/truecharts/charts/issues/17819)) + + +## [redis-11.1.17](https://github.com/truecharts/charts/compare/redis-11.1.16...redis-11.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [redis-11.1.16](https://github.com/truecharts/charts/compare/redis-11.1.15...redis-11.1.16) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [redis-11.1.15](https://github.com/truecharts/charts/compare/redis-11.1.14...redis-11.1.15) (2024-01-22) + +### Chore + + + +- update container image bitnami/redis to 7.2.4[@eff4f46](https://github.com/eff4f46) by renovate ([#17500](https://github.com/truecharts/charts/issues/17500)) + + +## [redis-11.1.14](https://github.com/truecharts/charts/compare/redis-11.1.13...redis-11.1.14) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [redis-11.1.13](https://github.com/truecharts/charts/compare/redis-11.1.12...redis-11.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) diff --git a/dependency/redis/12.2.0/Chart.yaml b/dependency/redis/12.2.0/Chart.yaml new file mode 100644 index 00000000000..5c0291a880e --- /dev/null +++ b/dependency/redis/12.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: database + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: dependency +apiVersion: v2 +appVersion: 7.2.4 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/dependency/redis/12.1.1/README.md b/dependency/redis/12.2.0/README.md similarity index 100% rename from dependency/redis/12.1.1/README.md rename to dependency/redis/12.2.0/README.md diff --git a/dependency/redis/12.1.1/app-readme.md b/dependency/redis/12.2.0/app-readme.md similarity index 100% rename from dependency/redis/12.1.1/app-readme.md rename to dependency/redis/12.2.0/app-readme.md diff --git a/dependency/redis/12.2.0/charts/common-18.1.2.tgz b/dependency/redis/12.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/dependency/redis/12.2.0/charts/common-18.1.2.tgz differ diff --git a/dependency/redis/12.1.1/ix_values.yaml b/dependency/redis/12.2.0/ix_values.yaml similarity index 100% rename from dependency/redis/12.1.1/ix_values.yaml rename to dependency/redis/12.2.0/ix_values.yaml diff --git a/dependency/redis/12.1.1/questions.yaml b/dependency/redis/12.2.0/questions.yaml similarity index 100% rename from dependency/redis/12.1.1/questions.yaml rename to dependency/redis/12.2.0/questions.yaml diff --git a/dependency/redis/12.1.1/templates/NOTES.txt b/dependency/redis/12.2.0/templates/NOTES.txt similarity index 100% rename from dependency/redis/12.1.1/templates/NOTES.txt rename to dependency/redis/12.2.0/templates/NOTES.txt diff --git a/dependency/redis/12.1.1/templates/common.yaml b/dependency/redis/12.2.0/templates/common.yaml similarity index 100% rename from dependency/redis/12.1.1/templates/common.yaml rename to dependency/redis/12.2.0/templates/common.yaml diff --git a/dependency/redis/12.1.1/values.yaml b/dependency/redis/12.2.0/values.yaml similarity index 100% rename from dependency/redis/12.1.1/values.yaml rename to dependency/redis/12.2.0/values.yaml diff --git a/dependency/solr/10.1.1/CHANGELOG.md b/dependency/solr/10.1.1/CHANGELOG.md deleted file mode 100644 index 932cd4225fe..00000000000 --- a/dependency/solr/10.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/dependency/solr/10.1.1/Chart.yaml b/dependency/solr/10.1.1/Chart.yaml deleted file mode 100644 index 4763a3c6c38..00000000000 --- a/dependency/solr/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: 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.1 - 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.1 diff --git a/dependency/solr/10.1.1/charts/common-18.0.1.tgz b/dependency/solr/10.1.1/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/dependency/solr/10.1.1/charts/common-18.0.1.tgz and /dev/null differ diff --git a/dependency/solr/10.1.1/.helmignore b/dependency/solr/10.2.0/.helmignore similarity index 100% rename from dependency/solr/10.1.1/.helmignore rename to dependency/solr/10.2.0/.helmignore diff --git a/dependency/solr/10.2.0/CHANGELOG.md b/dependency/solr/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..0b4eadee36a --- /dev/null +++ b/dependency/solr/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + +## [solr-9.1.20](https://github.com/truecharts/charts/compare/solr-9.1.19...solr-9.1.20) (2024-02-14) + + +## [solr-9.1.19](https://github.com/truecharts/charts/compare/solr-9.1.18...solr-9.1.19) (2024-02-14) + + +## [solr-9.1.18](https://github.com/truecharts/charts/compare/solr-9.1.17...solr-9.1.18) (2024-02-14) + + +## [solr-9.1.17](https://github.com/truecharts/charts/compare/solr-9.1.16...solr-9.1.17) (2024-02-12) + +### Chore + + + +- update container image bitnami/solr to 9.4.1[@116fe37](https://github.com/116fe37) by renovate ([#18225](https://github.com/truecharts/charts/issues/18225)) + + +## [solr-9.1.16](https://github.com/truecharts/charts/compare/solr-9.1.15...solr-9.1.16) (2024-02-12) + +### Chore + + + +- update container image bitnami/solr to 9.4.1[@f05714e](https://github.com/f05714e) by renovate ([#18163](https://github.com/truecharts/charts/issues/18163)) + + +## [solr-9.1.15](https://github.com/truecharts/charts/compare/solr-9.1.14...solr-9.1.15) (2024-02-12) + +### Chore + + + +- update container image bitnami/solr to 9.4.1[@da0d1ef](https://github.com/da0d1ef) by renovate ([#18034](https://github.com/truecharts/charts/issues/18034)) + + +## [solr-9.1.14](https://github.com/truecharts/charts/compare/solr-9.1.13...solr-9.1.14) (2024-02-05) + +### Chore + + + +- update container image bitnami/solr to 9.4.1[@5a50dfd](https://github.com/5a50dfd) by renovate ([#17820](https://github.com/truecharts/charts/issues/17820)) + + +## [solr-9.1.13](https://github.com/truecharts/charts/compare/solr-9.1.12...solr-9.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [solr-9.1.12](https://github.com/truecharts/charts/compare/solr-9.1.11...solr-9.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [solr-9.1.11](https://github.com/truecharts/charts/compare/solr-9.1.10...solr-9.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) diff --git a/dependency/solr/10.2.0/Chart.yaml b/dependency/solr/10.2.0/Chart.yaml new file mode 100644 index 00000000000..d317f53f1be --- /dev/null +++ b/dependency/solr/10.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: search + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: dependency +apiVersion: v2 +appVersion: 9.5.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/dependency/solr/10.1.1/README.md b/dependency/solr/10.2.0/README.md similarity index 100% rename from dependency/solr/10.1.1/README.md rename to dependency/solr/10.2.0/README.md diff --git a/dependency/solr/10.1.1/app-readme.md b/dependency/solr/10.2.0/app-readme.md similarity index 100% rename from dependency/solr/10.1.1/app-readme.md rename to dependency/solr/10.2.0/app-readme.md diff --git a/dependency/solr/10.2.0/charts/common-18.1.2.tgz b/dependency/solr/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/dependency/solr/10.2.0/charts/common-18.1.2.tgz differ diff --git a/dependency/solr/10.1.1/ix_values.yaml b/dependency/solr/10.2.0/ix_values.yaml similarity index 100% rename from dependency/solr/10.1.1/ix_values.yaml rename to dependency/solr/10.2.0/ix_values.yaml diff --git a/dependency/solr/10.1.1/questions.yaml b/dependency/solr/10.2.0/questions.yaml similarity index 100% rename from dependency/solr/10.1.1/questions.yaml rename to dependency/solr/10.2.0/questions.yaml diff --git a/dependency/solr/10.1.1/templates/NOTES.txt b/dependency/solr/10.2.0/templates/NOTES.txt similarity index 100% rename from dependency/solr/10.1.1/templates/NOTES.txt rename to dependency/solr/10.2.0/templates/NOTES.txt diff --git a/dependency/solr/10.1.1/templates/common.yaml b/dependency/solr/10.2.0/templates/common.yaml similarity index 100% rename from dependency/solr/10.1.1/templates/common.yaml rename to dependency/solr/10.2.0/templates/common.yaml diff --git a/dependency/solr/10.1.1/values.yaml b/dependency/solr/10.2.0/values.yaml similarity index 100% rename from dependency/solr/10.1.1/values.yaml rename to dependency/solr/10.2.0/values.yaml diff --git a/enterprise/authelia/23.1.0/CHANGELOG.md b/enterprise/authelia/23.1.0/CHANGELOG.md deleted file mode 100644 index c009ab8e603..00000000000 --- a/enterprise/authelia/23.1.0/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)) - - -## [authelia-22.1.9](https://github.com/truecharts/charts/compare/authelia-22.1.8...authelia-22.1.9) (2024-01-09) diff --git a/enterprise/authelia/23.1.0/Chart.yaml b/enterprise/authelia/23.1.0/Chart.yaml deleted file mode 100644 index b07c933dc8d..00000000000 --- a/enterprise/authelia/23.1.0/Chart.yaml +++ /dev/null @@ -1,54 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: security - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: enterprise -apiVersion: v2 -appVersion: 4.37.5 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/enterprise/authelia/23.1.0/charts/common-18.0.1.tgz b/enterprise/authelia/23.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/enterprise/authelia/23.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/enterprise/authelia/23.1.0/.helmignore b/enterprise/authelia/23.2.0/.helmignore similarity index 100% rename from enterprise/authelia/23.1.0/.helmignore rename to enterprise/authelia/23.2.0/.helmignore diff --git a/enterprise/authelia/23.2.0/CHANGELOG.md b/enterprise/authelia/23.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c24ba1fb901 --- /dev/null +++ b/enterprise/authelia/23.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + +## [authelia-22.2.7](https://github.com/truecharts/charts/compare/authelia-22.2.6...authelia-22.2.7) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + +### Docs + + + +- Update access rules documentation ([#17316](https://github.com/truecharts/charts/issues/17316)) + + +## [authelia-22.2.6](https://github.com/truecharts/charts/compare/authelia-22.2.5...authelia-22.2.6) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [authelia-22.2.5](https://github.com/truecharts/charts/compare/authelia-22.2.4...authelia-22.2.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [authelia-22.2.4](https://github.com/truecharts/charts/compare/authelia-22.2.3...authelia-22.2.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [authelia-22.2.3](https://github.com/truecharts/charts/compare/authelia-22.2.2...authelia-22.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [authelia-22.2.2](https://github.com/truecharts/charts/compare/authelia-22.2.1...authelia-22.2.2) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [authelia-22.2.1](https://github.com/truecharts/charts/compare/authelia-22.2.0...authelia-22.2.1) (2024-01-12) + +### Authelia + + + +- Add domain_regex configuration option ([#16871](https://github.com/truecharts/charts/issues/16871)) + + +## [authelia-22.2.0](https://github.com/truecharts/charts/compare/authelia-22.1.9...authelia-22.2.0) (2024-01-11) + +### Feat + + + +- Update authelia questions.yaml ([#17082](https://github.com/truecharts/charts/issues/17082)) \ No newline at end of file diff --git a/enterprise/authelia/23.2.0/Chart.yaml b/enterprise/authelia/23.2.0/Chart.yaml new file mode 100644 index 00000000000..4b48655d5c3 --- /dev/null +++ b/enterprise/authelia/23.2.0/Chart.yaml @@ -0,0 +1,54 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: security + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: 4.37.5 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Authelia is a Single Sign-On Multi-Factor portal for web apps +home: https://truecharts.org/charts/enterprise/authelia +icon: https://truecharts.org/img/hotlink-ok/chart-icons/authelia.png +keywords: + - authelia + - authentication + - login + - SSO + - Authentication + - Security + - Two-Factor + - U2F + - YubiKey + - Push Notifications + - LDAP +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: authelia +sources: + - https://github.com/authelia/chartrepo + - https://github.com/authelia/authelia + - https://github.com/truecharts/charts/tree/master/charts/enterprise/authelia + - https://ghcr.io/authelia/authelia +type: application +version: 23.2.0 diff --git a/enterprise/authelia/23.1.0/LICENSE b/enterprise/authelia/23.2.0/LICENSE similarity index 100% rename from enterprise/authelia/23.1.0/LICENSE rename to enterprise/authelia/23.2.0/LICENSE diff --git a/enterprise/authelia/23.1.0/README.md b/enterprise/authelia/23.2.0/README.md similarity index 100% rename from enterprise/authelia/23.1.0/README.md rename to enterprise/authelia/23.2.0/README.md diff --git a/enterprise/authelia/23.1.0/app-readme.md b/enterprise/authelia/23.2.0/app-readme.md similarity index 100% rename from enterprise/authelia/23.1.0/app-readme.md rename to enterprise/authelia/23.2.0/app-readme.md diff --git a/enterprise/authelia/23.2.0/charts/common-18.1.2.tgz b/enterprise/authelia/23.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/enterprise/authelia/23.2.0/charts/common-18.1.2.tgz differ diff --git a/enterprise/authelia/23.1.0/charts/redis-11.2.1.tgz b/enterprise/authelia/23.2.0/charts/redis-11.2.1.tgz similarity index 100% rename from enterprise/authelia/23.1.0/charts/redis-11.2.1.tgz rename to enterprise/authelia/23.2.0/charts/redis-11.2.1.tgz diff --git a/enterprise/authelia/23.1.0/ix_values.yaml b/enterprise/authelia/23.2.0/ix_values.yaml similarity index 100% rename from enterprise/authelia/23.1.0/ix_values.yaml rename to enterprise/authelia/23.2.0/ix_values.yaml diff --git a/enterprise/authelia/23.1.0/questions.yaml b/enterprise/authelia/23.2.0/questions.yaml similarity index 100% rename from enterprise/authelia/23.1.0/questions.yaml rename to enterprise/authelia/23.2.0/questions.yaml diff --git a/enterprise/authelia/23.1.0/templates/NOTES.txt b/enterprise/authelia/23.2.0/templates/NOTES.txt similarity index 100% rename from enterprise/authelia/23.1.0/templates/NOTES.txt rename to enterprise/authelia/23.2.0/templates/NOTES.txt diff --git a/enterprise/authelia/23.1.0/templates/_configmap.tpl b/enterprise/authelia/23.2.0/templates/_configmap.tpl similarity index 100% rename from enterprise/authelia/23.1.0/templates/_configmap.tpl rename to enterprise/authelia/23.2.0/templates/_configmap.tpl diff --git a/enterprise/authelia/23.1.0/templates/_secrets.tpl b/enterprise/authelia/23.2.0/templates/_secrets.tpl similarity index 100% rename from enterprise/authelia/23.1.0/templates/_secrets.tpl rename to enterprise/authelia/23.2.0/templates/_secrets.tpl diff --git a/enterprise/authelia/23.1.0/templates/common.yaml b/enterprise/authelia/23.2.0/templates/common.yaml similarity index 100% rename from enterprise/authelia/23.1.0/templates/common.yaml rename to enterprise/authelia/23.2.0/templates/common.yaml diff --git a/enterprise/authelia/23.1.0/values.yaml b/enterprise/authelia/23.2.0/values.yaml similarity index 100% rename from enterprise/authelia/23.1.0/values.yaml rename to enterprise/authelia/23.2.0/values.yaml diff --git a/enterprise/clusterissuer/7.1.0/CHANGELOG.md b/enterprise/clusterissuer/7.1.0/CHANGELOG.md deleted file mode 100644 index 58d5a5078fe..00000000000 --- a/enterprise/clusterissuer/7.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - -## [clusterissuer-6.1.13](https://github.com/truecharts/charts/compare/clusterissuer-6.1.12...clusterissuer-6.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [clusterissuer-6.1.12](https://github.com/truecharts/charts/compare/clusterissuer-6.1.11...clusterissuer-6.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [clusterissuer-6.1.11](https://github.com/truecharts/charts/compare/clusterissuer-6.1.10...clusterissuer-6.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [clusterissuer-6.1.10](https://github.com/truecharts/charts/compare/clusterissuer-6.1.9...clusterissuer-6.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [clusterissuer-6.1.9](https://github.com/truecharts/charts/compare/clusterissuer-6.1.8...clusterissuer-6.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [clusterissuer-6.1.8](https://github.com/truecharts/charts/compare/clusterissuer-6.1.7...clusterissuer-6.1.8) (2024-01-14) - -### Chore - - - -- update container image hello-world to latest[@4bd7811](https://github.com/4bd7811) by renovate ([#17158](https://github.com/truecharts/charts/issues/17158)) - -- update container image hello-world to latest[@ac69084](https://github.com/ac69084) by renovate ([#14774](https://github.com/truecharts/charts/issues/14774)) - - - - -## [clusterissuer-6.1.7](https://github.com/truecharts/charts/compare/clusterissuer-6.1.6...clusterissuer-6.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [clusterissuer-6.1.6](https://github.com/truecharts/charts/compare/clusterissuer-6.1.5...clusterissuer-6.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs diff --git a/enterprise/clusterissuer/7.1.0/Chart.yaml b/enterprise/clusterissuer/7.1.0/Chart.yaml deleted file mode 100644 index b0193e145dd..00000000000 --- a/enterprise/clusterissuer/7.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/enterprise/clusterissuer/7.1.0/charts/common-18.0.1.tgz b/enterprise/clusterissuer/7.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/enterprise/clusterissuer/7.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/enterprise/clusterissuer/7.1.0/.helmignore b/enterprise/clusterissuer/7.2.0/.helmignore similarity index 100% rename from enterprise/clusterissuer/7.1.0/.helmignore rename to enterprise/clusterissuer/7.2.0/.helmignore diff --git a/enterprise/clusterissuer/7.2.0/CHANGELOG.md b/enterprise/clusterissuer/7.2.0/CHANGELOG.md new file mode 100644 index 00000000000..ab259464980 --- /dev/null +++ b/enterprise/clusterissuer/7.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + +## [clusterissuer-6.1.13](https://github.com/truecharts/charts/compare/clusterissuer-6.1.12...clusterissuer-6.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [clusterissuer-6.1.12](https://github.com/truecharts/charts/compare/clusterissuer-6.1.11...clusterissuer-6.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [clusterissuer-6.1.11](https://github.com/truecharts/charts/compare/clusterissuer-6.1.10...clusterissuer-6.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [clusterissuer-6.1.10](https://github.com/truecharts/charts/compare/clusterissuer-6.1.9...clusterissuer-6.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [clusterissuer-6.1.9](https://github.com/truecharts/charts/compare/clusterissuer-6.1.8...clusterissuer-6.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [clusterissuer-6.1.8](https://github.com/truecharts/charts/compare/clusterissuer-6.1.7...clusterissuer-6.1.8) (2024-01-14) + +### Chore + + + +- update container image hello-world to latest[@4bd7811](https://github.com/4bd7811) by renovate ([#17158](https://github.com/truecharts/charts/issues/17158)) + +- update container image hello-world to latest[@ac69084](https://github.com/ac69084) by renovate ([#14774](https://github.com/truecharts/charts/issues/14774)) + + + + +## [clusterissuer-6.1.7](https://github.com/truecharts/charts/compare/clusterissuer-6.1.6...clusterissuer-6.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [clusterissuer-6.1.6](https://github.com/truecharts/charts/compare/clusterissuer-6.1.5...clusterissuer-6.1.6) (2024-01-02) + +### Chore diff --git a/enterprise/clusterissuer/7.2.0/Chart.yaml b/enterprise/clusterissuer/7.2.0/Chart.yaml new file mode 100644 index 00000000000..77861225209 --- /dev/null +++ b/enterprise/clusterissuer/7.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: core + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/enterprise/clusterissuer/7.1.0/README.md b/enterprise/clusterissuer/7.2.0/README.md similarity index 100% rename from enterprise/clusterissuer/7.1.0/README.md rename to enterprise/clusterissuer/7.2.0/README.md diff --git a/enterprise/clusterissuer/7.1.0/app-readme.md b/enterprise/clusterissuer/7.2.0/app-readme.md similarity index 100% rename from enterprise/clusterissuer/7.1.0/app-readme.md rename to enterprise/clusterissuer/7.2.0/app-readme.md diff --git a/enterprise/clusterissuer/7.2.0/charts/common-18.1.2.tgz b/enterprise/clusterissuer/7.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/enterprise/clusterissuer/7.2.0/charts/common-18.1.2.tgz differ diff --git a/enterprise/clusterissuer/7.1.0/ix_values.yaml b/enterprise/clusterissuer/7.2.0/ix_values.yaml similarity index 100% rename from enterprise/clusterissuer/7.1.0/ix_values.yaml rename to enterprise/clusterissuer/7.2.0/ix_values.yaml diff --git a/enterprise/clusterissuer/7.1.0/questions.yaml b/enterprise/clusterissuer/7.2.0/questions.yaml similarity index 100% rename from enterprise/clusterissuer/7.1.0/questions.yaml rename to enterprise/clusterissuer/7.2.0/questions.yaml diff --git a/enterprise/clusterissuer/7.1.0/templates/NOTES.txt b/enterprise/clusterissuer/7.2.0/templates/NOTES.txt similarity index 100% rename from enterprise/clusterissuer/7.1.0/templates/NOTES.txt rename to enterprise/clusterissuer/7.2.0/templates/NOTES.txt diff --git a/enterprise/clusterissuer/7.1.0/templates/clusterissuer/_ACME.tpl b/enterprise/clusterissuer/7.2.0/templates/clusterissuer/_ACME.tpl similarity index 100% rename from enterprise/clusterissuer/7.1.0/templates/clusterissuer/_ACME.tpl rename to enterprise/clusterissuer/7.2.0/templates/clusterissuer/_ACME.tpl diff --git a/enterprise/clusterissuer/7.1.0/templates/clusterissuer/_CA.tpl b/enterprise/clusterissuer/7.2.0/templates/clusterissuer/_CA.tpl similarity index 100% rename from enterprise/clusterissuer/7.1.0/templates/clusterissuer/_CA.tpl rename to enterprise/clusterissuer/7.2.0/templates/clusterissuer/_CA.tpl diff --git a/enterprise/clusterissuer/7.1.0/templates/clusterissuer/_clusterCertificates.tpl b/enterprise/clusterissuer/7.2.0/templates/clusterissuer/_clusterCertificates.tpl similarity index 100% rename from enterprise/clusterissuer/7.1.0/templates/clusterissuer/_clusterCertificates.tpl rename to enterprise/clusterissuer/7.2.0/templates/clusterissuer/_clusterCertificates.tpl diff --git a/enterprise/clusterissuer/7.1.0/templates/clusterissuer/_selfSigned.tpl b/enterprise/clusterissuer/7.2.0/templates/clusterissuer/_selfSigned.tpl similarity index 100% rename from enterprise/clusterissuer/7.1.0/templates/clusterissuer/_selfSigned.tpl rename to enterprise/clusterissuer/7.2.0/templates/clusterissuer/_selfSigned.tpl diff --git a/enterprise/clusterissuer/7.1.0/templates/common.yaml b/enterprise/clusterissuer/7.2.0/templates/common.yaml similarity index 100% rename from enterprise/clusterissuer/7.1.0/templates/common.yaml rename to enterprise/clusterissuer/7.2.0/templates/common.yaml diff --git a/enterprise/clusterissuer/7.1.0/values.yaml b/enterprise/clusterissuer/7.2.0/values.yaml similarity index 100% rename from enterprise/clusterissuer/7.1.0/values.yaml rename to enterprise/clusterissuer/7.2.0/values.yaml diff --git a/enterprise/kubeapps/2.1.5/.helmignore b/enterprise/grafana/14.1.0/.helmignore similarity index 100% rename from enterprise/kubeapps/2.1.5/.helmignore rename to enterprise/grafana/14.1.0/.helmignore diff --git a/enterprise/grafana/14.1.0/CHANGELOG.md b/enterprise/grafana/14.1.0/CHANGELOG.md new file mode 100644 index 00000000000..07cc5b833c2 --- /dev/null +++ b/enterprise/grafana/14.1.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + +## [grafana-12.1.2](https://github.com/truecharts/charts/compare/grafana-12.1.1...grafana-12.1.2) (2024-02-12) + +### Chore + + + +- update container image quay.io/kiwigrid/k8s-sidecar to v1.25.4[@cccfe4f](https://github.com/cccfe4f) by renovate ([#18147](https://github.com/truecharts/charts/issues/18147)) + + +## [grafana-12.1.1](https://github.com/truecharts/charts/compare/grafana-12.1.0...grafana-12.1.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [grafana-12.1.0](https://github.com/truecharts/charts/compare/grafana-12.0.9...grafana-12.1.0) (2024-01-27) + +### Chore + + + +- update container image grafana/grafana to v10.3.1[@7567a7c](https://github.com/7567a7c) by renovate ([#17551](https://github.com/truecharts/charts/issues/17551)) + + +## [grafana-12.0.9](https://github.com/truecharts/charts/compare/grafana-12.0.8...grafana-12.0.9) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [grafana-12.0.8](https://github.com/truecharts/charts/compare/grafana-12.0.7...grafana-12.0.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [grafana-12.0.7](https://github.com/truecharts/charts/compare/grafana-12.0.6...grafana-12.0.7) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [grafana-12.0.6](https://github.com/truecharts/charts/compare/grafana-12.0.5...grafana-12.0.6) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [grafana-12.0.5](https://github.com/truecharts/charts/compare/grafana-12.0.4...grafana-12.0.5) (2024-01-07) + +### Chore + + + +- bump diff --git a/enterprise/grafana/14.1.0/Chart.yaml b/enterprise/grafana/14.1.0/Chart.yaml new file mode 100644 index 00000000000..91cc92c9923 --- /dev/null +++ b/enterprise/grafana/14.1.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: 10.3.3 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. +home: https://truecharts.org/charts/enterprise/grafana +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana.png +keywords: + - analytics + - monitoring + - metrics + - logs +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: grafana +sources: + - https://grafana.com/ + - https://github.com/bitnami/bitnami-docker-grafana + - https://github.com/truecharts/charts/tree/master/charts/enterprise/grafana + - https://hub.docker.com/r/grafana/grafana + - https://quay.io/kiwigrid/k8s-sidecar +type: application +version: 14.1.0 diff --git a/enterprise/grafana/14.1.0/README.md b/enterprise/grafana/14.1.0/README.md new file mode 100644 index 00000000000..e0a51ac6c18 --- /dev/null +++ b/enterprise/grafana/14.1.0/README.md @@ -0,0 +1,28 @@ +--- +title: README +--- + +## General Info + +TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/enterprise/grafana) + +**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/enterprise/grafana/14.1.0/app-readme.md b/enterprise/grafana/14.1.0/app-readme.md new file mode 100644 index 00000000000..c4893171943 --- /dev/null +++ b/enterprise/grafana/14.1.0/app-readme.md @@ -0,0 +1,8 @@ +Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/enterprise/grafana](https://truecharts.org/charts/enterprise/grafana) + +--- + +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/grafana/14.1.0/charts/common-18.1.2.tgz b/enterprise/grafana/14.1.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/enterprise/grafana/14.1.0/charts/common-18.1.2.tgz differ diff --git a/enterprise/grafana/14.1.0/ix_values.yaml b/enterprise/grafana/14.1.0/ix_values.yaml new file mode 100644 index 00000000000..cf85a8b3ce2 --- /dev/null +++ b/enterprise/grafana/14.1.0/ix_values.yaml @@ -0,0 +1,346 @@ +image: + repository: grafana/grafana + pullPolicy: IfNotPresent + tag: 10.3.3@sha256:8640e5038e83ca4554ed56b9d76375158bcd51580238c6f5d8adaf3f20dd5379 + +sidecarImage: + repository: quay.io/kiwigrid/k8s-sidecar + tag: 1.25.6@sha256:66a11739501444695ecf1e5a20480e91383ab931d179a983ae4558a57f441121 + +securityContext: + container: + readOnlyRootFilesystem: false +service: + main: + ports: + main: + protocol: http + targetPort: 3000 + port: 3000 +workload: + main: + replicas: 2 + strategy: RollingUpdate + podSpec: + containers: + main: + env: + GF_SECURITY_ADMIN_USER: "admin" + GF_SECURITY_ADMIN_PASSWORD: "testpassword" + GF_INSTALL_PLUGINS: "" + GF_AUTH_LDAP_ENABLED: "false" + GF_AUTH_LDAP_ALLOW_SIGN_UP: "false" + GF_SERVER_HTTP_PORT: 3000 + GF_DATABASE_TYPE: postgres + GF_DATABASE_NAME: "{{ .Values.cnpg.main.user }}" + GF_DATABASE_USER: "{{ .Values.cnpg.main.database }}" + GF_DATABASE_SSL_MODE: disable + GF_DATABASE_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host + GF_DATABASE_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password + probes: + liveness: + path: "/api/health" + readiness: + path: "/api/health" + startup: + path: "/api/health" + dashboards: + enabled: true + imageSelector: sidecarImage + env: + IGNORE_ALREADY_PROCESSED: false + METHOD: WATCH + LABEL: grafana_dashboard + LABEL_VALUE: "1" + LOG_LEVEL: info + FOLDER: /tmp/dashboards + RESOURCE: both + NAMESPACE: "ALL" + UNIQUE_FILENAMES: false + # NAMESPACE: null + # FOLDER_ANNOTATION: null + # script: null + # WATCH_SERVER_TIMEOUT: 3600 + # WATCH_CLIENT_TIMEOUT: 3600 + SKIP_TLS_VERIFY: false + REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}" + REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}" + REQ_URL: "http://localhost:3000/api/admin/provisioning/dashboards/reload" + REQ_METHOD: POST + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + datasources: + enabled: true + imageSelector: sidecarImage + env: + IGNORE_ALREADY_PROCESSED: false + METHOD: WATCH + LABEL: grafana_datasources + LABEL_VALUE: "1" + LOG_LEVEL: info + FOLDER: /etc/grafana/provisioning/datasources + RESOURCE: both + NAMESPACE: "ALL" + UNIQUE_FILENAMES: false + # NAMESPACE: null + # FOLDER_ANNOTATION: null + # script: null + # WATCH_SERVER_TIMEOUT: 3600 + # WATCH_CLIENT_TIMEOUT: 3600 + SKIP_TLS_VERIFY: false + REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}" + REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}" + REQ_URL: "http://localhost:3000/api/admin/provisioning/datasources/reload" + REQ_METHOD: POST + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + alerts: + enabled: true + imageSelector: sidecarImage + env: + IGNORE_ALREADY_PROCESSED: false + METHOD: WATCH + LABEL: grafana_alerts + LABEL_VALUE: "1" + LOG_LEVEL: info + FOLDER: /etc/grafana/provisioning/alerts + RESOURCE: both + NAMESPACE: "ALL" + UNIQUE_FILENAMES: false + # NAMESPACE: null + # FOLDER_ANNOTATION: null + # script: null + # WATCH_SERVER_TIMEOUT: 3600 + # WATCH_CLIENT_TIMEOUT: 3600 + SKIP_TLS_VERIFY: false + REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}" + REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}" + REQ_URL: "http://localhost:3000/api/admin/provisioning/alerts/reload" + REQ_METHOD: POST + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + plugins: + enabled: true + imageSelector: sidecarImage + env: + IGNORE_ALREADY_PROCESSED: false + METHOD: WATCH + LABEL: grafana_plugins + LABEL_VALUE: "1" + LOG_LEVEL: info + FOLDER: /etc/grafana/provisioning/plugins + RESOURCE: both + NAMESPACE: "ALL" + UNIQUE_FILENAMES: false + # NAMESPACE: null + # FOLDER_ANNOTATION: null + # script: null + # WATCH_SERVER_TIMEOUT: 3600 + # WATCH_CLIENT_TIMEOUT: 3600 + SKIP_TLS_VERIFY: false + REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}" + REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}" + REQ_URL: "http://localhost:3000/api/admin/provisioning/plugins/reload" + REQ_METHOD: POST + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + notifiers: + enabled: true + imageSelector: sidecarImage + env: + IGNORE_ALREADY_PROCESSED: false + METHOD: WATCH + LABEL: grafana_notifiers + LABEL_VALUE: "1" + LOG_LEVEL: info + FOLDER: /etc/grafana/provisioning/notifiers + RESOURCE: both + NAMESPACE: "ALL" + UNIQUE_FILENAMES: false + # NAMESPACE: null + # FOLDER_ANNOTATION: null + # script: null + # WATCH_SERVER_TIMEOUT: 3600 + # WATCH_CLIENT_TIMEOUT: 3600 + SKIP_TLS_VERIFY: false + REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}" + REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}" + REQ_URL: "http://localhost:3000/api/admin/provisioning/notifiers/reload" + REQ_METHOD: POST + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + +configmap: + dashboard-provider: + enabled: true + data: + provider.yaml: |- + apiVersion: 1 + providers: + - name: sidecarProvider + orgId: 1 + folder: '' + type: file + disableDeletion: false + allowUiUpdates: false + updateIntervalSeconds: 30 + options: + foldersFromFilesStructure: false + path: /tmp/dashboards + config: + enabled: true + data: + grafana.ini: |- + paths: + data: /var/lib/grafana/ + logs: /var/log/grafana + plugins: /var/lib/grafana/plugins + provisioning: /etc/grafana/provisioning + analytics: + check_for_updates: true + log: + mode: console + grafana_net: + url: https://grafana.net + server: + domain: "{{ if (and .Values.ingress.main.enabled .Values.ingress.main.hosts) }}{{ .Values.ingress.main.hosts | first }}{{ else }}''{{ end }}" + ldap.toml: |- + # nope + +persistence: + config: + enabled: true + type: configmap + objectName: config + mountPath: /etc/grafana/grafana.ini + subPath: grafana.ini + ldap: + enabled: true + type: configmap + objectName: config + mountPath: /etc/grafana/ldap.toml + subPath: ldap.toml + data: + enabled: true + mountPath: "/var/lib/grafana" + grafana-tmp: + enabled: true + type: emptyDir + mountPath: /app/tmp + targetSelectAll: true + sc-dashboard-volume: + enabled: true + type: emptyDir + mountPath: /tmp/dashboards + targetSelectAll: true + sc-dashboard-config: + enabled: true + type: configmap + objectName: dashboard-provider + mountPath: /etc/grafana/provisioning/dashboards/sc-dashboardproviders.yaml + subPath: provider.yaml + sc-datasource-volume: + enabled: true + type: emptyDir + mountPath: /etc/grafana/provisioning/datasources + targetSelectAll: true + sc-alerts-volume: + enabled: true + type: emptyDir + mountPath: /etc/grafana/provisioning/alerts + targetSelectAll: true + sc-plugins-volume: + enabled: true + type: emptyDir + mountPath: /etc/grafana/provisioning/plugins + targetSelectAll: true + sc-notifiers-volume: + enabled: true + type: emptyDir + mountPath: /etc/grafana/provisioning/notifiers + targetSelectAll: true +metrics: + main: + # -- Enable and configure a Prometheus serviceMonitor for the chart under this key. + # @default -- See values.yaml + enabled: true + type: "servicemonitor" + endpoints: + - port: main + path: /metrics + # -- Enable and configure Prometheus Rules for the chart under this key. + # @default -- See values.yaml + prometheusRule: + enabled: false + labels: {} + # -- Configure additionial rules for the chart under this key. + # @default -- See prometheusrules.yaml + rules: [] + # - alert: UnifiPollerAbsent + # annotations: + # description: Unifi Poller has disappeared from Prometheus service discovery. + # summary: Unifi Poller is down. + # expr: | + # absent(up{job=~".*unifi-poller.*"} == 1) + # for: 5m + # labels: + # severity: critical +portal: + open: + enabled: true + +# -- Whether Role Based Access Control objects like roles and rolebindings should be created +rbac: + main: + enabled: true + primary: true + clusterWide: true + rules: + - apiGroups: [""] + resources: ["configmaps", "secrets"] + verbs: ["get", "watch", "list"] + +serviceAccount: + main: + enabled: true + primary: true + +podOptions: + automountServiceAccountToken: true + +cnpg: + main: + enabled: true + user: grafana + database: grafana diff --git a/enterprise/grafana/14.1.0/questions.yaml b/enterprise/grafana/14.1.0/questions.yaml new file mode 100755 index 00000000000..f0aa40a18e6 --- /dev/null +++ b/enterprise/grafana/14.1.0/questions.yaml @@ -0,0 +1,2916 @@ +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: GF_SECURITY_ADMIN_USER + label: "Admin User" + schema: + type: string + required: true + default: "admin" + - variable: GF_SECURITY_ADMIN_PASSWORD + label: "Admin Password" + schema: + type: string + required: true + private: true + default: "REPLACETHIS" + - variable: GF_INSTALL_PLUGINS + label: "Extra Plugins to Install" + description: "comma seperated" + schema: + type: string + default: "" + - variable: GF_AUTH_LDAP_ENABLED + label: "enable LDAP" + schema: + type: boolean + default: false + - variable: GF_AUTH_LDAP_ALLOW_SIGN_UP + label: "Allow LDAP Signup" + schema: + type: boolean + default: false + - variable: GF_AUTH_LDAP_CONFIG_FILE + label: "LDAP Config Path" + schema: + type: string + default: "/opt/bitnami/grafana/conf/ldap.toml" + - 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: 10038 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: data + label: "App data Storage" + description: "Stores the Application Data." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: metrics + group: Metrics + label: Prometheus Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: prometheusRule + label: PrometheusRule + description: Enable and configure Prometheus Rules for the App. + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + # TODO: Rule List section + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/enterprise/metallb-config/6.1.0/templates/NOTES.txt b/enterprise/grafana/14.1.0/templates/NOTES.txt similarity index 100% rename from enterprise/metallb-config/6.1.0/templates/NOTES.txt rename to enterprise/grafana/14.1.0/templates/NOTES.txt diff --git a/stable/adguard-home/9.1.0/templates/common.yaml b/enterprise/grafana/14.1.0/templates/common.yaml similarity index 100% rename from stable/adguard-home/9.1.0/templates/common.yaml rename to enterprise/grafana/14.1.0/templates/common.yaml diff --git a/enterprise/kubeapps/2.1.5/values.yaml b/enterprise/grafana/14.1.0/values.yaml similarity index 100% rename from enterprise/kubeapps/2.1.5/values.yaml rename to enterprise/grafana/14.1.0/values.yaml diff --git a/enterprise/kubeapps/2.1.5/CHANGELOG.md b/enterprise/kubeapps/2.1.5/CHANGELOG.md deleted file mode 100644 index d3736fd0f0c..00000000000 --- a/enterprise/kubeapps/2.1.5/CHANGELOG.md +++ /dev/null @@ -1,65 +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.5/Chart.yaml b/enterprise/kubeapps/2.1.5/Chart.yaml deleted file mode 100644 index 92a46737019..00000000000 --- a/enterprise/kubeapps/2.1.5/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.5 diff --git a/enterprise/kubeapps/2.1.5/charts/common-18.0.3.tgz b/enterprise/kubeapps/2.1.5/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/enterprise/kubeapps/2.1.5/charts/common-18.0.3.tgz and /dev/null differ diff --git a/enterprise/kubeapps/2.1.5/ix_values.yaml b/enterprise/kubeapps/2.1.5/ix_values.yaml deleted file mode 100644 index 8c4f923a685..00000000000 --- a/enterprise/kubeapps/2.1.5/ix_values.yaml +++ /dev/null @@ -1,100 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: ghcr.io/xstar97/my-proxy-service - tag: v0.0.3@sha256:272f4af7f79fac47de413b9a756d2ca23df27df4fb5af2e41a2c9f8cfe6ce642 - -operator: - register: false - -portal: - open: - enabled: true - -podOptions: - automountServiceAccountToken: true - -workload: - ## TODO: Enable - main: - enabled: false - primary: true - type: Deployment - podSpec: - containers: - ## TODO: Enable - main: - enabled: false - primary: true - env: - PORT: 3000 - API_FILE: /var/run/secrets/kubernetes.io/serviceaccount/token - PROXY_TARGET: http://tckubeapps:8080 - probes: - liveness: - enabled: true - type: tcp - port: 3000 - readiness: - enabled: true - type: tcp - port: 3000 - startup: - enabled: true - type: tcp - port: 3000 - -service: - ## TODO: Enable - main: - enabled: false - primary: false - expandObjectName: false - ports: - main: - ## TODO: Enable - enabled: false - primary: false - port: 3000 - targetPort: 3000 - tckubeapps: - enabled: true - expandObjectName: false - ## TODO: Move to main service - primary: true - labels: - truecharts.org/flagged: "true" - selectorLabels: - app.kubernetes.io/component: frontend - truecharts.org/kahack: frontend - ports: - tckubeapps: - enabled: true - primary: true - port: 8080 - targetPort: 8080 - -serviceAccount: - kubeapps-operator: - enabled: true - primary: true - targetSelectAll: true - -rbac: - kubeapps-operator: - enabled: true - primary: true - clusterWide: true - allServiceAccounts: true - rules: - - apiGroups: ["*"] - resources: ["*"] - verbs: ["*"] - -ogkubeapps: - frontend: - podLabels: - truecharts.org/kahack: frontend - apprepository: - initialRepos: - - name: truecharts - url: https://charts.truecharts.org diff --git a/enterprise/kubeapps/2.1.5/questions.yaml b/enterprise/kubeapps/2.1.5/questions.yaml deleted file mode 100755 index 8c3c07c4287..00000000000 --- a/enterprise/kubeapps/2.1.5/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/kubernetes-reflector/4.1.0/.helmignore b/enterprise/kubeapps/2.2.0/.helmignore similarity index 100% rename from enterprise/kubernetes-reflector/4.1.0/.helmignore rename to enterprise/kubeapps/2.2.0/.helmignore diff --git a/enterprise/kubeapps/2.2.0/CHANGELOG.md b/enterprise/kubeapps/2.2.0/CHANGELOG.md new file mode 100644 index 00000000000..3f4c07fcf72 --- /dev/null +++ b/enterprise/kubeapps/2.2.0/CHANGELOG.md @@ -0,0 +1,69 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [kubeapps-1.0.0](https://github.com/truecharts/charts/compare/kubeapps-0.0.5...kubeapps-1.0.0) (2024-02-14) + + +## [kubeapps-1.0.0](https://github.com/truecharts/charts/compare/kubeapps-0.0.5...kubeapps-1.0.0) (2024-02-14) + + +## [kubeapps-0.0.5](https://github.com/truecharts/charts/compare/kubeapps-0.0.4...kubeapps-0.0.5) (2024-02-14) + + +## [kubeapps-0.0.4](https://github.com/truecharts/charts/compare/kubeapps-0.0.3...kubeapps-0.0.4) (2024-02-13) + +### Feat + + + +- move to enterprise train, finished testing \ No newline at end of file diff --git a/enterprise/kubeapps/2.2.0/Chart.yaml b/enterprise/kubeapps/2.2.0/Chart.yaml new file mode 100644 index 00000000000..b70fce7f392 --- /dev/null +++ b/enterprise/kubeapps/2.2.0/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: operators + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: 0.0.3 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: kubeapps + version: 14.5.2 + repository: oci://registry-1.docker.io/bitnamicharts + condition: "" + alias: ogkubeapps + tags: [] + import-values: [] +deprecated: false +description: KubeApps is a Kubernetes-as-Apps solution +home: https://truecharts.org/charts/enterprise/kubeapps +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubeapps.png +keywords: + - kubeapps + - catalog +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kubeapps +sources: + - https://cert-manager.io/ + - https://github.com/cert-manager + - https://github.com/truecharts/charts/tree/master/charts/enterprise/kubeapps + - https://ghcr.io/xstar97/my-proxy-service +type: application +version: 2.2.0 diff --git a/enterprise/kubeapps/2.1.5/README.md b/enterprise/kubeapps/2.2.0/README.md similarity index 100% rename from enterprise/kubeapps/2.1.5/README.md rename to enterprise/kubeapps/2.2.0/README.md diff --git a/enterprise/kubeapps/2.1.5/app-readme.md b/enterprise/kubeapps/2.2.0/app-readme.md similarity index 100% rename from enterprise/kubeapps/2.1.5/app-readme.md rename to enterprise/kubeapps/2.2.0/app-readme.md diff --git a/enterprise/kubeapps/2.2.0/charts/common-18.1.2.tgz b/enterprise/kubeapps/2.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/enterprise/kubeapps/2.2.0/charts/common-18.1.2.tgz differ diff --git a/enterprise/kubeapps/2.1.5/charts/kubeapps-14.5.2.tgz b/enterprise/kubeapps/2.2.0/charts/kubeapps-14.5.2.tgz similarity index 100% rename from enterprise/kubeapps/2.1.5/charts/kubeapps-14.5.2.tgz rename to enterprise/kubeapps/2.2.0/charts/kubeapps-14.5.2.tgz diff --git a/enterprise/kubeapps/2.2.0/ix_values.yaml b/enterprise/kubeapps/2.2.0/ix_values.yaml new file mode 100644 index 00000000000..4e9d710bb90 --- /dev/null +++ b/enterprise/kubeapps/2.2.0/ix_values.yaml @@ -0,0 +1,98 @@ +image: + pullPolicy: IfNotPresent + repository: ghcr.io/xstar97/my-proxy-service + tag: v0.0.3@sha256:272f4af7f79fac47de413b9a756d2ca23df27df4fb5af2e41a2c9f8cfe6ce642 + +operator: + register: false + +portal: + open: + enabled: true + +podOptions: + automountServiceAccountToken: true + +workload: + ## TODO: Enable + main: + enabled: false + primary: true + type: Deployment + podSpec: + containers: + ## TODO: Enable + main: + enabled: false + primary: true + env: + PORT: 3000 + API_FILE: /var/run/secrets/kubernetes.io/serviceaccount/token + PROXY_TARGET: http://tckubeapps:8080 + probes: + liveness: + enabled: true + type: tcp + port: 3000 + readiness: + enabled: true + type: tcp + port: 3000 + startup: + enabled: true + type: tcp + port: 3000 + +service: + ## TODO: Enable + main: + enabled: false + primary: false + expandObjectName: false + ports: + main: + ## TODO: Enable + enabled: false + primary: false + port: 3000 + targetPort: 3000 + tckubeapps: + enabled: true + primary: true + labels: + truecharts.org/flagged: "true" + selectorLabels: + app.kubernetes.io/component: frontend + truecharts.org/kahack: frontend + ports: + tckubeapps: + enabled: true + primary: true + port: 8080 + targetPort: 8080 + +serviceAccount: + kubeapps-operator: + enabled: true + primary: true + targetSelectAll: true + +rbac: + kubeapps-operator: + enabled: true + primary: true + clusterWide: true + allServiceAccounts: true + rules: + - apiGroups: ["*"] + resources: ["*"] + verbs: ["*"] + +ogkubeapps: + frontend: + podLabels: + truecharts.org/kahack: frontend + apprepository: + initialRepos: + - name: truecharts + url: https://charts.truecharts.org diff --git a/enterprise/kubeapps/2.2.0/questions.yaml b/enterprise/kubeapps/2.2.0/questions.yaml new file mode 100755 index 00000000000..0d9ab7de65a --- /dev/null +++ b/enterprise/kubeapps/2.2.0/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.5/templates/NOTES.txt b/enterprise/kubeapps/2.2.0/templates/NOTES.txt similarity index 100% rename from enterprise/kubeapps/2.1.5/templates/NOTES.txt rename to enterprise/kubeapps/2.2.0/templates/NOTES.txt diff --git a/enterprise/kubeapps/2.2.0/templates/common.yaml b/enterprise/kubeapps/2.2.0/templates/common.yaml new file mode 100644 index 00000000000..4b5e888100c --- /dev/null +++ b/enterprise/kubeapps/2.2.0/templates/common.yaml @@ -0,0 +1,19 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . }} + +{{- $overrideService := dict "name" "tckubeapps" "port" 8080 -}} +{{- $hosts := list -}} +{{- range $.Values.ingress.main.hosts -}} + {{- $paths := list -}} + {{- range .paths -}} + {{- $path := dict "path" .path "pathType" .pathType "overrideService" $overrideService -}} + {{- $paths = append $paths $path -}} + {{- end -}} + {{- $host := dict "host" .host "paths" $paths -}} + {{- $hosts = append $hosts $host -}} +{{- end -}} + +{{- $_ := set $.Values.ingress.main "hosts" $hosts -}} + +{{/* Render the templates */}} +{{ include "tc.v1.common.loader.apply" . }} diff --git a/enterprise/kubernetes-reflector/4.1.0/values.yaml b/enterprise/kubeapps/2.2.0/values.yaml similarity index 100% rename from enterprise/kubernetes-reflector/4.1.0/values.yaml rename to enterprise/kubeapps/2.2.0/values.yaml diff --git a/enterprise/kubernetes-reflector/4.1.0/CHANGELOG.md b/enterprise/kubernetes-reflector/4.1.0/CHANGELOG.md deleted file mode 100644 index 979ed97bff6..00000000000 --- a/enterprise/kubernetes-reflector/4.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/enterprise/kubernetes-reflector/4.1.0/Chart.yaml b/enterprise/kubernetes-reflector/4.1.0/Chart.yaml deleted file mode 100644 index b6773d9fb11..00000000000 --- a/enterprise/kubernetes-reflector/4.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/enterprise/kubernetes-reflector/4.1.0/charts/common-18.0.1.tgz b/enterprise/kubernetes-reflector/4.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/enterprise/kubernetes-reflector/4.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/enterprise/metallb-config/6.1.0/.helmignore b/enterprise/kubernetes-reflector/4.2.0/.helmignore similarity index 100% rename from enterprise/metallb-config/6.1.0/.helmignore rename to enterprise/kubernetes-reflector/4.2.0/.helmignore diff --git a/enterprise/kubernetes-reflector/4.2.0/CHANGELOG.md b/enterprise/kubernetes-reflector/4.2.0/CHANGELOG.md new file mode 100644 index 00000000000..077b548327b --- /dev/null +++ b/enterprise/kubernetes-reflector/4.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [kubernetes-reflector-3.1.12](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.11...kubernetes-reflector-3.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [kubernetes-reflector-3.1.11](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.10...kubernetes-reflector-3.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [kubernetes-reflector-3.1.10](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.9...kubernetes-reflector-3.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [kubernetes-reflector-3.1.9](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.8...kubernetes-reflector-3.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [kubernetes-reflector-3.1.8](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.7...kubernetes-reflector-3.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [kubernetes-reflector-3.1.7](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.6...kubernetes-reflector-3.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [kubernetes-reflector-3.1.6](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.5...kubernetes-reflector-3.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [kubernetes-reflector-3.1.5](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.4...kubernetes-reflector-3.1.5) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes + + +## [kubernetes-reflector-3.1.4](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.3...kubernetes-reflector-3.1.4) (2024-01-01) + +### Chore + + + +- ensure everything is bumped into oci diff --git a/enterprise/kubernetes-reflector/4.2.0/Chart.yaml b/enterprise/kubernetes-reflector/4.2.0/Chart.yaml new file mode 100644 index 00000000000..68069d0f5df --- /dev/null +++ b/enterprise/kubernetes-reflector/4.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: operators + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: 7.1.217 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/enterprise/kubernetes-reflector/4.1.0/README.md b/enterprise/kubernetes-reflector/4.2.0/README.md similarity index 100% rename from enterprise/kubernetes-reflector/4.1.0/README.md rename to enterprise/kubernetes-reflector/4.2.0/README.md diff --git a/enterprise/kubernetes-reflector/4.1.0/app-readme.md b/enterprise/kubernetes-reflector/4.2.0/app-readme.md similarity index 100% rename from enterprise/kubernetes-reflector/4.1.0/app-readme.md rename to enterprise/kubernetes-reflector/4.2.0/app-readme.md diff --git a/enterprise/kubernetes-reflector/4.2.0/charts/common-18.1.2.tgz b/enterprise/kubernetes-reflector/4.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/enterprise/kubernetes-reflector/4.2.0/charts/common-18.1.2.tgz differ diff --git a/enterprise/kubernetes-reflector/4.1.0/ix_values.yaml b/enterprise/kubernetes-reflector/4.2.0/ix_values.yaml similarity index 100% rename from enterprise/kubernetes-reflector/4.1.0/ix_values.yaml rename to enterprise/kubernetes-reflector/4.2.0/ix_values.yaml diff --git a/enterprise/kubernetes-reflector/4.1.0/questions.yaml b/enterprise/kubernetes-reflector/4.2.0/questions.yaml similarity index 100% rename from enterprise/kubernetes-reflector/4.1.0/questions.yaml rename to enterprise/kubernetes-reflector/4.2.0/questions.yaml diff --git a/enterprise/kubernetes-reflector/4.1.0/templates/common.yaml b/enterprise/kubernetes-reflector/4.2.0/templates/common.yaml similarity index 100% rename from enterprise/kubernetes-reflector/4.1.0/templates/common.yaml rename to enterprise/kubernetes-reflector/4.2.0/templates/common.yaml diff --git a/enterprise/metallb-config/6.1.0/values.yaml b/enterprise/kubernetes-reflector/4.2.0/values.yaml similarity index 100% rename from enterprise/metallb-config/6.1.0/values.yaml rename to enterprise/kubernetes-reflector/4.2.0/values.yaml diff --git a/enterprise/metallb-config/6.1.0/CHANGELOG.md b/enterprise/metallb-config/6.1.0/CHANGELOG.md deleted file mode 100644 index cee88d950b2..00000000000 --- a/enterprise/metallb-config/6.1.0/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.0/Chart.yaml b/enterprise/metallb-config/6.1.0/Chart.yaml deleted file mode 100644 index ac9cb90614c..00000000000 --- a/enterprise/metallb-config/6.1.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: 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.1 - 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.0 diff --git a/enterprise/metallb-config/6.1.0/charts/common-18.0.1.tgz b/enterprise/metallb-config/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/enterprise/metallb-config/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/enterprise/nextcloud/29.1.3/.helmignore b/enterprise/metallb-config/6.2.0/.helmignore similarity index 100% rename from enterprise/nextcloud/29.1.3/.helmignore rename to enterprise/metallb-config/6.2.0/.helmignore diff --git a/enterprise/metallb-config/6.2.0/CHANGELOG.md b/enterprise/metallb-config/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..89ffbf2a2a6 --- /dev/null +++ b/enterprise/metallb-config/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + +## [metallb-config-5.1.13](https://github.com/truecharts/charts/compare/metallb-config-5.1.12...metallb-config-5.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [metallb-config-5.1.12](https://github.com/truecharts/charts/compare/metallb-config-5.1.11...metallb-config-5.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [metallb-config-5.1.11](https://github.com/truecharts/charts/compare/metallb-config-5.1.10...metallb-config-5.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [metallb-config-5.1.10](https://github.com/truecharts/charts/compare/metallb-config-5.1.9...metallb-config-5.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [metallb-config-5.1.9](https://github.com/truecharts/charts/compare/metallb-config-5.1.8...metallb-config-5.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [metallb-config-5.1.8](https://github.com/truecharts/charts/compare/metallb-config-5.1.7...metallb-config-5.1.8) (2024-01-14) + +### Chore + + + +- update container image hello-world to latest[@4bd7811](https://github.com/4bd7811) by renovate ([#17158](https://github.com/truecharts/charts/issues/17158)) + +- update container image hello-world to latest[@ac69084](https://github.com/ac69084) by renovate ([#14774](https://github.com/truecharts/charts/issues/14774)) + + + + +## [metallb-config-5.1.7](https://github.com/truecharts/charts/compare/metallb-config-5.1.6...metallb-config-5.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [metallb-config-5.1.6](https://github.com/truecharts/charts/compare/metallb-config-5.1.5...metallb-config-5.1.6) (2024-01-02) + +### Chore + diff --git a/enterprise/metallb-config/6.2.0/Chart.yaml b/enterprise/metallb-config/6.2.0/Chart.yaml new file mode 100644 index 00000000000..36ea7f1a658 --- /dev/null +++ b/enterprise/metallb-config/6.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: core + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/enterprise/metallb-config/6.1.0/README.md b/enterprise/metallb-config/6.2.0/README.md similarity index 100% rename from enterprise/metallb-config/6.1.0/README.md rename to enterprise/metallb-config/6.2.0/README.md diff --git a/enterprise/metallb-config/6.1.0/app-readme.md b/enterprise/metallb-config/6.2.0/app-readme.md similarity index 100% rename from enterprise/metallb-config/6.1.0/app-readme.md rename to enterprise/metallb-config/6.2.0/app-readme.md diff --git a/enterprise/metallb-config/6.2.0/charts/common-18.1.2.tgz b/enterprise/metallb-config/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/enterprise/metallb-config/6.2.0/charts/common-18.1.2.tgz differ diff --git a/enterprise/metallb-config/6.1.0/ix_values.yaml b/enterprise/metallb-config/6.2.0/ix_values.yaml similarity index 100% rename from enterprise/metallb-config/6.1.0/ix_values.yaml rename to enterprise/metallb-config/6.2.0/ix_values.yaml diff --git a/enterprise/metallb-config/6.1.0/questions.yaml b/enterprise/metallb-config/6.2.0/questions.yaml similarity index 100% rename from enterprise/metallb-config/6.1.0/questions.yaml rename to enterprise/metallb-config/6.2.0/questions.yaml diff --git a/enterprise/nextcloud/29.1.3/templates/NOTES.txt b/enterprise/metallb-config/6.2.0/templates/NOTES.txt similarity index 100% rename from enterprise/nextcloud/29.1.3/templates/NOTES.txt rename to enterprise/metallb-config/6.2.0/templates/NOTES.txt diff --git a/enterprise/metallb-config/6.1.0/templates/_bgpadvertisement.tpl b/enterprise/metallb-config/6.2.0/templates/_bgpadvertisement.tpl similarity index 100% rename from enterprise/metallb-config/6.1.0/templates/_bgpadvertisement.tpl rename to enterprise/metallb-config/6.2.0/templates/_bgpadvertisement.tpl diff --git a/enterprise/metallb-config/6.1.0/templates/_community.tpl b/enterprise/metallb-config/6.2.0/templates/_community.tpl similarity index 100% rename from enterprise/metallb-config/6.1.0/templates/_community.tpl rename to enterprise/metallb-config/6.2.0/templates/_community.tpl diff --git a/enterprise/metallb-config/6.1.0/templates/_ipaddresspool.tpl b/enterprise/metallb-config/6.2.0/templates/_ipaddresspool.tpl similarity index 100% rename from enterprise/metallb-config/6.1.0/templates/_ipaddresspool.tpl rename to enterprise/metallb-config/6.2.0/templates/_ipaddresspool.tpl diff --git a/enterprise/metallb-config/6.1.0/templates/_l2advertisement.tpl b/enterprise/metallb-config/6.2.0/templates/_l2advertisement.tpl similarity index 100% rename from enterprise/metallb-config/6.1.0/templates/_l2advertisement.tpl rename to enterprise/metallb-config/6.2.0/templates/_l2advertisement.tpl diff --git a/enterprise/metallb-config/6.1.0/templates/_peers.tpl b/enterprise/metallb-config/6.2.0/templates/_peers.tpl similarity index 100% rename from enterprise/metallb-config/6.1.0/templates/_peers.tpl rename to enterprise/metallb-config/6.2.0/templates/_peers.tpl diff --git a/enterprise/metallb-config/6.1.0/templates/common.yaml b/enterprise/metallb-config/6.2.0/templates/common.yaml similarity index 100% rename from enterprise/metallb-config/6.1.0/templates/common.yaml rename to enterprise/metallb-config/6.2.0/templates/common.yaml diff --git a/enterprise/nextcloud/29.1.3/values.yaml b/enterprise/metallb-config/6.2.0/values.yaml similarity index 100% rename from enterprise/nextcloud/29.1.3/values.yaml rename to enterprise/metallb-config/6.2.0/values.yaml diff --git a/enterprise/nextcloud/29.1.3/Chart.yaml b/enterprise/nextcloud/29.1.3/Chart.yaml deleted file mode 100644 index b10ba275eef..00000000000 --- a/enterprise/nextcloud/29.1.3/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.12" - truecharts.org/train: enterprise -apiVersion: v2 -appVersion: 28.0.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 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://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/clamav/clamav - - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm - - https://hub.docker.com/r/nginxinc/nginx-unprivileged -type: application -version: 29.1.3 diff --git a/enterprise/nextcloud/29.1.3/charts/common-18.0.2.tgz b/enterprise/nextcloud/29.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/enterprise/nextcloud/29.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/enterprise/nextcloud/29.1.3/ix_values.yaml b/enterprise/nextcloud/29.1.3/ix_values.yaml deleted file mode 100644 index d991d53b610..00000000000 --- a/enterprise/nextcloud/29.1.3/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:2bcc62edc5fd36a3ec139493a8f3dce05abe4f77f5b384ca15a71ae95b64da6d -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:426527229938cc5886873b2ad40193d45189476f9be81006d8103ef59c9e5e76 -collaboraImage: - repository: collabora/code - pullPolicy: IfNotPresent - tag: 23.05.9.1.1@sha256:e0c7ff3cf4ccd49a590980cf83f46f8efd9456f9d173f92d1acfd3f41be09319 -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/prometheus/17.4.0/.helmignore b/enterprise/nextcloud/29.2.0/.helmignore similarity index 100% rename from enterprise/prometheus/17.4.0/.helmignore rename to enterprise/nextcloud/29.2.0/.helmignore diff --git a/enterprise/nextcloud/29.1.3/CHANGELOG.md b/enterprise/nextcloud/29.2.0/CHANGELOG.md similarity index 100% rename from enterprise/nextcloud/29.1.3/CHANGELOG.md rename to enterprise/nextcloud/29.2.0/CHANGELOG.md diff --git a/enterprise/nextcloud/29.2.0/Chart.yaml b/enterprise/nextcloud/29.2.0/Chart.yaml new file mode 100644 index 00000000000..191b0c2cec0 --- /dev/null +++ b/enterprise/nextcloud/29.2.0/Chart.yaml @@ -0,0 +1,53 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: 28.0.2 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A private cloud server that puts the control and security of your own data back into your hands. +home: https://truecharts.org/charts/enterprise/nextcloud +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextcloud.png +keywords: + - nextcloud + - storage + - http + - web + - php +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nextcloud +sources: + - https://github.com/nextcloud/docker + - https://github.com/nextcloud/helm + - https://github.com/truecharts/charts/tree/master/charts/enterprise/nextcloud + - https://hub.docker.com/r/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.2.0 diff --git a/enterprise/nextcloud/29.1.3/LICENSE b/enterprise/nextcloud/29.2.0/LICENSE similarity index 100% rename from enterprise/nextcloud/29.1.3/LICENSE rename to enterprise/nextcloud/29.2.0/LICENSE diff --git a/enterprise/nextcloud/29.1.3/README.md b/enterprise/nextcloud/29.2.0/README.md similarity index 100% rename from enterprise/nextcloud/29.1.3/README.md rename to enterprise/nextcloud/29.2.0/README.md diff --git a/enterprise/nextcloud/29.1.3/app-readme.md b/enterprise/nextcloud/29.2.0/app-readme.md similarity index 100% rename from enterprise/nextcloud/29.1.3/app-readme.md rename to enterprise/nextcloud/29.2.0/app-readme.md diff --git a/enterprise/nextcloud/29.2.0/charts/common-18.1.2.tgz b/enterprise/nextcloud/29.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/enterprise/nextcloud/29.2.0/charts/common-18.1.2.tgz differ diff --git a/enterprise/nextcloud/29.1.3/charts/redis-11.2.1.tgz b/enterprise/nextcloud/29.2.0/charts/redis-11.2.1.tgz similarity index 100% rename from enterprise/nextcloud/29.1.3/charts/redis-11.2.1.tgz rename to enterprise/nextcloud/29.2.0/charts/redis-11.2.1.tgz diff --git a/enterprise/nextcloud/29.2.0/ix_values.yaml b/enterprise/nextcloud/29.2.0/ix_values.yaml new file mode 100644 index 00000000000..f906dc5562b --- /dev/null +++ b/enterprise/nextcloud/29.2.0/ix_values.yaml @@ -0,0 +1,516 @@ +image: + repository: tccr.io/tccr/nextcloud-fpm + pullPolicy: IfNotPresent + tag: v28.0.2@sha256:6443302f4834cb794b1887a1bc7ca31971e642009a83e51b68538bb5342a9c12 +nginxImage: + repository: nginxinc/nginx-unprivileged + pullPolicy: IfNotPresent + tag: 1.25.4@sha256: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.3/questions.yaml b/enterprise/nextcloud/29.2.0/questions.yaml similarity index 100% rename from enterprise/nextcloud/29.1.3/questions.yaml rename to enterprise/nextcloud/29.2.0/questions.yaml diff --git a/enterprise/prometheus/17.4.0/templates/NOTES.txt b/enterprise/nextcloud/29.2.0/templates/NOTES.txt similarity index 100% rename from enterprise/prometheus/17.4.0/templates/NOTES.txt rename to enterprise/nextcloud/29.2.0/templates/NOTES.txt diff --git a/enterprise/nextcloud/29.1.3/templates/_configmap.tpl b/enterprise/nextcloud/29.2.0/templates/_configmap.tpl similarity index 100% rename from enterprise/nextcloud/29.1.3/templates/_configmap.tpl rename to enterprise/nextcloud/29.2.0/templates/_configmap.tpl diff --git a/enterprise/nextcloud/29.1.3/templates/_cronjobs.tpl b/enterprise/nextcloud/29.2.0/templates/_cronjobs.tpl similarity index 100% rename from enterprise/nextcloud/29.1.3/templates/_cronjobs.tpl rename to enterprise/nextcloud/29.2.0/templates/_cronjobs.tpl diff --git a/enterprise/nextcloud/29.1.3/templates/_ingressInjector.tpl b/enterprise/nextcloud/29.2.0/templates/_ingressInjector.tpl similarity index 100% rename from enterprise/nextcloud/29.1.3/templates/_ingressInjector.tpl rename to enterprise/nextcloud/29.2.0/templates/_ingressInjector.tpl diff --git a/enterprise/nextcloud/29.1.3/templates/_initPerms.tpl b/enterprise/nextcloud/29.2.0/templates/_initPerms.tpl similarity index 100% rename from enterprise/nextcloud/29.1.3/templates/_initPerms.tpl rename to enterprise/nextcloud/29.2.0/templates/_initPerms.tpl diff --git a/enterprise/nextcloud/29.1.3/templates/_validation.tpl b/enterprise/nextcloud/29.2.0/templates/_validation.tpl similarity index 100% rename from enterprise/nextcloud/29.1.3/templates/_validation.tpl rename to enterprise/nextcloud/29.2.0/templates/_validation.tpl diff --git a/enterprise/nextcloud/29.1.3/templates/_waitNextcloud.tpl b/enterprise/nextcloud/29.2.0/templates/_waitNextcloud.tpl similarity index 100% rename from enterprise/nextcloud/29.1.3/templates/_waitNextcloud.tpl rename to enterprise/nextcloud/29.2.0/templates/_waitNextcloud.tpl diff --git a/enterprise/nextcloud/29.1.3/templates/common.yaml b/enterprise/nextcloud/29.2.0/templates/common.yaml similarity index 100% rename from enterprise/nextcloud/29.1.3/templates/common.yaml rename to enterprise/nextcloud/29.2.0/templates/common.yaml diff --git a/enterprise/prometheus/17.4.0/values.yaml b/enterprise/nextcloud/29.2.0/values.yaml similarity index 100% rename from enterprise/prometheus/17.4.0/values.yaml rename to enterprise/nextcloud/29.2.0/values.yaml diff --git a/enterprise/prometheus/17.4.0/CHANGELOG.md b/enterprise/prometheus/17.4.0/CHANGELOG.md deleted file mode 100644 index ee7ca0c0eed..00000000000 --- a/enterprise/prometheus/17.4.0/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) - -### Chore \ No newline at end of file diff --git a/enterprise/prometheus/17.4.0/Chart.yaml b/enterprise/prometheus/17.4.0/Chart.yaml deleted file mode 100644 index 783e9f30eca..00000000000 --- a/enterprise/prometheus/17.4.0/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: metrics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: enterprise -apiVersion: v2 -appVersion: 2.49.1 -dependencies: - - name: common - version: 18.0.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: node-exporter - version: 6.3.0 - repository: oci://tccr.io/truecharts - condition: exporters.enabled,exporters.node-exporter.enabled - alias: "" - tags: [] - import-values: [] - - name: kube-state-metrics - version: 6.3.0 - repository: oci://tccr.io/truecharts - condition: exporters.enabled,exporters.kube-state-metrics.enabled - alias: "" - 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://quay.io/thanos/thanos - - https://hub.docker.com/r/bitnami/alertmanager -type: application -version: 17.4.0 diff --git a/enterprise/prometheus/17.4.0/charts/common-18.0.2.tgz b/enterprise/prometheus/17.4.0/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/enterprise/prometheus/17.4.0/charts/common-18.0.2.tgz and /dev/null differ diff --git a/enterprise/prometheus/17.4.0/charts/kube-state-metrics-6.3.0.tgz b/enterprise/prometheus/17.4.0/charts/kube-state-metrics-6.3.0.tgz deleted file mode 100644 index 1bf3634936b..00000000000 Binary files a/enterprise/prometheus/17.4.0/charts/kube-state-metrics-6.3.0.tgz and /dev/null differ diff --git a/enterprise/prometheus/17.4.0/charts/node-exporter-6.3.0.tgz b/enterprise/prometheus/17.4.0/charts/node-exporter-6.3.0.tgz deleted file mode 100644 index 639837e158b..00000000000 Binary files a/enterprise/prometheus/17.4.0/charts/node-exporter-6.3.0.tgz and /dev/null differ diff --git a/enterprise/prometheus/17.4.0/ix_values.yaml b/enterprise/prometheus/17.4.0/ix_values.yaml deleted file mode 100644 index bb6bcc60107..00000000000 --- a/enterprise/prometheus/17.4.0/ix_values.yaml +++ /dev/null @@ -1,1377 +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" - -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: {} -#### -## Exporters -#### - -## @section Exporters - -## Exporters -## -exporters: - node-exporter: - ## @param exporters.node-exporter.enabled Enable node-exporter - ## - enabled: true - kube-state-metrics: - ## @param exporters.kube-state-metrics.enabled Enable kube-state-metrics - ## - enabled: true -## @param kube-state-metrics [object] Node Exporter deployment configuration -## -kube-state-metrics: - serviceMonitor: - enabled: true - honorLabels: true -## Component scraping for kubelet and kubelet hosted cAdvisor -## -kubelet: - ## @param kubelet.enabled Create a ServiceMonitor to scrape kubelet service - ## - enabled: true - ## @param kubelet.namespace Namespace where kubelet service is deployed. Related configuration `operator.kubeletService.namespace` - ## - namespace: kube-system - serviceMonitor: - ## @param kubelet.serviceMonitor.https Enable scraping of the kubelet over HTTPS - ## - https: true - ## @param kubelet.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 kubelet.serviceMonitor.metricRelabelings Metric relabeling - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs - ## - metricRelabelings: [] - ## @param kubelet.serviceMonitor.relabelings Relabel configs - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config - ## - relabelings: [] - ## @param kubelet.serviceMonitor.cAdvisorMetricRelabelings Metric relabeling for scraping cAdvisor - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs - ## - cAdvisorMetricRelabelings: [] - ## @param kubelet.serviceMonitor.cAdvisorRelabelings Relabel configs for scraping cAdvisor - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs - ## - cAdvisorRelabelings: [] -## Component scraping the kube-apiserver -## -kubeApiServer: - ## @param kubeApiServer.enabled Create a ServiceMonitor to scrape kube-apiserver service - ## - enabled: true - serviceMonitor: - ## @param kubeApiServer.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 kubeApiServer.serviceMonitor.metricRelabelings Metric relabeling - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs - ## - metricRelabelings: [] - ## @param kubeApiServer.serviceMonitor.relabelings Relabel configs - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config - ## - relabelings: [] -## Component scraping the kube-controller-manager -## -kubeControllerManager: - ## @param kubeControllerManager.enabled Create a ServiceMonitor to scrape kube-controller-manager service - ## - enabled: false - ## @param kubeControllerManager.endpoints If your kube controller manager is not deployed as a pod, specify IPs it can be found on - ## endpoints: - ## - 10.141.4.22 - ## - 10.141.4.23 - ## - 10.141.4.24 - ## - endpoints: [] - ## @param kubeControllerManager.namespace Namespace where kube-controller-manager service is deployed. - ## - namespace: kube-system - ## Service ports and selector information - ## @param kubeControllerManager.service.enabled Whether or not to create a Service object for kube-controller-manager - ## @param kubeControllerManager.service.port Listening port of the kube-controller-manager Service object - ## @param kubeControllerManager.service.targetPort Port to target on the kube-controller-manager Pods. This should be the port that kube-controller-manager is exposing metrics on - ## @param kubeControllerManager.service.selector Optional PODs Label selector for the service - ## - service: - enabled: true - port: 10252 - targetPort: 10252 - ## selector: - ## component: kube-controller-manager - ## - selector: {} - serviceMonitor: - ## @param kubeControllerManager.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 kubeControllerManager.serviceMonitor.https Enable scraping kube-controller-manager over https - ## Requires proper certs (not self-signed) and delegated authentication/authorization checks - ## - https: false - ## @param kubeControllerManager.serviceMonitor.insecureSkipVerify Skip TLS certificate validation when scraping - ## - insecureSkipVerify: "" - ## @param kubeControllerManager.serviceMonitor.serverName Name of the server to use when validating TLS certificate - serverName: "" - ## @param kubeControllerManager.serviceMonitor.metricRelabelings Metric relabeling - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs - ## - metricRelabelings: [] - ## @param kubeControllerManager.serviceMonitor.relabelings Relabel configs - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config - ## - relabelings: [] -## Component scraping kube scheduler -## -kubeScheduler: - ## @param kubeScheduler.enabled Create a ServiceMonitor to scrape kube-scheduler service - ## - enabled: false - ## @param kubeScheduler.endpoints If your kube scheduler is not deployed as a pod, specify IPs it can be found on - ## endpoints: - ## - 10.141.4.22 - ## - 10.141.4.23 - ## - 10.141.4.24 - ## - endpoints: [] - ## @param kubeScheduler.namespace Namespace where kube-scheduler service is deployed. - ## - namespace: kube-system - ## If using kubeScheduler.endpoints only the port and targetPort are used - ## @param kubeScheduler.service.enabled Whether or not to create a Service object for kube-scheduler - ## @param kubeScheduler.service.port Listening port of the kube scheduler Service object - ## @param kubeScheduler.service.targetPort Port to target on the kube scheduler Pods. This should be the port that kube scheduler is exposing metrics on - ## @param kubeScheduler.service.selector Optional PODs Label selector for the service - ## - service: - enabled: true - port: 10251 - targetPort: 10251 - ## selector: - ## component: kube-scheduler - ## - selector: {} - serviceMonitor: - ## @param kubeScheduler.serviceMonitor.interval Scrape interval (use by default, falling back to Prometheus' default) - ## - interval: "" - ## @param kubeScheduler.serviceMonitor.https Enable scraping kube-scheduler over https - ## Requires proper certs (not self-signed) and delegated authentication/authorization checks - ## - https: false - ## @param kubeScheduler.serviceMonitor.insecureSkipVerify Skip TLS certificate validation when scraping - ## - insecureSkipVerify: "" - ## @param kubeScheduler.serviceMonitor.serverName Name of the server to use when validating TLS certificate - ## - serverName: "" - ## @param kubeScheduler.serviceMonitor.metricRelabelings Metric relabeling - ## metricRelabelings: - ## - action: keep - ## regex: 'kube_(daemonset|deployment|pod|namespace|node|statefulset).+' - ## sourceLabels: [__name__] - ## - metricRelabelings: [] - ## @param kubeScheduler.serviceMonitor.relabelings Relabel configs - ## relabelings: - ## - sourceLabels: [__meta_kubernetes_pod_node_name] - ## separator: ; - ## regex: ^(.*)$ - ## targetLabel: nodename - ## replacement: $1 - ## action: replace - ## - relabelings: [] -## Component scraping coreDns -## -coreDns: - ## @param coreDns.enabled Create a ServiceMonitor to scrape coredns service - ## - enabled: true - ## @param coreDns.namespace Namespace where core dns service is deployed. - ## - namespace: kube-system - ## Create a ServiceMonitor to scrape coredns service - ## @param coreDns.service.enabled Whether or not to create a Service object for coredns - ## @param coreDns.service.port Listening port of the coredns Service object - ## @param coreDns.service.targetPort Port to target on the coredns Pods. This should be the port that coredns is exposing metrics on - ## @param coreDns.service.selector Optional PODs Label selector for the service - ## - service: - enabled: true - port: 9153 - targetPort: 9153 - ## selector: - ## component: kube-dns - ## - selector: {} - serviceMonitor: - ## @param coreDns.serviceMonitor.interval Scrape interval. If not set, the Prometheus default scrape interval is used. - ## - interval: "" - ## @param coreDns.serviceMonitor.metricRelabelings Metric relabel configs to apply to samples before ingestion. - ## metricRelabelings: - ## - action: keep - ## regex: 'kube_(daemonset|deployment|pod|namespace|node|statefulset).+' - ## sourceLabels: [__name__] - ## - metricRelabelings: [] - ## @param coreDns.serviceMonitor.relabelings Relabel configs to apply to samples before ingestion. - ## relabelings: - ## - sourceLabels: [__meta_kubernetes_pod_node_name] - ## separator: ; - ## regex: ^(.*)$ - ## targetLabel: nodename - ## replacement: $1 - ## action: replace - ## - relabelings: [] -## Component scraping the kube-proxy -## -kubeProxy: - ## @param kubeProxy.enabled Create a ServiceMonitor to scrape the kube-proxy Service - ## - enabled: false -portal: - open: - enabled: true -updated: true diff --git a/enterprise/prometheus/17.4.0/templates/exporters/core-dns/service.yaml b/enterprise/prometheus/17.4.0/templates/exporters/core-dns/service.yaml deleted file mode 100644 index 359c945de46..00000000000 --- a/enterprise/prometheus/17.4.0/templates/exporters/core-dns/service.yaml +++ /dev/null @@ -1,22 +0,0 @@ -{{- if and .Values.coreDns.enabled .Values.coreDns.service.enabled }} -apiVersion: v1 -kind: Service -metadata: - name: {{ template "kube-prometheus.fullname" . }}-coredns - namespace: {{ .Values.coreDns.namespace }} - labels: {{- include "kube-prometheus.labels" . | nindent 4 }} - app.kubernetes.io/component: {{ template "kube-prometheus.fullname" . }}-coredns -spec: - clusterIP: None - ports: - - name: http-metrics - port: {{ .Values.coreDns.service.port }} - protocol: TCP - targetPort: {{ .Values.coreDns.service.targetPort }} - selector: - {{- if .Values.coreDns.service.selector }} -{{ toYaml .Values.coreDns.service.selector | indent 4 }} - {{- else}} - k8s-app: kube-dns - {{- end}} -{{- end }} diff --git a/enterprise/prometheus/17.4.0/templates/exporters/core-dns/servicemonitor.yaml b/enterprise/prometheus/17.4.0/templates/exporters/core-dns/servicemonitor.yaml deleted file mode 100644 index 8906b87f8e1..00000000000 --- a/enterprise/prometheus/17.4.0/templates/exporters/core-dns/servicemonitor.yaml +++ /dev/null @@ -1,29 +0,0 @@ -{{- if .Values.coreDns.enabled }} -apiVersion: monitoring.coreos.com/v1 -kind: ServiceMonitor -metadata: - name: {{ template "kube-prometheus.fullname" . }}-coredns - namespace: {{ .Release.Namespace }} - labels: {{- include "kube-prometheus.labels" . | nindent 4 }} - app.kubernetes.io/component: {{ template "kube-prometheus.fullname" . }}-coredns -spec: - jobLabel: k8s-app - selector: - matchLabels: - app.kubernetes.io/component: {{ template "kube-prometheus.fullname" . }}-coredns - namespaceSelector: - matchNames: - - {{ .Values.coreDns.namespace }} - endpoints: - - port: http-metrics - {{- if .Values.coreDns.serviceMonitor.interval}} - interval: {{ .Values.coreDns.serviceMonitor.interval }} - {{- end }} - bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token - {{- if .Values.coreDns.serviceMonitor.metricRelabelings }} - metricRelabelings: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.coreDns.serviceMonitor.metricRelabelings "context" $) | nindent 6 }} - {{- end }} - {{- if .Values.coreDns.serviceMonitor.relabelings }} - relabelings: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.coreDns.serviceMonitor.relabelings "context" $) | nindent 6 }} - {{- end }} -{{- end }} diff --git a/enterprise/prometheus/17.4.0/templates/exporters/kube-apiserver/servicemonitor.yaml b/enterprise/prometheus/17.4.0/templates/exporters/kube-apiserver/servicemonitor.yaml deleted file mode 100644 index 7cfbb53f379..00000000000 --- a/enterprise/prometheus/17.4.0/templates/exporters/kube-apiserver/servicemonitor.yaml +++ /dev/null @@ -1,35 +0,0 @@ -{{- if .Values.kubeApiServer.enabled }} -apiVersion: monitoring.coreos.com/v1 -kind: ServiceMonitor -metadata: - name: {{ template "kube-prometheus.fullname" . }}-apiserver - namespace: {{ .Release.Namespace }} - labels: {{- include "kube-prometheus.labels" . | nindent 4 }} - app.kubernetes.io/component: apiserver -spec: - jobLabel: component - selector: - matchLabels: - component: apiserver - provider: kubernetes - namespaceSelector: - matchNames: - - default - endpoints: - - port: https - scheme: https - tlsConfig: - caFile: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt - serverName: kubernetes - insecureSkipVerify: true - bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token - {{- if .Values.kubeApiServer.serviceMonitor.interval }} - interval: {{ .Values.kubeApiServer.serviceMonitor.interval }} - {{- end }} - {{- if .Values.kubeApiServer.serviceMonitor.metricRelabelings }} - metricRelabelings: {{- include "tc.v1.common.tplvalues.render" ( dict "value" .Values.kubeApiServer.serviceMonitor.metricRelabelings "context" $) | nindent 8 }} - {{- end }} - {{- if .Values.kubeApiServer.serviceMonitor.relabelings }} - relabelings: {{- toYaml .Values.kubeApiServer.serviceMonitor.relabelings | nindent 8 }} - {{- end }} -{{- end }} diff --git a/enterprise/prometheus/17.4.0/templates/exporters/kube-controller-manager/endpoints.yaml b/enterprise/prometheus/17.4.0/templates/exporters/kube-controller-manager/endpoints.yaml deleted file mode 100644 index 13aa60ebf66..00000000000 --- a/enterprise/prometheus/17.4.0/templates/exporters/kube-controller-manager/endpoints.yaml +++ /dev/null @@ -1,18 +0,0 @@ -{{- if and .Values.kubeControllerManager.enabled .Values.kubeControllerManager.endpoints }} -apiVersion: v1 -kind: Endpoints -metadata: - name: {{ template "kube-prometheus.fullname" . }}-kube-controller-manager - namespace: {{ .Values.kubeControllerManager.namespace }} - labels: {{- include "kube-prometheus.labels" . | nindent 4 }} - app.kubernetes.io/component: kube-controller-manager -subsets: - - addresses: - {{- range .Values.kubeControllerManager.endpoints }} - - ip: {{ . }} - {{- end }} - ports: - - name: http-metrics - port: {{ .Values.kubeControllerManager.service.port }} - protocol: TCP -{{- end }} diff --git a/enterprise/prometheus/17.4.0/templates/exporters/kube-controller-manager/service.yaml b/enterprise/prometheus/17.4.0/templates/exporters/kube-controller-manager/service.yaml deleted file mode 100644 index 6a455359832..00000000000 --- a/enterprise/prometheus/17.4.0/templates/exporters/kube-controller-manager/service.yaml +++ /dev/null @@ -1,25 +0,0 @@ -{{- if and .Values.kubeControllerManager.enabled .Values.kubeControllerManager.service.enabled }} -apiVersion: v1 -kind: Service -metadata: - name: {{ template "kube-prometheus.fullname" . }}-kube-controller-manager - namespace: {{ .Values.kubeControllerManager.namespace }} - labels: {{- include "kube-prometheus.labels" . | nindent 4 }} - app.kubernetes.io/component: {{ template "kube-prometheus.fullname" . }}-kube-controller-manager -spec: - clusterIP: None - ports: - - name: http-metrics - port: {{ .Values.kubeControllerManager.service.port }} - protocol: TCP - targetPort: {{ .Values.kubeControllerManager.service.targetPort }} -{{- if .Values.kubeControllerManager.endpoints }}{{- else }} - selector: - {{- if .Values.kubeControllerManager.service.selector }} -{{ toYaml .Values.kubeControllerManager.service.selector | indent 4 }} - {{- else}} - component: kube-controller-manager - {{- end}} -{{- end }} - type: ClusterIP -{{- end }} diff --git a/enterprise/prometheus/17.4.0/templates/exporters/kube-controller-manager/servicemonitor.yaml b/enterprise/prometheus/17.4.0/templates/exporters/kube-controller-manager/servicemonitor.yaml deleted file mode 100644 index d3f56c49914..00000000000 --- a/enterprise/prometheus/17.4.0/templates/exporters/kube-controller-manager/servicemonitor.yaml +++ /dev/null @@ -1,40 +0,0 @@ -{{- if .Values.kubeControllerManager.enabled }} -apiVersion: monitoring.coreos.com/v1 -kind: ServiceMonitor -metadata: - name: {{ template "kube-prometheus.fullname" . }}-kube-controller-manager - namespace: {{ .Release.Namespace }} - labels: {{- include "kube-prometheus.labels" . | nindent 4 }} - app.kubernetes.io/component: {{ template "kube-prometheus.fullname" . }}-kube-controller-manager -spec: - jobLabel: component - selector: - matchLabels: - app.kubernetes.io/component: {{ template "kube-prometheus.fullname" . }}-kube-controller-manager - namespaceSelector: - matchNames: - - {{ .Values.kubeControllerManager.namespace }} - endpoints: - - port: http-metrics - {{- if .Values.kubeControllerManager.serviceMonitor.interval }} - interval: {{ .Values.kubeControllerManager.serviceMonitor.interval }} - {{- end }} - bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token - {{- if .Values.kubeControllerManager.serviceMonitor.https }} - scheme: https - tlsConfig: - caFile: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt - {{- if .Values.kubeControllerManager.serviceMonitor.insecureSkipVerify }} - insecureSkipVerify: {{ .Values.kubeControllerManager.serviceMonitor.insecureSkipVerify }} - {{- end }} - {{- if .Values.kubeControllerManager.serviceMonitor.serverName }} - serverName: {{ .Values.kubeControllerManager.serviceMonitor.serverName }} - {{- end }} - {{- end }} - {{- if .Values.kubeControllerManager.serviceMonitor.metricRelabelings }} - metricRelabelings: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.kubeControllerManager.serviceMonitor.metricRelabelings "context" $) | nindent 6 }} - {{- end }} - {{- if .Values.kubeControllerManager.serviceMonitor.relabelings }} - relabelings: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.kubeControllerManager.serviceMonitor.relabelings "context" $) | nindent 6 }} - {{- end }} -{{- end }} diff --git a/enterprise/prometheus/17.4.0/templates/exporters/kube-scheduler/endpoints.yaml b/enterprise/prometheus/17.4.0/templates/exporters/kube-scheduler/endpoints.yaml deleted file mode 100644 index dde3d8b9110..00000000000 --- a/enterprise/prometheus/17.4.0/templates/exporters/kube-scheduler/endpoints.yaml +++ /dev/null @@ -1,18 +0,0 @@ -{{- if and .Values.kubeScheduler.enabled .Values.kubeScheduler.endpoints }} -apiVersion: v1 -kind: Endpoints -metadata: - name: {{ template "kube-prometheus.fullname" . }}-kube-scheduler - namespace: {{ .Values.kubeScheduler.namespace }} - labels: {{- include "kube-prometheus.labels" . | nindent 4 }} - app.kubernetes.io/component: kube-scheduler -subsets: - - addresses: - {{- range .Values.kubeScheduler.endpoints }} - - ip: {{ . }} - {{- end }} - ports: - - name: http-metrics - port: {{ .Values.kubeScheduler.service.port }} - protocol: TCP -{{- end }} diff --git a/enterprise/prometheus/17.4.0/templates/exporters/kube-scheduler/service.yaml b/enterprise/prometheus/17.4.0/templates/exporters/kube-scheduler/service.yaml deleted file mode 100644 index aad5969f5fd..00000000000 --- a/enterprise/prometheus/17.4.0/templates/exporters/kube-scheduler/service.yaml +++ /dev/null @@ -1,25 +0,0 @@ -{{- if and .Values.kubeScheduler.enabled .Values.kubeScheduler.service.enabled }} -apiVersion: v1 -kind: Service -metadata: - name: {{ template "kube-prometheus.fullname" . }}-kube-scheduler - namespace: {{ .Values.kubeScheduler.namespace }} - labels: {{- include "kube-prometheus.labels" . | nindent 4 }} - app.kubernetes.io/component: {{ template "kube-prometheus.fullname" . }}-kube-scheduler -spec: - clusterIP: None - ports: - - name: http-metrics - port: {{ .Values.kubeScheduler.service.port}} - protocol: TCP - targetPort: {{ .Values.kubeScheduler.service.targetPort}} -{{- if .Values.kubeScheduler.endpoints }}{{- else }} - selector: - {{- if .Values.kubeScheduler.service.selector }} -{{ toYaml .Values.kubeScheduler.service.selector | indent 4 }} - {{- else}} - component: kube-scheduler - {{- end}} -{{- end }} - type: ClusterIP -{{- end -}} diff --git a/enterprise/prometheus/17.4.0/templates/exporters/kube-scheduler/servicemonitor.yaml b/enterprise/prometheus/17.4.0/templates/exporters/kube-scheduler/servicemonitor.yaml deleted file mode 100644 index 7cbe29f86d7..00000000000 --- a/enterprise/prometheus/17.4.0/templates/exporters/kube-scheduler/servicemonitor.yaml +++ /dev/null @@ -1,40 +0,0 @@ -{{- if .Values.kubeScheduler.enabled }} -apiVersion: monitoring.coreos.com/v1 -kind: ServiceMonitor -metadata: - name: {{ template "kube-prometheus.fullname" . }}-kube-scheduler - namespace: {{ .Release.Namespace }} - labels: {{- include "kube-prometheus.labels" . | nindent 4 }} - app.kubernetes.io/component: {{ template "kube-prometheus.fullname" . }}-kube-scheduler -spec: - jobLabel: component - selector: - matchLabels: - app.kubernetes.io/component: {{ template "kube-prometheus.fullname" . }}-kube-scheduler - namespaceSelector: - matchNames: - - {{ .Values.kubeScheduler.namespace }} - endpoints: - - port: http-metrics - {{- if .Values.kubeScheduler.serviceMonitor.interval }} - interval: {{ .Values.kubeScheduler.serviceMonitor.interval }} - {{- end }} - bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token - {{- if .Values.kubeScheduler.serviceMonitor.https }} - scheme: https - tlsConfig: - caFile: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt - {{- if .Values.kubeScheduler.serviceMonitor.insecureSkipVerify }} - insecureSkipVerify: {{ .Values.kubeScheduler.serviceMonitor.insecureSkipVerify }} - {{- end}} - {{- if .Values.kubeScheduler.serviceMonitor.serverName }} - serverName: {{ .Values.kubeScheduler.serviceMonitor.serverName }} - {{- end}} - {{- end}} - {{- if .Values.kubeScheduler.serviceMonitor.metricRelabelings }} - metricRelabelings: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.kubeScheduler.serviceMonitor.metricRelabelings "context" $) | nindent 6 }} - {{- end }} - {{- if .Values.kubeScheduler.serviceMonitor.relabelings }} - metricRelabelings: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.kubeScheduler.serviceMonitor.relabelings "context" $) | nindent 6 }} - {{- end }} -{{- end }} diff --git a/enterprise/prometheus/17.4.0/templates/exporters/kubelet/servicemonitor.yaml b/enterprise/prometheus/17.4.0/templates/exporters/kubelet/servicemonitor.yaml deleted file mode 100644 index b109d78c453..00000000000 --- a/enterprise/prometheus/17.4.0/templates/exporters/kubelet/servicemonitor.yaml +++ /dev/null @@ -1,85 +0,0 @@ -{{- if .Values.kubelet.enabled }} -apiVersion: monitoring.coreos.com/v1 -kind: ServiceMonitor -metadata: - name: {{ template "kube-prometheus.fullname" . }}-kubelet - namespace: {{ .Release.Namespace }} - labels: {{- include "kube-prometheus.labels" . | nindent 4 }} - app.kubernetes.io/component: kubelet -spec: - jobLabel: k8s-app - selector: - matchLabels: - k8s-app: kubelet - namespaceSelector: - matchNames: - - {{ .Values.kubelet.namespace }} - endpoints: - {{- if .Values.kubelet.serviceMonitor.https }} - - port: https-metrics - scheme: https - tlsConfig: - caFile: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt - serverName: kubernetes - insecureSkipVerify: true - bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token - honorLabels: true - {{- if .Values.kubelet.serviceMonitor.interval }} - interval: {{ .Values.kubelet.serviceMonitor.interval }} - {{- end }} - {{- if .Values.kubelet.serviceMonitor.metricRelabelings }} - metricRelabelings: {{- include "tc.v1.common.tplvalues.render" ( dict "value" .Values.kubelet.serviceMonitor.metricRelabelings "context" $) | nindent 8 }} - {{- end }} - {{- if .Values.kubelet.serviceMonitor.relabelings }} - relabelings: {{- toYaml .Values.kubelet.serviceMonitor.relabelings | nindent 8 }} - {{- end }} - - port: https-metrics - path: /metrics/cadvisor - scheme: https - tlsConfig: - caFile: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt - serverName: kubernetes - insecureSkipVerify: true - bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token - honorLabels: true - {{- if .Values.kubelet.serviceMonitor.interval }} - interval: {{ .Values.kubelet.serviceMonitor.interval }} - {{- end }} - {{- if .Values.kubelet.serviceMonitor.cAdvisorMetricRelabelings }} - metricRelabelings: {{- include "tc.v1.common.tplvalues.render" ( dict "value" .Values.kubelet.serviceMonitor.cAdvisorMetricRelabelings "context" $) | nindent 8 }} - {{- end }} - {{- if .Values.kubelet.serviceMonitor.cAdvisorRelabelings }} - relabelings: {{- toYaml .Values.kubelet.serviceMonitor.cAdvisorRelabelings | nindent 8 }} - {{- end }} - {{- else }} - - port: http-metrics - scheme: http - tlsConfig: - insecureSkipVerify: false - honorLabels: true - {{- if .Values.kubelet.serviceMonitor.interval }} - interval: {{ .Values.kubelet.serviceMonitor.interval }} - {{- end }} - {{- if .Values.kubelet.serviceMonitor.metricRelabelings }} - metricRelabelings: {{- include "tc.v1.common.tplvalues.render" ( dict "value" .Values.kubelet.serviceMonitor.metricRelabelings "context" $) | nindent 8 }} - {{- end }} - {{- if .Values.kubelet.serviceMonitor.relabelings }} - relabelings: {{- toYaml .Values.kubelet.serviceMonitor.relabelings | nindent 8 }} - {{- end }} - - port: http-metrics - path: /metrics/cadvisor - scheme: http - tlsConfig: - insecureSkipVerify: false - honorLabels: true - {{- if .Values.kubelet.serviceMonitor.interval }} - interval: {{ .Values.kubelet.serviceMonitor.interval }} - {{- end }} - {{- if .Values.kubelet.serviceMonitor.cAdvisorMetricRelabelings }} - metricRelabelings: {{- include "tc.v1.common.tplvalues.render" ( dict "value" .Values.kubelet.serviceMonitor.cAdvisorMetricRelabelings "context" $) | nindent 8 }} - {{- end }} - {{- if .Values.kubelet.serviceMonitor.cAdvisorRelabelings }} - relabelings: {{- toYaml .Values.kubelet.serviceMonitor.cAdvisorRelabelings | nindent 8 }} - {{- end }} - {{- end }} -{{- end }} diff --git a/enterprise/traefik/26.1.3/.helmignore b/enterprise/prometheus/17.5.0/.helmignore similarity index 100% rename from enterprise/traefik/26.1.3/.helmignore rename to enterprise/prometheus/17.5.0/.helmignore diff --git a/enterprise/prometheus/17.5.0/CHANGELOG.md b/enterprise/prometheus/17.5.0/CHANGELOG.md new file mode 100644 index 00000000000..bf7c5e43077 --- /dev/null +++ b/enterprise/prometheus/17.5.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [prometheus-16.4.9](https://github.com/truecharts/charts/compare/prometheus-16.4.8...prometheus-16.4.9) (2024-02-12) + +### Chore + + + +- update container image bitnami/prometheus to 2.49.1[@bfc292a](https://github.com/bfc292a) by renovate ([#18223](https://github.com/truecharts/charts/issues/18223)) + + +## [prometheus-16.4.8](https://github.com/truecharts/charts/compare/prometheus-16.4.7...prometheus-16.4.8) (2024-02-12) + +### Chore + + + +- update container image bitnami/alertmanager to 0.26.0[@537c5f5](https://github.com/537c5f5) by renovate ([#18200](https://github.com/truecharts/charts/issues/18200)) + +- update container image bitnami/prometheus to 2.49.1[@c382eae](https://github.com/c382eae) by renovate ([#18032](https://github.com/truecharts/charts/issues/18032)) + + +## [prometheus-16.4.7](https://github.com/truecharts/charts/compare/prometheus-16.4.6...prometheus-16.4.7) (2024-02-12) + +### Chore + + + +- update container image bitnami/alertmanager to 0.26.0[@130b6ff](https://github.com/130b6ff) by renovate ([#18154](https://github.com/truecharts/charts/issues/18154)) + + +## [prometheus-16.4.6](https://github.com/truecharts/charts/compare/prometheus-16.4.5...prometheus-16.4.6) (2024-02-12) + +### Chore + + + +- update container image bitnami/alertmanager to 0.26.0[@de8bbbd](https://github.com/de8bbbd) by renovate ([#18026](https://github.com/truecharts/charts/issues/18026)) + + +## [prometheus-16.4.5](https://github.com/truecharts/charts/compare/prometheus-16.4.4...prometheus-16.4.5) (2024-02-05) + +### Chore + + + +- update container image bitnami/alertmanager to 0.26.0[@d58f3c7](https://github.com/d58f3c7) by renovate ([#17812](https://github.com/truecharts/charts/issues/17812)) + + +## [prometheus-16.4.4](https://github.com/truecharts/charts/compare/prometheus-16.4.3...prometheus-16.4.4) (2024-02-04) diff --git a/enterprise/prometheus/17.5.0/Chart.yaml b/enterprise/prometheus/17.5.0/Chart.yaml new file mode 100644 index 00000000000..6b8ef04eaab --- /dev/null +++ b/enterprise/prometheus/17.5.0/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: 2.50.1 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: kube-prometheus-stack + version: 56.9.0 + repository: oci://ghcr.io/prometheus-community/charts + condition: "" + alias: kps + tags: [] + import-values: [] +deprecated: false +description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. +home: https://truecharts.org/charts/enterprise/prometheus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png +keywords: + - metrics +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: prometheus +sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + - https://github.com/truecharts/charts/tree/master/charts/enterprise/prometheus + - https://quay.io/thanos/thanos + - https://hub.docker.com/r/bitnami/prometheus + - https://hub.docker.com/r/bitnami/alertmanager +type: application +version: 17.5.0 diff --git a/enterprise/prometheus/17.4.0/README.md b/enterprise/prometheus/17.5.0/README.md similarity index 100% rename from enterprise/prometheus/17.4.0/README.md rename to enterprise/prometheus/17.5.0/README.md diff --git a/enterprise/prometheus/17.4.0/app-readme.md b/enterprise/prometheus/17.5.0/app-readme.md similarity index 100% rename from enterprise/prometheus/17.4.0/app-readme.md rename to enterprise/prometheus/17.5.0/app-readme.md diff --git a/enterprise/prometheus/17.5.0/charts/common-18.1.2.tgz b/enterprise/prometheus/17.5.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/enterprise/prometheus/17.5.0/charts/common-18.1.2.tgz differ diff --git a/enterprise/prometheus/17.5.0/charts/kube-prometheus-stack-56.9.0.tgz b/enterprise/prometheus/17.5.0/charts/kube-prometheus-stack-56.9.0.tgz new file mode 100644 index 00000000000..1b0175276f4 Binary files /dev/null and b/enterprise/prometheus/17.5.0/charts/kube-prometheus-stack-56.9.0.tgz differ diff --git a/enterprise/prometheus/17.5.0/ix_values.yaml b/enterprise/prometheus/17.5.0/ix_values.yaml new file mode 100644 index 00000000000..f7d624f2bb1 --- /dev/null +++ b/enterprise/prometheus/17.5.0/ix_values.yaml @@ -0,0 +1,1260 @@ +image: + repository: bitnami/prometheus + tag: 2.50.1@sha256:d4f5af2ea07aaa34cb1335cc0053c03e4e327977afdbdf4261b5afb3ce50febe +thanosImage: + repository: quay.io/thanos/thanos + tag: v0.34.1@sha256:567346c3f6ff2927c2c6c0daad977b2213f62d45eca54d48afd19e6deb902181 +alertmanagerImage: + repository: bitnami/alertmanager + tag: 0.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.0/questions.yaml b/enterprise/prometheus/17.5.0/questions.yaml similarity index 100% rename from enterprise/prometheus/17.4.0/questions.yaml rename to enterprise/prometheus/17.5.0/questions.yaml diff --git a/enterprise/traefik/26.1.3/templates/NOTES.txt b/enterprise/prometheus/17.5.0/templates/NOTES.txt similarity index 100% rename from enterprise/traefik/26.1.3/templates/NOTES.txt rename to enterprise/prometheus/17.5.0/templates/NOTES.txt diff --git a/enterprise/prometheus/17.4.0/templates/_helpers.tpl b/enterprise/prometheus/17.5.0/templates/_helpers.tpl similarity index 100% rename from enterprise/prometheus/17.4.0/templates/_helpers.tpl rename to enterprise/prometheus/17.5.0/templates/_helpers.tpl diff --git a/enterprise/prometheus/17.4.0/templates/alertmanager/_alertmanager.tpl b/enterprise/prometheus/17.5.0/templates/alertmanager/_alertmanager.tpl similarity index 100% rename from enterprise/prometheus/17.4.0/templates/alertmanager/_alertmanager.tpl rename to enterprise/prometheus/17.5.0/templates/alertmanager/_alertmanager.tpl diff --git a/enterprise/prometheus/17.4.0/templates/alertmanager/secrets.yaml b/enterprise/prometheus/17.5.0/templates/alertmanager/secrets.yaml similarity index 100% rename from enterprise/prometheus/17.4.0/templates/alertmanager/secrets.yaml rename to enterprise/prometheus/17.5.0/templates/alertmanager/secrets.yaml diff --git a/enterprise/prometheus/17.4.0/templates/alertmanager/serviceaccount.yaml b/enterprise/prometheus/17.5.0/templates/alertmanager/serviceaccount.yaml similarity index 100% rename from enterprise/prometheus/17.4.0/templates/alertmanager/serviceaccount.yaml rename to enterprise/prometheus/17.5.0/templates/alertmanager/serviceaccount.yaml diff --git a/enterprise/prometheus/17.4.0/templates/alertmanager/servicemonitor.yaml b/enterprise/prometheus/17.5.0/templates/alertmanager/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/17.4.0/templates/alertmanager/servicemonitor.yaml rename to enterprise/prometheus/17.5.0/templates/alertmanager/servicemonitor.yaml diff --git a/enterprise/prometheus/17.4.0/templates/common.yaml b/enterprise/prometheus/17.5.0/templates/common.yaml similarity index 100% rename from enterprise/prometheus/17.4.0/templates/common.yaml rename to enterprise/prometheus/17.5.0/templates/common.yaml diff --git a/enterprise/prometheus/17.4.0/templates/prometheus/_additionalPrometheusRules.tpl b/enterprise/prometheus/17.5.0/templates/prometheus/_additionalPrometheusRules.tpl similarity index 100% rename from enterprise/prometheus/17.4.0/templates/prometheus/_additionalPrometheusRules.tpl rename to enterprise/prometheus/17.5.0/templates/prometheus/_additionalPrometheusRules.tpl diff --git a/enterprise/prometheus/17.4.0/templates/prometheus/_additionalScrapeJobs.tpl b/enterprise/prometheus/17.5.0/templates/prometheus/_additionalScrapeJobs.tpl similarity index 100% rename from enterprise/prometheus/17.4.0/templates/prometheus/_additionalScrapeJobs.tpl rename to enterprise/prometheus/17.5.0/templates/prometheus/_additionalScrapeJobs.tpl diff --git a/enterprise/prometheus/17.4.0/templates/prometheus/_prometheus.tpl b/enterprise/prometheus/17.5.0/templates/prometheus/_prometheus.tpl similarity index 100% rename from enterprise/prometheus/17.4.0/templates/prometheus/_prometheus.tpl rename to enterprise/prometheus/17.5.0/templates/prometheus/_prometheus.tpl diff --git a/enterprise/prometheus/17.4.0/templates/prometheus/_servicemonitor.tpl b/enterprise/prometheus/17.5.0/templates/prometheus/_servicemonitor.tpl similarity index 100% rename from enterprise/prometheus/17.4.0/templates/prometheus/_servicemonitor.tpl rename to enterprise/prometheus/17.5.0/templates/prometheus/_servicemonitor.tpl diff --git a/enterprise/prometheus/17.4.0/templates/prometheus/clusterrole.yaml b/enterprise/prometheus/17.5.0/templates/prometheus/clusterrole.yaml similarity index 100% rename from enterprise/prometheus/17.4.0/templates/prometheus/clusterrole.yaml rename to enterprise/prometheus/17.5.0/templates/prometheus/clusterrole.yaml diff --git a/enterprise/prometheus/17.4.0/templates/prometheus/clusterrolebinding.yaml b/enterprise/prometheus/17.5.0/templates/prometheus/clusterrolebinding.yaml similarity index 100% rename from enterprise/prometheus/17.4.0/templates/prometheus/clusterrolebinding.yaml rename to enterprise/prometheus/17.5.0/templates/prometheus/clusterrolebinding.yaml diff --git a/enterprise/prometheus/17.4.0/templates/prometheus/serviceaccount.yaml b/enterprise/prometheus/17.5.0/templates/prometheus/serviceaccount.yaml similarity index 100% rename from enterprise/prometheus/17.4.0/templates/prometheus/serviceaccount.yaml rename to enterprise/prometheus/17.5.0/templates/prometheus/serviceaccount.yaml diff --git a/enterprise/traefik/26.1.3/values.yaml b/enterprise/prometheus/17.5.0/values.yaml similarity index 100% rename from enterprise/traefik/26.1.3/values.yaml rename to enterprise/prometheus/17.5.0/values.yaml diff --git a/enterprise/traefik/26.1.3/CHANGELOG.md b/enterprise/traefik/26.1.3/CHANGELOG.md deleted file mode 100644 index 51ac5fdc2a0..00000000000 --- a/enterprise/traefik/26.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - - - - -## [traefik-25.1.10](https://github.com/truecharts/charts/compare/traefik-25.1.9...traefik-25.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/enterprise/traefik/26.1.3/Chart.yaml b/enterprise/traefik/26.1.3/Chart.yaml deleted file mode 100644 index 9ef4d0bd01c..00000000000 --- a/enterprise/traefik/26.1.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: network - 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.0.3 - 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.1.3 diff --git a/enterprise/traefik/26.1.3/charts/common-18.0.3.tgz b/enterprise/traefik/26.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/enterprise/traefik/26.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/enterprise/traefik/26.1.3/ix_values.yaml b/enterprise/traefik/26.1.3/ix_values.yaml deleted file mode 100644 index 26c2803abc7..00000000000 --- a/enterprise/traefik/26.1.3/ix_values.yaml +++ /dev/null @@ -1,441 +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: false - type: servicemonitor - endpoints: - - port: metrics - path: /metrics - targetSelector: metrics -globalArguments: - - "--global.checknewversion" -## -# -- 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 - 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 - ## 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 -portal: - open: - enabled: true - path: /dashboard/ diff --git a/enterprise/vaultwarden/26.1.0/.helmignore b/enterprise/traefik/26.3.0/.helmignore similarity index 100% rename from enterprise/vaultwarden/26.1.0/.helmignore rename to enterprise/traefik/26.3.0/.helmignore diff --git a/enterprise/traefik/26.3.0/CHANGELOG.md b/enterprise/traefik/26.3.0/CHANGELOG.md new file mode 100644 index 00000000000..67333108115 --- /dev/null +++ b/enterprise/traefik/26.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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)) + + + + +## [traefik-25.1.10](https://github.com/truecharts/charts/compare/traefik-25.1.9...traefik-25.1.10) (2024-01-09) + +### Chore diff --git a/enterprise/traefik/26.3.0/Chart.yaml b/enterprise/traefik/26.3.0/Chart.yaml new file mode 100644 index 00000000000..85535aa41d7 --- /dev/null +++ b/enterprise/traefik/26.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + 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.3.0 diff --git a/enterprise/traefik/26.1.3/README.md b/enterprise/traefik/26.3.0/README.md similarity index 100% rename from enterprise/traefik/26.1.3/README.md rename to enterprise/traefik/26.3.0/README.md diff --git a/enterprise/traefik/26.1.3/app-readme.md b/enterprise/traefik/26.3.0/app-readme.md similarity index 100% rename from enterprise/traefik/26.1.3/app-readme.md rename to enterprise/traefik/26.3.0/app-readme.md diff --git a/enterprise/traefik/26.3.0/charts/common-18.1.2.tgz b/enterprise/traefik/26.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/enterprise/traefik/26.3.0/charts/common-18.1.2.tgz differ diff --git a/enterprise/traefik/26.1.3/crds/traefik.containo.us_ingressroutes.yaml b/enterprise/traefik/26.3.0/crds/traefik.containo.us_ingressroutes.yaml similarity index 100% rename from enterprise/traefik/26.1.3/crds/traefik.containo.us_ingressroutes.yaml rename to enterprise/traefik/26.3.0/crds/traefik.containo.us_ingressroutes.yaml diff --git a/enterprise/traefik/26.1.3/crds/traefik.containo.us_ingressroutetcps.yaml b/enterprise/traefik/26.3.0/crds/traefik.containo.us_ingressroutetcps.yaml similarity index 100% rename from enterprise/traefik/26.1.3/crds/traefik.containo.us_ingressroutetcps.yaml rename to enterprise/traefik/26.3.0/crds/traefik.containo.us_ingressroutetcps.yaml diff --git a/enterprise/traefik/26.1.3/crds/traefik.containo.us_ingressrouteudps.yaml b/enterprise/traefik/26.3.0/crds/traefik.containo.us_ingressrouteudps.yaml similarity index 100% rename from enterprise/traefik/26.1.3/crds/traefik.containo.us_ingressrouteudps.yaml rename to enterprise/traefik/26.3.0/crds/traefik.containo.us_ingressrouteudps.yaml diff --git a/enterprise/traefik/26.1.3/crds/traefik.containo.us_middlewares.yaml b/enterprise/traefik/26.3.0/crds/traefik.containo.us_middlewares.yaml similarity index 100% rename from enterprise/traefik/26.1.3/crds/traefik.containo.us_middlewares.yaml rename to enterprise/traefik/26.3.0/crds/traefik.containo.us_middlewares.yaml diff --git a/enterprise/traefik/26.1.3/crds/traefik.containo.us_middlewaretcps.yaml b/enterprise/traefik/26.3.0/crds/traefik.containo.us_middlewaretcps.yaml similarity index 100% rename from enterprise/traefik/26.1.3/crds/traefik.containo.us_middlewaretcps.yaml rename to enterprise/traefik/26.3.0/crds/traefik.containo.us_middlewaretcps.yaml diff --git a/enterprise/traefik/26.1.3/crds/traefik.containo.us_serverstransports.yaml b/enterprise/traefik/26.3.0/crds/traefik.containo.us_serverstransports.yaml similarity index 100% rename from enterprise/traefik/26.1.3/crds/traefik.containo.us_serverstransports.yaml rename to enterprise/traefik/26.3.0/crds/traefik.containo.us_serverstransports.yaml diff --git a/enterprise/traefik/26.1.3/crds/traefik.containo.us_tlsoptions.yaml b/enterprise/traefik/26.3.0/crds/traefik.containo.us_tlsoptions.yaml similarity index 100% rename from enterprise/traefik/26.1.3/crds/traefik.containo.us_tlsoptions.yaml rename to enterprise/traefik/26.3.0/crds/traefik.containo.us_tlsoptions.yaml diff --git a/enterprise/traefik/26.1.3/crds/traefik.containo.us_tlsstores.yaml b/enterprise/traefik/26.3.0/crds/traefik.containo.us_tlsstores.yaml similarity index 100% rename from enterprise/traefik/26.1.3/crds/traefik.containo.us_tlsstores.yaml rename to enterprise/traefik/26.3.0/crds/traefik.containo.us_tlsstores.yaml diff --git a/enterprise/traefik/26.1.3/crds/traefik.containo.us_traefikservices.yaml b/enterprise/traefik/26.3.0/crds/traefik.containo.us_traefikservices.yaml similarity index 100% rename from enterprise/traefik/26.1.3/crds/traefik.containo.us_traefikservices.yaml rename to enterprise/traefik/26.3.0/crds/traefik.containo.us_traefikservices.yaml diff --git a/enterprise/traefik/26.1.3/crds/traefik.io_ingressroutes.yaml b/enterprise/traefik/26.3.0/crds/traefik.io_ingressroutes.yaml similarity index 100% rename from enterprise/traefik/26.1.3/crds/traefik.io_ingressroutes.yaml rename to enterprise/traefik/26.3.0/crds/traefik.io_ingressroutes.yaml diff --git a/enterprise/traefik/26.1.3/crds/traefik.io_ingressroutetcps.yaml b/enterprise/traefik/26.3.0/crds/traefik.io_ingressroutetcps.yaml similarity index 100% rename from enterprise/traefik/26.1.3/crds/traefik.io_ingressroutetcps.yaml rename to enterprise/traefik/26.3.0/crds/traefik.io_ingressroutetcps.yaml diff --git a/enterprise/traefik/26.1.3/crds/traefik.io_ingressrouteudps.yaml b/enterprise/traefik/26.3.0/crds/traefik.io_ingressrouteudps.yaml similarity index 100% rename from enterprise/traefik/26.1.3/crds/traefik.io_ingressrouteudps.yaml rename to enterprise/traefik/26.3.0/crds/traefik.io_ingressrouteudps.yaml diff --git a/enterprise/traefik/26.1.3/crds/traefik.io_middlewares.yaml b/enterprise/traefik/26.3.0/crds/traefik.io_middlewares.yaml similarity index 100% rename from enterprise/traefik/26.1.3/crds/traefik.io_middlewares.yaml rename to enterprise/traefik/26.3.0/crds/traefik.io_middlewares.yaml diff --git a/enterprise/traefik/26.1.3/crds/traefik.io_middlewaretcps.yaml b/enterprise/traefik/26.3.0/crds/traefik.io_middlewaretcps.yaml similarity index 100% rename from enterprise/traefik/26.1.3/crds/traefik.io_middlewaretcps.yaml rename to enterprise/traefik/26.3.0/crds/traefik.io_middlewaretcps.yaml diff --git a/enterprise/traefik/26.1.3/crds/traefik.io_serverstransports.yaml b/enterprise/traefik/26.3.0/crds/traefik.io_serverstransports.yaml similarity index 100% rename from enterprise/traefik/26.1.3/crds/traefik.io_serverstransports.yaml rename to enterprise/traefik/26.3.0/crds/traefik.io_serverstransports.yaml diff --git a/enterprise/traefik/26.1.3/crds/traefik.io_serverstransporttcps.yaml b/enterprise/traefik/26.3.0/crds/traefik.io_serverstransporttcps.yaml similarity index 100% rename from enterprise/traefik/26.1.3/crds/traefik.io_serverstransporttcps.yaml rename to enterprise/traefik/26.3.0/crds/traefik.io_serverstransporttcps.yaml diff --git a/enterprise/traefik/26.1.3/crds/traefik.io_tlsoptions.yaml b/enterprise/traefik/26.3.0/crds/traefik.io_tlsoptions.yaml similarity index 100% rename from enterprise/traefik/26.1.3/crds/traefik.io_tlsoptions.yaml rename to enterprise/traefik/26.3.0/crds/traefik.io_tlsoptions.yaml diff --git a/enterprise/traefik/26.1.3/crds/traefik.io_tlsstores.yaml b/enterprise/traefik/26.3.0/crds/traefik.io_tlsstores.yaml similarity index 100% rename from enterprise/traefik/26.1.3/crds/traefik.io_tlsstores.yaml rename to enterprise/traefik/26.3.0/crds/traefik.io_tlsstores.yaml diff --git a/enterprise/traefik/26.1.3/crds/traefik.io_traefikservices.yaml b/enterprise/traefik/26.3.0/crds/traefik.io_traefikservices.yaml similarity index 100% rename from enterprise/traefik/26.1.3/crds/traefik.io_traefikservices.yaml rename to enterprise/traefik/26.3.0/crds/traefik.io_traefikservices.yaml diff --git a/enterprise/traefik/26.3.0/dashboard.json b/enterprise/traefik/26.3.0/dashboard.json new file mode 100644 index 00000000000..dccba9bde75 --- /dev/null +++ b/enterprise/traefik/26.3.0/dashboard.json @@ -0,0 +1,1568 @@ +{ + "__inputs": [ + { + "name": "DS_PROMETHEUS", + "label": "Prometheus", + "description": "", + "type": "datasource", + "pluginId": "prometheus", + "pluginName": "Prometheus" + } + ], + "__elements": {}, + "__requires": [ + { + "type": "grafana", + "id": "grafana", + "name": "Grafana", + "version": "9.3.1" + }, + { + "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", + "target": { + "limit": 100, + "matchAny": false, + "tags": [], + "type": "dashboard" + }, + "type": "dashboard" + } + ] + }, + "description": "Official dashboard for Traefik on Kubernetes", + "editable": false, + "fiscalYearStartMonth": 0, + "gnetId": 17347, + "graphTooltip": 0, + "id": null, + "links": [], + "liveNow": false, + "panels": [ + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 0 + }, + "id": 9, + "panels": [], + "title": "General", + "type": "row" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 2, + "w": 5, + "x": 0, + "y": 1 + }, + "id": 13, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "auto" + }, + "pluginVersion": "9.3.1", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "count(traefik_config_reloads_total)", + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Traefik Instances", + "type": "stat" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "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" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "reqps" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 7, + "x": 5, + "y": 1 + }, + "id": 7, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true, + "sortBy": "Max", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "sum(rate(traefik_entrypoint_requests_total{entrypoint=~\"$entrypoint\"}[1m])) by (entrypoint)", + "legendFormat": "{{entrypoint}}", + "range": true, + "refId": "A" + } + ], + "title": "Requests per Entrypoint", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "https://medium.com/@tristan_96324/prometheus-apdex-alerting-d17a065e39d0", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "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" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 1 + }, + "id": 6, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true, + "sortBy": "Max", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "(sum(rate(traefik_entrypoint_request_duration_seconds_bucket{le=\"0.3\",code=\"200\",entrypoint=~\"$entrypoint\"}[5m])) by (method) + \n sum(rate(traefik_entrypoint_request_duration_seconds_bucket{le=\"1.2\",code=\"200\",entrypoint=~\"$entrypoint\"}[5m])) by (method)) / 2 / \n sum(rate(traefik_entrypoint_request_duration_seconds_count{code=\"200\",entrypoint=~\"$entrypoint\"}[5m])) by (method)\n", + "legendFormat": "{{method}}", + "range": true, + "refId": "A" + } + ], + "title": "Apdex score", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "Mean Distribution", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "mappings": [], + "unit": "reqps" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 5, + "x": 0, + "y": 3 + }, + "id": 14, + "options": { + "legend": { + "displayMode": "list", + "placement": "right", + "showLegend": true, + "values": ["percent"] + }, + "pieType": "pie", + "reduceOptions": { + "calcs": ["mean"], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "multi", + "sort": "asc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "sum(rate(traefik_service_requests_total{service=~\"$service.*\",protocol=\"http\"}[1m])) by (method, code)", + "legendFormat": "{{method}}[{{code}}]", + "range": true, + "refId": "A" + } + ], + "title": "Http Code ", + "type": "piechart" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "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" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "s" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 9 + }, + "id": 23, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Mean", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "topk(15,\n label_replace(\n traefik_service_request_duration_seconds_sum{service=~\"$service.*\",protocol=\"http\"} / \n traefik_service_request_duration_seconds_count{service=~\"$service.*\",protocol=\"http\"},\n \"service\", \"$1\", \"service\", \"([^-]+-[^-]+).*\")\n)\n\n", + "legendFormat": "{{method}}[{{code}}] on {{service}}", + "range": true, + "refId": "A" + } + ], + "title": "Top slow services", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "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" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "reqps" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 9 + }, + "id": 5, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Mean", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "topk(15,\n label_replace(\n sum by (service,code) \n (rate(traefik_service_requests_total{service=~\"$service.*\",protocol=\"http\"}[5m])) > 0,\n \"service\", \"$1\", \"service\", \"([^-]+-[^-]+).*\")\n)", + "legendFormat": "[{{code}}] on {{service}}", + "range": true, + "refId": "A" + } + ], + "title": "Most requested services", + "type": "timeseries" + }, + { + "collapsed": true, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 17 + }, + "id": 11, + "panels": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "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" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "percentunit" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 18 + }, + "id": 3, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Max", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "label_replace(\n 1 - (sum by (service)\n (rate(traefik_service_request_duration_seconds_bucket{le=\"1.2\",service=~\"$service.*\"}[5m])) / sum by (service) \n (rate(traefik_service_request_duration_seconds_count{service=~\"$service.*\"}[5m]))\n ) > 0,\n \"service\", \"$1\", \"service\", \"([^-]+-[^-]+).*\"\n)", + "legendFormat": "{{service}}", + "range": true, + "refId": "A" + } + ], + "title": "Services failing SLO of 1200ms", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "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" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "percentunit" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 18 + }, + "id": 4, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Max", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "label_replace(\n 1 - (sum by (service)\n (rate(traefik_service_request_duration_seconds_bucket{le=\"0.3\",service=~\"$service.*\"}[5m])) / sum by (service) \n (rate(traefik_service_request_duration_seconds_count{service=~\"$service.*\"}[5m]))\n ) > 0,\n \"service\", \"$1\", \"service\", \"([^-]+-[^-]+).*\"\n)", + "legendFormat": "{{service}}", + "range": true, + "refId": "A" + } + ], + "title": "Services failing SLO of 300ms", + "type": "timeseries" + } + ], + "title": "SLO", + "type": "row" + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 18 + }, + "id": 16, + "panels": [], + "title": "HTTP Details", + "type": "row" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "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" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "reqps" + }, + "overrides": [] + }, + "gridPos": { + "h": 12, + "w": 8, + "x": 0, + "y": 19 + }, + "id": 17, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true, + "sortBy": "Mean", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "topk(15,\n label_replace(\n sum by (service,method,code) \n (rate(traefik_service_requests_total{service=~\"$service.*\",code=~\"2..\",protocol=\"http\"}[5m])) > 0,\n \"service\", \"$1\", \"service\", \"([^-]+-[^-]+).*\")\n)", + "legendFormat": "{{method}}[{{code}}] on {{service}}", + "range": true, + "refId": "A" + } + ], + "title": "2xx over 5 min", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "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" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "reqps" + }, + "overrides": [] + }, + "gridPos": { + "h": 12, + "w": 8, + "x": 8, + "y": 19 + }, + "id": 18, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true, + "sortBy": "Mean", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "topk(15,\n label_replace(\n sum by (service,method,code) \n (rate(traefik_service_requests_total{service=~\"$service.*\",code=~\"5..\",protocol=\"http\"}[5m])) > 0,\n \"service\", \"$1\", \"service\", \"([^-]+-[^-]+).*\")\n)", + "legendFormat": "{{method}}[{{code}}] on {{service}}", + "range": true, + "refId": "A" + } + ], + "title": "5xx over 5 min", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "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" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "reqps" + }, + "overrides": [] + }, + "gridPos": { + "h": 12, + "w": 8, + "x": 16, + "y": 19 + }, + "id": 19, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true, + "sortBy": "Mean", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "topk(15,\n label_replace(\n sum by (service,method,code) \n (rate(traefik_service_requests_total{service=~\"$service.*\",code!~\"2..|5..\",protocol=\"http\"}[5m])) > 0,\n \"service\", \"$1\", \"service\", \"([^-]+-[^-]+).*\")\n)", + "legendFormat": "{{method}}[{{code}}] on {{service}}", + "range": true, + "refId": "A" + } + ], + "title": "Other codes over 5 min", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "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" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "binBps" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 31 + }, + "id": 20, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Mean", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "topk(15,\n label_replace(\n sum by (service,method) \n (rate(traefik_service_requests_bytes_total{service=~\"$service.*\",protocol=\"http\"}[1m])) > 0,\n \"service\", \"$1\", \"service\", \"([^-]+-[^-]+).*\")\n)", + "legendFormat": "{{method}} on {{service}}", + "range": true, + "refId": "A" + } + ], + "title": "Requests Size", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "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" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "binBps" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 31 + }, + "id": 24, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Mean", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "topk(15,\n label_replace(\n sum by (service,method) \n (rate(traefik_service_responses_bytes_total{service=~\"$service.*\",protocol=\"http\"}[1m])) > 0,\n \"service\", \"$1\", \"service\", \"([^-]+-[^-]+).*\")\n)", + "legendFormat": "{{method}} on {{service}}", + "range": true, + "refId": "A" + } + ], + "title": "Responses Size", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "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" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 39 + }, + "id": 2, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Max", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "label_replace(\n sum(traefik_service_open_connections{service=~\"$service.*\"}) by (service),\n \"service\", \"$1\", \"service\", \"([^-]+-[^-]+).*\")", + "legendFormat": "{{service}}", + "range": true, + "refId": "A" + } + ], + "title": "Connections per Service", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "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" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 39 + }, + "id": 21, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Max", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "sum(traefik_entrypoint_open_connections{entrypoint=~\"$entrypoint\"}) by (entrypoint)\n", + "legendFormat": "{{entrypoint}}", + "range": true, + "refId": "A" + } + ], + "title": "Connections per Entrypoint", + "type": "timeseries" + } + ], + "refresh": false, + "schemaVersion": 37, + "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" + }, + { + "current": {}, + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "definition": "label_values(traefik_entrypoint_open_connections, entrypoint)", + "hide": 0, + "includeAll": true, + "multi": false, + "name": "entrypoint", + "options": [], + "query": { + "query": "label_values(traefik_entrypoint_open_connections, entrypoint)", + "refId": "StandardVariableQuery" + }, + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "type": "query" + }, + { + "current": {}, + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "definition": "label_values(traefik_service_open_connections, service)", + "hide": 0, + "includeAll": true, + "multi": false, + "name": "service", + "options": [], + "query": { + "query": "label_values(traefik_service_open_connections, service)", + "refId": "StandardVariableQuery" + }, + "refresh": 2, + "regex": "/([^-]+-[^-]+).*/", + "skipUrlSync": false, + "sort": 1, + "type": "query" + } + ] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "Traefik Official Kubernetes Dashboard", + "uid": "n5bu_kv4k", + "version": 6, + "weekStart": "" +} diff --git a/enterprise/traefik/26.3.0/ix_values.yaml b/enterprise/traefik/26.3.0/ix_values.yaml new file mode 100644 index 00000000000..07c94508820 --- /dev/null +++ b/enterprise/traefik/26.3.0/ix_values.yaml @@ -0,0 +1,452 @@ +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 + 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 + ## 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 +portal: + open: + enabled: true + path: /dashboard/ diff --git a/enterprise/traefik/26.1.3/questions.yaml b/enterprise/traefik/26.3.0/questions.yaml similarity index 100% rename from enterprise/traefik/26.1.3/questions.yaml rename to enterprise/traefik/26.3.0/questions.yaml diff --git a/enterprise/vaultwarden/26.1.0/templates/NOTES.txt b/enterprise/traefik/26.3.0/templates/NOTES.txt similarity index 100% rename from enterprise/vaultwarden/26.1.0/templates/NOTES.txt rename to enterprise/traefik/26.3.0/templates/NOTES.txt diff --git a/enterprise/traefik/26.1.3/templates/_args.tpl b/enterprise/traefik/26.3.0/templates/_args.tpl similarity index 100% rename from enterprise/traefik/26.1.3/templates/_args.tpl rename to enterprise/traefik/26.3.0/templates/_args.tpl diff --git a/enterprise/traefik/26.1.3/templates/_helpers.tpl b/enterprise/traefik/26.3.0/templates/_helpers.tpl similarity index 100% rename from enterprise/traefik/26.1.3/templates/_helpers.tpl rename to enterprise/traefik/26.3.0/templates/_helpers.tpl diff --git a/enterprise/traefik/26.1.3/templates/_ingressclass.tpl b/enterprise/traefik/26.3.0/templates/_ingressclass.tpl similarity index 100% rename from enterprise/traefik/26.1.3/templates/_ingressclass.tpl rename to enterprise/traefik/26.3.0/templates/_ingressclass.tpl diff --git a/enterprise/traefik/26.1.3/templates/_ingressroute.tpl b/enterprise/traefik/26.3.0/templates/_ingressroute.tpl similarity index 100% rename from enterprise/traefik/26.1.3/templates/_ingressroute.tpl rename to enterprise/traefik/26.3.0/templates/_ingressroute.tpl diff --git a/enterprise/traefik/26.1.3/templates/_portalhook.tpl b/enterprise/traefik/26.3.0/templates/_portalhook.tpl similarity index 100% rename from enterprise/traefik/26.1.3/templates/_portalhook.tpl rename to enterprise/traefik/26.3.0/templates/_portalhook.tpl diff --git a/enterprise/traefik/26.1.3/templates/_tlsoptions.tpl b/enterprise/traefik/26.3.0/templates/_tlsoptions.tpl similarity index 100% rename from enterprise/traefik/26.1.3/templates/_tlsoptions.tpl rename to enterprise/traefik/26.3.0/templates/_tlsoptions.tpl diff --git a/enterprise/traefik/26.1.3/templates/_tlsstore.tpl b/enterprise/traefik/26.3.0/templates/_tlsstore.tpl similarity index 100% rename from enterprise/traefik/26.1.3/templates/_tlsstore.tpl rename to enterprise/traefik/26.3.0/templates/_tlsstore.tpl diff --git a/enterprise/traefik/26.1.3/templates/common.yaml b/enterprise/traefik/26.3.0/templates/common.yaml similarity index 100% rename from enterprise/traefik/26.1.3/templates/common.yaml rename to enterprise/traefik/26.3.0/templates/common.yaml diff --git a/enterprise/traefik/26.1.3/templates/middlewares/addPrefix.yaml b/enterprise/traefik/26.3.0/templates/middlewares/addPrefix.yaml similarity index 100% rename from enterprise/traefik/26.1.3/templates/middlewares/addPrefix.yaml rename to enterprise/traefik/26.3.0/templates/middlewares/addPrefix.yaml diff --git a/enterprise/traefik/26.1.3/templates/middlewares/basic-middleware.yaml b/enterprise/traefik/26.3.0/templates/middlewares/basic-middleware.yaml similarity index 100% rename from enterprise/traefik/26.1.3/templates/middlewares/basic-middleware.yaml rename to enterprise/traefik/26.3.0/templates/middlewares/basic-middleware.yaml diff --git a/enterprise/traefik/26.1.3/templates/middlewares/basicauth.yaml b/enterprise/traefik/26.3.0/templates/middlewares/basicauth.yaml similarity index 100% rename from enterprise/traefik/26.1.3/templates/middlewares/basicauth.yaml rename to enterprise/traefik/26.3.0/templates/middlewares/basicauth.yaml diff --git a/enterprise/traefik/26.1.3/templates/middlewares/buffering.yaml b/enterprise/traefik/26.3.0/templates/middlewares/buffering.yaml similarity index 100% rename from enterprise/traefik/26.1.3/templates/middlewares/buffering.yaml rename to enterprise/traefik/26.3.0/templates/middlewares/buffering.yaml diff --git a/enterprise/traefik/26.1.3/templates/middlewares/chain.yaml b/enterprise/traefik/26.3.0/templates/middlewares/chain.yaml similarity index 100% rename from enterprise/traefik/26.1.3/templates/middlewares/chain.yaml rename to enterprise/traefik/26.3.0/templates/middlewares/chain.yaml diff --git a/enterprise/traefik/26.1.3/templates/middlewares/customFrameOptionsValue.yaml b/enterprise/traefik/26.3.0/templates/middlewares/customFrameOptionsValue.yaml similarity index 100% rename from enterprise/traefik/26.1.3/templates/middlewares/customFrameOptionsValue.yaml rename to enterprise/traefik/26.3.0/templates/middlewares/customFrameOptionsValue.yaml diff --git a/enterprise/traefik/26.1.3/templates/middlewares/customRequestHeaders.yaml b/enterprise/traefik/26.3.0/templates/middlewares/customRequestHeaders.yaml similarity index 100% rename from enterprise/traefik/26.1.3/templates/middlewares/customRequestHeaders.yaml rename to enterprise/traefik/26.3.0/templates/middlewares/customRequestHeaders.yaml diff --git a/enterprise/traefik/26.1.3/templates/middlewares/customResponseHeaders.yaml b/enterprise/traefik/26.3.0/templates/middlewares/customResponseHeaders.yaml similarity index 100% rename from enterprise/traefik/26.1.3/templates/middlewares/customResponseHeaders.yaml rename to enterprise/traefik/26.3.0/templates/middlewares/customResponseHeaders.yaml diff --git a/enterprise/traefik/26.1.3/templates/middlewares/forwardauth.yaml b/enterprise/traefik/26.3.0/templates/middlewares/forwardauth.yaml similarity index 100% rename from enterprise/traefik/26.1.3/templates/middlewares/forwardauth.yaml rename to enterprise/traefik/26.3.0/templates/middlewares/forwardauth.yaml diff --git a/enterprise/traefik/26.1.3/templates/middlewares/geoblock.yaml b/enterprise/traefik/26.3.0/templates/middlewares/geoblock.yaml similarity index 100% rename from enterprise/traefik/26.1.3/templates/middlewares/geoblock.yaml rename to enterprise/traefik/26.3.0/templates/middlewares/geoblock.yaml diff --git a/enterprise/traefik/26.1.3/templates/middlewares/ipwhitelist.yaml b/enterprise/traefik/26.3.0/templates/middlewares/ipwhitelist.yaml similarity index 100% rename from enterprise/traefik/26.1.3/templates/middlewares/ipwhitelist.yaml rename to enterprise/traefik/26.3.0/templates/middlewares/ipwhitelist.yaml diff --git a/enterprise/traefik/26.1.3/templates/middlewares/modsecurity.yaml b/enterprise/traefik/26.3.0/templates/middlewares/modsecurity.yaml similarity index 100% rename from enterprise/traefik/26.1.3/templates/middlewares/modsecurity.yaml rename to enterprise/traefik/26.3.0/templates/middlewares/modsecurity.yaml diff --git a/enterprise/traefik/26.1.3/templates/middlewares/ratelimit.yaml b/enterprise/traefik/26.3.0/templates/middlewares/ratelimit.yaml similarity index 100% rename from enterprise/traefik/26.1.3/templates/middlewares/ratelimit.yaml rename to enterprise/traefik/26.3.0/templates/middlewares/ratelimit.yaml diff --git a/enterprise/traefik/26.1.3/templates/middlewares/real-ip.yaml b/enterprise/traefik/26.3.0/templates/middlewares/real-ip.yaml similarity index 100% rename from enterprise/traefik/26.1.3/templates/middlewares/real-ip.yaml rename to enterprise/traefik/26.3.0/templates/middlewares/real-ip.yaml diff --git a/enterprise/traefik/26.1.3/templates/middlewares/redirectScheme.yaml b/enterprise/traefik/26.3.0/templates/middlewares/redirectScheme.yaml similarity index 100% rename from enterprise/traefik/26.1.3/templates/middlewares/redirectScheme.yaml rename to enterprise/traefik/26.3.0/templates/middlewares/redirectScheme.yaml diff --git a/enterprise/traefik/26.1.3/templates/middlewares/redirectregex.yaml b/enterprise/traefik/26.3.0/templates/middlewares/redirectregex.yaml similarity index 100% rename from enterprise/traefik/26.1.3/templates/middlewares/redirectregex.yaml rename to enterprise/traefik/26.3.0/templates/middlewares/redirectregex.yaml diff --git a/enterprise/traefik/26.1.3/templates/middlewares/rewriteResponseHeaders.yaml b/enterprise/traefik/26.3.0/templates/middlewares/rewriteResponseHeaders.yaml similarity index 100% rename from enterprise/traefik/26.1.3/templates/middlewares/rewriteResponseHeaders.yaml rename to enterprise/traefik/26.3.0/templates/middlewares/rewriteResponseHeaders.yaml diff --git a/enterprise/traefik/26.1.3/templates/middlewares/stripPrefixRegex.yaml b/enterprise/traefik/26.3.0/templates/middlewares/stripPrefixRegex.yaml similarity index 100% rename from enterprise/traefik/26.1.3/templates/middlewares/stripPrefixRegex.yaml rename to enterprise/traefik/26.3.0/templates/middlewares/stripPrefixRegex.yaml diff --git a/enterprise/traefik/26.1.3/templates/middlewares/tc-chains.yaml b/enterprise/traefik/26.3.0/templates/middlewares/tc-chains.yaml similarity index 100% rename from enterprise/traefik/26.1.3/templates/middlewares/tc-chains.yaml rename to enterprise/traefik/26.3.0/templates/middlewares/tc-chains.yaml diff --git a/enterprise/traefik/26.1.3/templates/middlewares/tc-headers.yaml b/enterprise/traefik/26.3.0/templates/middlewares/tc-headers.yaml similarity index 100% rename from enterprise/traefik/26.1.3/templates/middlewares/tc-headers.yaml rename to enterprise/traefik/26.3.0/templates/middlewares/tc-headers.yaml diff --git a/enterprise/traefik/26.1.3/templates/middlewares/tc-nextcloud.yaml b/enterprise/traefik/26.3.0/templates/middlewares/tc-nextcloud.yaml similarity index 100% rename from enterprise/traefik/26.1.3/templates/middlewares/tc-nextcloud.yaml rename to enterprise/traefik/26.3.0/templates/middlewares/tc-nextcloud.yaml diff --git a/enterprise/traefik/26.1.3/templates/middlewares/theme-park.yaml b/enterprise/traefik/26.3.0/templates/middlewares/theme-park.yaml similarity index 100% rename from enterprise/traefik/26.1.3/templates/middlewares/theme-park.yaml rename to enterprise/traefik/26.3.0/templates/middlewares/theme-park.yaml diff --git a/enterprise/vaultwarden/26.1.0/values.yaml b/enterprise/traefik/26.3.0/values.yaml similarity index 100% rename from enterprise/vaultwarden/26.1.0/values.yaml rename to enterprise/traefik/26.3.0/values.yaml diff --git a/enterprise/vaultwarden/26.1.0/CHANGELOG.md b/enterprise/vaultwarden/26.1.0/CHANGELOG.md deleted file mode 100644 index 82ae4d1db3b..00000000000 --- a/enterprise/vaultwarden/26.1.0/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) - -### Chore \ No newline at end of file diff --git a/enterprise/vaultwarden/26.1.0/Chart.yaml b/enterprise/vaultwarden/26.1.0/Chart.yaml deleted file mode 100644 index 11d16d93b15..00000000000 --- a/enterprise/vaultwarden/26.1.0/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/enterprise/vaultwarden/26.1.0/charts/common-18.0.1.tgz b/enterprise/vaultwarden/26.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/enterprise/vaultwarden/26.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/enterprise/velero/4.1.0/.helmignore b/enterprise/vaultwarden/26.2.0/.helmignore similarity index 100% rename from enterprise/velero/4.1.0/.helmignore rename to enterprise/vaultwarden/26.2.0/.helmignore diff --git a/enterprise/vaultwarden/26.2.0/CHANGELOG.md b/enterprise/vaultwarden/26.2.0/CHANGELOG.md new file mode 100644 index 00000000000..1174a85de81 --- /dev/null +++ b/enterprise/vaultwarden/26.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [vaultwarden-25.1.15](https://github.com/truecharts/charts/compare/vaultwarden-25.1.14...vaultwarden-25.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [vaultwarden-25.1.14](https://github.com/truecharts/charts/compare/vaultwarden-25.1.13...vaultwarden-25.1.14) (2024-02-02) + +### Chore + + + +- update container image docker.io/vaultwarden/server to v1.30.3[@153defd](https://github.com/153defd) by renovate ([#17786](https://github.com/truecharts/charts/issues/17786)) + + +## [vaultwarden-25.1.13](https://github.com/truecharts/charts/compare/vaultwarden-25.1.12...vaultwarden-25.1.13) (2024-01-31) + +### Chore + + + +- update container image docker.io/vaultwarden/server to v1.30.2[@ab34a7b](https://github.com/ab34a7b) by renovate ([#17766](https://github.com/truecharts/charts/issues/17766)) + + +## [vaultwarden-25.1.12](https://github.com/truecharts/charts/compare/vaultwarden-25.1.11...vaultwarden-25.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [vaultwarden-25.1.11](https://github.com/truecharts/charts/compare/vaultwarden-25.1.10...vaultwarden-25.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [vaultwarden-25.1.10](https://github.com/truecharts/charts/compare/vaultwarden-25.1.9...vaultwarden-25.1.10) (2024-01-21) + +### Fix + + + +- Replace old variable name "smtp.ssl" with "smtp.security" ([#17465](https://github.com/truecharts/charts/issues/17465)) + + +## [vaultwarden-25.1.9](https://github.com/truecharts/charts/compare/vaultwarden-25.1.8...vaultwarden-25.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [vaultwarden-25.1.8](https://github.com/truecharts/charts/compare/vaultwarden-25.1.7...vaultwarden-25.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [vaultwarden-25.1.7](https://github.com/truecharts/charts/compare/vaultwarden-25.1.6...vaultwarden-25.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) diff --git a/enterprise/vaultwarden/26.2.0/Chart.yaml b/enterprise/vaultwarden/26.2.0/Chart.yaml new file mode 100644 index 00000000000..a7c41846268 --- /dev/null +++ b/enterprise/vaultwarden/26.2.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: security + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: 1.30.3 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Unofficial Bitwarden compatible server written in Rust +home: https://truecharts.org/charts/enterprise/vaultwarden +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vaultwarden.png +keywords: + - bitwarden + - bitwardenrs + - bitwarden_rs + - vaultwarden + - password + - rust +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: vaultwarden +sources: + - https://github.com/dani-garcia/vaultwarden + - https://github.com/truecharts/charts/tree/master/charts/enterprise/vaultwarden + - https://hub.docker.com/r/vaultwarden/server +type: application +version: 26.2.0 diff --git a/enterprise/vaultwarden/26.1.0/README.md b/enterprise/vaultwarden/26.2.0/README.md similarity index 100% rename from enterprise/vaultwarden/26.1.0/README.md rename to enterprise/vaultwarden/26.2.0/README.md diff --git a/enterprise/vaultwarden/26.1.0/app-readme.md b/enterprise/vaultwarden/26.2.0/app-readme.md similarity index 100% rename from enterprise/vaultwarden/26.1.0/app-readme.md rename to enterprise/vaultwarden/26.2.0/app-readme.md diff --git a/enterprise/vaultwarden/26.2.0/charts/common-18.1.2.tgz b/enterprise/vaultwarden/26.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/enterprise/vaultwarden/26.2.0/charts/common-18.1.2.tgz differ diff --git a/enterprise/vaultwarden/26.1.0/ix_values.yaml b/enterprise/vaultwarden/26.2.0/ix_values.yaml similarity index 100% rename from enterprise/vaultwarden/26.1.0/ix_values.yaml rename to enterprise/vaultwarden/26.2.0/ix_values.yaml diff --git a/enterprise/vaultwarden/26.1.0/questions.yaml b/enterprise/vaultwarden/26.2.0/questions.yaml similarity index 100% rename from enterprise/vaultwarden/26.1.0/questions.yaml rename to enterprise/vaultwarden/26.2.0/questions.yaml diff --git a/enterprise/velero/4.1.0/templates/NOTES.txt b/enterprise/vaultwarden/26.2.0/templates/NOTES.txt similarity index 100% rename from enterprise/velero/4.1.0/templates/NOTES.txt rename to enterprise/vaultwarden/26.2.0/templates/NOTES.txt diff --git a/enterprise/vaultwarden/26.1.0/templates/_configmap.tpl b/enterprise/vaultwarden/26.2.0/templates/_configmap.tpl similarity index 100% rename from enterprise/vaultwarden/26.1.0/templates/_configmap.tpl rename to enterprise/vaultwarden/26.2.0/templates/_configmap.tpl diff --git a/enterprise/vaultwarden/26.1.0/templates/_secrets.tpl b/enterprise/vaultwarden/26.2.0/templates/_secrets.tpl similarity index 100% rename from enterprise/vaultwarden/26.1.0/templates/_secrets.tpl rename to enterprise/vaultwarden/26.2.0/templates/_secrets.tpl diff --git a/enterprise/vaultwarden/26.1.0/templates/_validate.tpl b/enterprise/vaultwarden/26.2.0/templates/_validate.tpl similarity index 100% rename from enterprise/vaultwarden/26.1.0/templates/_validate.tpl rename to enterprise/vaultwarden/26.2.0/templates/_validate.tpl diff --git a/enterprise/vaultwarden/26.1.0/templates/common.yaml b/enterprise/vaultwarden/26.2.0/templates/common.yaml similarity index 100% rename from enterprise/vaultwarden/26.1.0/templates/common.yaml rename to enterprise/vaultwarden/26.2.0/templates/common.yaml diff --git a/enterprise/velero/4.1.0/values.yaml b/enterprise/vaultwarden/26.2.0/values.yaml similarity index 100% rename from enterprise/velero/4.1.0/values.yaml rename to enterprise/vaultwarden/26.2.0/values.yaml diff --git a/enterprise/velero/4.1.0/CHANGELOG.md b/enterprise/velero/4.1.0/CHANGELOG.md deleted file mode 100644 index 51a8173b9df..00000000000 --- a/enterprise/velero/4.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [velero-3.2.9](https://github.com/truecharts/charts/compare/velero-3.2.8...velero-3.2.9) (2024-02-12) - -### Chore - - - -- update container image common to v17.3.9[@db10d55](https://github.com/db10d55) by renovate ([#18125](https://github.com/truecharts/charts/issues/18125)) - - -## [velero-3.2.8](https://github.com/truecharts/charts/compare/velero-3.2.7...velero-3.2.8) (2024-02-12) - -### Chore - - - -- update container image tccr.io/tccr/alpine to latest[@ade0065](https://github.com/ade0065) by renovate ([#18108](https://github.com/truecharts/charts/issues/18108)) - - -## [velero-3.2.7](https://github.com/truecharts/charts/compare/velero-3.2.6...velero-3.2.7) (2024-02-07) - - -## [velero-3.2.6](https://github.com/truecharts/charts/compare/velero-3.2.5...velero-3.2.6) (2024-02-07) - - -## [velero-3.2.5](https://github.com/truecharts/charts/compare/velero-3.2.4...velero-3.2.5) (2024-02-07) - - -## [velero-3.2.4](https://github.com/truecharts/charts/compare/velero-3.2.3...velero-3.2.4) (2024-02-07) - - -## [velero-3.2.3](https://github.com/truecharts/charts/compare/velero-3.2.2...velero-3.2.3) (2024-02-06) - - -## [velero-3.2.2](https://github.com/truecharts/charts/compare/velero-3.2.1...velero-3.2.2) (2024-02-06) - -### Feat - - - -- add velero backup schedule to GUI templates ([#17993](https://github.com/truecharts/charts/issues/17993)) - - -## [velero-3.2.1](https://github.com/truecharts/charts/compare/velero-3.2.0...velero-3.2.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [velero-3.2.0](https://github.com/truecharts/charts/compare/velero-3.1.16...velero-3.2.0) (2024-01-29) - -### Chore - - - -- update container image velero/velero-plugin-for-aws to v1.9.0[@198955f](https://github.com/198955f) by renovate ([#17735](https://github.com/truecharts/charts/issues/17735)) - -- update container image velero/velero-plugin-for-csi to v0.7.0[@3ba6439](https://github.com/3ba6439) by renovate ([#17736](https://github.com/truecharts/charts/issues/17736)) - - -## [velero-3.1.16](https://github.com/truecharts/charts/compare/velero-3.1.15...velero-3.1.16) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [velero-3.1.15](https://github.com/truecharts/charts/compare/velero-3.1.14...velero-3.1.15) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [velero-3.1.14](https://github.com/truecharts/charts/compare/velero-3.1.13...velero-3.1.14) (2024-01-21) \ No newline at end of file diff --git a/enterprise/velero/4.1.0/Chart.yaml b/enterprise/velero/4.1.0/Chart.yaml deleted file mode 100644 index 8474a249f63..00000000000 --- a/enterprise/velero/4.1.0/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/enterprise/velero/4.1.0/charts/common-18.0.1.tgz b/enterprise/velero/4.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/enterprise/velero/4.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/operators/cert-manager/4.1.4/.helmignore b/enterprise/velero/4.2.0/.helmignore similarity index 100% rename from operators/cert-manager/4.1.4/.helmignore rename to enterprise/velero/4.2.0/.helmignore diff --git a/enterprise/velero/4.2.0/CHANGELOG.md b/enterprise/velero/4.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d9f0f643f35 --- /dev/null +++ b/enterprise/velero/4.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/enterprise/velero/4.2.0/Chart.yaml b/enterprise/velero/4.2.0/Chart.yaml new file mode 100644 index 00000000000..a5d5b20796b --- /dev/null +++ b/enterprise/velero/4.2.0/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: operators + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/enterprise/velero/4.1.0/README.md b/enterprise/velero/4.2.0/README.md similarity index 100% rename from enterprise/velero/4.1.0/README.md rename to enterprise/velero/4.2.0/README.md diff --git a/enterprise/velero/4.1.0/app-readme.md b/enterprise/velero/4.2.0/app-readme.md similarity index 100% rename from enterprise/velero/4.1.0/app-readme.md rename to enterprise/velero/4.2.0/app-readme.md diff --git a/enterprise/velero/4.2.0/charts/common-18.1.2.tgz b/enterprise/velero/4.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/enterprise/velero/4.2.0/charts/common-18.1.2.tgz differ diff --git a/enterprise/velero/4.1.0/charts/velero-5.4.1.tgz b/enterprise/velero/4.2.0/charts/velero-5.4.1.tgz similarity index 100% rename from enterprise/velero/4.1.0/charts/velero-5.4.1.tgz rename to enterprise/velero/4.2.0/charts/velero-5.4.1.tgz diff --git a/enterprise/velero/4.1.0/ix_values.yaml b/enterprise/velero/4.2.0/ix_values.yaml similarity index 100% rename from enterprise/velero/4.1.0/ix_values.yaml rename to enterprise/velero/4.2.0/ix_values.yaml diff --git a/enterprise/velero/4.1.0/questions.yaml b/enterprise/velero/4.2.0/questions.yaml similarity index 100% rename from enterprise/velero/4.1.0/questions.yaml rename to enterprise/velero/4.2.0/questions.yaml diff --git a/operators/cert-manager/4.1.4/templates/NOTES.txt b/enterprise/velero/4.2.0/templates/NOTES.txt similarity index 100% rename from operators/cert-manager/4.1.4/templates/NOTES.txt rename to enterprise/velero/4.2.0/templates/NOTES.txt diff --git a/enterprise/kubeapps/2.1.5/templates/common.yaml b/enterprise/velero/4.2.0/templates/common.yaml similarity index 100% rename from enterprise/kubeapps/2.1.5/templates/common.yaml rename to enterprise/velero/4.2.0/templates/common.yaml diff --git a/operators/cert-manager/4.1.4/values.yaml b/enterprise/velero/4.2.0/values.yaml similarity index 100% rename from operators/cert-manager/4.1.4/values.yaml rename to enterprise/velero/4.2.0/values.yaml diff --git a/incubator/grafana-agent-operator/0.0.3/CHANGELOG.md b/incubator/grafana-agent-operator/0.0.3/CHANGELOG.md index e69de29bb2d..941abb8a218 100644 --- a/incubator/grafana-agent-operator/0.0.3/CHANGELOG.md +++ b/incubator/grafana-agent-operator/0.0.3/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/operators/cert-manager/4.1.4/CHANGELOG.md b/operators/cert-manager/4.1.4/CHANGELOG.md deleted file mode 100644 index 59a4e3f155a..00000000000 --- a/operators/cert-manager/4.1.4/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)) - - -## [cert-manager-3.1.8](https://github.com/truecharts/charts/compare/cert-manager-3.1.7...cert-manager-3.1.8) (2024-01-02) diff --git a/operators/cert-manager/4.1.4/Chart.yaml b/operators/cert-manager/4.1.4/Chart.yaml deleted file mode 100644 index b29790ed811..00000000000 --- a/operators/cert-manager/4.1.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: 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.4 diff --git a/operators/cert-manager/4.1.4/charts/common-18.0.3.tgz b/operators/cert-manager/4.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/operators/cert-manager/4.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/operators/cert-manager/4.1.4/ix_values.yaml b/operators/cert-manager/4.1.4/ix_values.yaml deleted file mode 100644 index 28b18caf84c..00000000000 --- a/operators/cert-manager/4.1.4/ix_values.yaml +++ /dev/null @@ -1,42 +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 - -certmanager: - dns01RecursiveNameservers: "1.1.1.1:53,1.0.0.1:53" - dns01RecursiveNameserversOnly: false - installCRDs: true - enableCertificateOwnerRef: true - -metrics: - main: - enabled: false - type: "podmonitor" - endpoints: - - port: main - interval: 5s - scrapeTimeout: 5s - path: / - honorLabels: false - -manifestManager: - enabled: false diff --git a/operators/cloudnative-pg/6.1.2/.helmignore b/operators/cert-manager/4.2.0/.helmignore similarity index 100% rename from operators/cloudnative-pg/6.1.2/.helmignore rename to operators/cert-manager/4.2.0/.helmignore diff --git a/operators/cert-manager/4.2.0/CHANGELOG.md b/operators/cert-manager/4.2.0/CHANGELOG.md new file mode 100644 index 00000000000..89cdeb24cdb --- /dev/null +++ b/operators/cert-manager/4.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + +## [cert-manager-3.1.16](https://github.com/truecharts/charts/compare/cert-manager-3.1.15...cert-manager-3.1.16) (2024-02-12) + +### Chore + + + +- update container image tccr.io/tccr/alpine to latest[@ade0065](https://github.com/ade0065) by renovate ([#18108](https://github.com/truecharts/charts/issues/18108)) + + +## [cert-manager-3.1.15](https://github.com/truecharts/charts/compare/cert-manager-3.1.14...cert-manager-3.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cert-manager-3.1.14](https://github.com/truecharts/charts/compare/cert-manager-3.1.13...cert-manager-3.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cert-manager-3.1.13](https://github.com/truecharts/charts/compare/cert-manager-3.1.12...cert-manager-3.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cert-manager-3.1.12](https://github.com/truecharts/charts/compare/cert-manager-3.1.11...cert-manager-3.1.12) (2024-01-21) + +### Chore + + + +- update container image tccr.io/tccr/alpine to latest[@14eaf3f](https://github.com/14eaf3f) by renovate ([#17470](https://github.com/truecharts/charts/issues/17470)) + + +## [cert-manager-3.1.11](https://github.com/truecharts/charts/compare/cert-manager-3.1.10...cert-manager-3.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [cert-manager-3.1.10](https://github.com/truecharts/charts/compare/cert-manager-3.1.9...cert-manager-3.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [cert-manager-3.1.9](https://github.com/truecharts/charts/compare/cert-manager-3.1.8...cert-manager-3.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) \ No newline at end of file diff --git a/operators/cert-manager/4.2.0/Chart.yaml b/operators/cert-manager/4.2.0/Chart.yaml new file mode 100644 index 00000000000..e66f8e48c6e --- /dev/null +++ b/operators/cert-manager/4.2.0/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: operators + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: operators +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: cert-manager + version: v1.14.3 + repository: https://charts.jetstack.io + condition: "" + alias: certmanager + tags: [] + import-values: [] +deprecated: false +description: Cert-Manager is a kubernetes-aware certificate manager +home: https://truecharts.org/charts/operators/cert-manager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cert-manager.png +keywords: + - cert-manager + - certificates + - security +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cert-manager +sources: + - https://github.com/cert-manager + - https://cert-manager.io/ + - https://github.com/truecharts/charts/tree/master/charts/operators/cert-manager + - https://github.com/truecharts/containers/tree/master/apps/scratch +type: application +version: 4.2.0 diff --git a/operators/cert-manager/4.1.4/README.md b/operators/cert-manager/4.2.0/README.md similarity index 100% rename from operators/cert-manager/4.1.4/README.md rename to operators/cert-manager/4.2.0/README.md diff --git a/operators/cert-manager/4.1.4/app-readme.md b/operators/cert-manager/4.2.0/app-readme.md similarity index 100% rename from operators/cert-manager/4.1.4/app-readme.md rename to operators/cert-manager/4.2.0/app-readme.md diff --git a/operators/cert-manager/4.1.4/charts/cert-manager-v1.14.3.tgz b/operators/cert-manager/4.2.0/charts/cert-manager-v1.14.3.tgz similarity index 100% rename from operators/cert-manager/4.1.4/charts/cert-manager-v1.14.3.tgz rename to operators/cert-manager/4.2.0/charts/cert-manager-v1.14.3.tgz diff --git a/operators/cert-manager/4.2.0/charts/common-18.1.2.tgz b/operators/cert-manager/4.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/operators/cert-manager/4.2.0/charts/common-18.1.2.tgz differ diff --git a/operators/cert-manager/4.2.0/dashboard.json b/operators/cert-manager/4.2.0/dashboard.json new file mode 100644 index 00000000000..ea3c01f2077 --- /dev/null +++ b/operators/cert-manager/4.2.0/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.0/ix_values.yaml b/operators/cert-manager/4.2.0/ix_values.yaml new file mode 100644 index 00000000000..9eed56064c9 --- /dev/null +++ b/operators/cert-manager/4.2.0/ix_values.yaml @@ -0,0 +1,41 @@ +image: + repository: tccr.io/tccr/scratch + pullPolicy: IfNotPresent + tag: latest@sha256:ade0065e19edaa4f6903d464ee70605111a48394536deb94f31b661264704558 + +service: + main: + enabled: false + ports: + main: + enabled: false + +workload: + main: + enabled: false + +portal: + open: + enabled: false + +operator: + register: true + +configmap: + dashboard: + enabled: true + labels: + grafana_dashboard: "1" + data: + cert-manager.json: >- + {{ .Files.Get "dashboard.json" | indent 8 }} + +certmanager: + dns01RecursiveNameservers: "1.1.1.1:53,1.0.0.1:53" + dns01RecursiveNameserversOnly: false + installCRDs: true + enableCertificateOwnerRef: true + prometheus: + enabled: true + servicemonitor: + enabled: true diff --git a/operators/cert-manager/4.1.4/questions.yaml b/operators/cert-manager/4.2.0/questions.yaml similarity index 100% rename from operators/cert-manager/4.1.4/questions.yaml rename to operators/cert-manager/4.2.0/questions.yaml diff --git a/operators/cloudnative-pg/6.1.2/templates/NOTES.txt b/operators/cert-manager/4.2.0/templates/NOTES.txt similarity index 100% rename from operators/cloudnative-pg/6.1.2/templates/NOTES.txt rename to operators/cert-manager/4.2.0/templates/NOTES.txt diff --git a/enterprise/velero/4.1.0/templates/common.yaml b/operators/cert-manager/4.2.0/templates/common.yaml similarity index 100% rename from enterprise/velero/4.1.0/templates/common.yaml rename to operators/cert-manager/4.2.0/templates/common.yaml diff --git a/operators/cloudnative-pg/6.1.2/values.yaml b/operators/cert-manager/4.2.0/values.yaml similarity index 100% rename from operators/cloudnative-pg/6.1.2/values.yaml rename to operators/cert-manager/4.2.0/values.yaml diff --git a/operators/cloudnative-pg/6.1.2/CHANGELOG.md b/operators/cloudnative-pg/6.1.2/CHANGELOG.md deleted file mode 100644 index d4661ee1e03..00000000000 --- a/operators/cloudnative-pg/6.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- force bump to ensure up-to-date catalogs \ No newline at end of file diff --git a/operators/cloudnative-pg/6.1.2/Chart.yaml b/operators/cloudnative-pg/6.1.2/Chart.yaml deleted file mode 100644 index 310327c8f62..00000000000 --- a/operators/cloudnative-pg/6.1.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: 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: 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.2 diff --git a/operators/cloudnative-pg/6.1.2/charts/common-18.0.2.tgz b/operators/cloudnative-pg/6.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/operators/cloudnative-pg/6.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/operators/metallb/14.1.0/.helmignore b/operators/cloudnative-pg/6.3.0/.helmignore similarity index 100% rename from operators/metallb/14.1.0/.helmignore rename to operators/cloudnative-pg/6.3.0/.helmignore diff --git a/operators/cloudnative-pg/6.3.0/CHANGELOG.md b/operators/cloudnative-pg/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..3c03a0c773f --- /dev/null +++ b/operators/cloudnative-pg/6.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/operators/cloudnative-pg/6.3.0/Chart.yaml b/operators/cloudnative-pg/6.3.0/Chart.yaml new file mode 100644 index 00000000000..9c8f6ea5122 --- /dev/null +++ b/operators/cloudnative-pg/6.3.0/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: operators + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: operators +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + 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.0 diff --git a/operators/cloudnative-pg/6.1.2/README.md b/operators/cloudnative-pg/6.3.0/README.md similarity index 100% rename from operators/cloudnative-pg/6.1.2/README.md rename to operators/cloudnative-pg/6.3.0/README.md diff --git a/operators/cloudnative-pg/6.1.2/app-readme.md b/operators/cloudnative-pg/6.3.0/app-readme.md similarity index 100% rename from operators/cloudnative-pg/6.1.2/app-readme.md rename to operators/cloudnative-pg/6.3.0/app-readme.md diff --git a/operators/cloudnative-pg/6.1.2/charts/cloudnative-pg-0.20.1.tgz b/operators/cloudnative-pg/6.3.0/charts/cloudnative-pg-0.20.1.tgz similarity index 100% rename from operators/cloudnative-pg/6.1.2/charts/cloudnative-pg-0.20.1.tgz rename to operators/cloudnative-pg/6.3.0/charts/cloudnative-pg-0.20.1.tgz diff --git a/operators/cloudnative-pg/6.3.0/charts/common-18.1.2.tgz b/operators/cloudnative-pg/6.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/operators/cloudnative-pg/6.3.0/charts/common-18.1.2.tgz differ diff --git a/operators/cloudnative-pg/6.3.0/ix_values.yaml b/operators/cloudnative-pg/6.3.0/ix_values.yaml new file mode 100644 index 00000000000..bbd2f868ceb --- /dev/null +++ b/operators/cloudnative-pg/6.3.0/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.2/questions.yaml b/operators/cloudnative-pg/6.3.0/questions.yaml similarity index 100% rename from operators/cloudnative-pg/6.1.2/questions.yaml rename to operators/cloudnative-pg/6.3.0/questions.yaml diff --git a/operators/metallb/14.1.0/templates/NOTES.txt b/operators/cloudnative-pg/6.3.0/templates/NOTES.txt similarity index 100% rename from operators/metallb/14.1.0/templates/NOTES.txt rename to operators/cloudnative-pg/6.3.0/templates/NOTES.txt diff --git a/operators/cert-manager/4.1.4/templates/common.yaml b/operators/cloudnative-pg/6.3.0/templates/common.yaml similarity index 100% rename from operators/cert-manager/4.1.4/templates/common.yaml rename to operators/cloudnative-pg/6.3.0/templates/common.yaml diff --git a/operators/metallb/14.1.0/values.yaml b/operators/cloudnative-pg/6.3.0/values.yaml similarity index 100% rename from operators/metallb/14.1.0/values.yaml rename to operators/cloudnative-pg/6.3.0/values.yaml diff --git a/operators/openebs/3.1.0/.helmignore b/operators/grafana-agent-operator/1.2.0/.helmignore similarity index 100% rename from operators/openebs/3.1.0/.helmignore rename to operators/grafana-agent-operator/1.2.0/.helmignore diff --git a/stable/bitmagnet/1.1.2/CHANGELOG.md b/operators/grafana-agent-operator/1.2.0/CHANGELOG.md similarity index 100% rename from stable/bitmagnet/1.1.2/CHANGELOG.md rename to operators/grafana-agent-operator/1.2.0/CHANGELOG.md diff --git a/operators/grafana-agent-operator/1.2.0/Chart.yaml b/operators/grafana-agent-operator/1.2.0/Chart.yaml new file mode 100644 index 00000000000..0cc0bdf69f7 --- /dev/null +++ b/operators/grafana-agent-operator/1.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: system + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: operators +apiVersion: v2 +appVersion: 0.39.2 +dependencies: + - name: common + version: 18.1.2 + 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.0 diff --git a/operators/grafana-agent-operator/1.2.0/README.md b/operators/grafana-agent-operator/1.2.0/README.md new file mode 100644 index 00000000000..afa4345cff9 --- /dev/null +++ b/operators/grafana-agent-operator/1.2.0/README.md @@ -0,0 +1,28 @@ +--- +title: README +--- + +## General Info + +TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/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.0/app-readme.md b/operators/grafana-agent-operator/1.2.0/app-readme.md new file mode 100644 index 00000000000..230329990e0 --- /dev/null +++ b/operators/grafana-agent-operator/1.2.0/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/operators/grafana-agent-operator](https://truecharts.org/charts/operators/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/operators/grafana-agent-operator/1.2.0/charts/common-18.1.2.tgz b/operators/grafana-agent-operator/1.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/operators/grafana-agent-operator/1.2.0/charts/common-18.1.2.tgz differ diff --git a/operators/grafana-agent-operator/1.2.0/ix_values.yaml b/operators/grafana-agent-operator/1.2.0/ix_values.yaml new file mode 100644 index 00000000000..64b42681c35 --- /dev/null +++ b/operators/grafana-agent-operator/1.2.0/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.0/questions.yaml b/operators/grafana-agent-operator/1.2.0/questions.yaml new file mode 100755 index 00000000000..975fcc15f15 --- /dev/null +++ b/operators/grafana-agent-operator/1.2.0/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/operators/openebs/3.1.0/templates/NOTES.txt b/operators/grafana-agent-operator/1.2.0/templates/NOTES.txt similarity index 100% rename from operators/openebs/3.1.0/templates/NOTES.txt rename to operators/grafana-agent-operator/1.2.0/templates/NOTES.txt diff --git a/stable/airdcpp-webclient/10.1.0/templates/common.yaml b/operators/grafana-agent-operator/1.2.0/templates/common.yaml similarity index 100% rename from stable/airdcpp-webclient/10.1.0/templates/common.yaml rename to operators/grafana-agent-operator/1.2.0/templates/common.yaml diff --git a/operators/grafana-agent-operator/1.2.0/templates/monitoring.coreos.com_podmonitors.yaml b/operators/grafana-agent-operator/1.2.0/templates/monitoring.coreos.com_podmonitors.yaml new file mode 100644 index 00000000000..153677bb175 --- /dev/null +++ b/operators/grafana-agent-operator/1.2.0/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.0/templates/monitoring.coreos.com_probes.yaml b/operators/grafana-agent-operator/1.2.0/templates/monitoring.coreos.com_probes.yaml new file mode 100644 index 00000000000..13fc36f9aa3 --- /dev/null +++ b/operators/grafana-agent-operator/1.2.0/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.0/templates/monitoring.coreos.com_servicemonitors.yaml b/operators/grafana-agent-operator/1.2.0/templates/monitoring.coreos.com_servicemonitors.yaml new file mode 100644 index 00000000000..ff62f8f267b --- /dev/null +++ b/operators/grafana-agent-operator/1.2.0/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.0/templates/monitoring.grafana.com_grafanaagents.yaml b/operators/grafana-agent-operator/1.2.0/templates/monitoring.grafana.com_grafanaagents.yaml new file mode 100644 index 00000000000..4ec31d67a4e --- /dev/null +++ b/operators/grafana-agent-operator/1.2.0/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.0/templates/monitoring.grafana.com_integrations.yaml b/operators/grafana-agent-operator/1.2.0/templates/monitoring.grafana.com_integrations.yaml new file mode 100644 index 00000000000..960b2f73ac1 --- /dev/null +++ b/operators/grafana-agent-operator/1.2.0/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.0/templates/monitoring.grafana.com_logsinstances.yaml b/operators/grafana-agent-operator/1.2.0/templates/monitoring.grafana.com_logsinstances.yaml new file mode 100644 index 00000000000..517bb30c2ef --- /dev/null +++ b/operators/grafana-agent-operator/1.2.0/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.0/templates/monitoring.grafana.com_metricsinstances.yaml b/operators/grafana-agent-operator/1.2.0/templates/monitoring.grafana.com_metricsinstances.yaml new file mode 100644 index 00000000000..610193f440f --- /dev/null +++ b/operators/grafana-agent-operator/1.2.0/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.0/templates/monitoring.grafana.com_podlogs.yaml b/operators/grafana-agent-operator/1.2.0/templates/monitoring.grafana.com_podlogs.yaml new file mode 100644 index 00000000000..f22d051b513 --- /dev/null +++ b/operators/grafana-agent-operator/1.2.0/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/operators/openebs/3.1.0/values.yaml b/operators/grafana-agent-operator/1.2.0/values.yaml similarity index 100% rename from operators/openebs/3.1.0/values.yaml rename to operators/grafana-agent-operator/1.2.0/values.yaml diff --git a/operators/metallb/14.1.0/CHANGELOG.md b/operators/metallb/14.1.0/CHANGELOG.md deleted file mode 100644 index 2152fda3149..00000000000 --- a/operators/metallb/14.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- force bump to ensure up-to-date catalogs \ No newline at end of file diff --git a/operators/metallb/14.1.0/Chart.yaml b/operators/metallb/14.1.0/Chart.yaml deleted file mode 100644 index 72606287c90..00000000000 --- a/operators/metallb/14.1.0/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/operators/metallb/14.1.0/charts/common-18.0.1.tgz b/operators/metallb/14.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/operators/metallb/14.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/operators/metallb/14.1.0/ix_values.yaml b/operators/metallb/14.1.0/ix_values.yaml deleted file mode 100644 index 8ffafd21a48..00000000000 --- a/operators/metallb/14.1.0/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/operators/prometheus-operator/6.1.2/.helmignore b/operators/metallb/14.2.0/.helmignore similarity index 100% rename from operators/prometheus-operator/6.1.2/.helmignore rename to operators/metallb/14.2.0/.helmignore diff --git a/operators/metallb/14.2.0/CHANGELOG.md b/operators/metallb/14.2.0/CHANGELOG.md new file mode 100644 index 00000000000..38decafb5b7 --- /dev/null +++ b/operators/metallb/14.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/operators/metallb/14.2.0/Chart.yaml b/operators/metallb/14.2.0/Chart.yaml new file mode 100644 index 00000000000..4a90b3ab189 --- /dev/null +++ b/operators/metallb/14.2.0/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: operators + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: operators +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: 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.0 diff --git a/operators/metallb/14.1.0/README.md b/operators/metallb/14.2.0/README.md similarity index 100% rename from operators/metallb/14.1.0/README.md rename to operators/metallb/14.2.0/README.md diff --git a/operators/metallb/14.1.0/app-readme.md b/operators/metallb/14.2.0/app-readme.md similarity index 100% rename from operators/metallb/14.1.0/app-readme.md rename to operators/metallb/14.2.0/app-readme.md diff --git a/operators/metallb/14.2.0/charts/common-18.1.2.tgz b/operators/metallb/14.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/operators/metallb/14.2.0/charts/common-18.1.2.tgz differ diff --git a/operators/metallb/14.1.0/charts/metallb-0.14.3.tgz b/operators/metallb/14.2.0/charts/metallb-0.14.3.tgz similarity index 100% rename from operators/metallb/14.1.0/charts/metallb-0.14.3.tgz rename to operators/metallb/14.2.0/charts/metallb-0.14.3.tgz diff --git a/operators/cloudnative-pg/6.1.2/ix_values.yaml b/operators/metallb/14.2.0/ix_values.yaml similarity index 100% rename from operators/cloudnative-pg/6.1.2/ix_values.yaml rename to operators/metallb/14.2.0/ix_values.yaml diff --git a/operators/metallb/14.1.0/questions.yaml b/operators/metallb/14.2.0/questions.yaml similarity index 100% rename from operators/metallb/14.1.0/questions.yaml rename to operators/metallb/14.2.0/questions.yaml diff --git a/operators/prometheus-operator/6.1.2/templates/NOTES.txt b/operators/metallb/14.2.0/templates/NOTES.txt similarity index 100% rename from operators/prometheus-operator/6.1.2/templates/NOTES.txt rename to operators/metallb/14.2.0/templates/NOTES.txt diff --git a/operators/cloudnative-pg/6.1.2/templates/common.yaml b/operators/metallb/14.2.0/templates/common.yaml similarity index 100% rename from operators/cloudnative-pg/6.1.2/templates/common.yaml rename to operators/metallb/14.2.0/templates/common.yaml diff --git a/operators/prometheus-operator/6.1.2/values.yaml b/operators/metallb/14.2.0/values.yaml similarity index 100% rename from operators/prometheus-operator/6.1.2/values.yaml rename to operators/metallb/14.2.0/values.yaml diff --git a/operators/openebs/3.1.0/CHANGELOG.md b/operators/openebs/3.1.0/CHANGELOG.md deleted file mode 100644 index af37aa54f31..00000000000 --- a/operators/openebs/3.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - -## [openebs-2.1.16](https://github.com/truecharts/charts/compare/openebs-2.1.15...openebs-2.1.16) (2024-02-12) - -### Chore - - - -- update container image tccr.io/tccr/alpine to latest[@ade0065](https://github.com/ade0065) by renovate ([#18108](https://github.com/truecharts/charts/issues/18108)) - - -## [openebs-2.1.15](https://github.com/truecharts/charts/compare/openebs-2.1.14...openebs-2.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [openebs-2.1.14](https://github.com/truecharts/charts/compare/openebs-2.1.13...openebs-2.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [openebs-2.1.13](https://github.com/truecharts/charts/compare/openebs-2.1.12...openebs-2.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [openebs-2.1.12](https://github.com/truecharts/charts/compare/openebs-2.1.11...openebs-2.1.12) (2024-01-21) - -### Chore - - - -- update container image tccr.io/tccr/alpine to latest[@14eaf3f](https://github.com/14eaf3f) by renovate ([#17470](https://github.com/truecharts/charts/issues/17470)) - - -## [openebs-2.1.11](https://github.com/truecharts/charts/compare/openebs-2.1.10...openebs-2.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [openebs-2.1.10](https://github.com/truecharts/charts/compare/openebs-2.1.9...openebs-2.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [openebs-2.1.9](https://github.com/truecharts/charts/compare/openebs-2.1.8...openebs-2.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [openebs-2.1.8](https://github.com/truecharts/charts/compare/openebs-2.1.7...openebs-2.1.8) (2024-01-02) \ No newline at end of file diff --git a/operators/openebs/3.1.0/Chart.yaml b/operators/openebs/3.1.0/Chart.yaml deleted file mode 100644 index 7c1812c337c..00000000000 --- a/operators/openebs/3.1.0/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/operators/openebs/3.1.0/charts/common-18.0.1.tgz b/operators/openebs/3.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/operators/openebs/3.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/acestream/6.1.0/.helmignore b/operators/openebs/3.2.0/.helmignore similarity index 100% rename from stable/acestream/6.1.0/.helmignore rename to operators/openebs/3.2.0/.helmignore diff --git a/operators/openebs/3.2.0/CHANGELOG.md b/operators/openebs/3.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b592b8eca9d --- /dev/null +++ b/operators/openebs/3.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/operators/openebs/3.2.0/Chart.yaml b/operators/openebs/3.2.0/Chart.yaml new file mode 100644 index 00000000000..be2d9b69e2a --- /dev/null +++ b/operators/openebs/3.2.0/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: CSI + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: operators +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/operators/openebs/3.1.0/README.md b/operators/openebs/3.2.0/README.md similarity index 100% rename from operators/openebs/3.1.0/README.md rename to operators/openebs/3.2.0/README.md diff --git a/operators/openebs/3.1.0/app-readme.md b/operators/openebs/3.2.0/app-readme.md similarity index 100% rename from operators/openebs/3.1.0/app-readme.md rename to operators/openebs/3.2.0/app-readme.md diff --git a/operators/openebs/3.2.0/charts/common-18.1.2.tgz b/operators/openebs/3.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/operators/openebs/3.2.0/charts/common-18.1.2.tgz differ diff --git a/operators/openebs/3.1.0/charts/openebs-3.10.0.tgz b/operators/openebs/3.2.0/charts/openebs-3.10.0.tgz similarity index 100% rename from operators/openebs/3.1.0/charts/openebs-3.10.0.tgz rename to operators/openebs/3.2.0/charts/openebs-3.10.0.tgz diff --git a/operators/openebs/3.1.0/ix_values.yaml b/operators/openebs/3.2.0/ix_values.yaml similarity index 100% rename from operators/openebs/3.1.0/ix_values.yaml rename to operators/openebs/3.2.0/ix_values.yaml diff --git a/operators/openebs/3.1.0/questions.yaml b/operators/openebs/3.2.0/questions.yaml similarity index 100% rename from operators/openebs/3.1.0/questions.yaml rename to operators/openebs/3.2.0/questions.yaml diff --git a/stable/actualserver/10.1.0/templates/NOTES.txt b/operators/openebs/3.2.0/templates/NOTES.txt similarity index 100% rename from stable/actualserver/10.1.0/templates/NOTES.txt rename to operators/openebs/3.2.0/templates/NOTES.txt diff --git a/operators/metallb/14.1.0/templates/common.yaml b/operators/openebs/3.2.0/templates/common.yaml similarity index 100% rename from operators/metallb/14.1.0/templates/common.yaml rename to operators/openebs/3.2.0/templates/common.yaml diff --git a/stable/acestream/6.1.0/values.yaml b/operators/openebs/3.2.0/values.yaml similarity index 100% rename from stable/acestream/6.1.0/values.yaml rename to operators/openebs/3.2.0/values.yaml diff --git a/operators/prometheus-operator/6.1.2/CHANGELOG.md b/operators/prometheus-operator/6.1.2/CHANGELOG.md deleted file mode 100644 index fbacc1d366c..00000000000 --- a/operators/prometheus-operator/6.1.2/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/operators/prometheus-operator/6.1.2/Chart.yaml b/operators/prometheus-operator/6.1.2/Chart.yaml deleted file mode 100644 index e14d97af138..00000000000 --- a/operators/prometheus-operator/6.1.2/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: kube-prometheus-stack - version: 56.8.2 - 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.1.2 diff --git a/operators/prometheus-operator/6.1.2/charts/common-18.0.2.tgz b/operators/prometheus-operator/6.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/operators/prometheus-operator/6.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/operators/prometheus-operator/6.1.2/charts/kube-prometheus-stack-56.8.2.tgz b/operators/prometheus-operator/6.1.2/charts/kube-prometheus-stack-56.8.2.tgz deleted file mode 100644 index 39b9be5a31f..00000000000 Binary files a/operators/prometheus-operator/6.1.2/charts/kube-prometheus-stack-56.8.2.tgz and /dev/null differ diff --git a/operators/prometheus-operator/6.1.2/ix_values.yaml b/operators/prometheus-operator/6.1.2/ix_values.yaml deleted file mode 100644 index 289bbe25c7d..00000000000 --- a/operators/prometheus-operator/6.1.2/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/actualserver/10.1.0/.helmignore b/operators/prometheus-operator/6.3.0/.helmignore similarity index 100% rename from stable/actualserver/10.1.0/.helmignore rename to operators/prometheus-operator/6.3.0/.helmignore diff --git a/operators/prometheus-operator/6.3.0/CHANGELOG.md b/operators/prometheus-operator/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..b1f3ef81cb7 --- /dev/null +++ b/operators/prometheus-operator/6.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + +## [prometheus-operator-4.5.7](https://github.com/truecharts/charts/compare/prometheus-operator-4.5.6...prometheus-operator-4.5.7) (2024-02-12) + +### Chore + + + +- update container image tccr.io/tccr/alpine to latest[@ade0065](https://github.com/ade0065) by renovate ([#18108](https://github.com/truecharts/charts/issues/18108)) + + +## [prometheus-operator-4.5.6](https://github.com/truecharts/charts/compare/prometheus-operator-4.5.5...prometheus-operator-4.5.6) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [prometheus-operator-4.5.5](https://github.com/truecharts/charts/compare/prometheus-operator-4.5.4...prometheus-operator-4.5.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [prometheus-operator-4.5.4](https://github.com/truecharts/charts/compare/prometheus-operator-4.5.3...prometheus-operator-4.5.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [prometheus-operator-4.5.3](https://github.com/truecharts/charts/compare/prometheus-operator-4.5.2...prometheus-operator-4.5.3) (2024-01-21) + +### Chore + + + +- update container image tccr.io/tccr/alpine to latest[@14eaf3f](https://github.com/14eaf3f) by renovate ([#17470](https://github.com/truecharts/charts/issues/17470)) + + +## [prometheus-operator-4.5.2](https://github.com/truecharts/charts/compare/prometheus-operator-4.5.1...prometheus-operator-4.5.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [prometheus-operator-4.5.1](https://github.com/truecharts/charts/compare/prometheus-operator-4.5.0...prometheus-operator-4.5.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [prometheus-operator-4.5.0](https://github.com/truecharts/charts/compare/prometheus-operator-4.4.0...prometheus-operator-4.5.0) (2024-01-19) + +### Chore + + + +- update helm general minor by renovate ([#17309](https://github.com/truecharts/charts/issues/17309)) + + + + +## [prometheus-operator-4.4.0](https://github.com/truecharts/charts/compare/prometheus-operator-4.3.1...prometheus-operator-4.4.0) (2024-01-13) \ No newline at end of file diff --git a/operators/prometheus-operator/6.3.0/Chart.yaml b/operators/prometheus-operator/6.3.0/Chart.yaml new file mode 100644 index 00000000000..e26bc13876a --- /dev/null +++ b/operators/prometheus-operator/6.3.0/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: operators + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: operators +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: kube-prometheus-stack + version: 56.9.0 + repository: oci://ghcr.io/prometheus-community/charts + condition: "" + alias: kps + tags: [] + import-values: [] +deprecated: false +description: Prometheus Operator is an operator for prometheus +home: https://truecharts.org/charts/operators/prometheus-operator +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus-operator.png +keywords: + - operator + - prometheus + - metics +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: prometheus-operator +sources: + - https://github.com/prometheus-operator + - https://github.com/truecharts/charts/tree/master/charts/operators/prometheus-operator + - https://github.com/truecharts/containers/tree/master/apps/alpine +type: application +version: 6.3.0 diff --git a/operators/prometheus-operator/6.1.2/README.md b/operators/prometheus-operator/6.3.0/README.md similarity index 100% rename from operators/prometheus-operator/6.1.2/README.md rename to operators/prometheus-operator/6.3.0/README.md diff --git a/operators/prometheus-operator/6.1.2/app-readme.md b/operators/prometheus-operator/6.3.0/app-readme.md similarity index 100% rename from operators/prometheus-operator/6.1.2/app-readme.md rename to operators/prometheus-operator/6.3.0/app-readme.md diff --git a/operators/prometheus-operator/6.3.0/charts/common-18.1.2.tgz b/operators/prometheus-operator/6.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/operators/prometheus-operator/6.3.0/charts/common-18.1.2.tgz differ diff --git a/operators/prometheus-operator/6.3.0/charts/kube-prometheus-stack-56.9.0.tgz b/operators/prometheus-operator/6.3.0/charts/kube-prometheus-stack-56.9.0.tgz new file mode 100644 index 00000000000..1b0175276f4 Binary files /dev/null and b/operators/prometheus-operator/6.3.0/charts/kube-prometheus-stack-56.9.0.tgz differ diff --git a/operators/prometheus-operator/6.3.0/ix_values.yaml b/operators/prometheus-operator/6.3.0/ix_values.yaml new file mode 100644 index 00000000000..b6bc91989ae --- /dev/null +++ b/operators/prometheus-operator/6.3.0/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.1.2/questions.yaml b/operators/prometheus-operator/6.3.0/questions.yaml similarity index 100% rename from operators/prometheus-operator/6.1.2/questions.yaml rename to operators/prometheus-operator/6.3.0/questions.yaml diff --git a/stable/adguard-home/9.1.0/templates/NOTES.txt b/operators/prometheus-operator/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/adguard-home/9.1.0/templates/NOTES.txt rename to operators/prometheus-operator/6.3.0/templates/NOTES.txt diff --git a/operators/prometheus-operator/6.1.2/templates/common.yaml b/operators/prometheus-operator/6.3.0/templates/common.yaml similarity index 100% rename from operators/prometheus-operator/6.1.2/templates/common.yaml rename to operators/prometheus-operator/6.3.0/templates/common.yaml diff --git a/stable/actualserver/10.1.0/values.yaml b/operators/prometheus-operator/6.3.0/values.yaml similarity index 100% rename from stable/actualserver/10.1.0/values.yaml rename to operators/prometheus-operator/6.3.0/values.yaml diff --git a/stable/acestream/6.1.0/CHANGELOG.md b/stable/acestream/6.1.0/CHANGELOG.md deleted file mode 100644 index 2f9c79e423d..00000000000 --- a/stable/acestream/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [acestream-5.1.12](https://github.com/truecharts/charts/compare/acestream-5.1.11...acestream-5.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [acestream-5.1.11](https://github.com/truecharts/charts/compare/acestream-5.1.10...acestream-5.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [acestream-5.1.10](https://github.com/truecharts/charts/compare/acestream-5.1.9...acestream-5.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [acestream-5.1.9](https://github.com/truecharts/charts/compare/acestream-5.1.8...acestream-5.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [acestream-5.1.8](https://github.com/truecharts/charts/compare/acestream-5.1.7...acestream-5.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [acestream-5.1.7](https://github.com/truecharts/charts/compare/acestream-5.1.6...acestream-5.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [acestream-5.1.6](https://github.com/truecharts/charts/compare/acestream-5.1.5...acestream-5.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [acestream-5.1.5](https://github.com/truecharts/charts/compare/acestream-5.1.4...acestream-5.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [acestream-5.1.4](https://github.com/truecharts/charts/compare/acestream-5.1.3...acestream-5.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [acestream-5.1.3](https://github.com/truecharts/charts/compare/acestream-5.1.0...acestream-5.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/acestream/6.1.0/Chart.yaml b/stable/acestream/6.1.0/Chart.yaml deleted file mode 100644 index 54416894190..00000000000 --- a/stable/acestream/6.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/acestream/6.1.0/charts/common-18.0.1.tgz b/stable/acestream/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/acestream/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/adguard-home/9.1.0/.helmignore b/stable/acestream/6.2.0/.helmignore similarity index 100% rename from stable/adguard-home/9.1.0/.helmignore rename to stable/acestream/6.2.0/.helmignore diff --git a/stable/acestream/6.2.0/CHANGELOG.md b/stable/acestream/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2d6439fa559 --- /dev/null +++ b/stable/acestream/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/acestream/6.2.0/Chart.yaml b/stable/acestream/6.2.0/Chart.yaml new file mode 100644 index 00000000000..33468a7d024 --- /dev/null +++ b/stable/acestream/6.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaServer-Video + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.2.8 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/acestream/6.1.0/README.md b/stable/acestream/6.2.0/README.md similarity index 100% rename from stable/acestream/6.1.0/README.md rename to stable/acestream/6.2.0/README.md diff --git a/stable/acestream/6.1.0/app-readme.md b/stable/acestream/6.2.0/app-readme.md similarity index 100% rename from stable/acestream/6.1.0/app-readme.md rename to stable/acestream/6.2.0/app-readme.md diff --git a/stable/acestream/6.2.0/charts/common-18.1.2.tgz b/stable/acestream/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/acestream/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/acestream/6.1.0/ix_values.yaml b/stable/acestream/6.2.0/ix_values.yaml similarity index 100% rename from stable/acestream/6.1.0/ix_values.yaml rename to stable/acestream/6.2.0/ix_values.yaml diff --git a/stable/acestream/6.1.0/questions.yaml b/stable/acestream/6.2.0/questions.yaml similarity index 100% rename from stable/acestream/6.1.0/questions.yaml rename to stable/acestream/6.2.0/questions.yaml diff --git a/stable/acestream/6.1.0/templates/common.yaml b/stable/acestream/6.2.0/templates/common.yaml similarity index 100% rename from stable/acestream/6.1.0/templates/common.yaml rename to stable/acestream/6.2.0/templates/common.yaml diff --git a/stable/adguard-home/9.1.0/values.yaml b/stable/acestream/6.2.0/values.yaml similarity index 100% rename from stable/adguard-home/9.1.0/values.yaml rename to stable/acestream/6.2.0/values.yaml diff --git a/stable/actualserver/10.1.0/CHANGELOG.md b/stable/actualserver/10.1.0/CHANGELOG.md deleted file mode 100644 index cf310a01833..00000000000 --- a/stable/actualserver/10.1.0/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) - -### Chore \ No newline at end of file diff --git a/stable/actualserver/10.1.0/Chart.yaml b/stable/actualserver/10.1.0/Chart.yaml deleted file mode 100644 index bfd45ad35b7..00000000000 --- a/stable/actualserver/10.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/actualserver/10.1.0/charts/common-18.0.1.tgz b/stable/actualserver/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/actualserver/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/adguardhome-sync/6.1.0/.helmignore b/stable/actualserver/10.2.0/.helmignore similarity index 100% rename from stable/adguardhome-sync/6.1.0/.helmignore rename to stable/actualserver/10.2.0/.helmignore diff --git a/stable/actualserver/10.2.0/CHANGELOG.md b/stable/actualserver/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f3f59c6a65a --- /dev/null +++ b/stable/actualserver/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [actualserver-9.0.0](https://github.com/truecharts/charts/compare/actualserver-8.1.0...actualserver-9.0.0) (2024-02-14) + +### Fix + + + +- fix actualserver mountPaths **BREAKING CHANGES** ([#18237](https://github.com/truecharts/charts/issues/18237)) + + +## [actualserver-8.1.0](https://github.com/truecharts/charts/compare/actualserver-8.0.5...actualserver-8.1.0) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/actualbudget/actual-server to v24.2.0[@e8c362d](https://github.com/e8c362d) by renovate ([#17935](https://github.com/truecharts/charts/issues/17935)) + + +## [actualserver-8.0.5](https://github.com/truecharts/charts/compare/actualserver-8.0.4...actualserver-8.0.5) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [actualserver-8.0.4](https://github.com/truecharts/charts/compare/actualserver-8.0.3...actualserver-8.0.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [actualserver-8.0.3](https://github.com/truecharts/charts/compare/actualserver-8.0.2...actualserver-8.0.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [actualserver-8.0.2](https://github.com/truecharts/charts/compare/actualserver-8.0.1...actualserver-8.0.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [actualserver-8.0.1](https://github.com/truecharts/charts/compare/actualserver-8.0.0...actualserver-8.0.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [actualserver-8.0.0](https://github.com/truecharts/charts/compare/actualserver-7.1.7...actualserver-8.0.0) (2024-01-09) + +### Chore + + + +- update container image ghcr.io/actualbudget/actual-server to v24.1.0[@32ecfd1](https://github.com/32ecfd1) by renovate ([#17025](https://github.com/truecharts/charts/issues/17025)) + + +## [actualserver-7.1.7](https://github.com/truecharts/charts/compare/actualserver-7.1.6...actualserver-7.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) diff --git a/stable/actualserver/10.2.0/Chart.yaml b/stable/actualserver/10.2.0/Chart.yaml new file mode 100644 index 00000000000..171396c4997 --- /dev/null +++ b/stable/actualserver/10.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: finance + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.2.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Actual is a super fast privacy-focused app for managing your finances. +home: https://truecharts.org/charts/stable/actualserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.png +keywords: + - actualserver + - finance +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: actualserver +sources: + - https://github.com/Kippenhof/docker-templates + - https://github.com/truecharts/charts/tree/master/charts/stable/actualserver + - https://ghcr.io/actualbudget/actual-server +type: application +version: 10.2.0 diff --git a/stable/actualserver/10.1.0/README.md b/stable/actualserver/10.2.0/README.md similarity index 100% rename from stable/actualserver/10.1.0/README.md rename to stable/actualserver/10.2.0/README.md diff --git a/stable/actualserver/10.1.0/app-readme.md b/stable/actualserver/10.2.0/app-readme.md similarity index 100% rename from stable/actualserver/10.1.0/app-readme.md rename to stable/actualserver/10.2.0/app-readme.md diff --git a/stable/actualserver/10.2.0/charts/common-18.1.2.tgz b/stable/actualserver/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/actualserver/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/actualserver/10.1.0/ix_values.yaml b/stable/actualserver/10.2.0/ix_values.yaml similarity index 100% rename from stable/actualserver/10.1.0/ix_values.yaml rename to stable/actualserver/10.2.0/ix_values.yaml diff --git a/stable/actualserver/10.1.0/questions.yaml b/stable/actualserver/10.2.0/questions.yaml similarity index 100% rename from stable/actualserver/10.1.0/questions.yaml rename to stable/actualserver/10.2.0/questions.yaml diff --git a/stable/adminer/8.1.0/templates/NOTES.txt b/stable/actualserver/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/adminer/8.1.0/templates/NOTES.txt rename to stable/actualserver/10.2.0/templates/NOTES.txt diff --git a/stable/actualserver/10.1.0/templates/common.yaml b/stable/actualserver/10.2.0/templates/common.yaml similarity index 100% rename from stable/actualserver/10.1.0/templates/common.yaml rename to stable/actualserver/10.2.0/templates/common.yaml diff --git a/stable/adguardhome-sync/6.1.0/values.yaml b/stable/actualserver/10.2.0/values.yaml similarity index 100% rename from stable/adguardhome-sync/6.1.0/values.yaml rename to stable/actualserver/10.2.0/values.yaml diff --git a/stable/adguard-home/9.1.0/CHANGELOG.md b/stable/adguard-home/9.1.0/CHANGELOG.md deleted file mode 100644 index c985d8443e1..00000000000 --- a/stable/adguard-home/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/adguard-home/9.1.0/Chart.yaml b/stable/adguard-home/9.1.0/Chart.yaml deleted file mode 100644 index aef0a501573..00000000000 --- a/stable/adguard-home/9.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.107.44 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/adguard-home/9.1.0/charts/common-18.0.1.tgz b/stable/adguard-home/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/adguard-home/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/adminer/8.1.0/.helmignore b/stable/adguard-home/9.2.0/.helmignore similarity index 100% rename from stable/adminer/8.1.0/.helmignore rename to stable/adguard-home/9.2.0/.helmignore diff --git a/stable/adguard-home/9.2.0/CHANGELOG.md b/stable/adguard-home/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b6ee6265489 --- /dev/null +++ b/stable/adguard-home/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [adguard-home-8.1.13](https://github.com/truecharts/charts/compare/adguard-home-8.1.12...adguard-home-8.1.13) (2024-02-12) + +### Chore + + + +- update container image adguard/adguardhome to v0.107.44[@049ef6c](https://github.com/049ef6c) by renovate ([#18120](https://github.com/truecharts/charts/issues/18120)) + + +## [adguard-home-8.1.12](https://github.com/truecharts/charts/compare/adguard-home-8.1.11...adguard-home-8.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [adguard-home-8.1.11](https://github.com/truecharts/charts/compare/adguard-home-8.1.10...adguard-home-8.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [adguard-home-8.1.10](https://github.com/truecharts/charts/compare/adguard-home-8.1.9...adguard-home-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [adguard-home-8.1.9](https://github.com/truecharts/charts/compare/adguard-home-8.1.8...adguard-home-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [adguard-home-8.1.8](https://github.com/truecharts/charts/compare/adguard-home-8.1.7...adguard-home-8.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [adguard-home-8.1.7](https://github.com/truecharts/charts/compare/adguard-home-8.1.6...adguard-home-8.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [adguard-home-8.1.6](https://github.com/truecharts/charts/compare/adguard-home-8.1.5...adguard-home-8.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [adguard-home-8.1.5](https://github.com/truecharts/charts/compare/adguard-home-8.1.4...adguard-home-8.1.5) (2024-01-02) + +### Chore + + + +- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) diff --git a/stable/adguard-home/9.2.0/Chart.yaml b/stable/adguard-home/9.2.0/Chart.yaml new file mode 100644 index 00000000000..710f5be48da --- /dev/null +++ b/stable/adguard-home/9.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.107.44 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/adguard-home/9.1.0/README.md b/stable/adguard-home/9.2.0/README.md similarity index 100% rename from stable/adguard-home/9.1.0/README.md rename to stable/adguard-home/9.2.0/README.md diff --git a/stable/adguard-home/9.1.0/app-readme.md b/stable/adguard-home/9.2.0/app-readme.md similarity index 100% rename from stable/adguard-home/9.1.0/app-readme.md rename to stable/adguard-home/9.2.0/app-readme.md diff --git a/stable/adguard-home/9.2.0/charts/common-18.1.2.tgz b/stable/adguard-home/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/adguard-home/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/adguard-home/9.1.0/ix_values.yaml b/stable/adguard-home/9.2.0/ix_values.yaml similarity index 100% rename from stable/adguard-home/9.1.0/ix_values.yaml rename to stable/adguard-home/9.2.0/ix_values.yaml diff --git a/stable/adguard-home/9.1.0/questions.yaml b/stable/adguard-home/9.2.0/questions.yaml similarity index 100% rename from stable/adguard-home/9.1.0/questions.yaml rename to stable/adguard-home/9.2.0/questions.yaml diff --git a/stable/airdcpp-webclient/10.1.0/templates/NOTES.txt b/stable/adguard-home/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/airdcpp-webclient/10.1.0/templates/NOTES.txt rename to stable/adguard-home/9.2.0/templates/NOTES.txt diff --git a/stable/airsonic-advanced/13.1.0/templates/common.yaml b/stable/adguard-home/9.2.0/templates/common.yaml similarity index 100% rename from stable/airsonic-advanced/13.1.0/templates/common.yaml rename to stable/adguard-home/9.2.0/templates/common.yaml diff --git a/stable/adminer/8.1.0/values.yaml b/stable/adguard-home/9.2.0/values.yaml similarity index 100% rename from stable/adminer/8.1.0/values.yaml rename to stable/adguard-home/9.2.0/values.yaml diff --git a/stable/adguardhome-sync/6.1.0/CHANGELOG.md b/stable/adguardhome-sync/6.1.0/CHANGELOG.md deleted file mode 100644 index a049438f308..00000000000 --- a/stable/adguardhome-sync/6.1.0/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.0/Chart.yaml b/stable/adguardhome-sync/6.1.0/Chart.yaml deleted file mode 100644 index f8d77c76a89..00000000000 --- a/stable/adguardhome-sync/6.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/adguardhome-sync/6.1.0/charts/common-18.0.1.tgz b/stable/adguardhome-sync/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/adguardhome-sync/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/airdcpp-webclient/10.1.0/.helmignore b/stable/adguardhome-sync/6.2.0/.helmignore similarity index 100% rename from stable/airdcpp-webclient/10.1.0/.helmignore rename to stable/adguardhome-sync/6.2.0/.helmignore diff --git a/stable/adguardhome-sync/6.2.0/CHANGELOG.md b/stable/adguardhome-sync/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..581b76f64f8 --- /dev/null +++ b/stable/adguardhome-sync/6.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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) \ No newline at end of file diff --git a/stable/adguardhome-sync/6.2.0/Chart.yaml b/stable/adguardhome-sync/6.2.0/Chart.yaml new file mode 100644 index 00000000000..c820d74b247 --- /dev/null +++ b/stable/adguardhome-sync/6.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.6.5 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/adguardhome-sync/6.1.0/README.md b/stable/adguardhome-sync/6.2.0/README.md similarity index 100% rename from stable/adguardhome-sync/6.1.0/README.md rename to stable/adguardhome-sync/6.2.0/README.md diff --git a/stable/adguardhome-sync/6.1.0/app-readme.md b/stable/adguardhome-sync/6.2.0/app-readme.md similarity index 100% rename from stable/adguardhome-sync/6.1.0/app-readme.md rename to stable/adguardhome-sync/6.2.0/app-readme.md diff --git a/stable/adguardhome-sync/6.2.0/charts/common-18.1.2.tgz b/stable/adguardhome-sync/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/adguardhome-sync/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/adguardhome-sync/6.1.0/ix_values.yaml b/stable/adguardhome-sync/6.2.0/ix_values.yaml similarity index 100% rename from stable/adguardhome-sync/6.1.0/ix_values.yaml rename to stable/adguardhome-sync/6.2.0/ix_values.yaml diff --git a/stable/adguardhome-sync/6.1.0/questions.yaml b/stable/adguardhome-sync/6.2.0/questions.yaml similarity index 100% rename from stable/adguardhome-sync/6.1.0/questions.yaml rename to stable/adguardhome-sync/6.2.0/questions.yaml diff --git a/stable/adguardhome-sync/6.1.0/templates/common.yaml b/stable/adguardhome-sync/6.2.0/templates/common.yaml similarity index 100% rename from stable/adguardhome-sync/6.1.0/templates/common.yaml rename to stable/adguardhome-sync/6.2.0/templates/common.yaml diff --git a/stable/airdcpp-webclient/10.1.0/values.yaml b/stable/adguardhome-sync/6.2.0/values.yaml similarity index 100% rename from stable/airdcpp-webclient/10.1.0/values.yaml rename to stable/adguardhome-sync/6.2.0/values.yaml diff --git a/stable/adminer/8.1.0/CHANGELOG.md b/stable/adminer/8.1.0/CHANGELOG.md deleted file mode 100644 index bbeb6b04b95..00000000000 --- a/stable/adminer/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- 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/adminer/8.1.0/Chart.yaml b/stable/adminer/8.1.0/Chart.yaml deleted file mode 100644 index 0d25062d2f3..00000000000 --- a/stable/adminer/8.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/adminer/8.1.0/charts/common-18.0.1.tgz b/stable/adminer/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/adminer/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/airsonic-advanced/13.1.0/.helmignore b/stable/adminer/8.2.0/.helmignore similarity index 100% rename from stable/airsonic-advanced/13.1.0/.helmignore rename to stable/adminer/8.2.0/.helmignore diff --git a/stable/adminer/8.2.0/CHANGELOG.md b/stable/adminer/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5c79faab8cd --- /dev/null +++ b/stable/adminer/8.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/adminer/8.2.0/Chart.yaml b/stable/adminer/8.2.0/Chart.yaml new file mode 100644 index 00000000000..daf6fa8b15c --- /dev/null +++ b/stable/adminer/8.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/adminer/8.1.0/README.md b/stable/adminer/8.2.0/README.md similarity index 100% rename from stable/adminer/8.1.0/README.md rename to stable/adminer/8.2.0/README.md diff --git a/stable/adminer/8.1.0/app-readme.md b/stable/adminer/8.2.0/app-readme.md similarity index 100% rename from stable/adminer/8.1.0/app-readme.md rename to stable/adminer/8.2.0/app-readme.md diff --git a/stable/adminer/8.2.0/charts/common-18.1.2.tgz b/stable/adminer/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/adminer/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/adminer/8.1.0/ix_values.yaml b/stable/adminer/8.2.0/ix_values.yaml similarity index 100% rename from stable/adminer/8.1.0/ix_values.yaml rename to stable/adminer/8.2.0/ix_values.yaml diff --git a/stable/adminer/8.1.0/questions.yaml b/stable/adminer/8.2.0/questions.yaml similarity index 100% rename from stable/adminer/8.1.0/questions.yaml rename to stable/adminer/8.2.0/questions.yaml diff --git a/stable/airsonic-advanced/13.1.0/templates/NOTES.txt b/stable/adminer/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/airsonic-advanced/13.1.0/templates/NOTES.txt rename to stable/adminer/8.2.0/templates/NOTES.txt diff --git a/stable/adminer/8.1.0/templates/common.yaml b/stable/adminer/8.2.0/templates/common.yaml similarity index 100% rename from stable/adminer/8.1.0/templates/common.yaml rename to stable/adminer/8.2.0/templates/common.yaml diff --git a/stable/airsonic-advanced/13.1.0/values.yaml b/stable/adminer/8.2.0/values.yaml similarity index 100% rename from stable/airsonic-advanced/13.1.0/values.yaml rename to stable/adminer/8.2.0/values.yaml diff --git a/stable/airdcpp-webclient/10.1.0/CHANGELOG.md b/stable/airdcpp-webclient/10.1.0/CHANGELOG.md deleted file mode 100644 index 96df09c0ed0..00000000000 --- a/stable/airdcpp-webclient/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [airdcpp-webclient-9.1.12](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.11...airdcpp-webclient-9.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [airdcpp-webclient-9.1.11](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.10...airdcpp-webclient-9.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [airdcpp-webclient-9.1.10](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.9...airdcpp-webclient-9.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [airdcpp-webclient-9.1.9](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.8...airdcpp-webclient-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [airdcpp-webclient-9.1.8](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.7...airdcpp-webclient-9.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [airdcpp-webclient-9.1.7](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.6...airdcpp-webclient-9.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [airdcpp-webclient-9.1.6](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.5...airdcpp-webclient-9.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [airdcpp-webclient-9.1.5](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.4...airdcpp-webclient-9.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [airdcpp-webclient-9.1.4](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.3...airdcpp-webclient-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [airdcpp-webclient-9.1.3](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.0...airdcpp-webclient-9.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/airdcpp-webclient/10.1.0/Chart.yaml b/stable/airdcpp-webclient/10.1.0/Chart.yaml deleted file mode 100644 index 32dc0edf140..00000000000 --- a/stable/airdcpp-webclient/10.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: 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.1 - 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.0 diff --git a/stable/airdcpp-webclient/10.1.0/charts/common-18.0.1.tgz b/stable/airdcpp-webclient/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/airdcpp-webclient/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/airsonic/13.1.0/.helmignore b/stable/airdcpp-webclient/10.2.0/.helmignore similarity index 100% rename from stable/airsonic/13.1.0/.helmignore rename to stable/airdcpp-webclient/10.2.0/.helmignore diff --git a/stable/airdcpp-webclient/10.2.0/CHANGELOG.md b/stable/airdcpp-webclient/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..6393eff1e63 --- /dev/null +++ b/stable/airdcpp-webclient/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/airdcpp-webclient/10.2.0/Chart.yaml b/stable/airdcpp-webclient/10.2.0/Chart.yaml new file mode 100644 index 00000000000..2a8d274305a --- /dev/null +++ b/stable/airdcpp-webclient/10.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.12.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/airdcpp-webclient/10.1.0/README.md b/stable/airdcpp-webclient/10.2.0/README.md similarity index 100% rename from stable/airdcpp-webclient/10.1.0/README.md rename to stable/airdcpp-webclient/10.2.0/README.md diff --git a/stable/airdcpp-webclient/10.1.0/app-readme.md b/stable/airdcpp-webclient/10.2.0/app-readme.md similarity index 100% rename from stable/airdcpp-webclient/10.1.0/app-readme.md rename to stable/airdcpp-webclient/10.2.0/app-readme.md diff --git a/stable/airdcpp-webclient/10.2.0/charts/common-18.1.2.tgz b/stable/airdcpp-webclient/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/airdcpp-webclient/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/airdcpp-webclient/10.1.0/ix_values.yaml b/stable/airdcpp-webclient/10.2.0/ix_values.yaml similarity index 100% rename from stable/airdcpp-webclient/10.1.0/ix_values.yaml rename to stable/airdcpp-webclient/10.2.0/ix_values.yaml diff --git a/stable/airdcpp-webclient/10.1.0/questions.yaml b/stable/airdcpp-webclient/10.2.0/questions.yaml similarity index 100% rename from stable/airdcpp-webclient/10.1.0/questions.yaml rename to stable/airdcpp-webclient/10.2.0/questions.yaml diff --git a/stable/airsonic/13.1.0/templates/NOTES.txt b/stable/airdcpp-webclient/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/airsonic/13.1.0/templates/NOTES.txt rename to stable/airdcpp-webclient/10.2.0/templates/NOTES.txt diff --git a/stable/airsonic/13.1.0/templates/common.yaml b/stable/airdcpp-webclient/10.2.0/templates/common.yaml similarity index 100% rename from stable/airsonic/13.1.0/templates/common.yaml rename to stable/airdcpp-webclient/10.2.0/templates/common.yaml diff --git a/stable/airsonic/13.1.0/values.yaml b/stable/airdcpp-webclient/10.2.0/values.yaml similarity index 100% rename from stable/airsonic/13.1.0/values.yaml rename to stable/airdcpp-webclient/10.2.0/values.yaml diff --git a/stable/airsonic-advanced/13.1.0/CHANGELOG.md b/stable/airsonic-advanced/13.1.0/CHANGELOG.md deleted file mode 100644 index 50d1571c0fa..00000000000 --- a/stable/airsonic-advanced/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [airsonic-advanced-12.1.12](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.11...airsonic-advanced-12.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [airsonic-advanced-12.1.11](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.10...airsonic-advanced-12.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [airsonic-advanced-12.1.10](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.9...airsonic-advanced-12.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [airsonic-advanced-12.1.9](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.8...airsonic-advanced-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [airsonic-advanced-12.1.8](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.7...airsonic-advanced-12.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [airsonic-advanced-12.1.7](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.6...airsonic-advanced-12.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [airsonic-advanced-12.1.6](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.5...airsonic-advanced-12.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [airsonic-advanced-12.1.5](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.4...airsonic-advanced-12.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [airsonic-advanced-12.1.4](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.3...airsonic-advanced-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [airsonic-advanced-12.1.3](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.0...airsonic-advanced-12.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/airsonic-advanced/13.1.0/Chart.yaml b/stable/airsonic-advanced/13.1.0/Chart.yaml deleted file mode 100644 index fb8c84ae142..00000000000 --- a/stable/airsonic-advanced/13.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: edge-latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/airsonic-advanced/13.1.0/charts/common-18.0.1.tgz b/stable/airsonic-advanced/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/airsonic-advanced/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/alienswarm-reactivedrop/5.1.0/.helmignore b/stable/airsonic-advanced/13.2.0/.helmignore similarity index 100% rename from stable/alienswarm-reactivedrop/5.1.0/.helmignore rename to stable/airsonic-advanced/13.2.0/.helmignore diff --git a/stable/airsonic-advanced/13.2.0/CHANGELOG.md b/stable/airsonic-advanced/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..aab0b8745f2 --- /dev/null +++ b/stable/airsonic-advanced/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/airsonic-advanced/13.2.0/Chart.yaml b/stable/airsonic-advanced/13.2.0/Chart.yaml new file mode 100644 index 00000000000..ac82e503df3 --- /dev/null +++ b/stable/airsonic-advanced/13.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: edge-latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/airsonic-advanced/13.1.0/README.md b/stable/airsonic-advanced/13.2.0/README.md similarity index 100% rename from stable/airsonic-advanced/13.1.0/README.md rename to stable/airsonic-advanced/13.2.0/README.md diff --git a/stable/airsonic-advanced/13.1.0/app-readme.md b/stable/airsonic-advanced/13.2.0/app-readme.md similarity index 100% rename from stable/airsonic-advanced/13.1.0/app-readme.md rename to stable/airsonic-advanced/13.2.0/app-readme.md diff --git a/stable/airsonic-advanced/13.2.0/charts/common-18.1.2.tgz b/stable/airsonic-advanced/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/airsonic-advanced/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/airsonic-advanced/13.1.0/ix_values.yaml b/stable/airsonic-advanced/13.2.0/ix_values.yaml similarity index 100% rename from stable/airsonic-advanced/13.1.0/ix_values.yaml rename to stable/airsonic-advanced/13.2.0/ix_values.yaml diff --git a/stable/airsonic-advanced/13.1.0/questions.yaml b/stable/airsonic-advanced/13.2.0/questions.yaml similarity index 100% rename from stable/airsonic-advanced/13.1.0/questions.yaml rename to stable/airsonic-advanced/13.2.0/questions.yaml diff --git a/stable/alist/9.2.0/templates/NOTES.txt b/stable/airsonic-advanced/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/alist/9.2.0/templates/NOTES.txt rename to stable/airsonic-advanced/13.2.0/templates/NOTES.txt diff --git a/stable/alist/9.2.0/templates/common.yaml b/stable/airsonic-advanced/13.2.0/templates/common.yaml similarity index 100% rename from stable/alist/9.2.0/templates/common.yaml rename to stable/airsonic-advanced/13.2.0/templates/common.yaml diff --git a/stable/alienswarm-reactivedrop/5.1.0/values.yaml b/stable/airsonic-advanced/13.2.0/values.yaml similarity index 100% rename from stable/alienswarm-reactivedrop/5.1.0/values.yaml rename to stable/airsonic-advanced/13.2.0/values.yaml diff --git a/stable/airsonic/13.1.0/CHANGELOG.md b/stable/airsonic/13.1.0/CHANGELOG.md deleted file mode 100644 index f886c270a55..00000000000 --- a/stable/airsonic/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [airsonic-12.1.12](https://github.com/truecharts/charts/compare/airsonic-12.1.11...airsonic-12.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [airsonic-12.1.11](https://github.com/truecharts/charts/compare/airsonic-12.1.10...airsonic-12.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [airsonic-12.1.10](https://github.com/truecharts/charts/compare/airsonic-12.1.9...airsonic-12.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [airsonic-12.1.9](https://github.com/truecharts/charts/compare/airsonic-12.1.8...airsonic-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [airsonic-12.1.8](https://github.com/truecharts/charts/compare/airsonic-12.1.7...airsonic-12.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [airsonic-12.1.7](https://github.com/truecharts/charts/compare/airsonic-12.1.6...airsonic-12.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [airsonic-12.1.6](https://github.com/truecharts/charts/compare/airsonic-12.1.5...airsonic-12.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [airsonic-12.1.5](https://github.com/truecharts/charts/compare/airsonic-12.1.4...airsonic-12.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [airsonic-12.1.4](https://github.com/truecharts/charts/compare/airsonic-12.1.3...airsonic-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [airsonic-12.1.3](https://github.com/truecharts/charts/compare/airsonic-12.1.0...airsonic-12.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/airsonic/13.1.0/Chart.yaml b/stable/airsonic/13.1.0/Chart.yaml deleted file mode 100644 index 8a6fad68ec9..00000000000 --- a/stable/airsonic/13.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 10.6.2 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/airsonic/13.1.0/charts/common-18.0.1.tgz b/stable/airsonic/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/airsonic/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/alienswarm/5.1.0/.helmignore b/stable/airsonic/13.2.0/.helmignore similarity index 100% rename from stable/alienswarm/5.1.0/.helmignore rename to stable/airsonic/13.2.0/.helmignore diff --git a/stable/airsonic/13.2.0/CHANGELOG.md b/stable/airsonic/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..9e63873d4fb --- /dev/null +++ b/stable/airsonic/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/airsonic/13.2.0/Chart.yaml b/stable/airsonic/13.2.0/Chart.yaml new file mode 100644 index 00000000000..c6309fdcf75 --- /dev/null +++ b/stable/airsonic/13.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 10.6.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/airsonic/13.1.0/README.md b/stable/airsonic/13.2.0/README.md similarity index 100% rename from stable/airsonic/13.1.0/README.md rename to stable/airsonic/13.2.0/README.md diff --git a/stable/airsonic/13.1.0/app-readme.md b/stable/airsonic/13.2.0/app-readme.md similarity index 100% rename from stable/airsonic/13.1.0/app-readme.md rename to stable/airsonic/13.2.0/app-readme.md diff --git a/stable/airsonic/13.2.0/charts/common-18.1.2.tgz b/stable/airsonic/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/airsonic/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/airsonic/13.1.0/ix_values.yaml b/stable/airsonic/13.2.0/ix_values.yaml similarity index 100% rename from stable/airsonic/13.1.0/ix_values.yaml rename to stable/airsonic/13.2.0/ix_values.yaml diff --git a/stable/airsonic/13.1.0/questions.yaml b/stable/airsonic/13.2.0/questions.yaml similarity index 100% rename from stable/airsonic/13.1.0/questions.yaml rename to stable/airsonic/13.2.0/questions.yaml diff --git a/stable/amcrest2mqtt/11.1.0/templates/NOTES.txt b/stable/airsonic/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/amcrest2mqtt/11.1.0/templates/NOTES.txt rename to stable/airsonic/13.2.0/templates/NOTES.txt diff --git a/stable/answer/3.1.0/templates/common.yaml b/stable/airsonic/13.2.0/templates/common.yaml similarity index 100% rename from stable/answer/3.1.0/templates/common.yaml rename to stable/airsonic/13.2.0/templates/common.yaml diff --git a/stable/alienswarm/5.1.0/values.yaml b/stable/airsonic/13.2.0/values.yaml similarity index 100% rename from stable/alienswarm/5.1.0/values.yaml rename to stable/airsonic/13.2.0/values.yaml diff --git a/stable/alienswarm-reactivedrop/5.1.0/CHANGELOG.md b/stable/alienswarm-reactivedrop/5.1.0/CHANGELOG.md deleted file mode 100644 index 8a9154de5e8..00000000000 --- a/stable/alienswarm-reactivedrop/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [alienswarm-reactivedrop-4.1.12](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.11...alienswarm-reactivedrop-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [alienswarm-reactivedrop-4.1.11](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.10...alienswarm-reactivedrop-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [alienswarm-reactivedrop-4.1.10](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.9...alienswarm-reactivedrop-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [alienswarm-reactivedrop-4.1.9](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.8...alienswarm-reactivedrop-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [alienswarm-reactivedrop-4.1.8](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.7...alienswarm-reactivedrop-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [alienswarm-reactivedrop-4.1.7](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.6...alienswarm-reactivedrop-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [alienswarm-reactivedrop-4.1.6](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.5...alienswarm-reactivedrop-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [alienswarm-reactivedrop-4.1.5](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.4...alienswarm-reactivedrop-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [alienswarm-reactivedrop-4.1.4](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.3...alienswarm-reactivedrop-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [alienswarm-reactivedrop-4.1.3](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.0...alienswarm-reactivedrop-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/alienswarm-reactivedrop/5.1.0/Chart.yaml b/stable/alienswarm-reactivedrop/5.1.0/Chart.yaml deleted file mode 100644 index beefbd6f2fc..00000000000 --- a/stable/alienswarm-reactivedrop/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/alienswarm-reactivedrop/5.1.0/charts/common-18.0.1.tgz b/stable/alienswarm-reactivedrop/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/alienswarm-reactivedrop/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/alist/9.2.0/.helmignore b/stable/alienswarm-reactivedrop/5.2.0/.helmignore similarity index 100% rename from stable/alist/9.2.0/.helmignore rename to stable/alienswarm-reactivedrop/5.2.0/.helmignore diff --git a/stable/alienswarm-reactivedrop/5.2.0/CHANGELOG.md b/stable/alienswarm-reactivedrop/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..75db2f71749 --- /dev/null +++ b/stable/alienswarm-reactivedrop/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/alienswarm-reactivedrop/5.2.0/Chart.yaml b/stable/alienswarm-reactivedrop/5.2.0/Chart.yaml new file mode 100644 index 00000000000..0c3207ce00f --- /dev/null +++ b/stable/alienswarm-reactivedrop/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: alienswarmreactiedrop +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/alienswarm-reactivedrop/5.1.0/README.md b/stable/alienswarm-reactivedrop/5.2.0/README.md similarity index 100% rename from stable/alienswarm-reactivedrop/5.1.0/README.md rename to stable/alienswarm-reactivedrop/5.2.0/README.md diff --git a/stable/alienswarm-reactivedrop/5.1.0/app-readme.md b/stable/alienswarm-reactivedrop/5.2.0/app-readme.md similarity index 100% rename from stable/alienswarm-reactivedrop/5.1.0/app-readme.md rename to stable/alienswarm-reactivedrop/5.2.0/app-readme.md diff --git a/stable/alienswarm-reactivedrop/5.2.0/charts/common-18.1.2.tgz b/stable/alienswarm-reactivedrop/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/alienswarm-reactivedrop/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/alienswarm-reactivedrop/5.1.0/ix_values.yaml b/stable/alienswarm-reactivedrop/5.2.0/ix_values.yaml similarity index 100% rename from stable/alienswarm-reactivedrop/5.1.0/ix_values.yaml rename to stable/alienswarm-reactivedrop/5.2.0/ix_values.yaml diff --git a/stable/alienswarm-reactivedrop/5.1.0/questions.yaml b/stable/alienswarm-reactivedrop/5.2.0/questions.yaml similarity index 100% rename from stable/alienswarm-reactivedrop/5.1.0/questions.yaml rename to stable/alienswarm-reactivedrop/5.2.0/questions.yaml diff --git a/stable/alienswarm-reactivedrop/5.1.0/templates/common.yaml b/stable/alienswarm-reactivedrop/5.2.0/templates/common.yaml similarity index 100% rename from stable/alienswarm-reactivedrop/5.1.0/templates/common.yaml rename to stable/alienswarm-reactivedrop/5.2.0/templates/common.yaml diff --git a/stable/alist/9.2.0/values.yaml b/stable/alienswarm-reactivedrop/5.2.0/values.yaml similarity index 100% rename from stable/alist/9.2.0/values.yaml rename to stable/alienswarm-reactivedrop/5.2.0/values.yaml diff --git a/stable/alienswarm/5.1.0/CHANGELOG.md b/stable/alienswarm/5.1.0/CHANGELOG.md deleted file mode 100644 index 6b3d0fccbb1..00000000000 --- a/stable/alienswarm/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [alienswarm-4.1.12](https://github.com/truecharts/charts/compare/alienswarm-4.1.11...alienswarm-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [alienswarm-4.1.11](https://github.com/truecharts/charts/compare/alienswarm-4.1.10...alienswarm-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [alienswarm-4.1.10](https://github.com/truecharts/charts/compare/alienswarm-4.1.9...alienswarm-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [alienswarm-4.1.9](https://github.com/truecharts/charts/compare/alienswarm-4.1.8...alienswarm-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [alienswarm-4.1.8](https://github.com/truecharts/charts/compare/alienswarm-4.1.7...alienswarm-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [alienswarm-4.1.7](https://github.com/truecharts/charts/compare/alienswarm-4.1.6...alienswarm-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [alienswarm-4.1.6](https://github.com/truecharts/charts/compare/alienswarm-4.1.5...alienswarm-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [alienswarm-4.1.5](https://github.com/truecharts/charts/compare/alienswarm-4.1.4...alienswarm-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [alienswarm-4.1.4](https://github.com/truecharts/charts/compare/alienswarm-4.1.3...alienswarm-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [alienswarm-4.1.3](https://github.com/truecharts/charts/compare/alienswarm-4.1.0...alienswarm-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/alienswarm/5.1.0/Chart.yaml b/stable/alienswarm/5.1.0/Chart.yaml deleted file mode 100644 index 533256a74be..00000000000 --- a/stable/alienswarm/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/alienswarm/5.1.0/charts/common-18.0.1.tgz b/stable/alienswarm/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/alienswarm/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/amcrest2mqtt/11.1.0/.helmignore b/stable/alienswarm/5.2.0/.helmignore similarity index 100% rename from stable/amcrest2mqtt/11.1.0/.helmignore rename to stable/alienswarm/5.2.0/.helmignore diff --git a/stable/alienswarm/5.2.0/CHANGELOG.md b/stable/alienswarm/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..06cd3a9bac5 --- /dev/null +++ b/stable/alienswarm/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/alienswarm/5.2.0/Chart.yaml b/stable/alienswarm/5.2.0/Chart.yaml new file mode 100644 index 00000000000..275b32025ef --- /dev/null +++ b/stable/alienswarm/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: alienswarm +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/alienswarm/5.1.0/README.md b/stable/alienswarm/5.2.0/README.md similarity index 100% rename from stable/alienswarm/5.1.0/README.md rename to stable/alienswarm/5.2.0/README.md diff --git a/stable/alienswarm/5.1.0/app-readme.md b/stable/alienswarm/5.2.0/app-readme.md similarity index 100% rename from stable/alienswarm/5.1.0/app-readme.md rename to stable/alienswarm/5.2.0/app-readme.md diff --git a/stable/alienswarm/5.2.0/charts/common-18.1.2.tgz b/stable/alienswarm/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/alienswarm/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/alienswarm/5.1.0/ix_values.yaml b/stable/alienswarm/5.2.0/ix_values.yaml similarity index 100% rename from stable/alienswarm/5.1.0/ix_values.yaml rename to stable/alienswarm/5.2.0/ix_values.yaml diff --git a/stable/alienswarm/5.1.0/questions.yaml b/stable/alienswarm/5.2.0/questions.yaml similarity index 100% rename from stable/alienswarm/5.1.0/questions.yaml rename to stable/alienswarm/5.2.0/questions.yaml diff --git a/stable/alienswarm/5.1.0/templates/common.yaml b/stable/alienswarm/5.2.0/templates/common.yaml similarity index 100% rename from stable/alienswarm/5.1.0/templates/common.yaml rename to stable/alienswarm/5.2.0/templates/common.yaml diff --git a/stable/amcrest2mqtt/11.1.0/values.yaml b/stable/alienswarm/5.2.0/values.yaml similarity index 100% rename from stable/amcrest2mqtt/11.1.0/values.yaml rename to stable/alienswarm/5.2.0/values.yaml diff --git a/stable/alist/9.2.0/CHANGELOG.md b/stable/alist/9.2.0/CHANGELOG.md deleted file mode 100644 index 87663550df6..00000000000 --- a/stable/alist/9.2.0/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 - - -## [alist-8.1.5](https://github.com/truecharts/charts/compare/alist-8.1.4...alist-8.1.5) (2024-01-02) diff --git a/stable/alist/9.2.0/Chart.yaml b/stable/alist/9.2.0/Chart.yaml deleted file mode 100644 index 488f2606864..00000000000 --- a/stable/alist/9.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: 3.31.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/alist/9.2.0/charts/common-18.0.1.tgz b/stable/alist/9.2.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/alist/9.2.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/americasarmy-pg/5.1.0/.helmignore b/stable/alist/9.3.0/.helmignore similarity index 100% rename from stable/americasarmy-pg/5.1.0/.helmignore rename to stable/alist/9.3.0/.helmignore diff --git a/stable/alist/9.3.0/CHANGELOG.md b/stable/alist/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..cee4afbb161 --- /dev/null +++ b/stable/alist/9.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + +## [alist-8.3.0](https://github.com/truecharts/charts/compare/alist-8.2.6...alist-8.3.0) (2024-02-10) + +### Feat + + + +- Add aria2 support (image and port) ([#18011](https://github.com/truecharts/charts/issues/18011)) + + +## [alist-8.2.6](https://github.com/truecharts/charts/compare/alist-8.2.5...alist-8.2.6) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [alist-8.2.5](https://github.com/truecharts/charts/compare/alist-8.2.4...alist-8.2.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [alist-8.2.4](https://github.com/truecharts/charts/compare/alist-8.2.3...alist-8.2.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [alist-8.2.3](https://github.com/truecharts/charts/compare/alist-8.2.2...alist-8.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [alist-8.2.2](https://github.com/truecharts/charts/compare/alist-8.2.1...alist-8.2.2) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [alist-8.2.1](https://github.com/truecharts/charts/compare/alist-8.2.0...alist-8.2.1) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [alist-8.2.0](https://github.com/truecharts/charts/compare/alist-8.1.6...alist-8.2.0) (2024-01-08) + +### Chore + + + +- update container image xhofe/alist to v3.30.0[@084ba82](https://github.com/084ba82) by renovate ([#17024](https://github.com/truecharts/charts/issues/17024)) + + +## [alist-8.1.6](https://github.com/truecharts/charts/compare/alist-8.1.5...alist-8.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs \ No newline at end of file diff --git a/stable/alist/9.3.0/Chart.yaml b/stable/alist/9.3.0/Chart.yaml new file mode 100644 index 00000000000..60568dc66a2 --- /dev/null +++ b/stable/alist/9.3.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.31.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Alist program that supports multiple storage, powered by Gin and React +home: https://truecharts.org/charts/stable/alist +icon: https://truecharts.org/img/hotlink-ok/chart-icons/alist.png +keywords: + - alist + - storage + - webdav + - google driver + - aliyun driver + - baiduyun +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: alist +sources: + - https://github.com/Xhofe/alist + - https://github.com/truecharts/charts/tree/master/charts/stable/alist + - https://hub.docker.com/r/xhofe/alist-aria2 +type: application +version: 9.3.0 diff --git a/stable/alist/9.2.0/README.md b/stable/alist/9.3.0/README.md similarity index 100% rename from stable/alist/9.2.0/README.md rename to stable/alist/9.3.0/README.md diff --git a/stable/alist/9.2.0/app-readme.md b/stable/alist/9.3.0/app-readme.md similarity index 100% rename from stable/alist/9.2.0/app-readme.md rename to stable/alist/9.3.0/app-readme.md diff --git a/stable/alist/9.3.0/charts/common-18.1.2.tgz b/stable/alist/9.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/alist/9.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/alist/9.2.0/ix_values.yaml b/stable/alist/9.3.0/ix_values.yaml similarity index 100% rename from stable/alist/9.2.0/ix_values.yaml rename to stable/alist/9.3.0/ix_values.yaml diff --git a/stable/alist/9.2.0/questions.yaml b/stable/alist/9.3.0/questions.yaml similarity index 100% rename from stable/alist/9.2.0/questions.yaml rename to stable/alist/9.3.0/questions.yaml diff --git a/stable/amule/7.1.0/templates/NOTES.txt b/stable/alist/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/amule/7.1.0/templates/NOTES.txt rename to stable/alist/9.3.0/templates/NOTES.txt diff --git a/stable/apache-musicindex/11.1.0/templates/common.yaml b/stable/alist/9.3.0/templates/common.yaml similarity index 100% rename from stable/apache-musicindex/11.1.0/templates/common.yaml rename to stable/alist/9.3.0/templates/common.yaml diff --git a/stable/americasarmy-pg/5.1.0/values.yaml b/stable/alist/9.3.0/values.yaml similarity index 100% rename from stable/americasarmy-pg/5.1.0/values.yaml rename to stable/alist/9.3.0/values.yaml diff --git a/stable/amcrest2mqtt/11.1.0/CHANGELOG.md b/stable/amcrest2mqtt/11.1.0/CHANGELOG.md deleted file mode 100644 index b8f1b61e038..00000000000 --- a/stable/amcrest2mqtt/11.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [amcrest2mqtt-10.1.12](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.11...amcrest2mqtt-10.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [amcrest2mqtt-10.1.11](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.10...amcrest2mqtt-10.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [amcrest2mqtt-10.1.10](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.9...amcrest2mqtt-10.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [amcrest2mqtt-10.1.9](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.8...amcrest2mqtt-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [amcrest2mqtt-10.1.8](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.7...amcrest2mqtt-10.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [amcrest2mqtt-10.1.7](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.6...amcrest2mqtt-10.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [amcrest2mqtt-10.1.6](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.5...amcrest2mqtt-10.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [amcrest2mqtt-10.1.5](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.4...amcrest2mqtt-10.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [amcrest2mqtt-10.1.4](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.3...amcrest2mqtt-10.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [amcrest2mqtt-10.1.3](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.0...amcrest2mqtt-10.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/amcrest2mqtt/11.1.0/Chart.yaml b/stable/amcrest2mqtt/11.1.0/Chart.yaml deleted file mode 100644 index cb3b60cd880..00000000000 --- a/stable/amcrest2mqtt/11.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.16 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/amcrest2mqtt/11.1.0/charts/common-18.0.1.tgz b/stable/amcrest2mqtt/11.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/amcrest2mqtt/11.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/amule/7.1.0/.helmignore b/stable/amcrest2mqtt/11.2.0/.helmignore similarity index 100% rename from stable/amule/7.1.0/.helmignore rename to stable/amcrest2mqtt/11.2.0/.helmignore diff --git a/stable/amcrest2mqtt/11.2.0/CHANGELOG.md b/stable/amcrest2mqtt/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..07e4dc364be --- /dev/null +++ b/stable/amcrest2mqtt/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/amcrest2mqtt/11.2.0/Chart.yaml b/stable/amcrest2mqtt/11.2.0/Chart.yaml new file mode 100644 index 00000000000..93f5b8114f3 --- /dev/null +++ b/stable/amcrest2mqtt/11.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.16 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/amcrest2mqtt/11.1.0/README.md b/stable/amcrest2mqtt/11.2.0/README.md similarity index 100% rename from stable/amcrest2mqtt/11.1.0/README.md rename to stable/amcrest2mqtt/11.2.0/README.md diff --git a/stable/amcrest2mqtt/11.1.0/app-readme.md b/stable/amcrest2mqtt/11.2.0/app-readme.md similarity index 100% rename from stable/amcrest2mqtt/11.1.0/app-readme.md rename to stable/amcrest2mqtt/11.2.0/app-readme.md diff --git a/stable/amcrest2mqtt/11.2.0/charts/common-18.1.2.tgz b/stable/amcrest2mqtt/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/amcrest2mqtt/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/amcrest2mqtt/11.1.0/ix_values.yaml b/stable/amcrest2mqtt/11.2.0/ix_values.yaml similarity index 100% rename from stable/amcrest2mqtt/11.1.0/ix_values.yaml rename to stable/amcrest2mqtt/11.2.0/ix_values.yaml diff --git a/stable/amcrest2mqtt/11.1.0/questions.yaml b/stable/amcrest2mqtt/11.2.0/questions.yaml similarity index 100% rename from stable/amcrest2mqtt/11.1.0/questions.yaml rename to stable/amcrest2mqtt/11.2.0/questions.yaml diff --git a/stable/anki-sync-server/6.1.0/templates/NOTES.txt b/stable/amcrest2mqtt/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/anki-sync-server/6.1.0/templates/NOTES.txt rename to stable/amcrest2mqtt/11.2.0/templates/NOTES.txt diff --git a/stable/amcrest2mqtt/11.1.0/templates/common.yaml b/stable/amcrest2mqtt/11.2.0/templates/common.yaml similarity index 100% rename from stable/amcrest2mqtt/11.1.0/templates/common.yaml rename to stable/amcrest2mqtt/11.2.0/templates/common.yaml diff --git a/stable/amule/7.1.0/values.yaml b/stable/amcrest2mqtt/11.2.0/values.yaml similarity index 100% rename from stable/amule/7.1.0/values.yaml rename to stable/amcrest2mqtt/11.2.0/values.yaml diff --git a/stable/americasarmy-pg/5.1.0/CHANGELOG.md b/stable/americasarmy-pg/5.1.0/CHANGELOG.md deleted file mode 100644 index 5c2d3b51f7f..00000000000 --- a/stable/americasarmy-pg/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [americasarmy-pg-4.1.12](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.11...americasarmy-pg-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [americasarmy-pg-4.1.11](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.10...americasarmy-pg-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [americasarmy-pg-4.1.10](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.9...americasarmy-pg-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [americasarmy-pg-4.1.9](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.8...americasarmy-pg-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [americasarmy-pg-4.1.8](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.7...americasarmy-pg-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [americasarmy-pg-4.1.7](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.6...americasarmy-pg-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [americasarmy-pg-4.1.6](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.5...americasarmy-pg-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [americasarmy-pg-4.1.5](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.4...americasarmy-pg-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [americasarmy-pg-4.1.4](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.3...americasarmy-pg-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [americasarmy-pg-4.1.3](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.0...americasarmy-pg-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/americasarmy-pg/5.1.0/Chart.yaml b/stable/americasarmy-pg/5.1.0/Chart.yaml deleted file mode 100644 index 55c6a61650b..00000000000 --- a/stable/americasarmy-pg/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/americasarmy-pg/5.1.0/charts/common-18.0.1.tgz b/stable/americasarmy-pg/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/americasarmy-pg/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/android-8-0/5.1.0/.helmignore b/stable/americasarmy-pg/5.2.0/.helmignore similarity index 100% rename from stable/android-8-0/5.1.0/.helmignore rename to stable/americasarmy-pg/5.2.0/.helmignore diff --git a/stable/americasarmy-pg/5.2.0/CHANGELOG.md b/stable/americasarmy-pg/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..ef99c4a131b --- /dev/null +++ b/stable/americasarmy-pg/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/americasarmy-pg/5.2.0/Chart.yaml b/stable/americasarmy-pg/5.2.0/Chart.yaml new file mode 100644 index 00000000000..dcbc51c7da8 --- /dev/null +++ b/stable/americasarmy-pg/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: aaproinggrounds +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/americasarmy-pg/5.1.0/README.md b/stable/americasarmy-pg/5.2.0/README.md similarity index 100% rename from stable/americasarmy-pg/5.1.0/README.md rename to stable/americasarmy-pg/5.2.0/README.md diff --git a/stable/americasarmy-pg/5.1.0/app-readme.md b/stable/americasarmy-pg/5.2.0/app-readme.md similarity index 100% rename from stable/americasarmy-pg/5.1.0/app-readme.md rename to stable/americasarmy-pg/5.2.0/app-readme.md diff --git a/stable/americasarmy-pg/5.2.0/charts/common-18.1.2.tgz b/stable/americasarmy-pg/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/americasarmy-pg/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/americasarmy-pg/5.1.0/ix_values.yaml b/stable/americasarmy-pg/5.2.0/ix_values.yaml similarity index 100% rename from stable/americasarmy-pg/5.1.0/ix_values.yaml rename to stable/americasarmy-pg/5.2.0/ix_values.yaml diff --git a/stable/americasarmy-pg/5.1.0/questions.yaml b/stable/americasarmy-pg/5.2.0/questions.yaml similarity index 100% rename from stable/americasarmy-pg/5.1.0/questions.yaml rename to stable/americasarmy-pg/5.2.0/questions.yaml diff --git a/stable/americasarmy-pg/5.1.0/templates/common.yaml b/stable/americasarmy-pg/5.2.0/templates/common.yaml similarity index 100% rename from stable/americasarmy-pg/5.1.0/templates/common.yaml rename to stable/americasarmy-pg/5.2.0/templates/common.yaml diff --git a/stable/android-8-0/5.1.0/values.yaml b/stable/americasarmy-pg/5.2.0/values.yaml similarity index 100% rename from stable/android-8-0/5.1.0/values.yaml rename to stable/americasarmy-pg/5.2.0/values.yaml diff --git a/stable/amule/7.1.0/CHANGELOG.md b/stable/amule/7.1.0/CHANGELOG.md deleted file mode 100644 index a9a24ec314f..00000000000 --- a/stable/amule/7.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [amule-6.1.12](https://github.com/truecharts/charts/compare/amule-6.1.11...amule-6.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [amule-6.1.11](https://github.com/truecharts/charts/compare/amule-6.1.10...amule-6.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [amule-6.1.10](https://github.com/truecharts/charts/compare/amule-6.1.9...amule-6.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [amule-6.1.9](https://github.com/truecharts/charts/compare/amule-6.1.8...amule-6.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [amule-6.1.8](https://github.com/truecharts/charts/compare/amule-6.1.7...amule-6.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [amule-6.1.7](https://github.com/truecharts/charts/compare/amule-6.1.6...amule-6.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [amule-6.1.6](https://github.com/truecharts/charts/compare/amule-6.1.5...amule-6.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [amule-6.1.5](https://github.com/truecharts/charts/compare/amule-6.1.4...amule-6.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [amule-6.1.4](https://github.com/truecharts/charts/compare/amule-6.1.3...amule-6.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [amule-6.1.3](https://github.com/truecharts/charts/compare/amule-6.1.0...amule-6.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/amule/7.1.0/Chart.yaml b/stable/amule/7.1.0/Chart.yaml deleted file mode 100644 index d08cd057db4..00000000000 --- a/stable/amule/7.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: 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.1 - 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.0 diff --git a/stable/amule/7.1.0/charts/common-18.0.1.tgz b/stable/amule/7.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/amule/7.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/androiddebugbridge/5.1.0/.helmignore b/stable/amule/7.2.0/.helmignore similarity index 100% rename from stable/androiddebugbridge/5.1.0/.helmignore rename to stable/amule/7.2.0/.helmignore diff --git a/stable/amule/7.2.0/CHANGELOG.md b/stable/amule/7.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f1b7805fe9c --- /dev/null +++ b/stable/amule/7.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/amule/7.2.0/Chart.yaml b/stable/amule/7.2.0/Chart.yaml new file mode 100644 index 00000000000..0120f8bd995 --- /dev/null +++ b/stable/amule/7.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/amule/7.1.0/README.md b/stable/amule/7.2.0/README.md similarity index 100% rename from stable/amule/7.1.0/README.md rename to stable/amule/7.2.0/README.md diff --git a/stable/amule/7.1.0/app-readme.md b/stable/amule/7.2.0/app-readme.md similarity index 100% rename from stable/amule/7.1.0/app-readme.md rename to stable/amule/7.2.0/app-readme.md diff --git a/stable/amule/7.2.0/charts/common-18.1.2.tgz b/stable/amule/7.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/amule/7.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/amule/7.1.0/ix_values.yaml b/stable/amule/7.2.0/ix_values.yaml similarity index 100% rename from stable/amule/7.1.0/ix_values.yaml rename to stable/amule/7.2.0/ix_values.yaml diff --git a/stable/amule/7.1.0/questions.yaml b/stable/amule/7.2.0/questions.yaml similarity index 100% rename from stable/amule/7.1.0/questions.yaml rename to stable/amule/7.2.0/questions.yaml diff --git a/stable/anonaddy/20.3.1/templates/NOTES.txt b/stable/amule/7.2.0/templates/NOTES.txt similarity index 100% rename from stable/anonaddy/20.3.1/templates/NOTES.txt rename to stable/amule/7.2.0/templates/NOTES.txt diff --git a/stable/amule/7.1.0/templates/common.yaml b/stable/amule/7.2.0/templates/common.yaml similarity index 100% rename from stable/amule/7.1.0/templates/common.yaml rename to stable/amule/7.2.0/templates/common.yaml diff --git a/stable/androiddebugbridge/5.1.0/values.yaml b/stable/amule/7.2.0/values.yaml similarity index 100% rename from stable/androiddebugbridge/5.1.0/values.yaml rename to stable/amule/7.2.0/values.yaml diff --git a/stable/android-8-0/5.1.0/CHANGELOG.md b/stable/android-8-0/5.1.0/CHANGELOG.md deleted file mode 100644 index 80a33817cc8..00000000000 --- a/stable/android-8-0/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [android-8-0-4.1.12](https://github.com/truecharts/charts/compare/android-8-0-4.1.11...android-8-0-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [android-8-0-4.1.11](https://github.com/truecharts/charts/compare/android-8-0-4.1.10...android-8-0-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [android-8-0-4.1.10](https://github.com/truecharts/charts/compare/android-8-0-4.1.9...android-8-0-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [android-8-0-4.1.9](https://github.com/truecharts/charts/compare/android-8-0-4.1.8...android-8-0-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [android-8-0-4.1.8](https://github.com/truecharts/charts/compare/android-8-0-4.1.7...android-8-0-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [android-8-0-4.1.7](https://github.com/truecharts/charts/compare/android-8-0-4.1.6...android-8-0-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [android-8-0-4.1.6](https://github.com/truecharts/charts/compare/android-8-0-4.1.5...android-8-0-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [android-8-0-4.1.5](https://github.com/truecharts/charts/compare/android-8-0-4.1.4...android-8-0-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [android-8-0-4.1.4](https://github.com/truecharts/charts/compare/android-8-0-4.1.3...android-8-0-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [android-8-0-4.1.3](https://github.com/truecharts/charts/compare/android-8-0-4.1.0...android-8-0-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/android-8-0/5.1.0/Chart.yaml b/stable/android-8-0/5.1.0/Chart.yaml deleted file mode 100644 index 4e004f830d4..00000000000 --- a/stable/android-8-0/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/android-8-0/5.1.0/charts/common-18.0.1.tgz b/stable/android-8-0/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/android-8-0/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/anki-sync-server/6.1.0/.helmignore b/stable/android-8-0/5.2.0/.helmignore similarity index 100% rename from stable/anki-sync-server/6.1.0/.helmignore rename to stable/android-8-0/5.2.0/.helmignore diff --git a/stable/android-8-0/5.2.0/CHANGELOG.md b/stable/android-8-0/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..9217329bcb1 --- /dev/null +++ b/stable/android-8-0/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/android-8-0/5.2.0/Chart.yaml b/stable/android-8-0/5.2.0/Chart.yaml new file mode 100644 index 00000000000..0189927f109 --- /dev/null +++ b/stable/android-8-0/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/android-8-0/5.1.0/README.md b/stable/android-8-0/5.2.0/README.md similarity index 100% rename from stable/android-8-0/5.1.0/README.md rename to stable/android-8-0/5.2.0/README.md diff --git a/stable/android-8-0/5.1.0/app-readme.md b/stable/android-8-0/5.2.0/app-readme.md similarity index 100% rename from stable/android-8-0/5.1.0/app-readme.md rename to stable/android-8-0/5.2.0/app-readme.md diff --git a/stable/android-8-0/5.2.0/charts/common-18.1.2.tgz b/stable/android-8-0/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/android-8-0/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/android-8-0/5.1.0/ix_values.yaml b/stable/android-8-0/5.2.0/ix_values.yaml similarity index 100% rename from stable/android-8-0/5.1.0/ix_values.yaml rename to stable/android-8-0/5.2.0/ix_values.yaml diff --git a/stable/android-8-0/5.1.0/questions.yaml b/stable/android-8-0/5.2.0/questions.yaml similarity index 100% rename from stable/android-8-0/5.1.0/questions.yaml rename to stable/android-8-0/5.2.0/questions.yaml diff --git a/stable/android-8-0/5.1.0/templates/common.yaml b/stable/android-8-0/5.2.0/templates/common.yaml similarity index 100% rename from stable/android-8-0/5.1.0/templates/common.yaml rename to stable/android-8-0/5.2.0/templates/common.yaml diff --git a/stable/anki-sync-server/6.1.0/values.yaml b/stable/android-8-0/5.2.0/values.yaml similarity index 100% rename from stable/anki-sync-server/6.1.0/values.yaml rename to stable/android-8-0/5.2.0/values.yaml diff --git a/stable/androiddebugbridge/5.1.0/CHANGELOG.md b/stable/androiddebugbridge/5.1.0/CHANGELOG.md deleted file mode 100644 index 2b41f928a29..00000000000 --- a/stable/androiddebugbridge/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/androiddebugbridge/5.1.0/Chart.yaml b/stable/androiddebugbridge/5.1.0/Chart.yaml deleted file mode 100644 index 3d3cda70c1e..00000000000 --- a/stable/androiddebugbridge/5.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/androiddebugbridge/5.1.0/charts/common-18.0.1.tgz b/stable/androiddebugbridge/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/androiddebugbridge/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/anonaddy/20.3.1/.helmignore b/stable/androiddebugbridge/5.2.0/.helmignore similarity index 100% rename from stable/anonaddy/20.3.1/.helmignore rename to stable/androiddebugbridge/5.2.0/.helmignore diff --git a/stable/androiddebugbridge/5.2.0/CHANGELOG.md b/stable/androiddebugbridge/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..fb742711570 --- /dev/null +++ b/stable/androiddebugbridge/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [androiddebugbridge-4.1.13](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.12...androiddebugbridge-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [androiddebugbridge-4.1.12](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.11...androiddebugbridge-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [androiddebugbridge-4.1.11](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.10...androiddebugbridge-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [androiddebugbridge-4.1.10](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.9...androiddebugbridge-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [androiddebugbridge-4.1.9](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.8...androiddebugbridge-4.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [androiddebugbridge-4.1.8](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.7...androiddebugbridge-4.1.8) (2024-01-14) + + + + +## [androiddebugbridge-4.1.7](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.6...androiddebugbridge-4.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [androiddebugbridge-4.1.6](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.5...androiddebugbridge-4.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [androiddebugbridge-4.1.5](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.4...androiddebugbridge-4.1.5) (2024-01-02) + +### Chore + + + +- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) + + +## [androiddebugbridge-4.1.4](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.3...androiddebugbridge-4.1.4) (2024-01-01) + +### Chore + diff --git a/stable/androiddebugbridge/5.2.0/Chart.yaml b/stable/androiddebugbridge/5.2.0/Chart.yaml new file mode 100644 index 00000000000..e7439c6ed8a --- /dev/null +++ b/stable/androiddebugbridge/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/androiddebugbridge/5.1.0/README.md b/stable/androiddebugbridge/5.2.0/README.md similarity index 100% rename from stable/androiddebugbridge/5.1.0/README.md rename to stable/androiddebugbridge/5.2.0/README.md diff --git a/stable/androiddebugbridge/5.1.0/app-readme.md b/stable/androiddebugbridge/5.2.0/app-readme.md similarity index 100% rename from stable/androiddebugbridge/5.1.0/app-readme.md rename to stable/androiddebugbridge/5.2.0/app-readme.md diff --git a/stable/androiddebugbridge/5.2.0/charts/common-18.1.2.tgz b/stable/androiddebugbridge/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/androiddebugbridge/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/androiddebugbridge/5.1.0/ix_values.yaml b/stable/androiddebugbridge/5.2.0/ix_values.yaml similarity index 100% rename from stable/androiddebugbridge/5.1.0/ix_values.yaml rename to stable/androiddebugbridge/5.2.0/ix_values.yaml diff --git a/stable/androiddebugbridge/5.1.0/questions.yaml b/stable/androiddebugbridge/5.2.0/questions.yaml similarity index 100% rename from stable/androiddebugbridge/5.1.0/questions.yaml rename to stable/androiddebugbridge/5.2.0/questions.yaml diff --git a/stable/androiddebugbridge/5.1.0/templates/common.yaml b/stable/androiddebugbridge/5.2.0/templates/common.yaml similarity index 100% rename from stable/androiddebugbridge/5.1.0/templates/common.yaml rename to stable/androiddebugbridge/5.2.0/templates/common.yaml diff --git a/stable/anonaddy/20.3.1/values.yaml b/stable/androiddebugbridge/5.2.0/values.yaml similarity index 100% rename from stable/anonaddy/20.3.1/values.yaml rename to stable/androiddebugbridge/5.2.0/values.yaml diff --git a/stable/anki-sync-server/6.1.0/CHANGELOG.md b/stable/anki-sync-server/6.1.0/CHANGELOG.md deleted file mode 100644 index 3f43583ad8a..00000000000 --- a/stable/anki-sync-server/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/anki-sync-server/6.1.0/Chart.yaml b/stable/anki-sync-server/6.1.0/Chart.yaml deleted file mode 100644 index 2d1175c4e87..00000000000 --- a/stable/anki-sync-server/6.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.1.14 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/anki-sync-server/6.1.0/charts/common-18.0.1.tgz b/stable/anki-sync-server/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/anki-sync-server/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/anope/5.1.0/.helmignore b/stable/anki-sync-server/6.2.0/.helmignore similarity index 100% rename from stable/anope/5.1.0/.helmignore rename to stable/anki-sync-server/6.2.0/.helmignore diff --git a/stable/anki-sync-server/6.2.0/CHANGELOG.md b/stable/anki-sync-server/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e8a5e8f638e --- /dev/null +++ b/stable/anki-sync-server/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [anki-sync-server-5.1.14](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.13...anki-sync-server-5.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [anki-sync-server-5.1.13](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.12...anki-sync-server-5.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [anki-sync-server-5.1.12](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.11...anki-sync-server-5.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [anki-sync-server-5.1.11](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.10...anki-sync-server-5.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [anki-sync-server-5.1.10](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.9...anki-sync-server-5.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [anki-sync-server-5.1.9](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.8...anki-sync-server-5.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [anki-sync-server-5.1.8](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.7...anki-sync-server-5.1.8) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [anki-sync-server-5.1.7](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.6...anki-sync-server-5.1.7) (2024-01-02) + +### Chore + + + +- update container image common to v17.2.21[@cf65ff3](https://github.com/cf65ff3) by renovate ([#16752](https://github.com/truecharts/charts/issues/16752)) + + +## [anki-sync-server-5.1.6](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.4...anki-sync-server-5.1.6) (2024-01-02) + +### Chore + + + +- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) diff --git a/stable/anki-sync-server/6.2.0/Chart.yaml b/stable/anki-sync-server/6.2.0/Chart.yaml new file mode 100644 index 00000000000..f1cd2fcd381 --- /dev/null +++ b/stable/anki-sync-server/6.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.1.14 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/anki-sync-server/6.1.0/README.md b/stable/anki-sync-server/6.2.0/README.md similarity index 100% rename from stable/anki-sync-server/6.1.0/README.md rename to stable/anki-sync-server/6.2.0/README.md diff --git a/stable/anki-sync-server/6.1.0/app-readme.md b/stable/anki-sync-server/6.2.0/app-readme.md similarity index 100% rename from stable/anki-sync-server/6.1.0/app-readme.md rename to stable/anki-sync-server/6.2.0/app-readme.md diff --git a/stable/anki-sync-server/6.2.0/charts/common-18.1.2.tgz b/stable/anki-sync-server/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/anki-sync-server/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/anki-sync-server/6.1.0/ix_values.yaml b/stable/anki-sync-server/6.2.0/ix_values.yaml similarity index 100% rename from stable/anki-sync-server/6.1.0/ix_values.yaml rename to stable/anki-sync-server/6.2.0/ix_values.yaml diff --git a/stable/anki-sync-server/6.1.0/questions.yaml b/stable/anki-sync-server/6.2.0/questions.yaml similarity index 100% rename from stable/anki-sync-server/6.1.0/questions.yaml rename to stable/anki-sync-server/6.2.0/questions.yaml diff --git a/stable/answer/3.1.0/templates/NOTES.txt b/stable/anki-sync-server/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/answer/3.1.0/templates/NOTES.txt rename to stable/anki-sync-server/6.2.0/templates/NOTES.txt diff --git a/stable/anki-sync-server/6.1.0/templates/common.yaml b/stable/anki-sync-server/6.2.0/templates/common.yaml similarity index 100% rename from stable/anki-sync-server/6.1.0/templates/common.yaml rename to stable/anki-sync-server/6.2.0/templates/common.yaml diff --git a/stable/anope/5.1.0/values.yaml b/stable/anki-sync-server/6.2.0/values.yaml similarity index 100% rename from stable/anope/5.1.0/values.yaml rename to stable/anki-sync-server/6.2.0/values.yaml diff --git a/stable/anonaddy/20.3.1/CHANGELOG.md b/stable/anonaddy/20.3.1/CHANGELOG.md deleted file mode 100644 index c3d73df039f..00000000000 --- a/stable/anonaddy/20.3.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- 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/anonaddy/20.3.1/Chart.yaml b/stable/anonaddy/20.3.1/Chart.yaml deleted file mode 100644 index 681681a09a6..00000000000 --- a/stable/anonaddy/20.3.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.8 -dependencies: - - name: common - version: 18.0.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 12.2.1 - 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.3.1 diff --git a/stable/anonaddy/20.3.1/charts/common-18.0.2.tgz b/stable/anonaddy/20.3.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/anonaddy/20.3.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/anonaddy/20.3.1/charts/mariadb-12.2.1.tgz b/stable/anonaddy/20.3.1/charts/mariadb-12.2.1.tgz deleted file mode 100644 index 941aca9f75f..00000000000 Binary files a/stable/anonaddy/20.3.1/charts/mariadb-12.2.1.tgz and /dev/null differ diff --git a/stable/answer/3.1.0/.helmignore b/stable/anonaddy/20.5.0/.helmignore similarity index 100% rename from stable/answer/3.1.0/.helmignore rename to stable/anonaddy/20.5.0/.helmignore diff --git a/stable/anonaddy/20.5.0/CHANGELOG.md b/stable/anonaddy/20.5.0/CHANGELOG.md new file mode 100644 index 00000000000..00b37f265fd --- /dev/null +++ b/stable/anonaddy/20.5.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/anonaddy/20.5.0/Chart.yaml b/stable/anonaddy/20.5.0/Chart.yaml new file mode 100644 index 00000000000..3bf4bc3272e --- /dev/null +++ b/stable/anonaddy/20.5.0/Chart.yaml @@ -0,0 +1,50 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: email + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.8 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 12.3.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.3.0 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.5.0 diff --git a/stable/anonaddy/20.3.1/README.md b/stable/anonaddy/20.5.0/README.md similarity index 100% rename from stable/anonaddy/20.3.1/README.md rename to stable/anonaddy/20.5.0/README.md diff --git a/stable/anonaddy/20.3.1/app-readme.md b/stable/anonaddy/20.5.0/app-readme.md similarity index 100% rename from stable/anonaddy/20.3.1/app-readme.md rename to stable/anonaddy/20.5.0/app-readme.md diff --git a/stable/anonaddy/20.5.0/charts/common-18.1.2.tgz b/stable/anonaddy/20.5.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/anonaddy/20.5.0/charts/common-18.1.2.tgz differ diff --git a/stable/anonaddy/20.5.0/charts/mariadb-12.3.0.tgz b/stable/anonaddy/20.5.0/charts/mariadb-12.3.0.tgz new file mode 100644 index 00000000000..34dba3a8e5b Binary files /dev/null and b/stable/anonaddy/20.5.0/charts/mariadb-12.3.0.tgz differ diff --git a/stable/anonaddy/20.3.1/charts/redis-11.3.0.tgz b/stable/anonaddy/20.5.0/charts/redis-11.3.0.tgz similarity index 100% rename from stable/anonaddy/20.3.1/charts/redis-11.3.0.tgz rename to stable/anonaddy/20.5.0/charts/redis-11.3.0.tgz diff --git a/stable/anonaddy/20.3.1/ix_values.yaml b/stable/anonaddy/20.5.0/ix_values.yaml similarity index 100% rename from stable/anonaddy/20.3.1/ix_values.yaml rename to stable/anonaddy/20.5.0/ix_values.yaml diff --git a/stable/anonaddy/20.3.1/questions.yaml b/stable/anonaddy/20.5.0/questions.yaml similarity index 100% rename from stable/anonaddy/20.3.1/questions.yaml rename to stable/anonaddy/20.5.0/questions.yaml diff --git a/stable/apache-musicindex/11.1.0/templates/NOTES.txt b/stable/anonaddy/20.5.0/templates/NOTES.txt similarity index 100% rename from stable/apache-musicindex/11.1.0/templates/NOTES.txt rename to stable/anonaddy/20.5.0/templates/NOTES.txt diff --git a/stable/anonaddy/20.3.1/templates/_secrets.tpl b/stable/anonaddy/20.5.0/templates/_secrets.tpl similarity index 100% rename from stable/anonaddy/20.3.1/templates/_secrets.tpl rename to stable/anonaddy/20.5.0/templates/_secrets.tpl diff --git a/stable/anonaddy/20.3.1/templates/common.yaml b/stable/anonaddy/20.5.0/templates/common.yaml similarity index 100% rename from stable/anonaddy/20.3.1/templates/common.yaml rename to stable/anonaddy/20.5.0/templates/common.yaml diff --git a/stable/answer/3.1.0/values.yaml b/stable/anonaddy/20.5.0/values.yaml similarity index 100% rename from stable/answer/3.1.0/values.yaml rename to stable/anonaddy/20.5.0/values.yaml diff --git a/stable/anope/5.1.0/CHANGELOG.md b/stable/anope/5.1.0/CHANGELOG.md deleted file mode 100644 index e7ac645a7d3..00000000000 --- a/stable/anope/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [anope-4.1.12](https://github.com/truecharts/charts/compare/anope-4.1.11...anope-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [anope-4.1.11](https://github.com/truecharts/charts/compare/anope-4.1.10...anope-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [anope-4.1.10](https://github.com/truecharts/charts/compare/anope-4.1.9...anope-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [anope-4.1.9](https://github.com/truecharts/charts/compare/anope-4.1.8...anope-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [anope-4.1.8](https://github.com/truecharts/charts/compare/anope-4.1.7...anope-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [anope-4.1.7](https://github.com/truecharts/charts/compare/anope-4.1.6...anope-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [anope-4.1.6](https://github.com/truecharts/charts/compare/anope-4.1.5...anope-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [anope-4.1.5](https://github.com/truecharts/charts/compare/anope-4.1.4...anope-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [anope-4.1.4](https://github.com/truecharts/charts/compare/anope-4.1.3...anope-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [anope-4.1.3](https://github.com/truecharts/charts/compare/anope-4.1.0...anope-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/anope/5.1.0/Chart.yaml b/stable/anope/5.1.0/Chart.yaml deleted file mode 100644 index 13998fd3b1a..00000000000 --- a/stable/anope/5.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: 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.1 - 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.0 diff --git a/stable/anope/5.1.0/charts/common-18.0.1.tgz b/stable/anope/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/anope/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/apache-musicindex/11.1.0/.helmignore b/stable/anope/5.2.0/.helmignore similarity index 100% rename from stable/apache-musicindex/11.1.0/.helmignore rename to stable/anope/5.2.0/.helmignore diff --git a/stable/anope/5.2.0/CHANGELOG.md b/stable/anope/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..cedd3c1508c --- /dev/null +++ b/stable/anope/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/anope/5.2.0/Chart.yaml b/stable/anope/5.2.0/Chart.yaml new file mode 100644 index 00000000000..d6c43a909b5 --- /dev/null +++ b/stable/anope/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/anope/5.1.0/README.md b/stable/anope/5.2.0/README.md similarity index 100% rename from stable/anope/5.1.0/README.md rename to stable/anope/5.2.0/README.md diff --git a/stable/anope/5.1.0/app-readme.md b/stable/anope/5.2.0/app-readme.md similarity index 100% rename from stable/anope/5.1.0/app-readme.md rename to stable/anope/5.2.0/app-readme.md diff --git a/stable/anope/5.2.0/charts/common-18.1.2.tgz b/stable/anope/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/anope/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/anope/5.1.0/ix_values.yaml b/stable/anope/5.2.0/ix_values.yaml similarity index 100% rename from stable/anope/5.1.0/ix_values.yaml rename to stable/anope/5.2.0/ix_values.yaml diff --git a/stable/anope/5.1.0/questions.yaml b/stable/anope/5.2.0/questions.yaml similarity index 100% rename from stable/anope/5.1.0/questions.yaml rename to stable/anope/5.2.0/questions.yaml diff --git a/stable/anope/5.1.0/templates/common.yaml b/stable/anope/5.2.0/templates/common.yaml similarity index 100% rename from stable/anope/5.1.0/templates/common.yaml rename to stable/anope/5.2.0/templates/common.yaml diff --git a/stable/apache-musicindex/11.1.0/values.yaml b/stable/anope/5.2.0/values.yaml similarity index 100% rename from stable/apache-musicindex/11.1.0/values.yaml rename to stable/anope/5.2.0/values.yaml diff --git a/stable/answer/3.1.0/CHANGELOG.md b/stable/answer/3.1.0/CHANGELOG.md deleted file mode 100644 index 23113a23053..00000000000 --- a/stable/answer/3.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/answer/3.1.0/Chart.yaml b/stable/answer/3.1.0/Chart.yaml deleted file mode 100644 index 0fde5f4766e..00000000000 --- a/stable/answer/3.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/answer/3.1.0/charts/common-18.0.1.tgz b/stable/answer/3.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/answer/3.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/apache-webdav/5.1.0/.helmignore b/stable/answer/3.2.0/.helmignore similarity index 100% rename from stable/apache-webdav/5.1.0/.helmignore rename to stable/answer/3.2.0/.helmignore diff --git a/stable/answer/3.2.0/CHANGELOG.md b/stable/answer/3.2.0/CHANGELOG.md new file mode 100644 index 00000000000..560c376df5b --- /dev/null +++ b/stable/answer/3.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [answer-2.1.14](https://github.com/truecharts/charts/compare/answer-2.1.13...answer-2.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [answer-2.1.13](https://github.com/truecharts/charts/compare/answer-2.1.12...answer-2.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [answer-2.1.12](https://github.com/truecharts/charts/compare/answer-2.1.11...answer-2.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [answer-2.1.11](https://github.com/truecharts/charts/compare/answer-2.1.10...answer-2.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [answer-2.1.10](https://github.com/truecharts/charts/compare/answer-2.1.9...answer-2.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [answer-2.1.9](https://github.com/truecharts/charts/compare/answer-2.1.8...answer-2.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [answer-2.1.8](https://github.com/truecharts/charts/compare/answer-2.1.7...answer-2.1.8) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [answer-2.1.7](https://github.com/truecharts/charts/compare/answer-2.1.6...answer-2.1.7) (2024-01-02) + +### Chore + + + +- update container image common to v17.2.21[@cf65ff3](https://github.com/cf65ff3) by renovate ([#16752](https://github.com/truecharts/charts/issues/16752)) + + +## [answer-2.1.6](https://github.com/truecharts/charts/compare/answer-2.1.4...answer-2.1.6) (2024-01-02) + +### Chore + + + +- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) diff --git a/stable/answer/3.2.0/Chart.yaml b/stable/answer/3.2.0/Chart.yaml new file mode 100644 index 00000000000..7ef688d1dc6 --- /dev/null +++ b/stable/answer/3.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: forum + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/answer/3.1.0/README.md b/stable/answer/3.2.0/README.md similarity index 100% rename from stable/answer/3.1.0/README.md rename to stable/answer/3.2.0/README.md diff --git a/stable/answer/3.1.0/app-readme.md b/stable/answer/3.2.0/app-readme.md similarity index 100% rename from stable/answer/3.1.0/app-readme.md rename to stable/answer/3.2.0/app-readme.md diff --git a/stable/answer/3.2.0/charts/common-18.1.2.tgz b/stable/answer/3.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/answer/3.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/answer/3.1.0/ix_values.yaml b/stable/answer/3.2.0/ix_values.yaml similarity index 100% rename from stable/answer/3.1.0/ix_values.yaml rename to stable/answer/3.2.0/ix_values.yaml diff --git a/stable/answer/3.1.0/questions.yaml b/stable/answer/3.2.0/questions.yaml similarity index 100% rename from stable/answer/3.1.0/questions.yaml rename to stable/answer/3.2.0/questions.yaml diff --git a/stable/appdaemon/16.1.0/templates/NOTES.txt b/stable/answer/3.2.0/templates/NOTES.txt similarity index 100% rename from stable/appdaemon/16.1.0/templates/NOTES.txt rename to stable/answer/3.2.0/templates/NOTES.txt diff --git a/stable/appdaemon/16.1.0/templates/common.yaml b/stable/answer/3.2.0/templates/common.yaml similarity index 100% rename from stable/appdaemon/16.1.0/templates/common.yaml rename to stable/answer/3.2.0/templates/common.yaml diff --git a/stable/apache-webdav/5.1.0/values.yaml b/stable/answer/3.2.0/values.yaml similarity index 100% rename from stable/apache-webdav/5.1.0/values.yaml rename to stable/answer/3.2.0/values.yaml diff --git a/stable/apache-musicindex/11.1.0/CHANGELOG.md b/stable/apache-musicindex/11.1.0/CHANGELOG.md deleted file mode 100644 index 82a0ce17eee..00000000000 --- a/stable/apache-musicindex/11.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [apache-musicindex-10.1.12](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.11...apache-musicindex-10.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [apache-musicindex-10.1.11](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.10...apache-musicindex-10.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [apache-musicindex-10.1.10](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.9...apache-musicindex-10.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [apache-musicindex-10.1.9](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.8...apache-musicindex-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [apache-musicindex-10.1.8](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.7...apache-musicindex-10.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [apache-musicindex-10.1.7](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.6...apache-musicindex-10.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [apache-musicindex-10.1.6](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.5...apache-musicindex-10.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [apache-musicindex-10.1.5](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.4...apache-musicindex-10.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [apache-musicindex-10.1.4](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.3...apache-musicindex-10.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [apache-musicindex-10.1.3](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.0...apache-musicindex-10.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/apache-musicindex/11.1.0/Chart.yaml b/stable/apache-musicindex/11.1.0/Chart.yaml deleted file mode 100644 index 95ea42342c7..00000000000 --- a/stable/apache-musicindex/11.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.4.1 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/apache-musicindex/11.1.0/charts/common-18.0.1.tgz b/stable/apache-musicindex/11.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/apache-musicindex/11.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/appdaemon/16.1.0/.helmignore b/stable/apache-musicindex/11.2.0/.helmignore similarity index 100% rename from stable/appdaemon/16.1.0/.helmignore rename to stable/apache-musicindex/11.2.0/.helmignore diff --git a/stable/apache-musicindex/11.2.0/CHANGELOG.md b/stable/apache-musicindex/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..cadd2abdce3 --- /dev/null +++ b/stable/apache-musicindex/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/apache-musicindex/11.2.0/Chart.yaml b/stable/apache-musicindex/11.2.0/Chart.yaml new file mode 100644 index 00000000000..4e9058ddb37 --- /dev/null +++ b/stable/apache-musicindex/11.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.4.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/apache-musicindex/11.1.0/README.md b/stable/apache-musicindex/11.2.0/README.md similarity index 100% rename from stable/apache-musicindex/11.1.0/README.md rename to stable/apache-musicindex/11.2.0/README.md diff --git a/stable/apache-musicindex/11.1.0/app-readme.md b/stable/apache-musicindex/11.2.0/app-readme.md similarity index 100% rename from stable/apache-musicindex/11.1.0/app-readme.md rename to stable/apache-musicindex/11.2.0/app-readme.md diff --git a/stable/apache-musicindex/11.2.0/charts/common-18.1.2.tgz b/stable/apache-musicindex/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/apache-musicindex/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/apache-musicindex/11.1.0/ix_values.yaml b/stable/apache-musicindex/11.2.0/ix_values.yaml similarity index 100% rename from stable/apache-musicindex/11.1.0/ix_values.yaml rename to stable/apache-musicindex/11.2.0/ix_values.yaml diff --git a/stable/apache-musicindex/11.1.0/questions.yaml b/stable/apache-musicindex/11.2.0/questions.yaml similarity index 100% rename from stable/apache-musicindex/11.1.0/questions.yaml rename to stable/apache-musicindex/11.2.0/questions.yaml diff --git a/stable/apt-cacher-ng/8.1.0/templates/NOTES.txt b/stable/apache-musicindex/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/apt-cacher-ng/8.1.0/templates/NOTES.txt rename to stable/apache-musicindex/11.2.0/templates/NOTES.txt diff --git a/stable/aria2/12.1.0/templates/common.yaml b/stable/apache-musicindex/11.2.0/templates/common.yaml similarity index 100% rename from stable/aria2/12.1.0/templates/common.yaml rename to stable/apache-musicindex/11.2.0/templates/common.yaml diff --git a/stable/appdaemon/16.1.0/values.yaml b/stable/apache-musicindex/11.2.0/values.yaml similarity index 100% rename from stable/appdaemon/16.1.0/values.yaml rename to stable/apache-musicindex/11.2.0/values.yaml diff --git a/stable/apache-webdav/5.1.0/CHANGELOG.md b/stable/apache-webdav/5.1.0/CHANGELOG.md deleted file mode 100644 index e4d113bd2ed..00000000000 --- a/stable/apache-webdav/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [apache-webdav-4.1.12](https://github.com/truecharts/charts/compare/apache-webdav-4.1.11...apache-webdav-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [apache-webdav-4.1.11](https://github.com/truecharts/charts/compare/apache-webdav-4.1.10...apache-webdav-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [apache-webdav-4.1.10](https://github.com/truecharts/charts/compare/apache-webdav-4.1.9...apache-webdav-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [apache-webdav-4.1.9](https://github.com/truecharts/charts/compare/apache-webdav-4.1.8...apache-webdav-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [apache-webdav-4.1.8](https://github.com/truecharts/charts/compare/apache-webdav-4.1.7...apache-webdav-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [apache-webdav-4.1.7](https://github.com/truecharts/charts/compare/apache-webdav-4.1.6...apache-webdav-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [apache-webdav-4.1.6](https://github.com/truecharts/charts/compare/apache-webdav-4.1.5...apache-webdav-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [apache-webdav-4.1.5](https://github.com/truecharts/charts/compare/apache-webdav-4.1.4...apache-webdav-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [apache-webdav-4.1.4](https://github.com/truecharts/charts/compare/apache-webdav-4.1.3...apache-webdav-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [apache-webdav-4.1.3](https://github.com/truecharts/charts/compare/apache-webdav-4.1.0...apache-webdav-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/apache-webdav/5.1.0/Chart.yaml b/stable/apache-webdav/5.1.0/Chart.yaml deleted file mode 100644 index ac3831bc715..00000000000 --- a/stable/apache-webdav/5.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/apache-webdav/5.1.0/charts/common-18.0.1.tgz b/stable/apache-webdav/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/apache-webdav/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/apt-cacher-ng/8.1.0/.helmignore b/stable/apache-webdav/5.2.0/.helmignore similarity index 100% rename from stable/apt-cacher-ng/8.1.0/.helmignore rename to stable/apache-webdav/5.2.0/.helmignore diff --git a/stable/apache-webdav/5.2.0/CHANGELOG.md b/stable/apache-webdav/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b827daa6380 --- /dev/null +++ b/stable/apache-webdav/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/apache-webdav/5.2.0/Chart.yaml b/stable/apache-webdav/5.2.0/Chart.yaml new file mode 100644 index 00000000000..0770075a1ae --- /dev/null +++ b/stable/apache-webdav/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/apache-webdav/5.1.0/README.md b/stable/apache-webdav/5.2.0/README.md similarity index 100% rename from stable/apache-webdav/5.1.0/README.md rename to stable/apache-webdav/5.2.0/README.md diff --git a/stable/apache-webdav/5.1.0/app-readme.md b/stable/apache-webdav/5.2.0/app-readme.md similarity index 100% rename from stable/apache-webdav/5.1.0/app-readme.md rename to stable/apache-webdav/5.2.0/app-readme.md diff --git a/stable/apache-webdav/5.2.0/charts/common-18.1.2.tgz b/stable/apache-webdav/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/apache-webdav/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/apache-webdav/5.1.0/ix_values.yaml b/stable/apache-webdav/5.2.0/ix_values.yaml similarity index 100% rename from stable/apache-webdav/5.1.0/ix_values.yaml rename to stable/apache-webdav/5.2.0/ix_values.yaml diff --git a/stable/apache-webdav/5.1.0/questions.yaml b/stable/apache-webdav/5.2.0/questions.yaml similarity index 100% rename from stable/apache-webdav/5.1.0/questions.yaml rename to stable/apache-webdav/5.2.0/questions.yaml diff --git a/stable/apache-webdav/5.1.0/templates/common.yaml b/stable/apache-webdav/5.2.0/templates/common.yaml similarity index 100% rename from stable/apache-webdav/5.1.0/templates/common.yaml rename to stable/apache-webdav/5.2.0/templates/common.yaml diff --git a/stable/apt-cacher-ng/8.1.0/values.yaml b/stable/apache-webdav/5.2.0/values.yaml similarity index 100% rename from stable/apt-cacher-ng/8.1.0/values.yaml rename to stable/apache-webdav/5.2.0/values.yaml diff --git a/stable/appdaemon/16.1.0/CHANGELOG.md b/stable/appdaemon/16.1.0/CHANGELOG.md deleted file mode 100644 index fb1220fb0de..00000000000 --- a/stable/appdaemon/16.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/appdaemon/16.1.0/Chart.yaml b/stable/appdaemon/16.1.0/Chart.yaml deleted file mode 100644 index be60539b5c6..00000000000 --- a/stable/appdaemon/16.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/appdaemon/16.1.0/charts/common-18.0.1.tgz b/stable/appdaemon/16.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/appdaemon/16.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/archiveteam-warrior/5.1.0/.helmignore b/stable/appdaemon/16.2.0/.helmignore similarity index 100% rename from stable/archiveteam-warrior/5.1.0/.helmignore rename to stable/appdaemon/16.2.0/.helmignore diff --git a/stable/appdaemon/16.2.0/CHANGELOG.md b/stable/appdaemon/16.2.0/CHANGELOG.md new file mode 100644 index 00000000000..7341521c543 --- /dev/null +++ b/stable/appdaemon/16.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [appdaemon-15.1.13](https://github.com/truecharts/charts/compare/appdaemon-15.1.12...appdaemon-15.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [appdaemon-15.1.12](https://github.com/truecharts/charts/compare/appdaemon-15.1.11...appdaemon-15.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [appdaemon-15.1.11](https://github.com/truecharts/charts/compare/appdaemon-15.1.10...appdaemon-15.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [appdaemon-15.1.10](https://github.com/truecharts/charts/compare/appdaemon-15.1.9...appdaemon-15.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [appdaemon-15.1.9](https://github.com/truecharts/charts/compare/appdaemon-15.1.8...appdaemon-15.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [appdaemon-15.1.8](https://github.com/truecharts/charts/compare/appdaemon-15.1.7...appdaemon-15.1.8) (2024-01-14) + + + + +## [appdaemon-15.1.7](https://github.com/truecharts/charts/compare/appdaemon-15.1.6...appdaemon-15.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [appdaemon-15.1.6](https://github.com/truecharts/charts/compare/appdaemon-15.1.5...appdaemon-15.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [appdaemon-15.1.5](https://github.com/truecharts/charts/compare/appdaemon-15.1.4...appdaemon-15.1.5) (2024-01-02) + +### Chore + + + +- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) + + +## [appdaemon-15.1.4](https://github.com/truecharts/charts/compare/appdaemon-15.1.3...appdaemon-15.1.4) (2024-01-01) + +### Chore + diff --git a/stable/appdaemon/16.2.0/Chart.yaml b/stable/appdaemon/16.2.0/Chart.yaml new file mode 100644 index 00000000000..9197d3c8c90 --- /dev/null +++ b/stable/appdaemon/16.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.4.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/appdaemon/16.1.0/README.md b/stable/appdaemon/16.2.0/README.md similarity index 100% rename from stable/appdaemon/16.1.0/README.md rename to stable/appdaemon/16.2.0/README.md diff --git a/stable/appdaemon/16.1.0/app-readme.md b/stable/appdaemon/16.2.0/app-readme.md similarity index 100% rename from stable/appdaemon/16.1.0/app-readme.md rename to stable/appdaemon/16.2.0/app-readme.md diff --git a/stable/appdaemon/16.2.0/charts/common-18.1.2.tgz b/stable/appdaemon/16.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/appdaemon/16.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/appdaemon/16.1.0/ix_values.yaml b/stable/appdaemon/16.2.0/ix_values.yaml similarity index 100% rename from stable/appdaemon/16.1.0/ix_values.yaml rename to stable/appdaemon/16.2.0/ix_values.yaml diff --git a/stable/appdaemon/16.1.0/questions.yaml b/stable/appdaemon/16.2.0/questions.yaml similarity index 100% rename from stable/appdaemon/16.1.0/questions.yaml rename to stable/appdaemon/16.2.0/questions.yaml diff --git a/stable/aria2/12.1.0/templates/NOTES.txt b/stable/appdaemon/16.2.0/templates/NOTES.txt similarity index 100% rename from stable/aria2/12.1.0/templates/NOTES.txt rename to stable/appdaemon/16.2.0/templates/NOTES.txt diff --git a/stable/ariang/8.1.0/templates/common.yaml b/stable/appdaemon/16.2.0/templates/common.yaml similarity index 100% rename from stable/ariang/8.1.0/templates/common.yaml rename to stable/appdaemon/16.2.0/templates/common.yaml diff --git a/stable/archiveteam-warrior/5.1.0/values.yaml b/stable/appdaemon/16.2.0/values.yaml similarity index 100% rename from stable/archiveteam-warrior/5.1.0/values.yaml rename to stable/appdaemon/16.2.0/values.yaml diff --git a/stable/apt-cacher-ng/8.1.0/CHANGELOG.md b/stable/apt-cacher-ng/8.1.0/CHANGELOG.md deleted file mode 100644 index 1d3169d6047..00000000000 --- a/stable/apt-cacher-ng/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [apt-cacher-ng-7.1.12](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.11...apt-cacher-ng-7.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [apt-cacher-ng-7.1.11](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.10...apt-cacher-ng-7.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [apt-cacher-ng-7.1.10](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.9...apt-cacher-ng-7.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [apt-cacher-ng-7.1.9](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.8...apt-cacher-ng-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [apt-cacher-ng-7.1.8](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.7...apt-cacher-ng-7.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [apt-cacher-ng-7.1.7](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.6...apt-cacher-ng-7.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [apt-cacher-ng-7.1.6](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.5...apt-cacher-ng-7.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [apt-cacher-ng-7.1.5](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.4...apt-cacher-ng-7.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [apt-cacher-ng-7.1.4](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.3...apt-cacher-ng-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [apt-cacher-ng-7.1.3](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.0...apt-cacher-ng-7.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/apt-cacher-ng/8.1.0/Chart.yaml b/stable/apt-cacher-ng/8.1.0/Chart.yaml deleted file mode 100644 index 91ab515d3ed..00000000000 --- a/stable/apt-cacher-ng/8.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: 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.1 - 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.0 diff --git a/stable/apt-cacher-ng/8.1.0/charts/common-18.0.1.tgz b/stable/apt-cacher-ng/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/apt-cacher-ng/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/aria2/12.1.0/.helmignore b/stable/apt-cacher-ng/8.2.0/.helmignore similarity index 100% rename from stable/aria2/12.1.0/.helmignore rename to stable/apt-cacher-ng/8.2.0/.helmignore diff --git a/stable/apt-cacher-ng/8.2.0/CHANGELOG.md b/stable/apt-cacher-ng/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..592d498bb8c --- /dev/null +++ b/stable/apt-cacher-ng/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/apt-cacher-ng/8.2.0/Chart.yaml b/stable/apt-cacher-ng/8.2.0/Chart.yaml new file mode 100644 index 00000000000..1015d64d744 --- /dev/null +++ b/stable/apt-cacher-ng/8.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Proxy + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.7.4 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/apt-cacher-ng/8.1.0/README.md b/stable/apt-cacher-ng/8.2.0/README.md similarity index 100% rename from stable/apt-cacher-ng/8.1.0/README.md rename to stable/apt-cacher-ng/8.2.0/README.md diff --git a/stable/apt-cacher-ng/8.1.0/app-readme.md b/stable/apt-cacher-ng/8.2.0/app-readme.md similarity index 100% rename from stable/apt-cacher-ng/8.1.0/app-readme.md rename to stable/apt-cacher-ng/8.2.0/app-readme.md diff --git a/stable/apt-cacher-ng/8.2.0/charts/common-18.1.2.tgz b/stable/apt-cacher-ng/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/apt-cacher-ng/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/apt-cacher-ng/8.1.0/ix_values.yaml b/stable/apt-cacher-ng/8.2.0/ix_values.yaml similarity index 100% rename from stable/apt-cacher-ng/8.1.0/ix_values.yaml rename to stable/apt-cacher-ng/8.2.0/ix_values.yaml diff --git a/stable/apt-cacher-ng/8.1.0/questions.yaml b/stable/apt-cacher-ng/8.2.0/questions.yaml similarity index 100% rename from stable/apt-cacher-ng/8.1.0/questions.yaml rename to stable/apt-cacher-ng/8.2.0/questions.yaml diff --git a/stable/ariang/8.1.0/templates/NOTES.txt b/stable/apt-cacher-ng/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/ariang/8.1.0/templates/NOTES.txt rename to stable/apt-cacher-ng/8.2.0/templates/NOTES.txt diff --git a/stable/apt-cacher-ng/8.1.0/templates/common.yaml b/stable/apt-cacher-ng/8.2.0/templates/common.yaml similarity index 100% rename from stable/apt-cacher-ng/8.1.0/templates/common.yaml rename to stable/apt-cacher-ng/8.2.0/templates/common.yaml diff --git a/stable/aria2/12.1.0/values.yaml b/stable/apt-cacher-ng/8.2.0/values.yaml similarity index 100% rename from stable/aria2/12.1.0/values.yaml rename to stable/apt-cacher-ng/8.2.0/values.yaml diff --git a/stable/archiveteam-warrior/5.1.0/CHANGELOG.md b/stable/archiveteam-warrior/5.1.0/CHANGELOG.md deleted file mode 100644 index f360a45d3c8..00000000000 --- a/stable/archiveteam-warrior/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [archiveteam-warrior-4.1.12](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.11...archiveteam-warrior-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [archiveteam-warrior-4.1.11](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.10...archiveteam-warrior-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [archiveteam-warrior-4.1.10](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.9...archiveteam-warrior-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [archiveteam-warrior-4.1.9](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.8...archiveteam-warrior-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [archiveteam-warrior-4.1.8](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.7...archiveteam-warrior-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [archiveteam-warrior-4.1.7](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.6...archiveteam-warrior-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [archiveteam-warrior-4.1.6](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.5...archiveteam-warrior-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [archiveteam-warrior-4.1.5](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.4...archiveteam-warrior-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [archiveteam-warrior-4.1.4](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.3...archiveteam-warrior-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [archiveteam-warrior-4.1.3](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.0...archiveteam-warrior-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/archiveteam-warrior/5.1.0/Chart.yaml b/stable/archiveteam-warrior/5.1.0/Chart.yaml deleted file mode 100644 index cf2daa185db..00000000000 --- a/stable/archiveteam-warrior/5.1.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: 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.1 - 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.0 diff --git a/stable/archiveteam-warrior/5.1.0/charts/common-18.0.1.tgz b/stable/archiveteam-warrior/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/archiveteam-warrior/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/ariang/8.1.0/.helmignore b/stable/archiveteam-warrior/5.2.0/.helmignore similarity index 100% rename from stable/ariang/8.1.0/.helmignore rename to stable/archiveteam-warrior/5.2.0/.helmignore diff --git a/stable/archiveteam-warrior/5.2.0/CHANGELOG.md b/stable/archiveteam-warrior/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c05bdcdda9a --- /dev/null +++ b/stable/archiveteam-warrior/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/archiveteam-warrior/5.2.0/Chart.yaml b/stable/archiveteam-warrior/5.2.0/Chart.yaml new file mode 100644 index 00000000000..a3f34672bd4 --- /dev/null +++ b/stable/archiveteam-warrior/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/archiveteam-warrior/5.1.0/README.md b/stable/archiveteam-warrior/5.2.0/README.md similarity index 100% rename from stable/archiveteam-warrior/5.1.0/README.md rename to stable/archiveteam-warrior/5.2.0/README.md diff --git a/stable/archiveteam-warrior/5.1.0/app-readme.md b/stable/archiveteam-warrior/5.2.0/app-readme.md similarity index 100% rename from stable/archiveteam-warrior/5.1.0/app-readme.md rename to stable/archiveteam-warrior/5.2.0/app-readme.md diff --git a/stable/archiveteam-warrior/5.2.0/charts/common-18.1.2.tgz b/stable/archiveteam-warrior/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/archiveteam-warrior/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/archiveteam-warrior/5.1.0/ix_values.yaml b/stable/archiveteam-warrior/5.2.0/ix_values.yaml similarity index 100% rename from stable/archiveteam-warrior/5.1.0/ix_values.yaml rename to stable/archiveteam-warrior/5.2.0/ix_values.yaml diff --git a/stable/archiveteam-warrior/5.1.0/questions.yaml b/stable/archiveteam-warrior/5.2.0/questions.yaml similarity index 100% rename from stable/archiveteam-warrior/5.1.0/questions.yaml rename to stable/archiveteam-warrior/5.2.0/questions.yaml diff --git a/stable/archiveteam-warrior/5.1.0/templates/common.yaml b/stable/archiveteam-warrior/5.2.0/templates/common.yaml similarity index 100% rename from stable/archiveteam-warrior/5.1.0/templates/common.yaml rename to stable/archiveteam-warrior/5.2.0/templates/common.yaml diff --git a/stable/ariang/8.1.0/values.yaml b/stable/archiveteam-warrior/5.2.0/values.yaml similarity index 100% rename from stable/ariang/8.1.0/values.yaml rename to stable/archiveteam-warrior/5.2.0/values.yaml diff --git a/stable/aria2/12.1.0/CHANGELOG.md b/stable/aria2/12.1.0/CHANGELOG.md deleted file mode 100644 index 1b96eeaaf50..00000000000 --- a/stable/aria2/12.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [aria2-11.1.12](https://github.com/truecharts/charts/compare/aria2-11.1.11...aria2-11.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [aria2-11.1.11](https://github.com/truecharts/charts/compare/aria2-11.1.10...aria2-11.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [aria2-11.1.10](https://github.com/truecharts/charts/compare/aria2-11.1.9...aria2-11.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [aria2-11.1.9](https://github.com/truecharts/charts/compare/aria2-11.1.8...aria2-11.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [aria2-11.1.8](https://github.com/truecharts/charts/compare/aria2-11.1.7...aria2-11.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [aria2-11.1.7](https://github.com/truecharts/charts/compare/aria2-11.1.6...aria2-11.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [aria2-11.1.6](https://github.com/truecharts/charts/compare/aria2-11.1.5...aria2-11.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [aria2-11.1.5](https://github.com/truecharts/charts/compare/aria2-11.1.4...aria2-11.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [aria2-11.1.4](https://github.com/truecharts/charts/compare/aria2-11.1.3...aria2-11.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [aria2-11.1.3](https://github.com/truecharts/charts/compare/aria2-11.1.0...aria2-11.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/aria2/12.1.0/Chart.yaml b/stable/aria2/12.1.0/Chart.yaml deleted file mode 100644 index d88859a3388..00000000000 --- a/stable/aria2/12.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/aria2/12.1.0/charts/common-18.0.1.tgz b/stable/aria2/12.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/aria2/12.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/arksurvivalevolved/7.1.0/.helmignore b/stable/aria2/12.2.0/.helmignore similarity index 100% rename from stable/arksurvivalevolved/7.1.0/.helmignore rename to stable/aria2/12.2.0/.helmignore diff --git a/stable/aria2/12.2.0/CHANGELOG.md b/stable/aria2/12.2.0/CHANGELOG.md new file mode 100644 index 00000000000..8439f48490f --- /dev/null +++ b/stable/aria2/12.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/aria2/12.2.0/Chart.yaml b/stable/aria2/12.2.0/Chart.yaml new file mode 100644 index 00000000000..e9a33238db2 --- /dev/null +++ b/stable/aria2/12.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/aria2/12.1.0/README.md b/stable/aria2/12.2.0/README.md similarity index 100% rename from stable/aria2/12.1.0/README.md rename to stable/aria2/12.2.0/README.md diff --git a/stable/aria2/12.1.0/app-readme.md b/stable/aria2/12.2.0/app-readme.md similarity index 100% rename from stable/aria2/12.1.0/app-readme.md rename to stable/aria2/12.2.0/app-readme.md diff --git a/stable/aria2/12.2.0/charts/common-18.1.2.tgz b/stable/aria2/12.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/aria2/12.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/aria2/12.1.0/ix_values.yaml b/stable/aria2/12.2.0/ix_values.yaml similarity index 100% rename from stable/aria2/12.1.0/ix_values.yaml rename to stable/aria2/12.2.0/ix_values.yaml diff --git a/stable/aria2/12.1.0/questions.yaml b/stable/aria2/12.2.0/questions.yaml similarity index 100% rename from stable/aria2/12.1.0/questions.yaml rename to stable/aria2/12.2.0/questions.yaml diff --git a/stable/arksurvivalevolved/7.1.0/templates/NOTES.txt b/stable/aria2/12.2.0/templates/NOTES.txt similarity index 100% rename from stable/arksurvivalevolved/7.1.0/templates/NOTES.txt rename to stable/aria2/12.2.0/templates/NOTES.txt diff --git a/stable/automatic-music-downloader/9.1.0/templates/common.yaml b/stable/aria2/12.2.0/templates/common.yaml similarity index 100% rename from stable/automatic-music-downloader/9.1.0/templates/common.yaml rename to stable/aria2/12.2.0/templates/common.yaml diff --git a/stable/arksurvivalevolved/7.1.0/values.yaml b/stable/aria2/12.2.0/values.yaml similarity index 100% rename from stable/arksurvivalevolved/7.1.0/values.yaml rename to stable/aria2/12.2.0/values.yaml diff --git a/stable/ariang/8.1.0/CHANGELOG.md b/stable/ariang/8.1.0/CHANGELOG.md deleted file mode 100644 index a2beaffc939..00000000000 --- a/stable/ariang/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [ariang-7.1.12](https://github.com/truecharts/charts/compare/ariang-7.1.11...ariang-7.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ariang-7.1.11](https://github.com/truecharts/charts/compare/ariang-7.1.10...ariang-7.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ariang-7.1.10](https://github.com/truecharts/charts/compare/ariang-7.1.9...ariang-7.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ariang-7.1.9](https://github.com/truecharts/charts/compare/ariang-7.1.8...ariang-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ariang-7.1.8](https://github.com/truecharts/charts/compare/ariang-7.1.7...ariang-7.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [ariang-7.1.7](https://github.com/truecharts/charts/compare/ariang-7.1.6...ariang-7.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ariang-7.1.6](https://github.com/truecharts/charts/compare/ariang-7.1.5...ariang-7.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [ariang-7.1.5](https://github.com/truecharts/charts/compare/ariang-7.1.4...ariang-7.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [ariang-7.1.4](https://github.com/truecharts/charts/compare/ariang-7.1.3...ariang-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [ariang-7.1.3](https://github.com/truecharts/charts/compare/ariang-7.1.0...ariang-7.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/ariang/8.1.0/Chart.yaml b/stable/ariang/8.1.0/Chart.yaml deleted file mode 100644 index 5817b381907..00000000000 --- a/stable/ariang/8.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.6 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/ariang/8.1.0/charts/common-18.0.1.tgz b/stable/ariang/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/ariang/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/arma3/5.1.0/.helmignore b/stable/ariang/8.2.0/.helmignore similarity index 100% rename from stable/arma3/5.1.0/.helmignore rename to stable/ariang/8.2.0/.helmignore diff --git a/stable/ariang/8.2.0/CHANGELOG.md b/stable/ariang/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..fdf7633bd58 --- /dev/null +++ b/stable/ariang/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/ariang/8.2.0/Chart.yaml b/stable/ariang/8.2.0/Chart.yaml new file mode 100644 index 00000000000..1013fe31815 --- /dev/null +++ b/stable/ariang/8.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.6 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/ariang/8.1.0/README.md b/stable/ariang/8.2.0/README.md similarity index 100% rename from stable/ariang/8.1.0/README.md rename to stable/ariang/8.2.0/README.md diff --git a/stable/ariang/8.1.0/app-readme.md b/stable/ariang/8.2.0/app-readme.md similarity index 100% rename from stable/ariang/8.1.0/app-readme.md rename to stable/ariang/8.2.0/app-readme.md diff --git a/stable/ariang/8.2.0/charts/common-18.1.2.tgz b/stable/ariang/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/ariang/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/ariang/8.1.0/ix_values.yaml b/stable/ariang/8.2.0/ix_values.yaml similarity index 100% rename from stable/ariang/8.1.0/ix_values.yaml rename to stable/ariang/8.2.0/ix_values.yaml diff --git a/stable/ariang/8.1.0/questions.yaml b/stable/ariang/8.2.0/questions.yaml similarity index 100% rename from stable/ariang/8.1.0/questions.yaml rename to stable/ariang/8.2.0/questions.yaml diff --git a/stable/audacity/12.1.0/templates/NOTES.txt b/stable/ariang/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/audacity/12.1.0/templates/NOTES.txt rename to stable/ariang/8.2.0/templates/NOTES.txt diff --git a/stable/automatic-ripping-machine/3.1.0/templates/common.yaml b/stable/ariang/8.2.0/templates/common.yaml similarity index 100% rename from stable/automatic-ripping-machine/3.1.0/templates/common.yaml rename to stable/ariang/8.2.0/templates/common.yaml diff --git a/stable/arma3/5.1.0/values.yaml b/stable/ariang/8.2.0/values.yaml similarity index 100% rename from stable/arma3/5.1.0/values.yaml rename to stable/ariang/8.2.0/values.yaml diff --git a/stable/arksurvivalevolved/7.1.0/CHANGELOG.md b/stable/arksurvivalevolved/7.1.0/CHANGELOG.md deleted file mode 100644 index a10bc5f8087..00000000000 --- a/stable/arksurvivalevolved/7.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [arksurvivalevolved-6.1.12](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.11...arksurvivalevolved-6.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [arksurvivalevolved-6.1.11](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.10...arksurvivalevolved-6.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [arksurvivalevolved-6.1.10](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.9...arksurvivalevolved-6.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [arksurvivalevolved-6.1.9](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.8...arksurvivalevolved-6.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [arksurvivalevolved-6.1.8](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.7...arksurvivalevolved-6.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [arksurvivalevolved-6.1.7](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.6...arksurvivalevolved-6.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [arksurvivalevolved-6.1.6](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.5...arksurvivalevolved-6.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [arksurvivalevolved-6.1.5](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.4...arksurvivalevolved-6.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [arksurvivalevolved-6.1.4](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.3...arksurvivalevolved-6.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [arksurvivalevolved-6.1.3](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.0...arksurvivalevolved-6.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/arksurvivalevolved/7.1.0/Chart.yaml b/stable/arksurvivalevolved/7.1.0/Chart.yaml deleted file mode 100644 index b9c38400109..00000000000 --- a/stable/arksurvivalevolved/7.1.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: 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.1 - 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.0 diff --git a/stable/arksurvivalevolved/7.1.0/charts/common-18.0.1.tgz b/stable/arksurvivalevolved/7.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/arksurvivalevolved/7.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/arma3exilemod/5.1.0/.helmignore b/stable/arksurvivalevolved/7.2.0/.helmignore similarity index 100% rename from stable/arma3exilemod/5.1.0/.helmignore rename to stable/arksurvivalevolved/7.2.0/.helmignore diff --git a/stable/arksurvivalevolved/7.2.0/CHANGELOG.md b/stable/arksurvivalevolved/7.2.0/CHANGELOG.md new file mode 100644 index 00000000000..86ed1109e3e --- /dev/null +++ b/stable/arksurvivalevolved/7.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/arksurvivalevolved/7.2.0/Chart.yaml b/stable/arksurvivalevolved/7.2.0/Chart.yaml new file mode 100644 index 00000000000..045c1a38828 --- /dev/null +++ b/stable/arksurvivalevolved/7.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: arkse +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/arksurvivalevolved/7.1.0/README.md b/stable/arksurvivalevolved/7.2.0/README.md similarity index 100% rename from stable/arksurvivalevolved/7.1.0/README.md rename to stable/arksurvivalevolved/7.2.0/README.md diff --git a/stable/arksurvivalevolved/7.1.0/app-readme.md b/stable/arksurvivalevolved/7.2.0/app-readme.md similarity index 100% rename from stable/arksurvivalevolved/7.1.0/app-readme.md rename to stable/arksurvivalevolved/7.2.0/app-readme.md diff --git a/stable/arksurvivalevolved/7.2.0/charts/common-18.1.2.tgz b/stable/arksurvivalevolved/7.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/arksurvivalevolved/7.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/arksurvivalevolved/7.1.0/ix_values.yaml b/stable/arksurvivalevolved/7.2.0/ix_values.yaml similarity index 100% rename from stable/arksurvivalevolved/7.1.0/ix_values.yaml rename to stable/arksurvivalevolved/7.2.0/ix_values.yaml diff --git a/stable/arksurvivalevolved/7.1.0/questions.yaml b/stable/arksurvivalevolved/7.2.0/questions.yaml similarity index 100% rename from stable/arksurvivalevolved/7.1.0/questions.yaml rename to stable/arksurvivalevolved/7.2.0/questions.yaml diff --git a/stable/audiobookshelf/9.1.0/templates/NOTES.txt b/stable/arksurvivalevolved/7.2.0/templates/NOTES.txt similarity index 100% rename from stable/audiobookshelf/9.1.0/templates/NOTES.txt rename to stable/arksurvivalevolved/7.2.0/templates/NOTES.txt diff --git a/stable/arksurvivalevolved/7.1.0/templates/_secrets.tpl b/stable/arksurvivalevolved/7.2.0/templates/_secrets.tpl similarity index 100% rename from stable/arksurvivalevolved/7.1.0/templates/_secrets.tpl rename to stable/arksurvivalevolved/7.2.0/templates/_secrets.tpl diff --git a/stable/arksurvivalevolved/7.1.0/templates/common.yaml b/stable/arksurvivalevolved/7.2.0/templates/common.yaml similarity index 100% rename from stable/arksurvivalevolved/7.1.0/templates/common.yaml rename to stable/arksurvivalevolved/7.2.0/templates/common.yaml diff --git a/stable/arma3exilemod/5.1.0/values.yaml b/stable/arksurvivalevolved/7.2.0/values.yaml similarity index 100% rename from stable/arma3exilemod/5.1.0/values.yaml rename to stable/arksurvivalevolved/7.2.0/values.yaml diff --git a/stable/arma3/5.1.0/CHANGELOG.md b/stable/arma3/5.1.0/CHANGELOG.md deleted file mode 100644 index c001dcedc3b..00000000000 --- a/stable/arma3/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/arma3/5.1.0/Chart.yaml b/stable/arma3/5.1.0/Chart.yaml deleted file mode 100644 index a22d20deb9e..00000000000 --- a/stable/arma3/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/arma3/5.1.0/charts/common-18.0.1.tgz b/stable/arma3/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/arma3/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/assettocorsa/5.1.0/.helmignore b/stable/arma3/5.2.0/.helmignore similarity index 100% rename from stable/assettocorsa/5.1.0/.helmignore rename to stable/arma3/5.2.0/.helmignore diff --git a/stable/arma3/5.2.0/CHANGELOG.md b/stable/arma3/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..4c0371b9023 --- /dev/null +++ b/stable/arma3/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [arma3-4.1.13](https://github.com/truecharts/charts/compare/arma3-4.1.12...arma3-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [arma3-4.1.12](https://github.com/truecharts/charts/compare/arma3-4.1.11...arma3-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [arma3-4.1.11](https://github.com/truecharts/charts/compare/arma3-4.1.10...arma3-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [arma3-4.1.10](https://github.com/truecharts/charts/compare/arma3-4.1.9...arma3-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [arma3-4.1.9](https://github.com/truecharts/charts/compare/arma3-4.1.8...arma3-4.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [arma3-4.1.8](https://github.com/truecharts/charts/compare/arma3-4.1.7...arma3-4.1.8) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [arma3-4.1.7](https://github.com/truecharts/charts/compare/arma3-4.1.6...arma3-4.1.7) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [arma3-4.1.6](https://github.com/truecharts/charts/compare/arma3-4.1.5...arma3-4.1.6) (2024-01-02) + +### Chore + + + +- update container image ich777/steamcmd to arma3[@92104ad](https://github.com/92104ad) by renovate ([#16778](https://github.com/truecharts/charts/issues/16778)) + + +## [arma3-4.1.5](https://github.com/truecharts/charts/compare/arma3-4.1.4...arma3-4.1.5) (2024-01-02) + +### Chore + + + +- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) diff --git a/stable/arma3/5.2.0/Chart.yaml b/stable/arma3/5.2.0/Chart.yaml new file mode 100644 index 00000000000..aaf9af0db75 --- /dev/null +++ b/stable/arma3/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: arma3 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/arma3/5.1.0/README.md b/stable/arma3/5.2.0/README.md similarity index 100% rename from stable/arma3/5.1.0/README.md rename to stable/arma3/5.2.0/README.md diff --git a/stable/arma3/5.1.0/app-readme.md b/stable/arma3/5.2.0/app-readme.md similarity index 100% rename from stable/arma3/5.1.0/app-readme.md rename to stable/arma3/5.2.0/app-readme.md diff --git a/stable/arma3/5.2.0/charts/common-18.1.2.tgz b/stable/arma3/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/arma3/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/arma3/5.1.0/ix_values.yaml b/stable/arma3/5.2.0/ix_values.yaml similarity index 100% rename from stable/arma3/5.1.0/ix_values.yaml rename to stable/arma3/5.2.0/ix_values.yaml diff --git a/stable/arma3/5.1.0/questions.yaml b/stable/arma3/5.2.0/questions.yaml similarity index 100% rename from stable/arma3/5.1.0/questions.yaml rename to stable/arma3/5.2.0/questions.yaml diff --git a/stable/arma3/5.1.0/templates/common.yaml b/stable/arma3/5.2.0/templates/common.yaml similarity index 100% rename from stable/arma3/5.1.0/templates/common.yaml rename to stable/arma3/5.2.0/templates/common.yaml diff --git a/stable/assettocorsa/5.1.0/values.yaml b/stable/arma3/5.2.0/values.yaml similarity index 100% rename from stable/assettocorsa/5.1.0/values.yaml rename to stable/arma3/5.2.0/values.yaml diff --git a/stable/arma3exilemod/5.1.0/CHANGELOG.md b/stable/arma3exilemod/5.1.0/CHANGELOG.md deleted file mode 100644 index 8def29761ea..00000000000 --- a/stable/arma3exilemod/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [arma3exilemod-4.1.12](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.11...arma3exilemod-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [arma3exilemod-4.1.11](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.10...arma3exilemod-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [arma3exilemod-4.1.10](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.9...arma3exilemod-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [arma3exilemod-4.1.9](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.8...arma3exilemod-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [arma3exilemod-4.1.8](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.7...arma3exilemod-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [arma3exilemod-4.1.7](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.6...arma3exilemod-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [arma3exilemod-4.1.6](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.5...arma3exilemod-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [arma3exilemod-4.1.5](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.4...arma3exilemod-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [arma3exilemod-4.1.4](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.3...arma3exilemod-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [arma3exilemod-4.1.3](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.0...arma3exilemod-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/arma3exilemod/5.1.0/Chart.yaml b/stable/arma3exilemod/5.1.0/Chart.yaml deleted file mode 100644 index e490ed34485..00000000000 --- a/stable/arma3exilemod/5.1.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: 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.1 - 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.0 diff --git a/stable/arma3exilemod/5.1.0/charts/common-18.0.1.tgz b/stable/arma3exilemod/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/arma3exilemod/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/audacity/12.1.0/.helmignore b/stable/arma3exilemod/5.2.0/.helmignore similarity index 100% rename from stable/audacity/12.1.0/.helmignore rename to stable/arma3exilemod/5.2.0/.helmignore diff --git a/stable/arma3exilemod/5.2.0/CHANGELOG.md b/stable/arma3exilemod/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..9f6b998b8c4 --- /dev/null +++ b/stable/arma3exilemod/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/arma3exilemod/5.2.0/Chart.yaml b/stable/arma3exilemod/5.2.0/Chart.yaml new file mode 100644 index 00000000000..5d10885d947 --- /dev/null +++ b/stable/arma3exilemod/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: arma3exilemod +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/arma3exilemod/5.1.0/README.md b/stable/arma3exilemod/5.2.0/README.md similarity index 100% rename from stable/arma3exilemod/5.1.0/README.md rename to stable/arma3exilemod/5.2.0/README.md diff --git a/stable/arma3exilemod/5.1.0/app-readme.md b/stable/arma3exilemod/5.2.0/app-readme.md similarity index 100% rename from stable/arma3exilemod/5.1.0/app-readme.md rename to stable/arma3exilemod/5.2.0/app-readme.md diff --git a/stable/arma3exilemod/5.2.0/charts/common-18.1.2.tgz b/stable/arma3exilemod/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/arma3exilemod/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/arma3exilemod/5.1.0/ix_values.yaml b/stable/arma3exilemod/5.2.0/ix_values.yaml similarity index 100% rename from stable/arma3exilemod/5.1.0/ix_values.yaml rename to stable/arma3exilemod/5.2.0/ix_values.yaml diff --git a/stable/arma3exilemod/5.1.0/questions.yaml b/stable/arma3exilemod/5.2.0/questions.yaml similarity index 100% rename from stable/arma3exilemod/5.1.0/questions.yaml rename to stable/arma3exilemod/5.2.0/questions.yaml diff --git a/stable/arma3exilemod/5.1.0/templates/common.yaml b/stable/arma3exilemod/5.2.0/templates/common.yaml similarity index 100% rename from stable/arma3exilemod/5.1.0/templates/common.yaml rename to stable/arma3exilemod/5.2.0/templates/common.yaml diff --git a/stable/audacity/12.1.0/values.yaml b/stable/arma3exilemod/5.2.0/values.yaml similarity index 100% rename from stable/audacity/12.1.0/values.yaml rename to stable/arma3exilemod/5.2.0/values.yaml diff --git a/stable/assettocorsa/5.1.0/CHANGELOG.md b/stable/assettocorsa/5.1.0/CHANGELOG.md deleted file mode 100644 index 0d521e5f582..00000000000 --- a/stable/assettocorsa/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [assettocorsa-4.1.12](https://github.com/truecharts/charts/compare/assettocorsa-4.1.11...assettocorsa-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [assettocorsa-4.1.11](https://github.com/truecharts/charts/compare/assettocorsa-4.1.10...assettocorsa-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [assettocorsa-4.1.10](https://github.com/truecharts/charts/compare/assettocorsa-4.1.9...assettocorsa-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [assettocorsa-4.1.9](https://github.com/truecharts/charts/compare/assettocorsa-4.1.8...assettocorsa-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [assettocorsa-4.1.8](https://github.com/truecharts/charts/compare/assettocorsa-4.1.7...assettocorsa-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [assettocorsa-4.1.7](https://github.com/truecharts/charts/compare/assettocorsa-4.1.6...assettocorsa-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [assettocorsa-4.1.6](https://github.com/truecharts/charts/compare/assettocorsa-4.1.5...assettocorsa-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [assettocorsa-4.1.5](https://github.com/truecharts/charts/compare/assettocorsa-4.1.4...assettocorsa-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [assettocorsa-4.1.4](https://github.com/truecharts/charts/compare/assettocorsa-4.1.3...assettocorsa-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [assettocorsa-4.1.3](https://github.com/truecharts/charts/compare/assettocorsa-4.1.0...assettocorsa-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/assettocorsa/5.1.0/Chart.yaml b/stable/assettocorsa/5.1.0/Chart.yaml deleted file mode 100644 index bba49efcbbe..00000000000 --- a/stable/assettocorsa/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/assettocorsa/5.1.0/charts/common-18.0.1.tgz b/stable/assettocorsa/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/assettocorsa/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/audiobookshelf/9.1.0/.helmignore b/stable/assettocorsa/5.2.0/.helmignore similarity index 100% rename from stable/audiobookshelf/9.1.0/.helmignore rename to stable/assettocorsa/5.2.0/.helmignore diff --git a/stable/assettocorsa/5.2.0/CHANGELOG.md b/stable/assettocorsa/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f9301e2fae5 --- /dev/null +++ b/stable/assettocorsa/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/assettocorsa/5.2.0/Chart.yaml b/stable/assettocorsa/5.2.0/Chart.yaml new file mode 100644 index 00000000000..deaacf02369 --- /dev/null +++ b/stable/assettocorsa/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: assettocorsa +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/assettocorsa/5.1.0/README.md b/stable/assettocorsa/5.2.0/README.md similarity index 100% rename from stable/assettocorsa/5.1.0/README.md rename to stable/assettocorsa/5.2.0/README.md diff --git a/stable/assettocorsa/5.1.0/app-readme.md b/stable/assettocorsa/5.2.0/app-readme.md similarity index 100% rename from stable/assettocorsa/5.1.0/app-readme.md rename to stable/assettocorsa/5.2.0/app-readme.md diff --git a/stable/assettocorsa/5.2.0/charts/common-18.1.2.tgz b/stable/assettocorsa/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/assettocorsa/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/assettocorsa/5.1.0/ix_values.yaml b/stable/assettocorsa/5.2.0/ix_values.yaml similarity index 100% rename from stable/assettocorsa/5.1.0/ix_values.yaml rename to stable/assettocorsa/5.2.0/ix_values.yaml diff --git a/stable/assettocorsa/5.1.0/questions.yaml b/stable/assettocorsa/5.2.0/questions.yaml similarity index 100% rename from stable/assettocorsa/5.1.0/questions.yaml rename to stable/assettocorsa/5.2.0/questions.yaml diff --git a/stable/assettocorsa/5.1.0/templates/common.yaml b/stable/assettocorsa/5.2.0/templates/common.yaml similarity index 100% rename from stable/assettocorsa/5.1.0/templates/common.yaml rename to stable/assettocorsa/5.2.0/templates/common.yaml diff --git a/stable/audiobookshelf/9.1.0/values.yaml b/stable/assettocorsa/5.2.0/values.yaml similarity index 100% rename from stable/audiobookshelf/9.1.0/values.yaml rename to stable/assettocorsa/5.2.0/values.yaml diff --git a/stable/audacity/12.1.0/CHANGELOG.md b/stable/audacity/12.1.0/CHANGELOG.md deleted file mode 100644 index 3fb684c8c64..00000000000 --- a/stable/audacity/12.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [audacity-11.1.12](https://github.com/truecharts/charts/compare/audacity-11.1.11...audacity-11.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [audacity-11.1.11](https://github.com/truecharts/charts/compare/audacity-11.1.10...audacity-11.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [audacity-11.1.10](https://github.com/truecharts/charts/compare/audacity-11.1.9...audacity-11.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [audacity-11.1.9](https://github.com/truecharts/charts/compare/audacity-11.1.8...audacity-11.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [audacity-11.1.8](https://github.com/truecharts/charts/compare/audacity-11.1.7...audacity-11.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [audacity-11.1.7](https://github.com/truecharts/charts/compare/audacity-11.1.6...audacity-11.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [audacity-11.1.6](https://github.com/truecharts/charts/compare/audacity-11.1.5...audacity-11.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [audacity-11.1.5](https://github.com/truecharts/charts/compare/audacity-11.1.4...audacity-11.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [audacity-11.1.4](https://github.com/truecharts/charts/compare/audacity-11.1.3...audacity-11.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [audacity-11.1.3](https://github.com/truecharts/charts/compare/audacity-11.1.0...audacity-11.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/audacity/12.1.0/Chart.yaml b/stable/audacity/12.1.0/Chart.yaml deleted file mode 100644 index 350012c399f..00000000000 --- a/stable/audacity/12.1.0/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/audacity/12.1.0/charts/common-18.0.1.tgz b/stable/audacity/12.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/audacity/12.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/aurora-files/5.1.0/.helmignore b/stable/audacity/12.2.0/.helmignore similarity index 100% rename from stable/aurora-files/5.1.0/.helmignore rename to stable/audacity/12.2.0/.helmignore diff --git a/stable/audacity/12.2.0/CHANGELOG.md b/stable/audacity/12.2.0/CHANGELOG.md new file mode 100644 index 00000000000..47cae4627d5 --- /dev/null +++ b/stable/audacity/12.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/audacity/12.2.0/Chart.yaml b/stable/audacity/12.2.0/Chart.yaml new file mode 100644 index 00000000000..77ee0ec1d4c --- /dev/null +++ b/stable/audacity/12.2.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.0.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/audacity/12.1.0/README.md b/stable/audacity/12.2.0/README.md similarity index 100% rename from stable/audacity/12.1.0/README.md rename to stable/audacity/12.2.0/README.md diff --git a/stable/audacity/12.1.0/app-readme.md b/stable/audacity/12.2.0/app-readme.md similarity index 100% rename from stable/audacity/12.1.0/app-readme.md rename to stable/audacity/12.2.0/app-readme.md diff --git a/stable/audacity/12.2.0/charts/common-18.1.2.tgz b/stable/audacity/12.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/audacity/12.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/audacity/12.1.0/ix_values.yaml b/stable/audacity/12.2.0/ix_values.yaml similarity index 100% rename from stable/audacity/12.1.0/ix_values.yaml rename to stable/audacity/12.2.0/ix_values.yaml diff --git a/stable/audacity/12.1.0/questions.yaml b/stable/audacity/12.2.0/questions.yaml similarity index 100% rename from stable/audacity/12.1.0/questions.yaml rename to stable/audacity/12.2.0/questions.yaml diff --git a/stable/authentik/24.1.0/templates/NOTES.txt b/stable/audacity/12.2.0/templates/NOTES.txt similarity index 100% rename from stable/authentik/24.1.0/templates/NOTES.txt rename to stable/audacity/12.2.0/templates/NOTES.txt diff --git a/stable/audacity/12.1.0/templates/common.yaml b/stable/audacity/12.2.0/templates/common.yaml similarity index 100% rename from stable/audacity/12.1.0/templates/common.yaml rename to stable/audacity/12.2.0/templates/common.yaml diff --git a/stable/aurora-files/5.1.0/values.yaml b/stable/audacity/12.2.0/values.yaml similarity index 100% rename from stable/aurora-files/5.1.0/values.yaml rename to stable/audacity/12.2.0/values.yaml diff --git a/stable/audiobookshelf/9.1.0/CHANGELOG.md b/stable/audiobookshelf/9.1.0/CHANGELOG.md deleted file mode 100644 index f1f816431ec..00000000000 --- a/stable/audiobookshelf/9.1.0/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.0/Chart.yaml b/stable/audiobookshelf/9.1.0/Chart.yaml deleted file mode 100644 index 63da9952620..00000000000 --- a/stable/audiobookshelf/9.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.8.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/audiobookshelf/9.1.0/charts/common-18.0.1.tgz b/stable/audiobookshelf/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/audiobookshelf/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/authentik/24.1.0/.helmignore b/stable/audiobookshelf/9.2.0/.helmignore similarity index 100% rename from stable/authentik/24.1.0/.helmignore rename to stable/audiobookshelf/9.2.0/.helmignore diff --git a/stable/audiobookshelf/9.2.0/CHANGELOG.md b/stable/audiobookshelf/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..6170a63c6ce --- /dev/null +++ b/stable/audiobookshelf/9.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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) \ No newline at end of file diff --git a/stable/audiobookshelf/9.2.0/Chart.yaml b/stable/audiobookshelf/9.2.0/Chart.yaml new file mode 100644 index 00000000000..b8b677a01b1 --- /dev/null +++ b/stable/audiobookshelf/9.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.8.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/audiobookshelf/9.1.0/README.md b/stable/audiobookshelf/9.2.0/README.md similarity index 100% rename from stable/audiobookshelf/9.1.0/README.md rename to stable/audiobookshelf/9.2.0/README.md diff --git a/stable/audiobookshelf/9.1.0/app-readme.md b/stable/audiobookshelf/9.2.0/app-readme.md similarity index 100% rename from stable/audiobookshelf/9.1.0/app-readme.md rename to stable/audiobookshelf/9.2.0/app-readme.md diff --git a/stable/audiobookshelf/9.2.0/charts/common-18.1.2.tgz b/stable/audiobookshelf/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/audiobookshelf/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/audiobookshelf/9.1.0/ix_values.yaml b/stable/audiobookshelf/9.2.0/ix_values.yaml similarity index 100% rename from stable/audiobookshelf/9.1.0/ix_values.yaml rename to stable/audiobookshelf/9.2.0/ix_values.yaml diff --git a/stable/audiobookshelf/9.1.0/questions.yaml b/stable/audiobookshelf/9.2.0/questions.yaml similarity index 100% rename from stable/audiobookshelf/9.1.0/questions.yaml rename to stable/audiobookshelf/9.2.0/questions.yaml diff --git a/stable/autobrr/8.1.0/templates/NOTES.txt b/stable/audiobookshelf/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/autobrr/8.1.0/templates/NOTES.txt rename to stable/audiobookshelf/9.2.0/templates/NOTES.txt diff --git a/stable/audiobookshelf/9.1.0/templates/_secrets.tpl b/stable/audiobookshelf/9.2.0/templates/_secrets.tpl similarity index 100% rename from stable/audiobookshelf/9.1.0/templates/_secrets.tpl rename to stable/audiobookshelf/9.2.0/templates/_secrets.tpl diff --git a/stable/audiobookshelf/9.1.0/templates/common.yaml b/stable/audiobookshelf/9.2.0/templates/common.yaml similarity index 100% rename from stable/audiobookshelf/9.1.0/templates/common.yaml rename to stable/audiobookshelf/9.2.0/templates/common.yaml diff --git a/stable/authentik/24.1.0/values.yaml b/stable/audiobookshelf/9.2.0/values.yaml similarity index 100% rename from stable/authentik/24.1.0/values.yaml rename to stable/audiobookshelf/9.2.0/values.yaml diff --git a/stable/aurora-files/5.1.0/CHANGELOG.md b/stable/aurora-files/5.1.0/CHANGELOG.md deleted file mode 100644 index 02caeb81481..00000000000 --- a/stable/aurora-files/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [aurora-files-4.1.12](https://github.com/truecharts/charts/compare/aurora-files-4.1.11...aurora-files-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [aurora-files-4.1.11](https://github.com/truecharts/charts/compare/aurora-files-4.1.10...aurora-files-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [aurora-files-4.1.10](https://github.com/truecharts/charts/compare/aurora-files-4.1.9...aurora-files-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [aurora-files-4.1.9](https://github.com/truecharts/charts/compare/aurora-files-4.1.8...aurora-files-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [aurora-files-4.1.8](https://github.com/truecharts/charts/compare/aurora-files-4.1.7...aurora-files-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [aurora-files-4.1.7](https://github.com/truecharts/charts/compare/aurora-files-4.1.6...aurora-files-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [aurora-files-4.1.6](https://github.com/truecharts/charts/compare/aurora-files-4.1.5...aurora-files-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [aurora-files-4.1.5](https://github.com/truecharts/charts/compare/aurora-files-4.1.4...aurora-files-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [aurora-files-4.1.4](https://github.com/truecharts/charts/compare/aurora-files-4.1.3...aurora-files-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [aurora-files-4.1.3](https://github.com/truecharts/charts/compare/aurora-files-4.1.0...aurora-files-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/aurora-files/5.1.0/Chart.yaml b/stable/aurora-files/5.1.0/Chart.yaml deleted file mode 100644 index 703f0a4ceab..00000000000 --- a/stable/aurora-files/5.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: 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.1 - 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.0 diff --git a/stable/aurora-files/5.1.0/charts/common-18.0.1.tgz b/stable/aurora-files/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/aurora-files/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/auto-yt-dl/5.1.0/.helmignore b/stable/aurora-files/5.2.0/.helmignore similarity index 100% rename from stable/auto-yt-dl/5.1.0/.helmignore rename to stable/aurora-files/5.2.0/.helmignore diff --git a/stable/aurora-files/5.2.0/CHANGELOG.md b/stable/aurora-files/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..74c425739d8 --- /dev/null +++ b/stable/aurora-files/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/aurora-files/5.2.0/Chart.yaml b/stable/aurora-files/5.2.0/Chart.yaml new file mode 100644 index 00000000000..65332e23546 --- /dev/null +++ b/stable/aurora-files/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/aurora-files/5.1.0/README.md b/stable/aurora-files/5.2.0/README.md similarity index 100% rename from stable/aurora-files/5.1.0/README.md rename to stable/aurora-files/5.2.0/README.md diff --git a/stable/aurora-files/5.1.0/app-readme.md b/stable/aurora-files/5.2.0/app-readme.md similarity index 100% rename from stable/aurora-files/5.1.0/app-readme.md rename to stable/aurora-files/5.2.0/app-readme.md diff --git a/stable/aurora-files/5.2.0/charts/common-18.1.2.tgz b/stable/aurora-files/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/aurora-files/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/aurora-files/5.1.0/ix_values.yaml b/stable/aurora-files/5.2.0/ix_values.yaml similarity index 100% rename from stable/aurora-files/5.1.0/ix_values.yaml rename to stable/aurora-files/5.2.0/ix_values.yaml diff --git a/stable/aurora-files/5.1.0/questions.yaml b/stable/aurora-files/5.2.0/questions.yaml similarity index 100% rename from stable/aurora-files/5.1.0/questions.yaml rename to stable/aurora-files/5.2.0/questions.yaml diff --git a/stable/aurora-files/5.1.0/templates/common.yaml b/stable/aurora-files/5.2.0/templates/common.yaml similarity index 100% rename from stable/aurora-files/5.1.0/templates/common.yaml rename to stable/aurora-files/5.2.0/templates/common.yaml diff --git a/stable/auto-yt-dl/5.1.0/values.yaml b/stable/aurora-files/5.2.0/values.yaml similarity index 100% rename from stable/auto-yt-dl/5.1.0/values.yaml rename to stable/aurora-files/5.2.0/values.yaml diff --git a/stable/authentik/24.1.0/CHANGELOG.md b/stable/authentik/24.1.0/CHANGELOG.md deleted file mode 100644 index c4e1d99eaa8..00000000000 --- a/stable/authentik/24.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - -## [authentik-19.2.10](https://github.com/truecharts/charts/compare/authentik-19.2.9...authentik-19.2.10) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [authentik-19.2.9](https://github.com/truecharts/charts/compare/authentik-19.2.5...authentik-19.2.9) (2024-01-29) - -### Chore - - - -- update authentik to v2023.10.7[@c483b0a](https://github.com/c483b0a) by renovate (patch) ([#17752](https://github.com/truecharts/charts/issues/17752)) - - -## [authentik-19.2.5](https://github.com/truecharts/charts/compare/authentik-19.2.4...authentik-19.2.5) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [authentik-19.2.4](https://github.com/truecharts/charts/compare/authentik-19.2.3...authentik-19.2.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [authentik-19.2.3](https://github.com/truecharts/charts/compare/authentik-19.2.2...authentik-19.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [authentik-19.2.2](https://github.com/truecharts/charts/compare/authentik-19.2.1...authentik-19.2.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [authentik-19.2.1](https://github.com/truecharts/charts/compare/authentik-19.2.0...authentik-19.2.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [authentik-19.2.0](https://github.com/truecharts/charts/compare/authentik-19.1.13...authentik-19.2.0) (2024-01-14) - -### Chore - - - -- update container image ghcr.io/maxmind/geoipupdate to v6.1.0[@cdd36d3](https://github.com/cdd36d3) by renovate ([#17203](https://github.com/truecharts/charts/issues/17203)) - - -## [authentik-19.1.13](https://github.com/truecharts/charts/compare/authentik-19.1.9...authentik-19.1.13) (2024-01-13) - -### Chore - - - -- update authentik to v2023.10.6[@1a17c68](https://github.com/1a17c68) by renovate (patch) ([#17101](https://github.com/truecharts/charts/issues/17101)) diff --git a/stable/authentik/24.1.0/Chart.yaml b/stable/authentik/24.1.0/Chart.yaml deleted file mode 100644 index eb8842156fd..00000000000 --- a/stable/authentik/24.1.0/Chart.yaml +++ /dev/null @@ -1,48 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: authentication - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.2.1 -dependencies: - - name: common - version: 18.0.1 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Authentik is an open-source Identity Provider focused on flexibility and versatility. -home: https://truecharts.org/charts/stable/authentik -icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.png -keywords: - - authentik -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: authentik -sources: - - https://goauthentik.io/docs/ - - https://github.com/goauthentik/authentik - - https://github.com/truecharts/charts/tree/master/charts/stable/authentik - - https://ghcr.io/maxmind/geoipupdate - - https://ghcr.io/goauthentik/radius - - https://ghcr.io/goauthentik/server - - https://ghcr.io/goauthentik/proxy - - https://ghcr.io/goauthentik/ldap -type: application -version: 24.1.0 diff --git a/stable/authentik/24.1.0/charts/common-18.0.1.tgz b/stable/authentik/24.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/authentik/24.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/autobrr/8.1.0/.helmignore b/stable/authentik/24.2.0/.helmignore similarity index 100% rename from stable/autobrr/8.1.0/.helmignore rename to stable/authentik/24.2.0/.helmignore diff --git a/stable/authentik/24.2.0/CHANGELOG.md b/stable/authentik/24.2.0/CHANGELOG.md new file mode 100644 index 00000000000..21ea1457b0d --- /dev/null +++ b/stable/authentik/24.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + +## [authentik-19.2.10](https://github.com/truecharts/charts/compare/authentik-19.2.9...authentik-19.2.10) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [authentik-19.2.9](https://github.com/truecharts/charts/compare/authentik-19.2.5...authentik-19.2.9) (2024-01-29) + +### Chore + + + +- update authentik to v2023.10.7[@c483b0a](https://github.com/c483b0a) by renovate (patch) ([#17752](https://github.com/truecharts/charts/issues/17752)) + + +## [authentik-19.2.5](https://github.com/truecharts/charts/compare/authentik-19.2.4...authentik-19.2.5) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [authentik-19.2.4](https://github.com/truecharts/charts/compare/authentik-19.2.3...authentik-19.2.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [authentik-19.2.3](https://github.com/truecharts/charts/compare/authentik-19.2.2...authentik-19.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [authentik-19.2.2](https://github.com/truecharts/charts/compare/authentik-19.2.1...authentik-19.2.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [authentik-19.2.1](https://github.com/truecharts/charts/compare/authentik-19.2.0...authentik-19.2.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [authentik-19.2.0](https://github.com/truecharts/charts/compare/authentik-19.1.13...authentik-19.2.0) (2024-01-14) + +### Chore + + + +- update container image ghcr.io/maxmind/geoipupdate to v6.1.0[@cdd36d3](https://github.com/cdd36d3) by renovate ([#17203](https://github.com/truecharts/charts/issues/17203)) + + +## [authentik-19.1.13](https://github.com/truecharts/charts/compare/authentik-19.1.9...authentik-19.1.13) (2024-01-13) + +### Chore diff --git a/stable/authentik/24.2.0/Chart.yaml b/stable/authentik/24.2.0/Chart.yaml new file mode 100644 index 00000000000..7075151fd6b --- /dev/null +++ b/stable/authentik/24.2.0/Chart.yaml @@ -0,0 +1,48 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: authentication + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.2.1 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Authentik is an open-source Identity Provider focused on flexibility and versatility. +home: https://truecharts.org/charts/stable/authentik +icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.png +keywords: + - authentik +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: authentik +sources: + - https://goauthentik.io/docs/ + - https://github.com/goauthentik/authentik + - https://github.com/truecharts/charts/tree/master/charts/stable/authentik + - https://ghcr.io/goauthentik/proxy + - https://ghcr.io/goauthentik/server + - https://ghcr.io/maxmind/geoipupdate + - https://ghcr.io/goauthentik/ldap + - https://ghcr.io/goauthentik/radius +type: application +version: 24.2.0 diff --git a/stable/authentik/24.1.0/README.md b/stable/authentik/24.2.0/README.md similarity index 100% rename from stable/authentik/24.1.0/README.md rename to stable/authentik/24.2.0/README.md diff --git a/stable/authentik/24.1.0/app-readme.md b/stable/authentik/24.2.0/app-readme.md similarity index 100% rename from stable/authentik/24.1.0/app-readme.md rename to stable/authentik/24.2.0/app-readme.md diff --git a/stable/authentik/24.2.0/charts/common-18.1.2.tgz b/stable/authentik/24.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/authentik/24.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/authentik/24.1.0/charts/redis-11.2.1.tgz b/stable/authentik/24.2.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/authentik/24.1.0/charts/redis-11.2.1.tgz rename to stable/authentik/24.2.0/charts/redis-11.2.1.tgz diff --git a/stable/authentik/24.1.0/ix_values.yaml b/stable/authentik/24.2.0/ix_values.yaml similarity index 100% rename from stable/authentik/24.1.0/ix_values.yaml rename to stable/authentik/24.2.0/ix_values.yaml diff --git a/stable/authentik/24.1.0/questions.yaml b/stable/authentik/24.2.0/questions.yaml similarity index 100% rename from stable/authentik/24.1.0/questions.yaml rename to stable/authentik/24.2.0/questions.yaml diff --git a/stable/automatic-music-downloader/9.1.0/templates/NOTES.txt b/stable/authentik/24.2.0/templates/NOTES.txt similarity index 100% rename from stable/automatic-music-downloader/9.1.0/templates/NOTES.txt rename to stable/authentik/24.2.0/templates/NOTES.txt diff --git a/stable/authentik/24.1.0/templates/_config.tpl b/stable/authentik/24.2.0/templates/_config.tpl similarity index 100% rename from stable/authentik/24.1.0/templates/_config.tpl rename to stable/authentik/24.2.0/templates/_config.tpl diff --git a/stable/authentik/24.1.0/templates/_secret.tpl b/stable/authentik/24.2.0/templates/_secret.tpl similarity index 100% rename from stable/authentik/24.1.0/templates/_secret.tpl rename to stable/authentik/24.2.0/templates/_secret.tpl diff --git a/stable/authentik/24.1.0/templates/_validation.tpl b/stable/authentik/24.2.0/templates/_validation.tpl similarity index 100% rename from stable/authentik/24.1.0/templates/_validation.tpl rename to stable/authentik/24.2.0/templates/_validation.tpl diff --git a/stable/authentik/24.1.0/templates/_waitAuthentik.tpl b/stable/authentik/24.2.0/templates/_waitAuthentik.tpl similarity index 100% rename from stable/authentik/24.1.0/templates/_waitAuthentik.tpl rename to stable/authentik/24.2.0/templates/_waitAuthentik.tpl diff --git a/stable/authentik/24.1.0/templates/common.yaml b/stable/authentik/24.2.0/templates/common.yaml similarity index 100% rename from stable/authentik/24.1.0/templates/common.yaml rename to stable/authentik/24.2.0/templates/common.yaml diff --git a/stable/autobrr/8.1.0/values.yaml b/stable/authentik/24.2.0/values.yaml similarity index 100% rename from stable/autobrr/8.1.0/values.yaml rename to stable/authentik/24.2.0/values.yaml diff --git a/stable/auto-yt-dl/5.1.0/CHANGELOG.md b/stable/auto-yt-dl/5.1.0/CHANGELOG.md deleted file mode 100644 index 1e2466f6ab1..00000000000 --- a/stable/auto-yt-dl/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/auto-yt-dl/5.1.0/Chart.yaml b/stable/auto-yt-dl/5.1.0/Chart.yaml deleted file mode 100644 index 2693843897b..00000000000 --- a/stable/auto-yt-dl/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/auto-yt-dl/5.1.0/charts/common-18.0.1.tgz b/stable/auto-yt-dl/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/auto-yt-dl/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/automatic-music-downloader/9.1.0/.helmignore b/stable/auto-yt-dl/5.2.0/.helmignore similarity index 100% rename from stable/automatic-music-downloader/9.1.0/.helmignore rename to stable/auto-yt-dl/5.2.0/.helmignore diff --git a/stable/auto-yt-dl/5.2.0/CHANGELOG.md b/stable/auto-yt-dl/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d5f682f5963 --- /dev/null +++ b/stable/auto-yt-dl/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [auto-yt-dl-4.1.13](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.12...auto-yt-dl-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [auto-yt-dl-4.1.12](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.11...auto-yt-dl-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [auto-yt-dl-4.1.11](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.10...auto-yt-dl-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [auto-yt-dl-4.1.10](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.9...auto-yt-dl-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [auto-yt-dl-4.1.9](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.8...auto-yt-dl-4.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [auto-yt-dl-4.1.8](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.7...auto-yt-dl-4.1.8) (2024-01-14) + +### Chore + + + +- update container image guhu007/auto-yt-dl to latest[@2cbdced](https://github.com/2cbdced) by renovate ([#17157](https://github.com/truecharts/charts/issues/17157)) + + + + +## [auto-yt-dl-4.1.7](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.6...auto-yt-dl-4.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [auto-yt-dl-4.1.6](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.5...auto-yt-dl-4.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [auto-yt-dl-4.1.5](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.4...auto-yt-dl-4.1.5) (2024-01-02) + +### Chore + + + +- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) diff --git a/stable/auto-yt-dl/5.2.0/Chart.yaml b/stable/auto-yt-dl/5.2.0/Chart.yaml new file mode 100644 index 00000000000..c2dc513be2b --- /dev/null +++ b/stable/auto-yt-dl/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/auto-yt-dl/5.1.0/README.md b/stable/auto-yt-dl/5.2.0/README.md similarity index 100% rename from stable/auto-yt-dl/5.1.0/README.md rename to stable/auto-yt-dl/5.2.0/README.md diff --git a/stable/auto-yt-dl/5.1.0/app-readme.md b/stable/auto-yt-dl/5.2.0/app-readme.md similarity index 100% rename from stable/auto-yt-dl/5.1.0/app-readme.md rename to stable/auto-yt-dl/5.2.0/app-readme.md diff --git a/stable/auto-yt-dl/5.2.0/charts/common-18.1.2.tgz b/stable/auto-yt-dl/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/auto-yt-dl/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/auto-yt-dl/5.1.0/ix_values.yaml b/stable/auto-yt-dl/5.2.0/ix_values.yaml similarity index 100% rename from stable/auto-yt-dl/5.1.0/ix_values.yaml rename to stable/auto-yt-dl/5.2.0/ix_values.yaml diff --git a/stable/auto-yt-dl/5.1.0/questions.yaml b/stable/auto-yt-dl/5.2.0/questions.yaml similarity index 100% rename from stable/auto-yt-dl/5.1.0/questions.yaml rename to stable/auto-yt-dl/5.2.0/questions.yaml diff --git a/stable/auto-yt-dl/5.1.0/templates/common.yaml b/stable/auto-yt-dl/5.2.0/templates/common.yaml similarity index 100% rename from stable/auto-yt-dl/5.1.0/templates/common.yaml rename to stable/auto-yt-dl/5.2.0/templates/common.yaml diff --git a/stable/automatic-music-downloader/9.1.0/values.yaml b/stable/auto-yt-dl/5.2.0/values.yaml similarity index 100% rename from stable/automatic-music-downloader/9.1.0/values.yaml rename to stable/auto-yt-dl/5.2.0/values.yaml diff --git a/stable/autobrr/8.1.0/CHANGELOG.md b/stable/autobrr/8.1.0/CHANGELOG.md deleted file mode 100644 index 6823b519595..00000000000 --- a/stable/autobrr/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/autobrr/8.1.0/Chart.yaml b/stable/autobrr/8.1.0/Chart.yaml deleted file mode 100644 index f5671ac497b..00000000000 --- a/stable/autobrr/8.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/autobrr/8.1.0/charts/common-18.0.1.tgz b/stable/autobrr/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/autobrr/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/automatic-ripping-machine/3.1.0/.helmignore b/stable/autobrr/8.2.0/.helmignore similarity index 100% rename from stable/automatic-ripping-machine/3.1.0/.helmignore rename to stable/autobrr/8.2.0/.helmignore diff --git a/stable/autobrr/8.2.0/CHANGELOG.md b/stable/autobrr/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..aca8d8d48c2 --- /dev/null +++ b/stable/autobrr/8.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + +## [autobrr-7.4.0](https://github.com/truecharts/charts/compare/autobrr-7.3.2...autobrr-7.4.0) (2024-02-13) + +### Chore + + + +- update container image ghcr.io/autobrr/autobrr to v1.37.0[@c965a00](https://github.com/c965a00) by renovate ([#18231](https://github.com/truecharts/charts/issues/18231)) + + +## [autobrr-7.3.2](https://github.com/truecharts/charts/compare/autobrr-7.3.1...autobrr-7.3.2) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [autobrr-7.3.1](https://github.com/truecharts/charts/compare/autobrr-7.3.0...autobrr-7.3.1) (2024-02-01) + + +## [autobrr-7.3.0](https://github.com/truecharts/charts/compare/autobrr-7.2.4...autobrr-7.3.0) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/autobrr/autobrr to v1.36.0[@14eaf68](https://github.com/14eaf68) by renovate ([#17691](https://github.com/truecharts/charts/issues/17691)) + + +## [autobrr-7.2.4](https://github.com/truecharts/charts/compare/autobrr-7.2.3...autobrr-7.2.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [autobrr-7.2.3](https://github.com/truecharts/charts/compare/autobrr-7.2.2...autobrr-7.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [autobrr-7.2.2](https://github.com/truecharts/charts/compare/autobrr-7.2.1...autobrr-7.2.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [autobrr-7.2.1](https://github.com/truecharts/charts/compare/autobrr-7.2.0...autobrr-7.2.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [autobrr-7.2.0](https://github.com/truecharts/charts/compare/autobrr-7.1.7...autobrr-7.2.0) (2024-01-21) + +### Chore + + + +- update container image ghcr.io/autobrr/autobrr to v1.35.1[@6b259dd](https://github.com/6b259dd) by renovate ([#17443](https://github.com/truecharts/charts/issues/17443)) + + + + +## [autobrr-7.1.7](https://github.com/truecharts/charts/compare/autobrr-7.1.6...autobrr-7.1.7) (2024-01-09) \ No newline at end of file diff --git a/stable/autobrr/8.2.0/Chart.yaml b/stable/autobrr/8.2.0/Chart.yaml new file mode 100644 index 00000000000..1d89e8f9aea --- /dev/null +++ b/stable/autobrr/8.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.38.1 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The modern download automation tool for torrents. +home: https://truecharts.org/charts/stable/autobrr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/autobrr.png +keywords: + - autobrr + - torrent +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: autobrr +sources: + - https://github.com/autobrr/autobrr + - https://github.com/truecharts/charts/tree/master/charts/stable/autobrr + - https://ghcr.io/autobrr/autobrr +type: application +version: 8.2.0 diff --git a/stable/autobrr/8.1.0/README.md b/stable/autobrr/8.2.0/README.md similarity index 100% rename from stable/autobrr/8.1.0/README.md rename to stable/autobrr/8.2.0/README.md diff --git a/stable/autobrr/8.1.0/app-readme.md b/stable/autobrr/8.2.0/app-readme.md similarity index 100% rename from stable/autobrr/8.1.0/app-readme.md rename to stable/autobrr/8.2.0/app-readme.md diff --git a/stable/autobrr/8.2.0/charts/common-18.1.2.tgz b/stable/autobrr/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/autobrr/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/autobrr/8.1.0/ix_values.yaml b/stable/autobrr/8.2.0/ix_values.yaml similarity index 100% rename from stable/autobrr/8.1.0/ix_values.yaml rename to stable/autobrr/8.2.0/ix_values.yaml diff --git a/stable/autobrr/8.1.0/questions.yaml b/stable/autobrr/8.2.0/questions.yaml similarity index 100% rename from stable/autobrr/8.1.0/questions.yaml rename to stable/autobrr/8.2.0/questions.yaml diff --git a/stable/automatic-ripping-machine/3.1.0/templates/NOTES.txt b/stable/autobrr/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/automatic-ripping-machine/3.1.0/templates/NOTES.txt rename to stable/autobrr/8.2.0/templates/NOTES.txt diff --git a/stable/autobrr/8.1.0/templates/_configmap.tpl b/stable/autobrr/8.2.0/templates/_configmap.tpl similarity index 100% rename from stable/autobrr/8.1.0/templates/_configmap.tpl rename to stable/autobrr/8.2.0/templates/_configmap.tpl diff --git a/stable/autobrr/8.1.0/templates/common.yaml b/stable/autobrr/8.2.0/templates/common.yaml similarity index 100% rename from stable/autobrr/8.1.0/templates/common.yaml rename to stable/autobrr/8.2.0/templates/common.yaml diff --git a/stable/automatic-ripping-machine/3.1.0/values.yaml b/stable/autobrr/8.2.0/values.yaml similarity index 100% rename from stable/automatic-ripping-machine/3.1.0/values.yaml rename to stable/autobrr/8.2.0/values.yaml diff --git a/stable/automatic-music-downloader/9.1.0/CHANGELOG.md b/stable/automatic-music-downloader/9.1.0/CHANGELOG.md deleted file mode 100644 index 962aa1a5efb..00000000000 --- a/stable/automatic-music-downloader/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [automatic-music-downloader-8.1.12](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.11...automatic-music-downloader-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [automatic-music-downloader-8.1.11](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.10...automatic-music-downloader-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [automatic-music-downloader-8.1.10](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.9...automatic-music-downloader-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [automatic-music-downloader-8.1.9](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.8...automatic-music-downloader-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [automatic-music-downloader-8.1.8](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.7...automatic-music-downloader-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [automatic-music-downloader-8.1.7](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.6...automatic-music-downloader-8.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [automatic-music-downloader-8.1.6](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.5...automatic-music-downloader-8.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [automatic-music-downloader-8.1.5](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.4...automatic-music-downloader-8.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [automatic-music-downloader-8.1.4](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.3...automatic-music-downloader-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [automatic-music-downloader-8.1.3](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.0...automatic-music-downloader-8.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/automatic-music-downloader/9.1.0/Chart.yaml b/stable/automatic-music-downloader/9.1.0/Chart.yaml deleted file mode 100644 index 6f88ff1534f..00000000000 --- a/stable/automatic-music-downloader/9.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: 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.1 - 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.0 diff --git a/stable/automatic-music-downloader/9.1.0/charts/common-18.0.1.tgz b/stable/automatic-music-downloader/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/automatic-music-downloader/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/autoscan/8.1.1/.helmignore b/stable/automatic-music-downloader/9.2.0/.helmignore similarity index 100% rename from stable/autoscan/8.1.1/.helmignore rename to stable/automatic-music-downloader/9.2.0/.helmignore diff --git a/stable/automatic-music-downloader/9.2.0/CHANGELOG.md b/stable/automatic-music-downloader/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..6aafc21814b --- /dev/null +++ b/stable/automatic-music-downloader/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/automatic-music-downloader/9.2.0/Chart.yaml b/stable/automatic-music-downloader/9.2.0/Chart.yaml new file mode 100644 index 00000000000..ad18fc8cf87 --- /dev/null +++ b/stable/automatic-music-downloader/9.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A 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.0 diff --git a/stable/automatic-music-downloader/9.1.0/README.md b/stable/automatic-music-downloader/9.2.0/README.md similarity index 100% rename from stable/automatic-music-downloader/9.1.0/README.md rename to stable/automatic-music-downloader/9.2.0/README.md diff --git a/stable/automatic-music-downloader/9.1.0/app-readme.md b/stable/automatic-music-downloader/9.2.0/app-readme.md similarity index 100% rename from stable/automatic-music-downloader/9.1.0/app-readme.md rename to stable/automatic-music-downloader/9.2.0/app-readme.md diff --git a/stable/automatic-music-downloader/9.2.0/charts/common-18.1.2.tgz b/stable/automatic-music-downloader/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/automatic-music-downloader/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/automatic-music-downloader/9.1.0/ix_values.yaml b/stable/automatic-music-downloader/9.2.0/ix_values.yaml similarity index 100% rename from stable/automatic-music-downloader/9.1.0/ix_values.yaml rename to stable/automatic-music-downloader/9.2.0/ix_values.yaml diff --git a/stable/automatic-music-downloader/9.1.0/questions.yaml b/stable/automatic-music-downloader/9.2.0/questions.yaml similarity index 100% rename from stable/automatic-music-downloader/9.1.0/questions.yaml rename to stable/automatic-music-downloader/9.2.0/questions.yaml diff --git a/stable/autoscan/8.1.1/templates/NOTES.txt b/stable/automatic-music-downloader/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/autoscan/8.1.1/templates/NOTES.txt rename to stable/automatic-music-downloader/9.2.0/templates/NOTES.txt diff --git a/stable/avidemux/9.1.0/templates/common.yaml b/stable/automatic-music-downloader/9.2.0/templates/common.yaml similarity index 100% rename from stable/avidemux/9.1.0/templates/common.yaml rename to stable/automatic-music-downloader/9.2.0/templates/common.yaml diff --git a/stable/autoscan/8.1.1/values.yaml b/stable/automatic-music-downloader/9.2.0/values.yaml similarity index 100% rename from stable/autoscan/8.1.1/values.yaml rename to stable/automatic-music-downloader/9.2.0/values.yaml diff --git a/stable/automatic-ripping-machine/3.1.0/CHANGELOG.md b/stable/automatic-ripping-machine/3.1.0/CHANGELOG.md deleted file mode 100644 index 1d051935f2e..00000000000 --- a/stable/automatic-ripping-machine/3.1.0/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.0/Chart.yaml b/stable/automatic-ripping-machine/3.1.0/Chart.yaml deleted file mode 100644 index 0d53ecd2784..00000000000 --- a/stable/automatic-ripping-machine/3.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/automatic-ripping-machine/3.1.0/charts/common-18.0.1.tgz b/stable/automatic-ripping-machine/3.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/automatic-ripping-machine/3.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/avidemux/9.1.0/.helmignore b/stable/automatic-ripping-machine/3.2.0/.helmignore similarity index 100% rename from stable/avidemux/9.1.0/.helmignore rename to stable/automatic-ripping-machine/3.2.0/.helmignore diff --git a/stable/automatic-ripping-machine/3.2.0/CHANGELOG.md b/stable/automatic-ripping-machine/3.2.0/CHANGELOG.md new file mode 100644 index 00000000000..8525732c230 --- /dev/null +++ b/stable/automatic-ripping-machine/3.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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) \ No newline at end of file diff --git a/stable/automatic-ripping-machine/3.2.0/Chart.yaml b/stable/automatic-ripping-machine/3.2.0/Chart.yaml new file mode 100644 index 00000000000..8f223586fa1 --- /dev/null +++ b/stable/automatic-ripping-machine/3.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.6.70 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/automatic-ripping-machine/3.1.0/README.md b/stable/automatic-ripping-machine/3.2.0/README.md similarity index 100% rename from stable/automatic-ripping-machine/3.1.0/README.md rename to stable/automatic-ripping-machine/3.2.0/README.md diff --git a/stable/automatic-ripping-machine/3.1.0/app-readme.md b/stable/automatic-ripping-machine/3.2.0/app-readme.md similarity index 100% rename from stable/automatic-ripping-machine/3.1.0/app-readme.md rename to stable/automatic-ripping-machine/3.2.0/app-readme.md diff --git a/stable/automatic-ripping-machine/3.2.0/charts/common-18.1.2.tgz b/stable/automatic-ripping-machine/3.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/automatic-ripping-machine/3.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/automatic-ripping-machine/3.1.0/ix_values.yaml b/stable/automatic-ripping-machine/3.2.0/ix_values.yaml similarity index 100% rename from stable/automatic-ripping-machine/3.1.0/ix_values.yaml rename to stable/automatic-ripping-machine/3.2.0/ix_values.yaml diff --git a/stable/automatic-ripping-machine/3.1.0/questions.yaml b/stable/automatic-ripping-machine/3.2.0/questions.yaml similarity index 100% rename from stable/automatic-ripping-machine/3.1.0/questions.yaml rename to stable/automatic-ripping-machine/3.2.0/questions.yaml diff --git a/stable/avidemux/9.1.0/templates/NOTES.txt b/stable/automatic-ripping-machine/3.2.0/templates/NOTES.txt similarity index 100% rename from stable/avidemux/9.1.0/templates/NOTES.txt rename to stable/automatic-ripping-machine/3.2.0/templates/NOTES.txt diff --git a/stable/babybuddy/16.1.1/templates/common.yaml b/stable/automatic-ripping-machine/3.2.0/templates/common.yaml similarity index 100% rename from stable/babybuddy/16.1.1/templates/common.yaml rename to stable/automatic-ripping-machine/3.2.0/templates/common.yaml diff --git a/stable/avidemux/9.1.0/values.yaml b/stable/automatic-ripping-machine/3.2.0/values.yaml similarity index 100% rename from stable/avidemux/9.1.0/values.yaml rename to stable/automatic-ripping-machine/3.2.0/values.yaml diff --git a/stable/autoscan/8.1.1/CHANGELOG.md b/stable/autoscan/8.1.1/CHANGELOG.md deleted file mode 100644 index 1a069455f72..00000000000 --- a/stable/autoscan/8.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [autoscan-7.1.11](https://github.com/truecharts/charts/compare/autoscan-7.1.10...autoscan-7.1.11) (2024-01-21) \ No newline at end of file diff --git a/stable/autoscan/8.1.1/Chart.yaml b/stable/autoscan/8.1.1/Chart.yaml deleted file mode 100644 index f6a34fb16b0..00000000000 --- a/stable/autoscan/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: 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.1 diff --git a/stable/autoscan/8.1.1/charts/common-18.0.2.tgz b/stable/autoscan/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/autoscan/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/autoscan/8.1.1/ix_values.yaml b/stable/autoscan/8.1.1/ix_values.yaml deleted file mode 100644 index 08c91827692..00000000000 --- a/stable/autoscan/8.1.1/ix_values.yaml +++ /dev/null @@ -1,39 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: ghcr.io/hotio/autoscan - tag: latest@sha256:37626ca73479df021e300d234d45714fc623a17b1086ae68024bf4257c77eddc -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/avorion/5.1.0/.helmignore b/stable/autoscan/8.2.0/.helmignore similarity index 100% rename from stable/avorion/5.1.0/.helmignore rename to stable/autoscan/8.2.0/.helmignore diff --git a/stable/autoscan/8.2.0/CHANGELOG.md b/stable/autoscan/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..aa00871b5d2 --- /dev/null +++ b/stable/autoscan/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [autoscan-7.1.18](https://github.com/truecharts/charts/compare/autoscan-7.1.17...autoscan-7.1.18) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/hotio/autoscan to latest[@2143c91](https://github.com/2143c91) by renovate ([#18208](https://github.com/truecharts/charts/issues/18208)) + + +## [autoscan-7.1.17](https://github.com/truecharts/charts/compare/autoscan-7.1.16...autoscan-7.1.17) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/hotio/autoscan to latest[@dc95995](https://github.com/dc95995) by renovate ([#18046](https://github.com/truecharts/charts/issues/18046)) + + +## [autoscan-7.1.16](https://github.com/truecharts/charts/compare/autoscan-7.1.15...autoscan-7.1.16) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/hotio/autoscan to latest[@12d2887](https://github.com/12d2887) by renovate ([#17834](https://github.com/truecharts/charts/issues/17834)) + + +## [autoscan-7.1.15](https://github.com/truecharts/charts/compare/autoscan-7.1.14...autoscan-7.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [autoscan-7.1.14](https://github.com/truecharts/charts/compare/autoscan-7.1.13...autoscan-7.1.14) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/hotio/autoscan to latest[@1cae14c](https://github.com/1cae14c) by renovate ([#17592](https://github.com/truecharts/charts/issues/17592)) + + +## [autoscan-7.1.13](https://github.com/truecharts/charts/compare/autoscan-7.1.12...autoscan-7.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [autoscan-7.1.12](https://github.com/truecharts/charts/compare/autoscan-7.1.11...autoscan-7.1.12) (2024-01-21) + +### Chore + + diff --git a/stable/autoscan/8.2.0/Chart.yaml b/stable/autoscan/8.2.0/Chart.yaml new file mode 100644 index 00000000000..41b5e14adf9 --- /dev/null +++ b/stable/autoscan/8.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system. +home: https://truecharts.org/charts/stable/autoscan +icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.png +keywords: + - autoscan + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: autoscan +sources: + - https://hotio.dev/containers/autoscan + - https://github.com/truecharts/charts/tree/master/charts/stable/autoscan + - https://ghcr.io/hotio/autoscan +type: application +version: 8.2.0 diff --git a/stable/autoscan/8.1.1/README.md b/stable/autoscan/8.2.0/README.md similarity index 100% rename from stable/autoscan/8.1.1/README.md rename to stable/autoscan/8.2.0/README.md diff --git a/stable/autoscan/8.1.1/app-readme.md b/stable/autoscan/8.2.0/app-readme.md similarity index 100% rename from stable/autoscan/8.1.1/app-readme.md rename to stable/autoscan/8.2.0/app-readme.md diff --git a/stable/autoscan/8.2.0/charts/common-18.1.2.tgz b/stable/autoscan/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/autoscan/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/autoscan/8.2.0/ix_values.yaml b/stable/autoscan/8.2.0/ix_values.yaml new file mode 100644 index 00000000000..db40120b298 --- /dev/null +++ b/stable/autoscan/8.2.0/ix_values.yaml @@ -0,0 +1,39 @@ +image: + pullPolicy: IfNotPresent + repository: ghcr.io/hotio/autoscan + tag: latest@sha256:a343a024366a4e12d2b4e4097fa2f65ab5285bb4d34c4ae677607d04c44f3d6c +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 3030 + protocol: http + targetPort: 3030 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + env: + PLEX_LOGIN: "" + PLEX_PASSWORD: "" +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: false diff --git a/stable/autoscan/8.1.1/questions.yaml b/stable/autoscan/8.2.0/questions.yaml similarity index 100% rename from stable/autoscan/8.1.1/questions.yaml rename to stable/autoscan/8.2.0/questions.yaml diff --git a/stable/babybuddy/16.1.1/templates/NOTES.txt b/stable/autoscan/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/babybuddy/16.1.1/templates/NOTES.txt rename to stable/autoscan/8.2.0/templates/NOTES.txt diff --git a/stable/autoscan/8.1.1/templates/common.yaml b/stable/autoscan/8.2.0/templates/common.yaml similarity index 100% rename from stable/autoscan/8.1.1/templates/common.yaml rename to stable/autoscan/8.2.0/templates/common.yaml diff --git a/stable/avorion/5.1.0/values.yaml b/stable/autoscan/8.2.0/values.yaml similarity index 100% rename from stable/avorion/5.1.0/values.yaml rename to stable/autoscan/8.2.0/values.yaml diff --git a/stable/avidemux/9.1.0/CHANGELOG.md b/stable/avidemux/9.1.0/CHANGELOG.md deleted file mode 100644 index 996e1cea718..00000000000 --- a/stable/avidemux/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/avidemux/9.1.0/Chart.yaml b/stable/avidemux/9.1.0/Chart.yaml deleted file mode 100644 index 8a8e5c38460..00000000000 --- a/stable/avidemux/9.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/avidemux/9.1.0/charts/common-18.0.1.tgz b/stable/avidemux/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/avidemux/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/babybuddy/16.1.1/.helmignore b/stable/avidemux/9.2.0/.helmignore similarity index 100% rename from stable/babybuddy/16.1.1/.helmignore rename to stable/avidemux/9.2.0/.helmignore diff --git a/stable/avidemux/9.2.0/CHANGELOG.md b/stable/avidemux/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..50d05d9bf58 --- /dev/null +++ b/stable/avidemux/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [avidemux-8.0.1](https://github.com/truecharts/charts/compare/avidemux-8.0.0...avidemux-8.0.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [avidemux-8.0.0](https://github.com/truecharts/charts/compare/avidemux-7.1.11...avidemux-8.0.0) (2024-01-29) + +### Chore + + + +- update container image jlesage/avidemux to v24.01.1[@74d2463](https://github.com/74d2463) by renovate ([#17706](https://github.com/truecharts/charts/issues/17706)) + + +## [avidemux-7.1.11](https://github.com/truecharts/charts/compare/avidemux-7.1.10...avidemux-7.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [avidemux-7.1.10](https://github.com/truecharts/charts/compare/avidemux-7.1.9...avidemux-7.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [avidemux-7.1.9](https://github.com/truecharts/charts/compare/avidemux-7.1.8...avidemux-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [avidemux-7.1.8](https://github.com/truecharts/charts/compare/avidemux-7.1.7...avidemux-7.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [avidemux-7.1.7](https://github.com/truecharts/charts/compare/avidemux-7.1.6...avidemux-7.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [avidemux-7.1.6](https://github.com/truecharts/charts/compare/avidemux-7.1.5...avidemux-7.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [avidemux-7.1.5](https://github.com/truecharts/charts/compare/avidemux-7.1.4...avidemux-7.1.5) (2024-01-02) + +### Chore + + + +- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) diff --git a/stable/avidemux/9.2.0/Chart.yaml b/stable/avidemux/9.2.0/Chart.yaml new file mode 100644 index 00000000000..9836ceaa211 --- /dev/null +++ b/stable/avidemux/9.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/avidemux/9.1.0/README.md b/stable/avidemux/9.2.0/README.md similarity index 100% rename from stable/avidemux/9.1.0/README.md rename to stable/avidemux/9.2.0/README.md diff --git a/stable/avidemux/9.1.0/app-readme.md b/stable/avidemux/9.2.0/app-readme.md similarity index 100% rename from stable/avidemux/9.1.0/app-readme.md rename to stable/avidemux/9.2.0/app-readme.md diff --git a/stable/avidemux/9.2.0/charts/common-18.1.2.tgz b/stable/avidemux/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/avidemux/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/avidemux/9.1.0/ix_values.yaml b/stable/avidemux/9.2.0/ix_values.yaml similarity index 100% rename from stable/avidemux/9.1.0/ix_values.yaml rename to stable/avidemux/9.2.0/ix_values.yaml diff --git a/stable/avidemux/9.1.0/questions.yaml b/stable/avidemux/9.2.0/questions.yaml similarity index 100% rename from stable/avidemux/9.1.0/questions.yaml rename to stable/avidemux/9.2.0/questions.yaml diff --git a/stable/backuppc/6.1.0/templates/NOTES.txt b/stable/avidemux/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/backuppc/6.1.0/templates/NOTES.txt rename to stable/avidemux/9.2.0/templates/NOTES.txt diff --git a/stable/backuppc/6.1.0/templates/common.yaml b/stable/avidemux/9.2.0/templates/common.yaml similarity index 100% rename from stable/backuppc/6.1.0/templates/common.yaml rename to stable/avidemux/9.2.0/templates/common.yaml diff --git a/stable/babybuddy/16.1.1/values.yaml b/stable/avidemux/9.2.0/values.yaml similarity index 100% rename from stable/babybuddy/16.1.1/values.yaml rename to stable/avidemux/9.2.0/values.yaml diff --git a/stable/avorion/5.1.0/CHANGELOG.md b/stable/avorion/5.1.0/CHANGELOG.md deleted file mode 100644 index 99f5566bede..00000000000 --- a/stable/avorion/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [avorion-4.1.12](https://github.com/truecharts/charts/compare/avorion-4.1.11...avorion-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [avorion-4.1.11](https://github.com/truecharts/charts/compare/avorion-4.1.10...avorion-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [avorion-4.1.10](https://github.com/truecharts/charts/compare/avorion-4.1.9...avorion-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [avorion-4.1.9](https://github.com/truecharts/charts/compare/avorion-4.1.8...avorion-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [avorion-4.1.8](https://github.com/truecharts/charts/compare/avorion-4.1.7...avorion-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [avorion-4.1.7](https://github.com/truecharts/charts/compare/avorion-4.1.6...avorion-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [avorion-4.1.6](https://github.com/truecharts/charts/compare/avorion-4.1.5...avorion-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [avorion-4.1.5](https://github.com/truecharts/charts/compare/avorion-4.1.4...avorion-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [avorion-4.1.4](https://github.com/truecharts/charts/compare/avorion-4.1.3...avorion-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [avorion-4.1.3](https://github.com/truecharts/charts/compare/avorion-4.1.0...avorion-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/avorion/5.1.0/Chart.yaml b/stable/avorion/5.1.0/Chart.yaml deleted file mode 100644 index 29cdce2bc77..00000000000 --- a/stable/avorion/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/avorion/5.1.0/charts/common-18.0.1.tgz b/stable/avorion/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/avorion/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/backuppc/6.1.0/.helmignore b/stable/avorion/5.2.0/.helmignore similarity index 100% rename from stable/backuppc/6.1.0/.helmignore rename to stable/avorion/5.2.0/.helmignore diff --git a/stable/avorion/5.2.0/CHANGELOG.md b/stable/avorion/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c2d16f02d74 --- /dev/null +++ b/stable/avorion/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/avorion/5.2.0/Chart.yaml b/stable/avorion/5.2.0/Chart.yaml new file mode 100644 index 00000000000..f2c3f546dfb --- /dev/null +++ b/stable/avorion/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: aorion +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/avorion/5.1.0/README.md b/stable/avorion/5.2.0/README.md similarity index 100% rename from stable/avorion/5.1.0/README.md rename to stable/avorion/5.2.0/README.md diff --git a/stable/avorion/5.1.0/app-readme.md b/stable/avorion/5.2.0/app-readme.md similarity index 100% rename from stable/avorion/5.1.0/app-readme.md rename to stable/avorion/5.2.0/app-readme.md diff --git a/stable/avorion/5.2.0/charts/common-18.1.2.tgz b/stable/avorion/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/avorion/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/avorion/5.1.0/ix_values.yaml b/stable/avorion/5.2.0/ix_values.yaml similarity index 100% rename from stable/avorion/5.1.0/ix_values.yaml rename to stable/avorion/5.2.0/ix_values.yaml diff --git a/stable/avorion/5.1.0/questions.yaml b/stable/avorion/5.2.0/questions.yaml similarity index 100% rename from stable/avorion/5.1.0/questions.yaml rename to stable/avorion/5.2.0/questions.yaml diff --git a/stable/avorion/5.1.0/templates/common.yaml b/stable/avorion/5.2.0/templates/common.yaml similarity index 100% rename from stable/avorion/5.1.0/templates/common.yaml rename to stable/avorion/5.2.0/templates/common.yaml diff --git a/stable/backuppc/6.1.0/values.yaml b/stable/avorion/5.2.0/values.yaml similarity index 100% rename from stable/backuppc/6.1.0/values.yaml rename to stable/avorion/5.2.0/values.yaml diff --git a/stable/babybuddy/16.1.1/CHANGELOG.md b/stable/babybuddy/16.1.1/CHANGELOG.md deleted file mode 100644 index 376201ac255..00000000000 --- a/stable/babybuddy/16.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [babybuddy-15.2.1](https://github.com/truecharts/charts/compare/babybuddy-15.2.0...babybuddy-15.2.1) (2024-01-21) \ No newline at end of file diff --git a/stable/babybuddy/16.1.1/Chart.yaml b/stable/babybuddy/16.1.1/Chart.yaml deleted file mode 100644 index 2950d22cca7..00000000000 --- a/stable/babybuddy/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: 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.1 diff --git a/stable/babybuddy/16.1.1/charts/common-18.0.2.tgz b/stable/babybuddy/16.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/babybuddy/16.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/babybuddy/16.1.1/ix_values.yaml b/stable/babybuddy/16.1.1/ix_values.yaml deleted file mode 100644 index ebbd02123e3..00000000000 --- a/stable/babybuddy/16.1.1/ix_values.yaml +++ /dev/null @@ -1,48 +0,0 @@ -image: - repository: ghcr.io/linuxserver/babybuddy - pullPolicy: IfNotPresent - tag: 2.2.1@sha256:ec85923d5b67e6108552c252ed699909a832801abd602e77e23df5133e490204 -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/baikal/5.1.0/.helmignore b/stable/babybuddy/16.2.0/.helmignore similarity index 100% rename from stable/baikal/5.1.0/.helmignore rename to stable/babybuddy/16.2.0/.helmignore diff --git a/stable/babybuddy/16.2.0/CHANGELOG.md b/stable/babybuddy/16.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b3403c5a3b5 --- /dev/null +++ b/stable/babybuddy/16.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + +## [babybuddy-15.2.9](https://github.com/truecharts/charts/compare/babybuddy-15.2.8...babybuddy-15.2.9) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@9767513](https://github.com/9767513) by renovate ([#18051](https://github.com/truecharts/charts/issues/18051)) + + +## [babybuddy-15.2.8](https://github.com/truecharts/charts/compare/babybuddy-15.2.7...babybuddy-15.2.8) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@0cd5d02](https://github.com/0cd5d02) by renovate ([#17840](https://github.com/truecharts/charts/issues/17840)) + + +## [babybuddy-15.2.7](https://github.com/truecharts/charts/compare/babybuddy-15.2.6...babybuddy-15.2.7) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [babybuddy-15.2.6](https://github.com/truecharts/charts/compare/babybuddy-15.2.5...babybuddy-15.2.6) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/babybuddy to v2.2.1[@f5becac](https://github.com/f5becac) by renovate ([#17671](https://github.com/truecharts/charts/issues/17671)) + + +## [babybuddy-15.2.5](https://github.com/truecharts/charts/compare/babybuddy-15.2.4...babybuddy-15.2.5) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/babybuddy to v[@7217358](https://github.com/7217358) by renovate ([#17597](https://github.com/truecharts/charts/issues/17597)) + + +## [babybuddy-15.2.4](https://github.com/truecharts/charts/compare/babybuddy-15.2.3...babybuddy-15.2.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [babybuddy-15.2.3](https://github.com/truecharts/charts/compare/babybuddy-15.2.2...babybuddy-15.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [babybuddy-15.2.2](https://github.com/truecharts/charts/compare/babybuddy-15.2.1...babybuddy-15.2.2) (2024-01-21) + +### Chore + + diff --git a/stable/babybuddy/16.2.0/Chart.yaml b/stable/babybuddy/16.2.0/Chart.yaml new file mode 100644 index 00000000000..23b6f6dc703 --- /dev/null +++ b/stable/babybuddy/16.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.2.1 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work. +home: https://truecharts.org/charts/stable/babybuddy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/babybuddy.png +keywords: + - baby + - buddy + - tracker + - parents + - parenting +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: babybuddy +sources: + - https://github.com/babybuddy/babybuddy + - https://github.com/truecharts/charts/tree/master/charts/stable/babybuddy + - https://ghcr.io/linuxserver/babybuddy +type: application +version: 16.2.0 diff --git a/stable/babybuddy/16.1.1/README.md b/stable/babybuddy/16.2.0/README.md similarity index 100% rename from stable/babybuddy/16.1.1/README.md rename to stable/babybuddy/16.2.0/README.md diff --git a/stable/babybuddy/16.1.1/app-readme.md b/stable/babybuddy/16.2.0/app-readme.md similarity index 100% rename from stable/babybuddy/16.1.1/app-readme.md rename to stable/babybuddy/16.2.0/app-readme.md diff --git a/stable/babybuddy/16.2.0/charts/common-18.1.2.tgz b/stable/babybuddy/16.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/babybuddy/16.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/babybuddy/16.2.0/ix_values.yaml b/stable/babybuddy/16.2.0/ix_values.yaml new file mode 100644 index 00000000000..4f90788216c --- /dev/null +++ b/stable/babybuddy/16.2.0/ix_values.yaml @@ -0,0 +1,48 @@ +image: + repository: ghcr.io/linuxserver/babybuddy + pullPolicy: IfNotPresent + tag: 2.2.1@sha256:319f5a486389c660f248b02b2453efbcca0dc95f48dd50047e6ccacba80af62e +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 10069 + protocol: http + targetPort: 8000 +workload: + main: + podSpec: + containers: + main: + env: + DB_ENGINE: "django.db.backends.postgresql" + DB_NAME: "{{ .Values.cnpg.main.database }}" + DB_USER: "{{ .Values.cnpg.main.user }}" + DB_PORT: "5432" + CSRF_TRUSTED_ORIGINS: "" + DB_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password + DB_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host +persistence: + config: + enabled: true + mountPath: /config +cnpg: + main: + enabled: true + user: babybuddy + database: babybuddy +portal: + open: + enabled: true diff --git a/stable/babybuddy/16.1.1/questions.yaml b/stable/babybuddy/16.2.0/questions.yaml similarity index 100% rename from stable/babybuddy/16.1.1/questions.yaml rename to stable/babybuddy/16.2.0/questions.yaml diff --git a/stable/baserow/12.1.0/templates/NOTES.txt b/stable/babybuddy/16.2.0/templates/NOTES.txt similarity index 100% rename from stable/baserow/12.1.0/templates/NOTES.txt rename to stable/babybuddy/16.2.0/templates/NOTES.txt diff --git a/stable/batnoter/5.1.0/templates/common.yaml b/stable/babybuddy/16.2.0/templates/common.yaml similarity index 100% rename from stable/batnoter/5.1.0/templates/common.yaml rename to stable/babybuddy/16.2.0/templates/common.yaml diff --git a/stable/baikal/5.1.0/values.yaml b/stable/babybuddy/16.2.0/values.yaml similarity index 100% rename from stable/baikal/5.1.0/values.yaml rename to stable/babybuddy/16.2.0/values.yaml diff --git a/stable/backuppc/6.1.0/CHANGELOG.md b/stable/backuppc/6.1.0/CHANGELOG.md deleted file mode 100644 index 6f49e8f966c..00000000000 --- a/stable/backuppc/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/backuppc/6.1.0/Chart.yaml b/stable/backuppc/6.1.0/Chart.yaml deleted file mode 100644 index ffe55dbb234..00000000000 --- a/stable/backuppc/6.1.0/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/backuppc/6.1.0/charts/common-18.0.1.tgz b/stable/backuppc/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/backuppc/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/barcodebuddy/5.1.0/.helmignore b/stable/backuppc/6.2.0/.helmignore similarity index 100% rename from stable/barcodebuddy/5.1.0/.helmignore rename to stable/backuppc/6.2.0/.helmignore diff --git a/stable/backuppc/6.2.0/CHANGELOG.md b/stable/backuppc/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..fd093b3858a --- /dev/null +++ b/stable/backuppc/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [backuppc-5.1.15](https://github.com/truecharts/charts/compare/backuppc-5.1.14...backuppc-5.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [backuppc-5.1.14](https://github.com/truecharts/charts/compare/backuppc-5.1.13...backuppc-5.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [backuppc-5.1.13](https://github.com/truecharts/charts/compare/backuppc-5.1.12...backuppc-5.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [backuppc-5.1.12](https://github.com/truecharts/charts/compare/backuppc-5.1.11...backuppc-5.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [backuppc-5.1.11](https://github.com/truecharts/charts/compare/backuppc-5.1.10...backuppc-5.1.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [backuppc-5.1.10](https://github.com/truecharts/charts/compare/backuppc-5.1.9...backuppc-5.1.10) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [backuppc-5.1.9](https://github.com/truecharts/charts/compare/backuppc-5.1.8...backuppc-5.1.9) (2024-01-03) + +### Chore + + + +- update container image tiredofit/backuppc to 6.0.2[@d99dee4](https://github.com/d99dee4) by renovate ([#16798](https://github.com/truecharts/charts/issues/16798)) + + +## [backuppc-5.1.8](https://github.com/truecharts/charts/compare/backuppc-5.1.7...backuppc-5.1.8) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [backuppc-5.1.7](https://github.com/truecharts/charts/compare/backuppc-5.1.6...backuppc-5.1.7) (2024-01-02) + +### Chore + + + +- update container image common to v17.2.21[@cf65ff3](https://github.com/cf65ff3) by renovate ([#16752](https://github.com/truecharts/charts/issues/16752)) diff --git a/stable/backuppc/6.2.0/Chart.yaml b/stable/backuppc/6.2.0/Chart.yaml new file mode 100644 index 00000000000..96c65a2c7a9 --- /dev/null +++ b/stable/backuppc/6.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.0.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/backuppc/6.1.0/README.md b/stable/backuppc/6.2.0/README.md similarity index 100% rename from stable/backuppc/6.1.0/README.md rename to stable/backuppc/6.2.0/README.md diff --git a/stable/backuppc/6.1.0/app-readme.md b/stable/backuppc/6.2.0/app-readme.md similarity index 100% rename from stable/backuppc/6.1.0/app-readme.md rename to stable/backuppc/6.2.0/app-readme.md diff --git a/stable/backuppc/6.2.0/charts/common-18.1.2.tgz b/stable/backuppc/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/backuppc/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/backuppc/6.1.0/ix_values.yaml b/stable/backuppc/6.2.0/ix_values.yaml similarity index 100% rename from stable/backuppc/6.1.0/ix_values.yaml rename to stable/backuppc/6.2.0/ix_values.yaml diff --git a/stable/backuppc/6.1.0/questions.yaml b/stable/backuppc/6.2.0/questions.yaml similarity index 100% rename from stable/backuppc/6.1.0/questions.yaml rename to stable/backuppc/6.2.0/questions.yaml diff --git a/stable/bazarr/18.1.0/templates/NOTES.txt b/stable/backuppc/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/bazarr/18.1.0/templates/NOTES.txt rename to stable/backuppc/6.2.0/templates/NOTES.txt diff --git a/stable/bazarr/18.1.0/templates/common.yaml b/stable/backuppc/6.2.0/templates/common.yaml similarity index 100% rename from stable/bazarr/18.1.0/templates/common.yaml rename to stable/backuppc/6.2.0/templates/common.yaml diff --git a/stable/barcodebuddy/5.1.0/values.yaml b/stable/backuppc/6.2.0/values.yaml similarity index 100% rename from stable/barcodebuddy/5.1.0/values.yaml rename to stable/backuppc/6.2.0/values.yaml diff --git a/stable/baikal/5.1.0/CHANGELOG.md b/stable/baikal/5.1.0/CHANGELOG.md deleted file mode 100644 index 0e077c9451c..00000000000 --- a/stable/baikal/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [baikal-4.2.13](https://github.com/truecharts/charts/compare/baikal-4.2.12...baikal-4.2.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [baikal-4.2.12](https://github.com/truecharts/charts/compare/baikal-4.2.11...baikal-4.2.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [baikal-4.2.11](https://github.com/truecharts/charts/compare/baikal-4.2.10...baikal-4.2.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [baikal-4.2.10](https://github.com/truecharts/charts/compare/baikal-4.2.9...baikal-4.2.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [baikal-4.2.9](https://github.com/truecharts/charts/compare/baikal-4.2.8...baikal-4.2.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [baikal-4.2.8](https://github.com/truecharts/charts/compare/baikal-4.2.7...baikal-4.2.8) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [baikal-4.2.7](https://github.com/truecharts/charts/compare/baikal-4.2.6...baikal-4.2.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [baikal-4.2.6](https://github.com/truecharts/charts/compare/baikal-4.2.5...baikal-4.2.6) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [baikal-4.2.5](https://github.com/truecharts/charts/compare/baikal-4.2.4...baikal-4.2.5) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [baikal-4.2.4](https://github.com/truecharts/charts/compare/baikal-4.2.1...baikal-4.2.4) (2024-01-01) \ No newline at end of file diff --git a/stable/baikal/5.1.0/Chart.yaml b/stable/baikal/5.1.0/Chart.yaml deleted file mode 100644 index 407f3d428c8..00000000000 --- a/stable/baikal/5.1.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: 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.1 - 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.0 diff --git a/stable/baikal/5.1.0/charts/common-18.0.1.tgz b/stable/baikal/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/baikal/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/barotrauma/5.1.0/.helmignore b/stable/baikal/5.2.0/.helmignore similarity index 100% rename from stable/barotrauma/5.1.0/.helmignore rename to stable/baikal/5.2.0/.helmignore diff --git a/stable/baikal/5.2.0/CHANGELOG.md b/stable/baikal/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..78ec079aed2 --- /dev/null +++ b/stable/baikal/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/baikal/5.2.0/Chart.yaml b/stable/baikal/5.2.0/Chart.yaml new file mode 100644 index 00000000000..15a3289d808 --- /dev/null +++ b/stable/baikal/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.9.4 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/baikal/5.1.0/README.md b/stable/baikal/5.2.0/README.md similarity index 100% rename from stable/baikal/5.1.0/README.md rename to stable/baikal/5.2.0/README.md diff --git a/stable/baikal/5.1.0/app-readme.md b/stable/baikal/5.2.0/app-readme.md similarity index 100% rename from stable/baikal/5.1.0/app-readme.md rename to stable/baikal/5.2.0/app-readme.md diff --git a/stable/baikal/5.2.0/charts/common-18.1.2.tgz b/stable/baikal/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/baikal/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/baikal/5.1.0/ix_values.yaml b/stable/baikal/5.2.0/ix_values.yaml similarity index 100% rename from stable/baikal/5.1.0/ix_values.yaml rename to stable/baikal/5.2.0/ix_values.yaml diff --git a/stable/baikal/5.1.0/questions.yaml b/stable/baikal/5.2.0/questions.yaml similarity index 100% rename from stable/baikal/5.1.0/questions.yaml rename to stable/baikal/5.2.0/questions.yaml diff --git a/stable/baikal/5.1.0/templates/common.yaml b/stable/baikal/5.2.0/templates/common.yaml similarity index 100% rename from stable/baikal/5.1.0/templates/common.yaml rename to stable/baikal/5.2.0/templates/common.yaml diff --git a/stable/barotrauma/5.1.0/values.yaml b/stable/baikal/5.2.0/values.yaml similarity index 100% rename from stable/barotrauma/5.1.0/values.yaml rename to stable/baikal/5.2.0/values.yaml diff --git a/stable/barcodebuddy/5.1.0/CHANGELOG.md b/stable/barcodebuddy/5.1.0/CHANGELOG.md deleted file mode 100644 index 91569b50519..00000000000 --- a/stable/barcodebuddy/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [barcodebuddy-4.1.12](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.11...barcodebuddy-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [barcodebuddy-4.1.11](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.10...barcodebuddy-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [barcodebuddy-4.1.10](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.9...barcodebuddy-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [barcodebuddy-4.1.9](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.8...barcodebuddy-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [barcodebuddy-4.1.8](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.7...barcodebuddy-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [barcodebuddy-4.1.7](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.6...barcodebuddy-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [barcodebuddy-4.1.6](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.5...barcodebuddy-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [barcodebuddy-4.1.5](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.4...barcodebuddy-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [barcodebuddy-4.1.4](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.3...barcodebuddy-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [barcodebuddy-4.1.3](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.0...barcodebuddy-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/barcodebuddy/5.1.0/Chart.yaml b/stable/barcodebuddy/5.1.0/Chart.yaml deleted file mode 100644 index c4e6f0708fe..00000000000 --- a/stable/barcodebuddy/5.1.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: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/barcodebuddy/5.1.0/charts/common-18.0.1.tgz b/stable/barcodebuddy/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/barcodebuddy/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/baserow/12.1.0/.helmignore b/stable/barcodebuddy/5.2.0/.helmignore similarity index 100% rename from stable/baserow/12.1.0/.helmignore rename to stable/barcodebuddy/5.2.0/.helmignore diff --git a/stable/barcodebuddy/5.2.0/CHANGELOG.md b/stable/barcodebuddy/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2e48553b067 --- /dev/null +++ b/stable/barcodebuddy/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/barcodebuddy/5.2.0/Chart.yaml b/stable/barcodebuddy/5.2.0/Chart.yaml new file mode 100644 index 00000000000..a0189e01390 --- /dev/null +++ b/stable/barcodebuddy/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/barcodebuddy/5.1.0/README.md b/stable/barcodebuddy/5.2.0/README.md similarity index 100% rename from stable/barcodebuddy/5.1.0/README.md rename to stable/barcodebuddy/5.2.0/README.md diff --git a/stable/barcodebuddy/5.1.0/app-readme.md b/stable/barcodebuddy/5.2.0/app-readme.md similarity index 100% rename from stable/barcodebuddy/5.1.0/app-readme.md rename to stable/barcodebuddy/5.2.0/app-readme.md diff --git a/stable/barcodebuddy/5.2.0/charts/common-18.1.2.tgz b/stable/barcodebuddy/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/barcodebuddy/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/barcodebuddy/5.1.0/ix_values.yaml b/stable/barcodebuddy/5.2.0/ix_values.yaml similarity index 100% rename from stable/barcodebuddy/5.1.0/ix_values.yaml rename to stable/barcodebuddy/5.2.0/ix_values.yaml diff --git a/stable/barcodebuddy/5.1.0/questions.yaml b/stable/barcodebuddy/5.2.0/questions.yaml similarity index 100% rename from stable/barcodebuddy/5.1.0/questions.yaml rename to stable/barcodebuddy/5.2.0/questions.yaml diff --git a/stable/barcodebuddy/5.1.0/templates/common.yaml b/stable/barcodebuddy/5.2.0/templates/common.yaml similarity index 100% rename from stable/barcodebuddy/5.1.0/templates/common.yaml rename to stable/barcodebuddy/5.2.0/templates/common.yaml diff --git a/stable/baserow/12.1.0/values.yaml b/stable/barcodebuddy/5.2.0/values.yaml similarity index 100% rename from stable/baserow/12.1.0/values.yaml rename to stable/barcodebuddy/5.2.0/values.yaml diff --git a/stable/barotrauma/5.1.0/CHANGELOG.md b/stable/barotrauma/5.1.0/CHANGELOG.md deleted file mode 100644 index 3f6960be3dd..00000000000 --- a/stable/barotrauma/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [barotrauma-4.1.12](https://github.com/truecharts/charts/compare/barotrauma-4.1.11...barotrauma-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [barotrauma-4.1.11](https://github.com/truecharts/charts/compare/barotrauma-4.1.10...barotrauma-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [barotrauma-4.1.10](https://github.com/truecharts/charts/compare/barotrauma-4.1.9...barotrauma-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [barotrauma-4.1.9](https://github.com/truecharts/charts/compare/barotrauma-4.1.8...barotrauma-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [barotrauma-4.1.8](https://github.com/truecharts/charts/compare/barotrauma-4.1.7...barotrauma-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [barotrauma-4.1.7](https://github.com/truecharts/charts/compare/barotrauma-4.1.6...barotrauma-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [barotrauma-4.1.6](https://github.com/truecharts/charts/compare/barotrauma-4.1.5...barotrauma-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [barotrauma-4.1.5](https://github.com/truecharts/charts/compare/barotrauma-4.1.4...barotrauma-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [barotrauma-4.1.4](https://github.com/truecharts/charts/compare/barotrauma-4.1.3...barotrauma-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [barotrauma-4.1.3](https://github.com/truecharts/charts/compare/barotrauma-4.1.0...barotrauma-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/barotrauma/5.1.0/Chart.yaml b/stable/barotrauma/5.1.0/Chart.yaml deleted file mode 100644 index f39ae6e7f43..00000000000 --- a/stable/barotrauma/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/barotrauma/5.1.0/charts/common-18.0.1.tgz b/stable/barotrauma/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/barotrauma/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/batnoter/5.1.0/.helmignore b/stable/barotrauma/5.2.0/.helmignore similarity index 100% rename from stable/batnoter/5.1.0/.helmignore rename to stable/barotrauma/5.2.0/.helmignore diff --git a/stable/barotrauma/5.2.0/CHANGELOG.md b/stable/barotrauma/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..42cd52b6643 --- /dev/null +++ b/stable/barotrauma/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/barotrauma/5.2.0/Chart.yaml b/stable/barotrauma/5.2.0/Chart.yaml new file mode 100644 index 00000000000..49b4816ee29 --- /dev/null +++ b/stable/barotrauma/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: barotrauma +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/barotrauma/5.1.0/README.md b/stable/barotrauma/5.2.0/README.md similarity index 100% rename from stable/barotrauma/5.1.0/README.md rename to stable/barotrauma/5.2.0/README.md diff --git a/stable/barotrauma/5.1.0/app-readme.md b/stable/barotrauma/5.2.0/app-readme.md similarity index 100% rename from stable/barotrauma/5.1.0/app-readme.md rename to stable/barotrauma/5.2.0/app-readme.md diff --git a/stable/barotrauma/5.2.0/charts/common-18.1.2.tgz b/stable/barotrauma/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/barotrauma/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/barotrauma/5.1.0/ix_values.yaml b/stable/barotrauma/5.2.0/ix_values.yaml similarity index 100% rename from stable/barotrauma/5.1.0/ix_values.yaml rename to stable/barotrauma/5.2.0/ix_values.yaml diff --git a/stable/barotrauma/5.1.0/questions.yaml b/stable/barotrauma/5.2.0/questions.yaml similarity index 100% rename from stable/barotrauma/5.1.0/questions.yaml rename to stable/barotrauma/5.2.0/questions.yaml diff --git a/stable/barotrauma/5.1.0/templates/common.yaml b/stable/barotrauma/5.2.0/templates/common.yaml similarity index 100% rename from stable/barotrauma/5.1.0/templates/common.yaml rename to stable/barotrauma/5.2.0/templates/common.yaml diff --git a/stable/batnoter/5.1.0/values.yaml b/stable/barotrauma/5.2.0/values.yaml similarity index 100% rename from stable/batnoter/5.1.0/values.yaml rename to stable/barotrauma/5.2.0/values.yaml diff --git a/stable/baserow/12.1.0/CHANGELOG.md b/stable/baserow/12.1.0/CHANGELOG.md deleted file mode 100644 index b5fe952edfb..00000000000 --- a/stable/baserow/12.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [baserow-11.1.17](https://github.com/truecharts/charts/compare/baserow-11.1.16...baserow-11.1.17) (2024-02-05) - -### Chore - - - -- update container image baserow/baserow to v1.22.3[@1ca1cda](https://github.com/1ca1cda) by renovate ([#17982](https://github.com/truecharts/charts/issues/17982)) - - -## [baserow-11.1.16](https://github.com/truecharts/charts/compare/baserow-11.1.15...baserow-11.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [baserow-11.1.15](https://github.com/truecharts/charts/compare/baserow-11.1.14...baserow-11.1.15) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [baserow-11.1.14](https://github.com/truecharts/charts/compare/baserow-11.1.13...baserow-11.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [baserow-11.1.13](https://github.com/truecharts/charts/compare/baserow-11.1.12...baserow-11.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [baserow-11.1.12](https://github.com/truecharts/charts/compare/baserow-11.1.11...baserow-11.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [baserow-11.1.11](https://github.com/truecharts/charts/compare/baserow-11.1.10...baserow-11.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [baserow-11.1.10](https://github.com/truecharts/charts/compare/baserow-11.1.9...baserow-11.1.10) (2024-01-15) - -### Chore - - - -- update container image baserow/baserow to v1.22.2[@13b1120](https://github.com/13b1120) by renovate ([#17268](https://github.com/truecharts/charts/issues/17268)) - - - - -## [baserow-11.1.9](https://github.com/truecharts/charts/compare/baserow-11.1.8...baserow-11.1.9) (2024-01-09) - -### Chore - - - -- 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/baserow/12.1.0/Chart.yaml b/stable/baserow/12.1.0/Chart.yaml deleted file mode 100644 index a3db266b561..00000000000 --- a/stable/baserow/12.1.0/Chart.yaml +++ /dev/null @@ -1,43 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/baserow/12.1.0/charts/common-18.0.1.tgz b/stable/baserow/12.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/baserow/12.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/bazarr/18.1.0/.helmignore b/stable/baserow/12.2.0/.helmignore similarity index 100% rename from stable/bazarr/18.1.0/.helmignore rename to stable/baserow/12.2.0/.helmignore diff --git a/stable/baserow/12.2.0/CHANGELOG.md b/stable/baserow/12.2.0/CHANGELOG.md new file mode 100644 index 00000000000..505f8e62b74 --- /dev/null +++ b/stable/baserow/12.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + +## [baserow-11.1.17](https://github.com/truecharts/charts/compare/baserow-11.1.16...baserow-11.1.17) (2024-02-05) + +### Chore + + + +- update container image baserow/baserow to v1.22.3[@1ca1cda](https://github.com/1ca1cda) by renovate ([#17982](https://github.com/truecharts/charts/issues/17982)) + + +## [baserow-11.1.16](https://github.com/truecharts/charts/compare/baserow-11.1.15...baserow-11.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [baserow-11.1.15](https://github.com/truecharts/charts/compare/baserow-11.1.14...baserow-11.1.15) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [baserow-11.1.14](https://github.com/truecharts/charts/compare/baserow-11.1.13...baserow-11.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [baserow-11.1.13](https://github.com/truecharts/charts/compare/baserow-11.1.12...baserow-11.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [baserow-11.1.12](https://github.com/truecharts/charts/compare/baserow-11.1.11...baserow-11.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [baserow-11.1.11](https://github.com/truecharts/charts/compare/baserow-11.1.10...baserow-11.1.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [baserow-11.1.10](https://github.com/truecharts/charts/compare/baserow-11.1.9...baserow-11.1.10) (2024-01-15) + +### Chore + + + +- update container image baserow/baserow to v1.22.2[@13b1120](https://github.com/13b1120) by renovate ([#17268](https://github.com/truecharts/charts/issues/17268)) + + + + +## [baserow-11.1.9](https://github.com/truecharts/charts/compare/baserow-11.1.8...baserow-11.1.9) (2024-01-09) + +### Chore diff --git a/stable/baserow/12.2.0/Chart.yaml b/stable/baserow/12.2.0/Chart.yaml new file mode 100644 index 00000000000..2f892efd8af --- /dev/null +++ b/stable/baserow/12.2.0/Chart.yaml @@ -0,0 +1,43 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.22.3 +dependencies: + - name: common + version: 18.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: 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.0 diff --git a/stable/baserow/12.1.0/README.md b/stable/baserow/12.2.0/README.md similarity index 100% rename from stable/baserow/12.1.0/README.md rename to stable/baserow/12.2.0/README.md diff --git a/stable/baserow/12.1.0/app-readme.md b/stable/baserow/12.2.0/app-readme.md similarity index 100% rename from stable/baserow/12.1.0/app-readme.md rename to stable/baserow/12.2.0/app-readme.md diff --git a/stable/baserow/12.2.0/charts/common-18.1.2.tgz b/stable/baserow/12.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/baserow/12.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/baserow/12.1.0/charts/redis-11.2.1.tgz b/stable/baserow/12.2.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/baserow/12.1.0/charts/redis-11.2.1.tgz rename to stable/baserow/12.2.0/charts/redis-11.2.1.tgz diff --git a/stable/baserow/12.1.0/ix_values.yaml b/stable/baserow/12.2.0/ix_values.yaml similarity index 100% rename from stable/baserow/12.1.0/ix_values.yaml rename to stable/baserow/12.2.0/ix_values.yaml diff --git a/stable/baserow/12.1.0/questions.yaml b/stable/baserow/12.2.0/questions.yaml similarity index 100% rename from stable/baserow/12.1.0/questions.yaml rename to stable/baserow/12.2.0/questions.yaml diff --git a/stable/beets/11.1.1/templates/NOTES.txt b/stable/baserow/12.2.0/templates/NOTES.txt similarity index 100% rename from stable/beets/11.1.1/templates/NOTES.txt rename to stable/baserow/12.2.0/templates/NOTES.txt diff --git a/stable/baserow/12.1.0/templates/_secrets.tpl b/stable/baserow/12.2.0/templates/_secrets.tpl similarity index 100% rename from stable/baserow/12.1.0/templates/_secrets.tpl rename to stable/baserow/12.2.0/templates/_secrets.tpl diff --git a/stable/baserow/12.1.0/templates/common.yaml b/stable/baserow/12.2.0/templates/common.yaml similarity index 100% rename from stable/baserow/12.1.0/templates/common.yaml rename to stable/baserow/12.2.0/templates/common.yaml diff --git a/stable/bazarr/18.1.0/values.yaml b/stable/baserow/12.2.0/values.yaml similarity index 100% rename from stable/bazarr/18.1.0/values.yaml rename to stable/baserow/12.2.0/values.yaml diff --git a/stable/batnoter/5.1.0/CHANGELOG.md b/stable/batnoter/5.1.0/CHANGELOG.md deleted file mode 100644 index 26ea8d4b5e3..00000000000 --- a/stable/batnoter/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [batnoter-4.1.12](https://github.com/truecharts/charts/compare/batnoter-4.1.11...batnoter-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [batnoter-4.1.11](https://github.com/truecharts/charts/compare/batnoter-4.1.10...batnoter-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [batnoter-4.1.10](https://github.com/truecharts/charts/compare/batnoter-4.1.9...batnoter-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [batnoter-4.1.9](https://github.com/truecharts/charts/compare/batnoter-4.1.8...batnoter-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [batnoter-4.1.8](https://github.com/truecharts/charts/compare/batnoter-4.1.7...batnoter-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [batnoter-4.1.7](https://github.com/truecharts/charts/compare/batnoter-4.1.6...batnoter-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [batnoter-4.1.6](https://github.com/truecharts/charts/compare/batnoter-4.1.5...batnoter-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [batnoter-4.1.5](https://github.com/truecharts/charts/compare/batnoter-4.1.4...batnoter-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [batnoter-4.1.4](https://github.com/truecharts/charts/compare/batnoter-4.1.3...batnoter-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [batnoter-4.1.3](https://github.com/truecharts/charts/compare/batnoter-4.1.0...batnoter-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/batnoter/5.1.0/Chart.yaml b/stable/batnoter/5.1.0/Chart.yaml deleted file mode 100644 index f44a8d4643d..00000000000 --- a/stable/batnoter/5.1.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: 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.1 - 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.0 diff --git a/stable/batnoter/5.1.0/charts/common-18.0.1.tgz b/stable/batnoter/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/batnoter/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/beets/11.1.1/.helmignore b/stable/batnoter/5.2.0/.helmignore similarity index 100% rename from stable/beets/11.1.1/.helmignore rename to stable/batnoter/5.2.0/.helmignore diff --git a/stable/batnoter/5.2.0/CHANGELOG.md b/stable/batnoter/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..6df07c2a45d --- /dev/null +++ b/stable/batnoter/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/batnoter/5.2.0/Chart.yaml b/stable/batnoter/5.2.0/Chart.yaml new file mode 100644 index 00000000000..78143135daa --- /dev/null +++ b/stable/batnoter/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: notes + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/batnoter/5.1.0/README.md b/stable/batnoter/5.2.0/README.md similarity index 100% rename from stable/batnoter/5.1.0/README.md rename to stable/batnoter/5.2.0/README.md diff --git a/stable/batnoter/5.1.0/app-readme.md b/stable/batnoter/5.2.0/app-readme.md similarity index 100% rename from stable/batnoter/5.1.0/app-readme.md rename to stable/batnoter/5.2.0/app-readme.md diff --git a/stable/batnoter/5.2.0/charts/common-18.1.2.tgz b/stable/batnoter/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/batnoter/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/batnoter/5.1.0/ix_values.yaml b/stable/batnoter/5.2.0/ix_values.yaml similarity index 100% rename from stable/batnoter/5.1.0/ix_values.yaml rename to stable/batnoter/5.2.0/ix_values.yaml diff --git a/stable/batnoter/5.1.0/questions.yaml b/stable/batnoter/5.2.0/questions.yaml similarity index 100% rename from stable/batnoter/5.1.0/questions.yaml rename to stable/batnoter/5.2.0/questions.yaml diff --git a/stable/bender/5.1.0/templates/common.yaml b/stable/batnoter/5.2.0/templates/common.yaml similarity index 100% rename from stable/bender/5.1.0/templates/common.yaml rename to stable/batnoter/5.2.0/templates/common.yaml diff --git a/stable/beets/11.1.1/values.yaml b/stable/batnoter/5.2.0/values.yaml similarity index 100% rename from stable/beets/11.1.1/values.yaml rename to stable/batnoter/5.2.0/values.yaml diff --git a/stable/bazarr/18.1.0/CHANGELOG.md b/stable/bazarr/18.1.0/CHANGELOG.md deleted file mode 100644 index 4db346a2b34..00000000000 --- a/stable/bazarr/18.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - -## [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 - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [bazarr-17.1.9](https://github.com/truecharts/charts/compare/bazarr-17.1.8...bazarr-17.1.9) (2024-01-03) - -### Chore - - - -- update container image ghcr.io/onedr0p/exportarr to v1.6.0[@b522e12](https://github.com/b522e12) by renovate ([#16770](https://github.com/truecharts/charts/issues/16770)) - - -## [bazarr-17.1.8](https://github.com/truecharts/charts/compare/bazarr-17.1.7...bazarr-17.1.8) (2024-01-02) diff --git a/stable/bazarr/18.1.0/Chart.yaml b/stable/bazarr/18.1.0/Chart.yaml deleted file mode 100644 index 45724fa9873..00000000000 --- a/stable/bazarr/18.1.0/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.4.2 -dependencies: - - name: common - version: 18.0.1 - 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/exportarr - - https://ghcr.io/onedr0p/bazarr -type: application -version: 18.1.0 diff --git a/stable/bazarr/18.1.0/charts/common-18.0.1.tgz b/stable/bazarr/18.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/bazarr/18.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/bender/5.1.0/.helmignore b/stable/bazarr/18.2.0/.helmignore similarity index 100% rename from stable/bender/5.1.0/.helmignore rename to stable/bazarr/18.2.0/.helmignore diff --git a/stable/bazarr/18.2.0/CHANGELOG.md b/stable/bazarr/18.2.0/CHANGELOG.md new file mode 100644 index 00000000000..adc92114ef1 --- /dev/null +++ b/stable/bazarr/18.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + +## [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 + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [bazarr-17.1.9](https://github.com/truecharts/charts/compare/bazarr-17.1.8...bazarr-17.1.9) (2024-01-03) + +### Chore + + + +- update container image ghcr.io/onedr0p/exportarr to v1.6.0[@b522e12](https://github.com/b522e12) by renovate ([#16770](https://github.com/truecharts/charts/issues/16770)) \ No newline at end of file diff --git a/stable/bazarr/18.2.0/Chart.yaml b/stable/bazarr/18.2.0/Chart.yaml new file mode 100644 index 00000000000..867edc82fa7 --- /dev/null +++ b/stable/bazarr/18.2.0/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.4.2 +dependencies: + - name: common + version: 18.1.2 + 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: 18.2.0 diff --git a/stable/bazarr/18.1.0/README.md b/stable/bazarr/18.2.0/README.md similarity index 100% rename from stable/bazarr/18.1.0/README.md rename to stable/bazarr/18.2.0/README.md diff --git a/stable/bazarr/18.1.0/app-readme.md b/stable/bazarr/18.2.0/app-readme.md similarity index 100% rename from stable/bazarr/18.1.0/app-readme.md rename to stable/bazarr/18.2.0/app-readme.md diff --git a/stable/bazarr/18.2.0/charts/common-18.1.2.tgz b/stable/bazarr/18.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/bazarr/18.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/bazarr/18.1.0/ix_values.yaml b/stable/bazarr/18.2.0/ix_values.yaml similarity index 100% rename from stable/bazarr/18.1.0/ix_values.yaml rename to stable/bazarr/18.2.0/ix_values.yaml diff --git a/stable/bazarr/18.1.0/questions.yaml b/stable/bazarr/18.2.0/questions.yaml similarity index 100% rename from stable/bazarr/18.1.0/questions.yaml rename to stable/bazarr/18.2.0/questions.yaml diff --git a/stable/bitmagnet/1.1.2/templates/NOTES.txt b/stable/bazarr/18.2.0/templates/NOTES.txt similarity index 100% rename from stable/bitmagnet/1.1.2/templates/NOTES.txt rename to stable/bazarr/18.2.0/templates/NOTES.txt diff --git a/stable/bitmagnet/1.1.2/templates/common.yaml b/stable/bazarr/18.2.0/templates/common.yaml similarity index 100% rename from stable/bitmagnet/1.1.2/templates/common.yaml rename to stable/bazarr/18.2.0/templates/common.yaml diff --git a/stable/bender/5.1.0/values.yaml b/stable/bazarr/18.2.0/values.yaml similarity index 100% rename from stable/bender/5.1.0/values.yaml rename to stable/bazarr/18.2.0/values.yaml diff --git a/stable/beets/11.1.1/CHANGELOG.md b/stable/beets/11.1.1/CHANGELOG.md deleted file mode 100644 index 43ab9e6d3ba..00000000000 --- a/stable/beets/11.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - -## [beets-10.1.18](https://github.com/truecharts/charts/compare/beets-10.1.17...beets-10.1.18) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/beets to version-1.6.0[@48b0309](https://github.com/48b0309) by renovate ([#18052](https://github.com/truecharts/charts/issues/18052)) - - -## [beets-10.1.17](https://github.com/truecharts/charts/compare/beets-10.1.16...beets-10.1.17) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/beets to version-1.6.0[@8e69900](https://github.com/8e69900) by renovate ([#17841](https://github.com/truecharts/charts/issues/17841)) - - -## [beets-10.1.16](https://github.com/truecharts/charts/compare/beets-10.1.15...beets-10.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [beets-10.1.15](https://github.com/truecharts/charts/compare/beets-10.1.14...beets-10.1.15) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/beets to version-1.6.0[@e2f60d7](https://github.com/e2f60d7) by renovate ([#17598](https://github.com/truecharts/charts/issues/17598)) - - -## [beets-10.1.14](https://github.com/truecharts/charts/compare/beets-10.1.13...beets-10.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [beets-10.1.13](https://github.com/truecharts/charts/compare/beets-10.1.12...beets-10.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [beets-10.1.12](https://github.com/truecharts/charts/compare/beets-10.1.11...beets-10.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [beets-10.1.11](https://github.com/truecharts/charts/compare/beets-10.1.10...beets-10.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - diff --git a/stable/beets/11.1.1/Chart.yaml b/stable/beets/11.1.1/Chart.yaml deleted file mode 100644 index fe65bb4088f..00000000000 --- a/stable/beets/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: 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.1 diff --git a/stable/beets/11.1.1/charts/common-18.0.2.tgz b/stable/beets/11.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/beets/11.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/beets/11.1.1/ix_values.yaml b/stable/beets/11.1.1/ix_values.yaml deleted file mode 100644 index 4db52ea09dc..00000000000 --- a/stable/beets/11.1.1/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - repository: ghcr.io/linuxserver/beets - pullPolicy: IfNotPresent - tag: version-1.6.0@sha256:91fd669c8947069d7331cb369f1301930ed5540b5057951f7c1224e8e036d015 -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/bitcoin-node/5.1.0/.helmignore b/stable/beets/11.2.0/.helmignore similarity index 100% rename from stable/bitcoin-node/5.1.0/.helmignore rename to stable/beets/11.2.0/.helmignore diff --git a/stable/beets/11.2.0/CHANGELOG.md b/stable/beets/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e3781cd42f1 --- /dev/null +++ b/stable/beets/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + + +## [beets-10.1.18](https://github.com/truecharts/charts/compare/beets-10.1.17...beets-10.1.18) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/beets to version-1.6.0[@48b0309](https://github.com/48b0309) by renovate ([#18052](https://github.com/truecharts/charts/issues/18052)) + + +## [beets-10.1.17](https://github.com/truecharts/charts/compare/beets-10.1.16...beets-10.1.17) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/beets to version-1.6.0[@8e69900](https://github.com/8e69900) by renovate ([#17841](https://github.com/truecharts/charts/issues/17841)) + + +## [beets-10.1.16](https://github.com/truecharts/charts/compare/beets-10.1.15...beets-10.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [beets-10.1.15](https://github.com/truecharts/charts/compare/beets-10.1.14...beets-10.1.15) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/beets to version-1.6.0[@e2f60d7](https://github.com/e2f60d7) by renovate ([#17598](https://github.com/truecharts/charts/issues/17598)) + + +## [beets-10.1.14](https://github.com/truecharts/charts/compare/beets-10.1.13...beets-10.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [beets-10.1.13](https://github.com/truecharts/charts/compare/beets-10.1.12...beets-10.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [beets-10.1.12](https://github.com/truecharts/charts/compare/beets-10.1.11...beets-10.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [beets-10.1.11](https://github.com/truecharts/charts/compare/beets-10.1.10...beets-10.1.11) (2024-01-21) + +### Chore + diff --git a/stable/beets/11.2.0/Chart.yaml b/stable/beets/11.2.0/Chart.yaml new file mode 100644 index 00000000000..66e226a0880 --- /dev/null +++ b/stable/beets/11.2.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.6.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A music library manager and not, for the most part, a music player. +home: https://truecharts.org/charts/stable/beets +icon: https://truecharts.org/img/hotlink-ok/chart-icons/beets.png +keywords: + - music + - library + - manager + - player + - beets +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: beets +sources: + - https://beets.io/ + - https://github.com/linuxserver/docker-beets + - https://github.com/truecharts/charts/tree/master/charts/stable/beets + - https://ghcr.io/linuxserver/beets +type: application +version: 11.2.0 diff --git a/stable/beets/11.1.1/README.md b/stable/beets/11.2.0/README.md similarity index 100% rename from stable/beets/11.1.1/README.md rename to stable/beets/11.2.0/README.md diff --git a/stable/beets/11.1.1/app-readme.md b/stable/beets/11.2.0/app-readme.md similarity index 100% rename from stable/beets/11.1.1/app-readme.md rename to stable/beets/11.2.0/app-readme.md diff --git a/stable/beets/11.2.0/charts/common-18.1.2.tgz b/stable/beets/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/beets/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/beets/11.2.0/ix_values.yaml b/stable/beets/11.2.0/ix_values.yaml new file mode 100644 index 00000000000..a0adee99ade --- /dev/null +++ b/stable/beets/11.2.0/ix_values.yaml @@ -0,0 +1,40 @@ +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/beets/11.1.1/questions.yaml b/stable/beets/11.2.0/questions.yaml similarity index 100% rename from stable/beets/11.1.1/questions.yaml rename to stable/beets/11.2.0/questions.yaml diff --git a/stable/blog/11.1.0/templates/NOTES.txt b/stable/beets/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/blog/11.1.0/templates/NOTES.txt rename to stable/beets/11.2.0/templates/NOTES.txt diff --git a/stable/beets/11.1.1/templates/common.yaml b/stable/beets/11.2.0/templates/common.yaml similarity index 100% rename from stable/beets/11.1.1/templates/common.yaml rename to stable/beets/11.2.0/templates/common.yaml diff --git a/stable/bitcoin-node/5.1.0/values.yaml b/stable/beets/11.2.0/values.yaml similarity index 100% rename from stable/bitcoin-node/5.1.0/values.yaml rename to stable/beets/11.2.0/values.yaml diff --git a/stable/bender/5.1.0/CHANGELOG.md b/stable/bender/5.1.0/CHANGELOG.md deleted file mode 100644 index 9c4e0a7bc58..00000000000 --- a/stable/bender/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [bender-4.1.12](https://github.com/truecharts/charts/compare/bender-4.1.11...bender-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [bender-4.1.11](https://github.com/truecharts/charts/compare/bender-4.1.10...bender-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [bender-4.1.10](https://github.com/truecharts/charts/compare/bender-4.1.9...bender-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [bender-4.1.9](https://github.com/truecharts/charts/compare/bender-4.1.8...bender-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [bender-4.1.8](https://github.com/truecharts/charts/compare/bender-4.1.7...bender-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [bender-4.1.7](https://github.com/truecharts/charts/compare/bender-4.1.6...bender-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [bender-4.1.6](https://github.com/truecharts/charts/compare/bender-4.1.5...bender-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [bender-4.1.5](https://github.com/truecharts/charts/compare/bender-4.1.4...bender-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [bender-4.1.4](https://github.com/truecharts/charts/compare/bender-4.1.3...bender-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [bender-4.1.3](https://github.com/truecharts/charts/compare/bender-4.1.0...bender-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/bender/5.1.0/Chart.yaml b/stable/bender/5.1.0/Chart.yaml deleted file mode 100644 index 054e533086f..00000000000 --- a/stable/bender/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/bender/5.1.0/charts/common-18.0.1.tgz b/stable/bender/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/bender/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/bitcoind/5.1.0/.helmignore b/stable/bender/5.2.0/.helmignore similarity index 100% rename from stable/bitcoind/5.1.0/.helmignore rename to stable/bender/5.2.0/.helmignore diff --git a/stable/bender/5.2.0/CHANGELOG.md b/stable/bender/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..1170f608547 --- /dev/null +++ b/stable/bender/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/bender/5.2.0/Chart.yaml b/stable/bender/5.2.0/Chart.yaml new file mode 100644 index 00000000000..86f68bf2e94 --- /dev/null +++ b/stable/bender/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: dashboard + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.3 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/bender/5.1.0/README.md b/stable/bender/5.2.0/README.md similarity index 100% rename from stable/bender/5.1.0/README.md rename to stable/bender/5.2.0/README.md diff --git a/stable/bender/5.1.0/app-readme.md b/stable/bender/5.2.0/app-readme.md similarity index 100% rename from stable/bender/5.1.0/app-readme.md rename to stable/bender/5.2.0/app-readme.md diff --git a/stable/bender/5.2.0/charts/common-18.1.2.tgz b/stable/bender/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/bender/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/bender/5.1.0/ix_values.yaml b/stable/bender/5.2.0/ix_values.yaml similarity index 100% rename from stable/bender/5.1.0/ix_values.yaml rename to stable/bender/5.2.0/ix_values.yaml diff --git a/stable/bender/5.1.0/questions.yaml b/stable/bender/5.2.0/questions.yaml similarity index 100% rename from stable/bender/5.1.0/questions.yaml rename to stable/bender/5.2.0/questions.yaml diff --git a/stable/boinc/9.1.0/templates/common.yaml b/stable/bender/5.2.0/templates/common.yaml similarity index 100% rename from stable/boinc/9.1.0/templates/common.yaml rename to stable/bender/5.2.0/templates/common.yaml diff --git a/stable/bitcoind/5.1.0/values.yaml b/stable/bender/5.2.0/values.yaml similarity index 100% rename from stable/bitcoind/5.1.0/values.yaml rename to stable/bender/5.2.0/values.yaml diff --git a/stable/bitcoin-node/5.1.0/CHANGELOG.md b/stable/bitcoin-node/5.1.0/CHANGELOG.md deleted file mode 100644 index c8d03942b7e..00000000000 --- a/stable/bitcoin-node/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [bitcoin-node-4.1.12](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.11...bitcoin-node-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [bitcoin-node-4.1.11](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.10...bitcoin-node-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [bitcoin-node-4.1.10](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.9...bitcoin-node-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [bitcoin-node-4.1.9](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.8...bitcoin-node-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [bitcoin-node-4.1.8](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.7...bitcoin-node-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [bitcoin-node-4.1.7](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.6...bitcoin-node-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [bitcoin-node-4.1.6](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.5...bitcoin-node-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [bitcoin-node-4.1.5](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.4...bitcoin-node-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [bitcoin-node-4.1.4](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.3...bitcoin-node-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [bitcoin-node-4.1.3](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.0...bitcoin-node-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/bitcoin-node/5.1.0/Chart.yaml b/stable/bitcoin-node/5.1.0/Chart.yaml deleted file mode 100644 index 0d0873fe9ff..00000000000 --- a/stable/bitcoin-node/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/bitcoin-node/5.1.0/charts/common-18.0.1.tgz b/stable/bitcoin-node/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/bitcoin-node/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/bitcoinunlimited/5.1.0/.helmignore b/stable/bitcoin-node/5.2.0/.helmignore similarity index 100% rename from stable/bitcoinunlimited/5.1.0/.helmignore rename to stable/bitcoin-node/5.2.0/.helmignore diff --git a/stable/bitcoin-node/5.2.0/CHANGELOG.md b/stable/bitcoin-node/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..dd9b1518834 --- /dev/null +++ b/stable/bitcoin-node/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/bitcoin-node/5.2.0/Chart.yaml b/stable/bitcoin-node/5.2.0/Chart.yaml new file mode 100644 index 00000000000..50f1907d69e --- /dev/null +++ b/stable/bitcoin-node/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Crypto + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/bitcoin-node/5.1.0/README.md b/stable/bitcoin-node/5.2.0/README.md similarity index 100% rename from stable/bitcoin-node/5.1.0/README.md rename to stable/bitcoin-node/5.2.0/README.md diff --git a/stable/bitcoin-node/5.1.0/app-readme.md b/stable/bitcoin-node/5.2.0/app-readme.md similarity index 100% rename from stable/bitcoin-node/5.1.0/app-readme.md rename to stable/bitcoin-node/5.2.0/app-readme.md diff --git a/stable/bitcoin-node/5.2.0/charts/common-18.1.2.tgz b/stable/bitcoin-node/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/bitcoin-node/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/bitcoin-node/5.1.0/ix_values.yaml b/stable/bitcoin-node/5.2.0/ix_values.yaml similarity index 100% rename from stable/bitcoin-node/5.1.0/ix_values.yaml rename to stable/bitcoin-node/5.2.0/ix_values.yaml diff --git a/stable/bitcoin-node/5.1.0/questions.yaml b/stable/bitcoin-node/5.2.0/questions.yaml similarity index 100% rename from stable/bitcoin-node/5.1.0/questions.yaml rename to stable/bitcoin-node/5.2.0/questions.yaml diff --git a/stable/bitcoin-node/5.1.0/templates/common.yaml b/stable/bitcoin-node/5.2.0/templates/common.yaml similarity index 100% rename from stable/bitcoin-node/5.1.0/templates/common.yaml rename to stable/bitcoin-node/5.2.0/templates/common.yaml diff --git a/stable/bitcoinunlimited/5.1.0/values.yaml b/stable/bitcoin-node/5.2.0/values.yaml similarity index 100% rename from stable/bitcoinunlimited/5.1.0/values.yaml rename to stable/bitcoin-node/5.2.0/values.yaml diff --git a/stable/bitcoind/5.1.0/CHANGELOG.md b/stable/bitcoind/5.1.0/CHANGELOG.md deleted file mode 100644 index c28e2254205..00000000000 --- a/stable/bitcoind/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [bitcoind-4.1.12](https://github.com/truecharts/charts/compare/bitcoind-4.1.11...bitcoind-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [bitcoind-4.1.11](https://github.com/truecharts/charts/compare/bitcoind-4.1.10...bitcoind-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [bitcoind-4.1.10](https://github.com/truecharts/charts/compare/bitcoind-4.1.9...bitcoind-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [bitcoind-4.1.9](https://github.com/truecharts/charts/compare/bitcoind-4.1.8...bitcoind-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [bitcoind-4.1.8](https://github.com/truecharts/charts/compare/bitcoind-4.1.7...bitcoind-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [bitcoind-4.1.7](https://github.com/truecharts/charts/compare/bitcoind-4.1.6...bitcoind-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [bitcoind-4.1.6](https://github.com/truecharts/charts/compare/bitcoind-4.1.5...bitcoind-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [bitcoind-4.1.5](https://github.com/truecharts/charts/compare/bitcoind-4.1.4...bitcoind-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [bitcoind-4.1.4](https://github.com/truecharts/charts/compare/bitcoind-4.1.3...bitcoind-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [bitcoind-4.1.3](https://github.com/truecharts/charts/compare/bitcoind-4.1.0...bitcoind-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/bitcoind/5.1.0/Chart.yaml b/stable/bitcoind/5.1.0/Chart.yaml deleted file mode 100644 index 4298c9ff510..00000000000 --- a/stable/bitcoind/5.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/bitcoind/5.1.0/charts/common-18.0.1.tgz b/stable/bitcoind/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/bitcoind/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/bitcoinwalletgui/5.1.0/.helmignore b/stable/bitcoind/5.2.0/.helmignore similarity index 100% rename from stable/bitcoinwalletgui/5.1.0/.helmignore rename to stable/bitcoind/5.2.0/.helmignore diff --git a/stable/bitcoind/5.2.0/CHANGELOG.md b/stable/bitcoind/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..bf3ba4a7ab7 --- /dev/null +++ b/stable/bitcoind/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/bitcoind/5.2.0/Chart.yaml b/stable/bitcoind/5.2.0/Chart.yaml new file mode 100644 index 00000000000..3411a2fb763 --- /dev/null +++ b/stable/bitcoind/5.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/bitcoind/5.1.0/README.md b/stable/bitcoind/5.2.0/README.md similarity index 100% rename from stable/bitcoind/5.1.0/README.md rename to stable/bitcoind/5.2.0/README.md diff --git a/stable/bitcoind/5.1.0/app-readme.md b/stable/bitcoind/5.2.0/app-readme.md similarity index 100% rename from stable/bitcoind/5.1.0/app-readme.md rename to stable/bitcoind/5.2.0/app-readme.md diff --git a/stable/bitcoind/5.2.0/charts/common-18.1.2.tgz b/stable/bitcoind/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/bitcoind/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/bitcoind/5.1.0/ix_values.yaml b/stable/bitcoind/5.2.0/ix_values.yaml similarity index 100% rename from stable/bitcoind/5.1.0/ix_values.yaml rename to stable/bitcoind/5.2.0/ix_values.yaml diff --git a/stable/bitcoind/5.1.0/questions.yaml b/stable/bitcoind/5.2.0/questions.yaml similarity index 100% rename from stable/bitcoind/5.1.0/questions.yaml rename to stable/bitcoind/5.2.0/questions.yaml diff --git a/stable/bitcoind/5.1.0/templates/common.yaml b/stable/bitcoind/5.2.0/templates/common.yaml similarity index 100% rename from stable/bitcoind/5.1.0/templates/common.yaml rename to stable/bitcoind/5.2.0/templates/common.yaml diff --git a/stable/bitcoinwalletgui/5.1.0/values.yaml b/stable/bitcoind/5.2.0/values.yaml similarity index 100% rename from stable/bitcoinwalletgui/5.1.0/values.yaml rename to stable/bitcoind/5.2.0/values.yaml diff --git a/stable/bitcoinunlimited/5.1.0/CHANGELOG.md b/stable/bitcoinunlimited/5.1.0/CHANGELOG.md deleted file mode 100644 index d6f4aeaef88..00000000000 --- a/stable/bitcoinunlimited/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [bitcoinunlimited-4.1.12](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.11...bitcoinunlimited-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [bitcoinunlimited-4.1.11](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.10...bitcoinunlimited-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [bitcoinunlimited-4.1.10](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.9...bitcoinunlimited-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [bitcoinunlimited-4.1.9](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.8...bitcoinunlimited-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [bitcoinunlimited-4.1.8](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.7...bitcoinunlimited-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [bitcoinunlimited-4.1.7](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.6...bitcoinunlimited-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [bitcoinunlimited-4.1.6](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.5...bitcoinunlimited-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [bitcoinunlimited-4.1.5](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.4...bitcoinunlimited-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [bitcoinunlimited-4.1.4](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.3...bitcoinunlimited-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [bitcoinunlimited-4.1.3](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.0...bitcoinunlimited-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/bitcoinunlimited/5.1.0/Chart.yaml b/stable/bitcoinunlimited/5.1.0/Chart.yaml deleted file mode 100644 index 30f3b3c7749..00000000000 --- a/stable/bitcoinunlimited/5.1.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: 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.1 - 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.0 diff --git a/stable/bitcoinunlimited/5.1.0/charts/common-18.0.1.tgz b/stable/bitcoinunlimited/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/bitcoinunlimited/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/bitmagnet/1.1.2/.helmignore b/stable/bitcoinunlimited/5.2.0/.helmignore similarity index 100% rename from stable/bitmagnet/1.1.2/.helmignore rename to stable/bitcoinunlimited/5.2.0/.helmignore diff --git a/stable/bitcoinunlimited/5.2.0/CHANGELOG.md b/stable/bitcoinunlimited/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..8e22d2eb779 --- /dev/null +++ b/stable/bitcoinunlimited/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/bitcoinunlimited/5.2.0/Chart.yaml b/stable/bitcoinunlimited/5.2.0/Chart.yaml new file mode 100644 index 00000000000..75cf3f34c22 --- /dev/null +++ b/stable/bitcoinunlimited/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/bitcoinunlimited/5.1.0/README.md b/stable/bitcoinunlimited/5.2.0/README.md similarity index 100% rename from stable/bitcoinunlimited/5.1.0/README.md rename to stable/bitcoinunlimited/5.2.0/README.md diff --git a/stable/bitcoinunlimited/5.1.0/app-readme.md b/stable/bitcoinunlimited/5.2.0/app-readme.md similarity index 100% rename from stable/bitcoinunlimited/5.1.0/app-readme.md rename to stable/bitcoinunlimited/5.2.0/app-readme.md diff --git a/stable/bitcoinunlimited/5.2.0/charts/common-18.1.2.tgz b/stable/bitcoinunlimited/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/bitcoinunlimited/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/bitcoinunlimited/5.1.0/ix_values.yaml b/stable/bitcoinunlimited/5.2.0/ix_values.yaml similarity index 100% rename from stable/bitcoinunlimited/5.1.0/ix_values.yaml rename to stable/bitcoinunlimited/5.2.0/ix_values.yaml diff --git a/stable/bitcoinunlimited/5.1.0/questions.yaml b/stable/bitcoinunlimited/5.2.0/questions.yaml similarity index 100% rename from stable/bitcoinunlimited/5.1.0/questions.yaml rename to stable/bitcoinunlimited/5.2.0/questions.yaml diff --git a/stable/bitcoinunlimited/5.1.0/templates/common.yaml b/stable/bitcoinunlimited/5.2.0/templates/common.yaml similarity index 100% rename from stable/bitcoinunlimited/5.1.0/templates/common.yaml rename to stable/bitcoinunlimited/5.2.0/templates/common.yaml diff --git a/stable/bitmagnet/1.1.2/values.yaml b/stable/bitcoinunlimited/5.2.0/values.yaml similarity index 100% rename from stable/bitmagnet/1.1.2/values.yaml rename to stable/bitcoinunlimited/5.2.0/values.yaml diff --git a/stable/bitcoinwalletgui/5.1.0/CHANGELOG.md b/stable/bitcoinwalletgui/5.1.0/CHANGELOG.md deleted file mode 100644 index 22b4cee0c16..00000000000 --- a/stable/bitcoinwalletgui/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [bitcoinwalletgui-4.1.12](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.11...bitcoinwalletgui-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [bitcoinwalletgui-4.1.11](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.10...bitcoinwalletgui-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [bitcoinwalletgui-4.1.10](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.9...bitcoinwalletgui-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [bitcoinwalletgui-4.1.9](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.8...bitcoinwalletgui-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [bitcoinwalletgui-4.1.8](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.7...bitcoinwalletgui-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [bitcoinwalletgui-4.1.7](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.6...bitcoinwalletgui-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [bitcoinwalletgui-4.1.6](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.5...bitcoinwalletgui-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [bitcoinwalletgui-4.1.5](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.4...bitcoinwalletgui-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [bitcoinwalletgui-4.1.4](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.3...bitcoinwalletgui-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [bitcoinwalletgui-4.1.3](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.0...bitcoinwalletgui-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/bitcoinwalletgui/5.1.0/Chart.yaml b/stable/bitcoinwalletgui/5.1.0/Chart.yaml deleted file mode 100644 index 8ceb4179bea..00000000000 --- a/stable/bitcoinwalletgui/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/bitcoinwalletgui/5.1.0/charts/common-18.0.1.tgz b/stable/bitcoinwalletgui/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/bitcoinwalletgui/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/blender-desktop-g3/5.1.0/.helmignore b/stable/bitcoinwalletgui/5.2.0/.helmignore similarity index 100% rename from stable/blender-desktop-g3/5.1.0/.helmignore rename to stable/bitcoinwalletgui/5.2.0/.helmignore diff --git a/stable/bitcoinwalletgui/5.2.0/CHANGELOG.md b/stable/bitcoinwalletgui/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5882ec3da81 --- /dev/null +++ b/stable/bitcoinwalletgui/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/bitcoinwalletgui/5.2.0/Chart.yaml b/stable/bitcoinwalletgui/5.2.0/Chart.yaml new file mode 100644 index 00000000000..dceb291e756 --- /dev/null +++ b/stable/bitcoinwalletgui/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | + 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.0 diff --git a/stable/bitcoinwalletgui/5.1.0/README.md b/stable/bitcoinwalletgui/5.2.0/README.md similarity index 100% rename from stable/bitcoinwalletgui/5.1.0/README.md rename to stable/bitcoinwalletgui/5.2.0/README.md diff --git a/stable/bitcoinwalletgui/5.1.0/app-readme.md b/stable/bitcoinwalletgui/5.2.0/app-readme.md similarity index 100% rename from stable/bitcoinwalletgui/5.1.0/app-readme.md rename to stable/bitcoinwalletgui/5.2.0/app-readme.md diff --git a/stable/bitcoinwalletgui/5.2.0/charts/common-18.1.2.tgz b/stable/bitcoinwalletgui/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/bitcoinwalletgui/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/bitcoinwalletgui/5.1.0/ix_values.yaml b/stable/bitcoinwalletgui/5.2.0/ix_values.yaml similarity index 100% rename from stable/bitcoinwalletgui/5.1.0/ix_values.yaml rename to stable/bitcoinwalletgui/5.2.0/ix_values.yaml diff --git a/stable/bitcoinwalletgui/5.1.0/questions.yaml b/stable/bitcoinwalletgui/5.2.0/questions.yaml similarity index 100% rename from stable/bitcoinwalletgui/5.1.0/questions.yaml rename to stable/bitcoinwalletgui/5.2.0/questions.yaml diff --git a/stable/bitcoinwalletgui/5.1.0/templates/common.yaml b/stable/bitcoinwalletgui/5.2.0/templates/common.yaml similarity index 100% rename from stable/bitcoinwalletgui/5.1.0/templates/common.yaml rename to stable/bitcoinwalletgui/5.2.0/templates/common.yaml diff --git a/stable/blender-desktop-g3/5.1.0/values.yaml b/stable/bitcoinwalletgui/5.2.0/values.yaml similarity index 100% rename from stable/blender-desktop-g3/5.1.0/values.yaml rename to stable/bitcoinwalletgui/5.2.0/values.yaml diff --git a/stable/bitmagnet/1.1.2/Chart.yaml b/stable/bitmagnet/1.1.2/Chart.yaml deleted file mode 100644 index 3bc26a8f1fd..00000000000 --- a/stable/bitmagnet/1.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: 0.7.5 -dependencies: - - name: common - version: 18.0.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration. -home: https://truecharts.org/charts/stable/bitmagnet -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitmagnet.png -keywords: - - torrent - - bitmagnet -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: bitmagnet -sources: - - https://bitmagnet.io - - https://github.com/bitmagnet-io/bitmagnet - - https://github.com/truecharts/charts/tree/master/charts/stable/bitmagnet - - https://ghcr.io/bitmagnet-io/bitmagnet -type: application -version: 1.1.2 diff --git a/stable/bitmagnet/1.1.2/charts/common-18.0.2.tgz b/stable/bitmagnet/1.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/bitmagnet/1.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/bitmagnet/1.1.2/ix_values.yaml b/stable/bitmagnet/1.1.2/ix_values.yaml deleted file mode 100644 index 6f61ab45a8f..00000000000 --- a/stable/bitmagnet/1.1.2/ix_values.yaml +++ /dev/null @@ -1,76 +0,0 @@ -image: - repository: ghcr.io/bitmagnet-io/bitmagnet - tag: 0.7.5@sha256:40c91a1fc711d1988a5d630968f7051e59733446f340ff745d27b65a624c7b41 - 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: "50" - 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/bitmagnet/1.1.2/questions.yaml b/stable/bitmagnet/1.1.2/questions.yaml deleted file mode 100755 index e38f3f75eee..00000000000 --- a/stable/bitmagnet/1.1.2/questions.yaml +++ /dev/null @@ -1,3127 +0,0 @@ -groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings - - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container - - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" - - name: Middlewares - description: Traefik Middlewares - - name: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -questions: - - variable: global - group: General Settings - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false - - - variable: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: TMDB_API_KEY - label: TMDB API Key - description: bitmagnet uses the TMDB API to fetch metadata for movies and TV shows. - schema: - type: string - private: true - default: "" - - variable: DHT_CRAWLER_SAVE_FILES_THRESHOLD - label: DHT Crawler Save Files Threshold - description: This parameter provides a compromise over disabling the saving of files altogether. Some torrents contain many thousands of files, which impacts performance and uses a lot of database disk space. This parameter will discard the files info when the number of files is greater than the threshold. - schema: - type: string - default: "50" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 3333 - required: true - - variable: torrent - label: "Torrent Service" - description: "Torrent service" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: tcp - label: "TCP Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 3334 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - default: false - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: endpointURL - label: "endpointURL" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: destinationPath - label: "destinationPath" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: provider - label: "provider" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "s3" - enum: - - value: s3 - description: S3 - - value: azure - description: Azure - - value: google - description: Google - - variable: s3 - label: "s3" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "s3"]] - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: accessKey - label: "accessKey" - schema: - type: string - default: "" - - variable: secretKey - label: "secretKey" - schema: - type: string - default: "" - - variable: azure - label: "azure (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "azure"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: connectionString - label: "connectionString" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: storageKey - label: "storageKey" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: storageSasToken - label: "storageSasToken" - schema: - type: string - default: "" - - variable: containerName - label: "containerName" - schema: - type: string - default: "" - - variable: serviceName - label: "serviceName" - schema: - type: string - default: "blob" - - variable: inheritFromAzureAD - label: "inheritFromAzureAD" - schema: - type: boolean - default: false - - variable: google - label: "google (EXTREMELY EXPERIMENTAL)" - schema: - additional_attrs: true - type: dict - show_if: [["provider", "=", "google"]] - attrs: - - variable: path - label: "path" - schema: - type: string - default: "/" - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - - variable: gkeEnvironment - label: "gkeEnvironment" - schema: - type: string - default: "" - - variable: applicationCredentials - label: "applicationCredentials" - schema: - type: string - default: "" - - variable: scheduledBackups - label: ScheduledBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backupschedule - label: BackupSchedule - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "daily-backup" - required: true - - variable: schedule - label: schedule - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: backupOwnerReference - label: backupOwnerReference - schema: - type: string - required: true - default: "self" - - variable: immediate - label: immediate - schema: - type: boolean - default: false - - variable: suspend - label: suspend - schema: - type: boolean - default: false - - variable: manualBackups - label: manualBackups - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: backup - label: Backup - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - - variable: metrics - group: Metrics - label: Prometheus Metrics - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: Main Metrics - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Enable Prometheus Metrics - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: prometheusRule - label: PrometheusRule - description: Enable and configure Prometheus Rules for the App. - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Enable Prometheus Metrics - schema: - type: boolean - default: false - # TODO: Rule List section - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/blender/5.1.1/.helmignore b/stable/bitmagnet/1.2.0/.helmignore similarity index 100% rename from stable/blender/5.1.1/.helmignore rename to stable/bitmagnet/1.2.0/.helmignore diff --git a/operators/cert-manager/4.1.4/templates/crds.yaml b/stable/bitmagnet/1.2.0/CHANGELOG.md similarity index 100% rename from operators/cert-manager/4.1.4/templates/crds.yaml rename to stable/bitmagnet/1.2.0/CHANGELOG.md diff --git a/stable/bitmagnet/1.2.0/Chart.yaml b/stable/bitmagnet/1.2.0/Chart.yaml new file mode 100644 index 00000000000..9f33835e65d --- /dev/null +++ b/stable/bitmagnet/1.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.7 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration. +home: https://truecharts.org/charts/stable/bitmagnet +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitmagnet.png +keywords: + - torrent + - bitmagnet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bitmagnet +sources: + - https://bitmagnet.io + - https://github.com/bitmagnet-io/bitmagnet + - https://github.com/truecharts/charts/tree/master/charts/stable/bitmagnet + - https://ghcr.io/bitmagnet-io/bitmagnet +type: application +version: 1.2.0 diff --git a/stable/bitmagnet/1.1.2/README.md b/stable/bitmagnet/1.2.0/README.md similarity index 100% rename from stable/bitmagnet/1.1.2/README.md rename to stable/bitmagnet/1.2.0/README.md diff --git a/stable/bitmagnet/1.1.2/app-readme.md b/stable/bitmagnet/1.2.0/app-readme.md similarity index 100% rename from stable/bitmagnet/1.1.2/app-readme.md rename to stable/bitmagnet/1.2.0/app-readme.md diff --git a/stable/bitmagnet/1.2.0/charts/common-18.1.2.tgz b/stable/bitmagnet/1.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/bitmagnet/1.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/bitmagnet/1.2.0/ix_values.yaml b/stable/bitmagnet/1.2.0/ix_values.yaml new file mode 100644 index 00000000000..379d5e60265 --- /dev/null +++ b/stable/bitmagnet/1.2.0/ix_values.yaml @@ -0,0 +1,76 @@ +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/bitmagnet/1.2.0/questions.yaml b/stable/bitmagnet/1.2.0/questions.yaml new file mode 100755 index 00000000000..b6067e4f934 --- /dev/null +++ b/stable/bitmagnet/1.2.0/questions.yaml @@ -0,0 +1,3127 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: env + group: App Configuration + label: Image Environment + schema: + additional_attrs: true + type: dict + attrs: + - variable: TMDB_API_KEY + label: TMDB API Key + description: bitmagnet uses the TMDB API to fetch metadata for movies and TV shows. + schema: + type: string + private: true + default: "" + - variable: DHT_CRAWLER_SAVE_FILES_THRESHOLD + label: DHT Crawler Save Files Threshold + description: This parameter provides a compromise over disabling the saving of files altogether. Some torrents contain many thousands of files, which impacts performance and uses a lot of database disk space. This parameter will discard the files info when the number of files is greater than the threshold. + schema: + type: string + default: "100" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 3333 + required: true + - variable: torrent + label: "Torrent Service" + description: "Torrent service" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: tcp + label: "TCP Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 3334 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: scheduledBackups + label: ScheduledBackups + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: backupschedule + label: BackupSchedule + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "daily-backup" + required: true + - variable: schedule + label: schedule + schema: + type: string + required: true + default: "0 0 0 * * *" + - variable: backupOwnerReference + label: backupOwnerReference + schema: + type: string + required: true + default: "self" + - variable: immediate + label: immediate + schema: + type: boolean + default: false + - variable: suspend + label: suspend + schema: + type: boolean + default: false + - variable: manualBackups + label: manualBackups + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: backup + label: Backup + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + + - variable: metrics + group: Metrics + label: Prometheus Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: prometheusRule + label: PrometheusRule + description: Enable and configure Prometheus Rules for the App. + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + # TODO: Rule List section + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/boinc/9.1.0/templates/NOTES.txt b/stable/bitmagnet/1.2.0/templates/NOTES.txt similarity index 100% rename from stable/boinc/9.1.0/templates/NOTES.txt rename to stable/bitmagnet/1.2.0/templates/NOTES.txt diff --git a/stable/booksonic-air/13.1.0/templates/common.yaml b/stable/bitmagnet/1.2.0/templates/common.yaml similarity index 100% rename from stable/booksonic-air/13.1.0/templates/common.yaml rename to stable/bitmagnet/1.2.0/templates/common.yaml diff --git a/stable/blender/5.1.1/values.yaml b/stable/bitmagnet/1.2.0/values.yaml similarity index 100% rename from stable/blender/5.1.1/values.yaml rename to stable/bitmagnet/1.2.0/values.yaml diff --git a/stable/blender-desktop-g3/5.1.0/CHANGELOG.md b/stable/blender-desktop-g3/5.1.0/CHANGELOG.md deleted file mode 100644 index 791c06f5aa7..00000000000 --- a/stable/blender-desktop-g3/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [blender-desktop-g3-4.1.4](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.3...blender-desktop-g3-4.1.4) (2024-01-01) \ No newline at end of file diff --git a/stable/blender-desktop-g3/5.1.0/Chart.yaml b/stable/blender-desktop-g3/5.1.0/Chart.yaml deleted file mode 100644 index 8226ef4f393..00000000000 --- a/stable/blender-desktop-g3/5.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/blender-desktop-g3/5.1.0/charts/common-18.0.1.tgz b/stable/blender-desktop-g3/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/blender-desktop-g3/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/blog/11.1.0/.helmignore b/stable/blender-desktop-g3/5.2.0/.helmignore similarity index 100% rename from stable/blog/11.1.0/.helmignore rename to stable/blender-desktop-g3/5.2.0/.helmignore diff --git a/stable/blender-desktop-g3/5.2.0/CHANGELOG.md b/stable/blender-desktop-g3/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..28e4d5e18fb --- /dev/null +++ b/stable/blender-desktop-g3/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [blender-desktop-g3-4.1.13](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.12...blender-desktop-g3-4.1.13) (2024-02-12) + +### Chore + + + +- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7103d93](https://github.com/7103d93) by renovate ([#18199](https://github.com/truecharts/charts/issues/18199)) + + +## [blender-desktop-g3-4.1.12](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.11...blender-desktop-g3-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [blender-desktop-g3-4.1.11](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.10...blender-desktop-g3-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [blender-desktop-g3-4.1.10](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.9...blender-desktop-g3-4.1.10) (2024-01-21) + +### Chore + + + +- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@3213d60](https://github.com/3213d60) by renovate ([#17475](https://github.com/truecharts/charts/issues/17475)) + + +## [blender-desktop-g3-4.1.9](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.8...blender-desktop-g3-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [blender-desktop-g3-4.1.8](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.7...blender-desktop-g3-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [blender-desktop-g3-4.1.7](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.6...blender-desktop-g3-4.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [blender-desktop-g3-4.1.6](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.5...blender-desktop-g3-4.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [blender-desktop-g3-4.1.5](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.4...blender-desktop-g3-4.1.5) (2024-01-02) + +### Chore + + diff --git a/stable/blender-desktop-g3/5.2.0/Chart.yaml b/stable/blender-desktop-g3/5.2.0/Chart.yaml new file mode 100644 index 00000000000..797612424cc --- /dev/null +++ b/stable/blender-desktop-g3/5.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing +home: https://truecharts.org/charts/stable/blender-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender-desktop-g3.png +keywords: + - blender-desktop-g3 + - Productivity + - Tools-Utilities + - MediaApp-Photos + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: blender-desktop-g3 +sources: + - https://github.com/accetto/headless-drawing-g3/ + - https://github.com/truecharts/charts/tree/master/charts/stable/blender-desktop-g3 + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3 +type: application +version: 5.2.0 diff --git a/stable/blender-desktop-g3/5.1.0/README.md b/stable/blender-desktop-g3/5.2.0/README.md similarity index 100% rename from stable/blender-desktop-g3/5.1.0/README.md rename to stable/blender-desktop-g3/5.2.0/README.md diff --git a/stable/blender-desktop-g3/5.1.0/app-readme.md b/stable/blender-desktop-g3/5.2.0/app-readme.md similarity index 100% rename from stable/blender-desktop-g3/5.1.0/app-readme.md rename to stable/blender-desktop-g3/5.2.0/app-readme.md diff --git a/stable/blender-desktop-g3/5.2.0/charts/common-18.1.2.tgz b/stable/blender-desktop-g3/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/blender-desktop-g3/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/blender-desktop-g3/5.1.0/ix_values.yaml b/stable/blender-desktop-g3/5.2.0/ix_values.yaml similarity index 100% rename from stable/blender-desktop-g3/5.1.0/ix_values.yaml rename to stable/blender-desktop-g3/5.2.0/ix_values.yaml diff --git a/stable/blender-desktop-g3/5.1.0/questions.yaml b/stable/blender-desktop-g3/5.2.0/questions.yaml similarity index 100% rename from stable/blender-desktop-g3/5.1.0/questions.yaml rename to stable/blender-desktop-g3/5.2.0/questions.yaml diff --git a/stable/blender-desktop-g3/5.1.0/templates/common.yaml b/stable/blender-desktop-g3/5.2.0/templates/common.yaml similarity index 100% rename from stable/blender-desktop-g3/5.1.0/templates/common.yaml rename to stable/blender-desktop-g3/5.2.0/templates/common.yaml diff --git a/stable/blog/11.1.0/values.yaml b/stable/blender-desktop-g3/5.2.0/values.yaml similarity index 100% rename from stable/blog/11.1.0/values.yaml rename to stable/blender-desktop-g3/5.2.0/values.yaml diff --git a/stable/blender/5.1.1/CHANGELOG.md b/stable/blender/5.1.1/CHANGELOG.md deleted file mode 100644 index 9c17066a8f9..00000000000 --- a/stable/blender/5.1.1/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) - -### Chore diff --git a/stable/blender/5.1.1/Chart.yaml b/stable/blender/5.1.1/Chart.yaml deleted file mode 100644 index 9080e073929..00000000000 --- a/stable/blender/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: 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.1 - 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.1 diff --git a/stable/blender/5.1.1/charts/common-18.0.1.tgz b/stable/blender/5.1.1/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/blender/5.1.1/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/boinc/9.1.0/.helmignore b/stable/blender/5.2.0/.helmignore similarity index 100% rename from stable/boinc/9.1.0/.helmignore rename to stable/blender/5.2.0/.helmignore diff --git a/stable/blender/5.2.0/CHANGELOG.md b/stable/blender/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..acfe5f29411 --- /dev/null +++ b/stable/blender/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + +## [blender-4.1.19](https://github.com/truecharts/charts/compare/blender-4.1.18...blender-4.1.19) (2024-02-12) + +### Chore + + + +- update container image lscr.io/linuxserver/blender to latest[@6f16e5f](https://github.com/6f16e5f) by renovate ([#18091](https://github.com/truecharts/charts/issues/18091)) + + +## [blender-4.1.18](https://github.com/truecharts/charts/compare/blender-4.1.17...blender-4.1.18) (2024-02-05) + +### Chore + + + +- update container image lscr.io/linuxserver/blender to latest[@87da613](https://github.com/87da613) by renovate ([#17881](https://github.com/truecharts/charts/issues/17881)) + + +## [blender-4.1.17](https://github.com/truecharts/charts/compare/blender-4.1.16...blender-4.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [blender-4.1.16](https://github.com/truecharts/charts/compare/blender-4.1.15...blender-4.1.16) (2024-01-29) + +### Chore + + + +- update container image lscr.io/linuxserver/blender to latest[@0d86411](https://github.com/0d86411) by renovate ([#17642](https://github.com/truecharts/charts/issues/17642)) + + +## [blender-4.1.15](https://github.com/truecharts/charts/compare/blender-4.1.14...blender-4.1.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [blender-4.1.14](https://github.com/truecharts/charts/compare/blender-4.1.13...blender-4.1.14) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [blender-4.1.13](https://github.com/truecharts/charts/compare/blender-4.1.12...blender-4.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [blender-4.1.12](https://github.com/truecharts/charts/compare/blender-4.1.11...blender-4.1.12) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + diff --git a/stable/blender/5.2.0/Chart.yaml b/stable/blender/5.2.0/Chart.yaml new file mode 100644 index 00000000000..f9a686ca6d8 --- /dev/null +++ b/stable/blender/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Blender(https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience** +home: https://truecharts.org/charts/stable/blender +icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender.png +keywords: + - blender + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: blender +sources: + - https://github.com/linuxserver/docker-blender#readme + - https://www.blender.org/ + - https://github.com/orgs/linuxserver/packages/container/package/blender + - https://github.com/truecharts/charts/tree/master/charts/stable/blender + - https://fleet.linuxserver.io/image?name=linuxserver/blender +type: application +version: 5.2.0 diff --git a/stable/blender/5.1.1/README.md b/stable/blender/5.2.0/README.md similarity index 100% rename from stable/blender/5.1.1/README.md rename to stable/blender/5.2.0/README.md diff --git a/stable/blender/5.1.1/app-readme.md b/stable/blender/5.2.0/app-readme.md similarity index 100% rename from stable/blender/5.1.1/app-readme.md rename to stable/blender/5.2.0/app-readme.md diff --git a/stable/blender/5.2.0/charts/common-18.1.2.tgz b/stable/blender/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/blender/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/blender/5.1.1/ix_values.yaml b/stable/blender/5.2.0/ix_values.yaml similarity index 100% rename from stable/blender/5.1.1/ix_values.yaml rename to stable/blender/5.2.0/ix_values.yaml diff --git a/stable/blender/5.1.1/questions.yaml b/stable/blender/5.2.0/questions.yaml similarity index 100% rename from stable/blender/5.1.1/questions.yaml rename to stable/blender/5.2.0/questions.yaml diff --git a/stable/blender/5.1.1/templates/common.yaml b/stable/blender/5.2.0/templates/common.yaml similarity index 100% rename from stable/blender/5.1.1/templates/common.yaml rename to stable/blender/5.2.0/templates/common.yaml diff --git a/stable/boinc/9.1.0/values.yaml b/stable/blender/5.2.0/values.yaml similarity index 100% rename from stable/boinc/9.1.0/values.yaml rename to stable/blender/5.2.0/values.yaml diff --git a/stable/blog/11.1.0/CHANGELOG.md b/stable/blog/11.1.0/CHANGELOG.md deleted file mode 100644 index 391a3cb9341..00000000000 --- a/stable/blog/11.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/blog/11.1.0/Chart.yaml b/stable/blog/11.1.0/Chart.yaml deleted file mode 100644 index ed1553a6d5f..00000000000 --- a/stable/blog/11.1.0/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/blog/11.1.0/charts/common-18.0.1.tgz b/stable/blog/11.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/blog/11.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/booksonic-air/13.1.0/.helmignore b/stable/blog/11.2.0/.helmignore similarity index 100% rename from stable/booksonic-air/13.1.0/.helmignore rename to stable/blog/11.2.0/.helmignore diff --git a/stable/blog/11.2.0/CHANGELOG.md b/stable/blog/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e6b1db7cf54 --- /dev/null +++ b/stable/blog/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [blog-10.1.13](https://github.com/truecharts/charts/compare/blog-10.1.12...blog-10.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [blog-10.1.12](https://github.com/truecharts/charts/compare/blog-10.1.11...blog-10.1.12) (2024-01-29) + +### Chore + + + +- update container image m1k1o/blog to latest[@bff0309](https://github.com/bff0309) by renovate ([#17644](https://github.com/truecharts/charts/issues/17644)) + + +## [blog-10.1.11](https://github.com/truecharts/charts/compare/blog-10.1.10...blog-10.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [blog-10.1.10](https://github.com/truecharts/charts/compare/blog-10.1.9...blog-10.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [blog-10.1.9](https://github.com/truecharts/charts/compare/blog-10.1.8...blog-10.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [blog-10.1.8](https://github.com/truecharts/charts/compare/blog-10.1.7...blog-10.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [blog-10.1.7](https://github.com/truecharts/charts/compare/blog-10.1.6...blog-10.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [blog-10.1.6](https://github.com/truecharts/charts/compare/blog-10.1.5...blog-10.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [blog-10.1.5](https://github.com/truecharts/charts/compare/blog-10.1.4...blog-10.1.5) (2024-01-02) + +### Chore + + + +- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) diff --git a/stable/blog/11.2.0/Chart.yaml b/stable/blog/11.2.0/Chart.yaml new file mode 100644 index 00000000000..c9ac50e7497 --- /dev/null +++ b/stable/blog/11.2.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: hosting + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/blog/11.1.0/README.md b/stable/blog/11.2.0/README.md similarity index 100% rename from stable/blog/11.1.0/README.md rename to stable/blog/11.2.0/README.md diff --git a/stable/blog/11.1.0/app-readme.md b/stable/blog/11.2.0/app-readme.md similarity index 100% rename from stable/blog/11.1.0/app-readme.md rename to stable/blog/11.2.0/app-readme.md diff --git a/stable/blog/11.2.0/charts/common-18.1.2.tgz b/stable/blog/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/blog/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/blog/11.1.0/ix_values.yaml b/stable/blog/11.2.0/ix_values.yaml similarity index 100% rename from stable/blog/11.1.0/ix_values.yaml rename to stable/blog/11.2.0/ix_values.yaml diff --git a/stable/blog/11.1.0/questions.yaml b/stable/blog/11.2.0/questions.yaml similarity index 100% rename from stable/blog/11.1.0/questions.yaml rename to stable/blog/11.2.0/questions.yaml diff --git a/stable/booksonic-air/13.1.0/templates/NOTES.txt b/stable/blog/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/booksonic-air/13.1.0/templates/NOTES.txt rename to stable/blog/11.2.0/templates/NOTES.txt diff --git a/stable/blog/11.1.0/templates/common.yaml b/stable/blog/11.2.0/templates/common.yaml similarity index 100% rename from stable/blog/11.1.0/templates/common.yaml rename to stable/blog/11.2.0/templates/common.yaml diff --git a/stable/booksonic-air/13.1.0/values.yaml b/stable/blog/11.2.0/values.yaml similarity index 100% rename from stable/booksonic-air/13.1.0/values.yaml rename to stable/blog/11.2.0/values.yaml diff --git a/stable/boinc/9.1.0/CHANGELOG.md b/stable/boinc/9.1.0/CHANGELOG.md deleted file mode 100644 index 5192fe24df7..00000000000 --- a/stable/boinc/9.1.0/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)) - - -## [boinc-8.1.11](https://github.com/truecharts/charts/compare/boinc-8.1.10...boinc-8.1.11) (2024-01-21) diff --git a/stable/boinc/9.1.0/Chart.yaml b/stable/boinc/9.1.0/Chart.yaml deleted file mode 100644 index f152ec30933..00000000000 --- a/stable/boinc/9.1.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: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/boinc/9.1.0/charts/common-18.0.1.tgz b/stable/boinc/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/boinc/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/bookstack/12.2.0/.helmignore b/stable/boinc/9.2.0/.helmignore similarity index 100% rename from stable/bookstack/12.2.0/.helmignore rename to stable/boinc/9.2.0/.helmignore diff --git a/stable/boinc/9.2.0/CHANGELOG.md b/stable/boinc/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..7e18770d221 --- /dev/null +++ b/stable/boinc/9.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + +## [boinc-8.1.19](https://github.com/truecharts/charts/compare/boinc-8.1.18...boinc-8.1.19) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/boinc to latest[@121f79c](https://github.com/121f79c) by renovate ([#18053](https://github.com/truecharts/charts/issues/18053)) + + +## [boinc-8.1.18](https://github.com/truecharts/charts/compare/boinc-8.1.17...boinc-8.1.18) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/boinc to latest[@cd2c553](https://github.com/cd2c553) by renovate ([#17842](https://github.com/truecharts/charts/issues/17842)) + + +## [boinc-8.1.17](https://github.com/truecharts/charts/compare/boinc-8.1.16...boinc-8.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [boinc-8.1.16](https://github.com/truecharts/charts/compare/boinc-8.1.15...boinc-8.1.16) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/boinc to latest[@5dab092](https://github.com/5dab092) by renovate ([#17599](https://github.com/truecharts/charts/issues/17599)) + + +## [boinc-8.1.15](https://github.com/truecharts/charts/compare/boinc-8.1.14...boinc-8.1.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [boinc-8.1.14](https://github.com/truecharts/charts/compare/boinc-8.1.13...boinc-8.1.14) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [boinc-8.1.13](https://github.com/truecharts/charts/compare/boinc-8.1.12...boinc-8.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [boinc-8.1.12](https://github.com/truecharts/charts/compare/boinc-8.1.11...boinc-8.1.12) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/stable/boinc/9.2.0/Chart.yaml b/stable/boinc/9.2.0/Chart.yaml new file mode 100644 index 00000000000..74ed91b4a53 --- /dev/null +++ b/stable/boinc/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers). +home: https://truecharts.org/charts/stable/boinc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/boinc.png +keywords: + - boinc +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: boinc +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/boinc + - https://ghcr.io/linuxserver/boinc +type: application +version: 9.2.0 diff --git a/stable/boinc/9.1.0/README.md b/stable/boinc/9.2.0/README.md similarity index 100% rename from stable/boinc/9.1.0/README.md rename to stable/boinc/9.2.0/README.md diff --git a/stable/boinc/9.1.0/app-readme.md b/stable/boinc/9.2.0/app-readme.md similarity index 100% rename from stable/boinc/9.1.0/app-readme.md rename to stable/boinc/9.2.0/app-readme.md diff --git a/stable/boinc/9.2.0/charts/common-18.1.2.tgz b/stable/boinc/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/boinc/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/boinc/9.1.0/ix_values.yaml b/stable/boinc/9.2.0/ix_values.yaml similarity index 100% rename from stable/boinc/9.1.0/ix_values.yaml rename to stable/boinc/9.2.0/ix_values.yaml diff --git a/stable/boinc/9.1.0/questions.yaml b/stable/boinc/9.2.0/questions.yaml similarity index 100% rename from stable/boinc/9.1.0/questions.yaml rename to stable/boinc/9.2.0/questions.yaml diff --git a/stable/bookstack/12.2.0/templates/NOTES.txt b/stable/boinc/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/bookstack/12.2.0/templates/NOTES.txt rename to stable/boinc/9.2.0/templates/NOTES.txt diff --git a/stable/borg-server/4.1.0/templates/common.yaml b/stable/boinc/9.2.0/templates/common.yaml similarity index 100% rename from stable/borg-server/4.1.0/templates/common.yaml rename to stable/boinc/9.2.0/templates/common.yaml diff --git a/stable/bookstack/12.2.0/values.yaml b/stable/boinc/9.2.0/values.yaml similarity index 100% rename from stable/bookstack/12.2.0/values.yaml rename to stable/boinc/9.2.0/values.yaml diff --git a/stable/booksonic-air/13.1.0/CHANGELOG.md b/stable/booksonic-air/13.1.0/CHANGELOG.md deleted file mode 100644 index e0f6876c339..00000000000 --- a/stable/booksonic-air/13.1.0/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)) - - -## [booksonic-air-12.1.11](https://github.com/truecharts/charts/compare/booksonic-air-12.1.10...booksonic-air-12.1.11) (2024-01-21) diff --git a/stable/booksonic-air/13.1.0/Chart.yaml b/stable/booksonic-air/13.1.0/Chart.yaml deleted file mode 100644 index 1ee402c012e..00000000000 --- a/stable/booksonic-air/13.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/booksonic-air/13.1.0/charts/common-18.0.1.tgz b/stable/booksonic-air/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/booksonic-air/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/borg-server/4.1.0/.helmignore b/stable/booksonic-air/13.2.0/.helmignore similarity index 100% rename from stable/borg-server/4.1.0/.helmignore rename to stable/booksonic-air/13.2.0/.helmignore diff --git a/stable/booksonic-air/13.2.0/CHANGELOG.md b/stable/booksonic-air/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..6ca79436e1e --- /dev/null +++ b/stable/booksonic-air/13.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + +## [booksonic-air-12.1.19](https://github.com/truecharts/charts/compare/booksonic-air-12.1.18...booksonic-air-12.1.19) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@d1ae05a](https://github.com/d1ae05a) by renovate ([#18054](https://github.com/truecharts/charts/issues/18054)) + + +## [booksonic-air-12.1.18](https://github.com/truecharts/charts/compare/booksonic-air-12.1.17...booksonic-air-12.1.18) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@f64fb5e](https://github.com/f64fb5e) by renovate ([#17843](https://github.com/truecharts/charts/issues/17843)) + + +## [booksonic-air-12.1.17](https://github.com/truecharts/charts/compare/booksonic-air-12.1.16...booksonic-air-12.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [booksonic-air-12.1.16](https://github.com/truecharts/charts/compare/booksonic-air-12.1.15...booksonic-air-12.1.16) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@ebb23fa](https://github.com/ebb23fa) by renovate ([#17600](https://github.com/truecharts/charts/issues/17600)) + + +## [booksonic-air-12.1.15](https://github.com/truecharts/charts/compare/booksonic-air-12.1.14...booksonic-air-12.1.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [booksonic-air-12.1.14](https://github.com/truecharts/charts/compare/booksonic-air-12.1.13...booksonic-air-12.1.14) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [booksonic-air-12.1.13](https://github.com/truecharts/charts/compare/booksonic-air-12.1.12...booksonic-air-12.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [booksonic-air-12.1.12](https://github.com/truecharts/charts/compare/booksonic-air-12.1.11...booksonic-air-12.1.12) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/stable/booksonic-air/13.2.0/Chart.yaml b/stable/booksonic-air/13.2.0/Chart.yaml new file mode 100644 index 00000000000..1df14151a11 --- /dev/null +++ b/stable/booksonic-air/13.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2201.1.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Booksonic is a platform for accessing the audibooks you own wherever you are +home: https://truecharts.org/charts/stable/booksonic-air +icon: https://truecharts.org/img/hotlink-ok/chart-icons/booksonic-air.png +keywords: + - booksonic + - audiobook +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: booksonic-air +sources: + - https://github.com/popeen/Booksonic-Air + - https://github.com/truecharts/charts/tree/master/charts/stable/booksonic-air + - https://ghcr.io/linuxserver/booksonic-air +type: application +version: 13.2.0 diff --git a/stable/booksonic-air/13.1.0/README.md b/stable/booksonic-air/13.2.0/README.md similarity index 100% rename from stable/booksonic-air/13.1.0/README.md rename to stable/booksonic-air/13.2.0/README.md diff --git a/stable/booksonic-air/13.1.0/app-readme.md b/stable/booksonic-air/13.2.0/app-readme.md similarity index 100% rename from stable/booksonic-air/13.1.0/app-readme.md rename to stable/booksonic-air/13.2.0/app-readme.md diff --git a/stable/booksonic-air/13.2.0/charts/common-18.1.2.tgz b/stable/booksonic-air/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/booksonic-air/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/booksonic-air/13.1.0/ix_values.yaml b/stable/booksonic-air/13.2.0/ix_values.yaml similarity index 100% rename from stable/booksonic-air/13.1.0/ix_values.yaml rename to stable/booksonic-air/13.2.0/ix_values.yaml diff --git a/stable/booksonic-air/13.1.0/questions.yaml b/stable/booksonic-air/13.2.0/questions.yaml similarity index 100% rename from stable/booksonic-air/13.1.0/questions.yaml rename to stable/booksonic-air/13.2.0/questions.yaml diff --git a/stable/borg-server/4.1.0/templates/NOTES.txt b/stable/booksonic-air/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/borg-server/4.1.0/templates/NOTES.txt rename to stable/booksonic-air/13.2.0/templates/NOTES.txt diff --git a/stable/browserless-chrome/9.1.0/templates/common.yaml b/stable/booksonic-air/13.2.0/templates/common.yaml similarity index 100% rename from stable/browserless-chrome/9.1.0/templates/common.yaml rename to stable/booksonic-air/13.2.0/templates/common.yaml diff --git a/stable/borg-server/4.1.0/values.yaml b/stable/booksonic-air/13.2.0/values.yaml similarity index 100% rename from stable/borg-server/4.1.0/values.yaml rename to stable/booksonic-air/13.2.0/values.yaml diff --git a/stable/bookstack/12.2.0/CHANGELOG.md b/stable/bookstack/12.2.0/CHANGELOG.md deleted file mode 100644 index 03383e4db59..00000000000 --- a/stable/bookstack/12.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [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) - -### Chore - - - -- update container image ghcr.io/linuxserver/bookstack to v23.12.20240108[@dae128c](https://github.com/dae128c) by renovate ([#17184](https://github.com/truecharts/charts/issues/17184)) - - - - -## [bookstack-11.2.9](https://github.com/truecharts/charts/compare/bookstack-11.2.8...bookstack-11.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)) \ No newline at end of file diff --git a/stable/bookstack/12.2.0/Chart.yaml b/stable/bookstack/12.2.0/Chart.yaml deleted file mode 100644 index 22f3a94a56c..00000000000 --- a/stable/bookstack/12.2.0/Chart.yaml +++ /dev/null @@ -1,48 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 23.12.20240115 -dependencies: - - name: common - version: 18.0.1 - 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 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: 12.2.0 diff --git a/stable/bookstack/12.2.0/charts/common-18.0.1.tgz b/stable/bookstack/12.2.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/bookstack/12.2.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/breitbandmessung-de/5.1.0/.helmignore b/stable/bookstack/12.3.0/.helmignore similarity index 100% rename from stable/breitbandmessung-de/5.1.0/.helmignore rename to stable/bookstack/12.3.0/.helmignore diff --git a/stable/bookstack/12.3.0/CHANGELOG.md b/stable/bookstack/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..8786852e533 --- /dev/null +++ b/stable/bookstack/12.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + +## [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) + +### Chore + + + +- update container image ghcr.io/linuxserver/bookstack to v23.12.20240108[@dae128c](https://github.com/dae128c) by renovate ([#17184](https://github.com/truecharts/charts/issues/17184)) + + + + +## [bookstack-11.2.9](https://github.com/truecharts/charts/compare/bookstack-11.2.8...bookstack-11.2.9) (2024-01-09) + +### Chore \ No newline at end of file diff --git a/stable/bookstack/12.3.0/Chart.yaml b/stable/bookstack/12.3.0/Chart.yaml new file mode 100644 index 00000000000..a7c2cdeb338 --- /dev/null +++ b/stable/bookstack/12.3.0/Chart.yaml @@ -0,0 +1,48 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 23.12.20240115 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.0.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A 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: 12.3.0 diff --git a/stable/bookstack/12.2.0/README.md b/stable/bookstack/12.3.0/README.md similarity index 100% rename from stable/bookstack/12.2.0/README.md rename to stable/bookstack/12.3.0/README.md diff --git a/stable/bookstack/12.2.0/app-readme.md b/stable/bookstack/12.3.0/app-readme.md similarity index 100% rename from stable/bookstack/12.2.0/app-readme.md rename to stable/bookstack/12.3.0/app-readme.md diff --git a/stable/bookstack/12.3.0/charts/common-18.1.2.tgz b/stable/bookstack/12.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/bookstack/12.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/bookstack/12.2.0/charts/mariadb-13.0.0.tgz b/stable/bookstack/12.3.0/charts/mariadb-13.0.0.tgz similarity index 100% rename from stable/bookstack/12.2.0/charts/mariadb-13.0.0.tgz rename to stable/bookstack/12.3.0/charts/mariadb-13.0.0.tgz diff --git a/stable/bookstack/12.2.0/ix_values.yaml b/stable/bookstack/12.3.0/ix_values.yaml similarity index 100% rename from stable/bookstack/12.2.0/ix_values.yaml rename to stable/bookstack/12.3.0/ix_values.yaml diff --git a/stable/bookstack/12.2.0/questions.yaml b/stable/bookstack/12.3.0/questions.yaml similarity index 100% rename from stable/bookstack/12.2.0/questions.yaml rename to stable/bookstack/12.3.0/questions.yaml diff --git a/stable/browserless-chrome/9.1.0/templates/NOTES.txt b/stable/bookstack/12.3.0/templates/NOTES.txt similarity index 100% rename from stable/browserless-chrome/9.1.0/templates/NOTES.txt rename to stable/bookstack/12.3.0/templates/NOTES.txt diff --git a/stable/bookstack/12.2.0/templates/_secrets.tpl b/stable/bookstack/12.3.0/templates/_secrets.tpl similarity index 100% rename from stable/bookstack/12.2.0/templates/_secrets.tpl rename to stable/bookstack/12.3.0/templates/_secrets.tpl diff --git a/stable/bookstack/12.2.0/templates/common.yaml b/stable/bookstack/12.3.0/templates/common.yaml similarity index 100% rename from stable/bookstack/12.2.0/templates/common.yaml rename to stable/bookstack/12.3.0/templates/common.yaml diff --git a/stable/breitbandmessung-de/5.1.0/values.yaml b/stable/bookstack/12.3.0/values.yaml similarity index 100% rename from stable/breitbandmessung-de/5.1.0/values.yaml rename to stable/bookstack/12.3.0/values.yaml diff --git a/stable/borg-server/4.1.0/CHANGELOG.md b/stable/borg-server/4.1.0/CHANGELOG.md deleted file mode 100644 index e80a16a01ad..00000000000 --- a/stable/borg-server/4.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/borg-server/4.1.0/Chart.yaml b/stable/borg-server/4.1.0/Chart.yaml deleted file mode 100644 index 98a41ce842c..00000000000 --- a/stable/borg-server/4.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/borg-server/4.1.0/charts/common-18.0.1.tgz b/stable/borg-server/4.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/borg-server/4.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/browserless-chrome/9.1.0/.helmignore b/stable/borg-server/4.2.0/.helmignore similarity index 100% rename from stable/browserless-chrome/9.1.0/.helmignore rename to stable/borg-server/4.2.0/.helmignore diff --git a/stable/borg-server/4.2.0/CHANGELOG.md b/stable/borg-server/4.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f93725cad2c --- /dev/null +++ b/stable/borg-server/4.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [borg-server-3.1.15](https://github.com/truecharts/charts/compare/borg-server-3.1.14...borg-server-3.1.15) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/anotherstranger/borg-server to v2.2.5[@e6745c2](https://github.com/e6745c2) by renovate ([#17908](https://github.com/truecharts/charts/issues/17908)) + + +## [borg-server-3.1.14](https://github.com/truecharts/charts/compare/borg-server-3.1.13...borg-server-3.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [borg-server-3.1.13](https://github.com/truecharts/charts/compare/borg-server-3.1.12...borg-server-3.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [borg-server-3.1.12](https://github.com/truecharts/charts/compare/borg-server-3.1.11...borg-server-3.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [borg-server-3.1.11](https://github.com/truecharts/charts/compare/borg-server-3.1.10...borg-server-3.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [borg-server-3.1.10](https://github.com/truecharts/charts/compare/borg-server-3.1.9...borg-server-3.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [borg-server-3.1.9](https://github.com/truecharts/charts/compare/borg-server-3.1.8...borg-server-3.1.9) (2024-01-21) + +### Chore + + + +- update container image ghcr.io/anotherstranger/borg-server to v2.2.4[@c4f487d](https://github.com/c4f487d) by renovate ([#17414](https://github.com/truecharts/charts/issues/17414)) + + + + +## [borg-server-3.1.8](https://github.com/truecharts/charts/compare/borg-server-3.1.7...borg-server-3.1.8) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [borg-server-3.1.7](https://github.com/truecharts/charts/compare/borg-server-3.1.6...borg-server-3.1.7) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/borg-server/4.2.0/Chart.yaml b/stable/borg-server/4.2.0/Chart.yaml new file mode 100644 index 00000000000..ce2b19fef2f --- /dev/null +++ b/stable/borg-server/4.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.2.5 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/borg-server/4.1.0/README.md b/stable/borg-server/4.2.0/README.md similarity index 100% rename from stable/borg-server/4.1.0/README.md rename to stable/borg-server/4.2.0/README.md diff --git a/stable/borg-server/4.1.0/app-readme.md b/stable/borg-server/4.2.0/app-readme.md similarity index 100% rename from stable/borg-server/4.1.0/app-readme.md rename to stable/borg-server/4.2.0/app-readme.md diff --git a/stable/borg-server/4.2.0/charts/common-18.1.2.tgz b/stable/borg-server/4.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/borg-server/4.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/borg-server/4.1.0/ix_values.yaml b/stable/borg-server/4.2.0/ix_values.yaml similarity index 100% rename from stable/borg-server/4.1.0/ix_values.yaml rename to stable/borg-server/4.2.0/ix_values.yaml diff --git a/stable/borg-server/4.1.0/questions.yaml b/stable/borg-server/4.2.0/questions.yaml similarity index 100% rename from stable/borg-server/4.1.0/questions.yaml rename to stable/borg-server/4.2.0/questions.yaml diff --git a/stable/budge/9.1.1/templates/NOTES.txt b/stable/borg-server/4.2.0/templates/NOTES.txt similarity index 100% rename from stable/budge/9.1.1/templates/NOTES.txt rename to stable/borg-server/4.2.0/templates/NOTES.txt diff --git a/stable/budge/9.1.1/templates/common.yaml b/stable/borg-server/4.2.0/templates/common.yaml similarity index 100% rename from stable/budge/9.1.1/templates/common.yaml rename to stable/borg-server/4.2.0/templates/common.yaml diff --git a/stable/browserless-chrome/9.1.0/values.yaml b/stable/borg-server/4.2.0/values.yaml similarity index 100% rename from stable/browserless-chrome/9.1.0/values.yaml rename to stable/borg-server/4.2.0/values.yaml diff --git a/stable/breitbandmessung-de/5.1.0/CHANGELOG.md b/stable/breitbandmessung-de/5.1.0/CHANGELOG.md deleted file mode 100644 index 6612f6f0c25..00000000000 --- a/stable/breitbandmessung-de/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/breitbandmessung-de/5.1.0/Chart.yaml b/stable/breitbandmessung-de/5.1.0/Chart.yaml deleted file mode 100644 index fa25ab4ec9e..00000000000 --- a/stable/breitbandmessung-de/5.1.0/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/breitbandmessung-de/5.1.0/charts/common-18.0.1.tgz b/stable/breitbandmessung-de/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/breitbandmessung-de/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/budge/9.1.1/.helmignore b/stable/breitbandmessung-de/5.2.0/.helmignore similarity index 100% rename from stable/budge/9.1.1/.helmignore rename to stable/breitbandmessung-de/5.2.0/.helmignore diff --git a/stable/breitbandmessung-de/5.2.0/CHANGELOG.md b/stable/breitbandmessung-de/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..21c507a2d7e --- /dev/null +++ b/stable/breitbandmessung-de/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [breitbandmessung-de-4.1.13](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.12...breitbandmessung-de-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [breitbandmessung-de-4.1.12](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.11...breitbandmessung-de-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [breitbandmessung-de-4.1.11](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.10...breitbandmessung-de-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [breitbandmessung-de-4.1.10](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.9...breitbandmessung-de-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [breitbandmessung-de-4.1.9](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.8...breitbandmessung-de-4.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [breitbandmessung-de-4.1.8](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.7...breitbandmessung-de-4.1.8) (2024-01-14) + + + + +## [breitbandmessung-de-4.1.7](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.6...breitbandmessung-de-4.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [breitbandmessung-de-4.1.6](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.5...breitbandmessung-de-4.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [breitbandmessung-de-4.1.5](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.4...breitbandmessung-de-4.1.5) (2024-01-02) + +### Chore + + + +- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) + + +## [breitbandmessung-de-4.1.4](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.3...breitbandmessung-de-4.1.4) (2024-01-01) + +### Chore + diff --git a/stable/breitbandmessung-de/5.2.0/Chart.yaml b/stable/breitbandmessung-de/5.2.0/Chart.yaml new file mode 100644 index 00000000000..4a26a0d5fcb --- /dev/null +++ b/stable/breitbandmessung-de/5.2.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/breitbandmessung-de/5.1.0/README.md b/stable/breitbandmessung-de/5.2.0/README.md similarity index 100% rename from stable/breitbandmessung-de/5.1.0/README.md rename to stable/breitbandmessung-de/5.2.0/README.md diff --git a/stable/breitbandmessung-de/5.1.0/app-readme.md b/stable/breitbandmessung-de/5.2.0/app-readme.md similarity index 100% rename from stable/breitbandmessung-de/5.1.0/app-readme.md rename to stable/breitbandmessung-de/5.2.0/app-readme.md diff --git a/stable/breitbandmessung-de/5.2.0/charts/common-18.1.2.tgz b/stable/breitbandmessung-de/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/breitbandmessung-de/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/breitbandmessung-de/5.1.0/ix_values.yaml b/stable/breitbandmessung-de/5.2.0/ix_values.yaml similarity index 100% rename from stable/breitbandmessung-de/5.1.0/ix_values.yaml rename to stable/breitbandmessung-de/5.2.0/ix_values.yaml diff --git a/stable/breitbandmessung-de/5.1.0/questions.yaml b/stable/breitbandmessung-de/5.2.0/questions.yaml similarity index 100% rename from stable/breitbandmessung-de/5.1.0/questions.yaml rename to stable/breitbandmessung-de/5.2.0/questions.yaml diff --git a/stable/breitbandmessung-de/5.1.0/templates/common.yaml b/stable/breitbandmessung-de/5.2.0/templates/common.yaml similarity index 100% rename from stable/breitbandmessung-de/5.1.0/templates/common.yaml rename to stable/breitbandmessung-de/5.2.0/templates/common.yaml diff --git a/stable/budge/9.1.1/values.yaml b/stable/breitbandmessung-de/5.2.0/values.yaml similarity index 100% rename from stable/budge/9.1.1/values.yaml rename to stable/breitbandmessung-de/5.2.0/values.yaml diff --git a/stable/browserless-chrome/9.1.0/CHANGELOG.md b/stable/browserless-chrome/9.1.0/CHANGELOG.md deleted file mode 100644 index 98dc7c84f51..00000000000 --- a/stable/browserless-chrome/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/browserless-chrome/9.1.0/Chart.yaml b/stable/browserless-chrome/9.1.0/Chart.yaml deleted file mode 100644 index 595a4fcc569..00000000000 --- a/stable/browserless-chrome/9.1.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: stable -apiVersion: v2 -appVersion: 1.61.1 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/browserless-chrome/9.1.0/charts/common-18.0.1.tgz b/stable/browserless-chrome/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/browserless-chrome/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/bwapp/5.1.0/.helmignore b/stable/browserless-chrome/9.2.0/.helmignore similarity index 100% rename from stable/bwapp/5.1.0/.helmignore rename to stable/browserless-chrome/9.2.0/.helmignore diff --git a/stable/browserless-chrome/9.2.0/CHANGELOG.md b/stable/browserless-chrome/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..dc878ed90c5 --- /dev/null +++ b/stable/browserless-chrome/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [browserless-chrome-8.2.1](https://github.com/truecharts/charts/compare/browserless-chrome-8.2.0...browserless-chrome-8.2.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [browserless-chrome-8.2.0](https://github.com/truecharts/charts/compare/browserless-chrome-8.1.12...browserless-chrome-8.2.0) (2024-01-29) + +### Chore + + + +- update container image browserless/chrome to v1.61.1[@efac47c](https://github.com/efac47c) by renovate ([#17690](https://github.com/truecharts/charts/issues/17690)) + + +## [browserless-chrome-8.1.12](https://github.com/truecharts/charts/compare/browserless-chrome-8.1.11...browserless-chrome-8.1.12) (2024-01-29) + +### Chore + + + +- update container image browserless/chrome to v1.61.1[@1562864](https://github.com/1562864) by renovate ([#17662](https://github.com/truecharts/charts/issues/17662)) + + +## [browserless-chrome-8.1.11](https://github.com/truecharts/charts/compare/browserless-chrome-8.1.10...browserless-chrome-8.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [browserless-chrome-8.1.10](https://github.com/truecharts/charts/compare/browserless-chrome-8.1.9...browserless-chrome-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [browserless-chrome-8.1.9](https://github.com/truecharts/charts/compare/browserless-chrome-8.1.8...browserless-chrome-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [browserless-chrome-8.1.8](https://github.com/truecharts/charts/compare/browserless-chrome-8.1.7...browserless-chrome-8.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [browserless-chrome-8.1.7](https://github.com/truecharts/charts/compare/browserless-chrome-8.1.6...browserless-chrome-8.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [browserless-chrome-8.1.6](https://github.com/truecharts/charts/compare/browserless-chrome-8.1.5...browserless-chrome-8.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/browserless-chrome/9.2.0/Chart.yaml b/stable/browserless-chrome/9.2.0/Chart.yaml new file mode 100644 index 00000000000..eef632dbfd5 --- /dev/null +++ b/stable/browserless-chrome/9.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.61.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/browserless-chrome/9.1.0/README.md b/stable/browserless-chrome/9.2.0/README.md similarity index 100% rename from stable/browserless-chrome/9.1.0/README.md rename to stable/browserless-chrome/9.2.0/README.md diff --git a/stable/browserless-chrome/9.1.0/app-readme.md b/stable/browserless-chrome/9.2.0/app-readme.md similarity index 100% rename from stable/browserless-chrome/9.1.0/app-readme.md rename to stable/browserless-chrome/9.2.0/app-readme.md diff --git a/stable/browserless-chrome/9.2.0/charts/common-18.1.2.tgz b/stable/browserless-chrome/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/browserless-chrome/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/browserless-chrome/9.1.0/ix_values.yaml b/stable/browserless-chrome/9.2.0/ix_values.yaml similarity index 100% rename from stable/browserless-chrome/9.1.0/ix_values.yaml rename to stable/browserless-chrome/9.2.0/ix_values.yaml diff --git a/stable/browserless-chrome/9.1.0/questions.yaml b/stable/browserless-chrome/9.2.0/questions.yaml similarity index 100% rename from stable/browserless-chrome/9.1.0/questions.yaml rename to stable/browserless-chrome/9.2.0/questions.yaml diff --git a/stable/calibre-web/18.1.1/templates/NOTES.txt b/stable/browserless-chrome/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/calibre-web/18.1.1/templates/NOTES.txt rename to stable/browserless-chrome/9.2.0/templates/NOTES.txt diff --git a/stable/calibre-web/18.1.1/templates/common.yaml b/stable/browserless-chrome/9.2.0/templates/common.yaml similarity index 100% rename from stable/calibre-web/18.1.1/templates/common.yaml rename to stable/browserless-chrome/9.2.0/templates/common.yaml diff --git a/stable/bwapp/5.1.0/values.yaml b/stable/browserless-chrome/9.2.0/values.yaml similarity index 100% rename from stable/bwapp/5.1.0/values.yaml rename to stable/browserless-chrome/9.2.0/values.yaml diff --git a/stable/budge/9.1.1/CHANGELOG.md b/stable/budge/9.1.1/CHANGELOG.md deleted file mode 100644 index 8c55d83a27d..00000000000 --- a/stable/budge/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [budge-8.1.9](https://github.com/truecharts/charts/compare/budge-8.1.8...budge-8.1.9) (2024-01-15) \ No newline at end of file diff --git a/stable/budge/9.1.1/Chart.yaml b/stable/budge/9.1.1/Chart.yaml deleted file mode 100644 index fefacee7ce7..00000000000 --- a/stable/budge/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: 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.1 diff --git a/stable/budge/9.1.1/charts/common-18.0.2.tgz b/stable/budge/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/budge/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/budge/9.1.1/ix_values.yaml b/stable/budge/9.1.1/ix_values.yaml deleted file mode 100644 index 012a76550ac..00000000000 --- a/stable/budge/9.1.1/ix_values.yaml +++ /dev/null @@ -1,31 +0,0 @@ -image: - repository: ghcr.io/linuxserver/budge - tag: 0.0.9@sha256:3a2c2d4e806c767a748f1efc276634569c10cb42b677f10a9980311b371a61a6 - pullPolicy: IfNotPresent -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 10165 - protocol: http - targetPort: 80 -workload: - main: - podSpec: - containers: - main: - env: - NODE_ENV: "production" -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true diff --git a/stable/cadquery-server/5.1.0/.helmignore b/stable/budge/9.2.0/.helmignore similarity index 100% rename from stable/cadquery-server/5.1.0/.helmignore rename to stable/budge/9.2.0/.helmignore diff --git a/stable/budge/9.2.0/CHANGELOG.md b/stable/budge/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..523c9228d1e --- /dev/null +++ b/stable/budge/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + +## [budge-8.1.17](https://github.com/truecharts/charts/compare/budge-8.1.16...budge-8.1.17) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/budge to 0.0.9[@bc3baef](https://github.com/bc3baef) by renovate ([#18055](https://github.com/truecharts/charts/issues/18055)) + + +## [budge-8.1.16](https://github.com/truecharts/charts/compare/budge-8.1.15...budge-8.1.16) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/budge to 0.0.9[@1cd85ba](https://github.com/1cd85ba) by renovate ([#17844](https://github.com/truecharts/charts/issues/17844)) + + +## [budge-8.1.15](https://github.com/truecharts/charts/compare/budge-8.1.14...budge-8.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [budge-8.1.14](https://github.com/truecharts/charts/compare/budge-8.1.13...budge-8.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [budge-8.1.13](https://github.com/truecharts/charts/compare/budge-8.1.12...budge-8.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [budge-8.1.12](https://github.com/truecharts/charts/compare/budge-8.1.11...budge-8.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [budge-8.1.11](https://github.com/truecharts/charts/compare/budge-8.1.10...budge-8.1.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [budge-8.1.10](https://github.com/truecharts/charts/compare/budge-8.1.9...budge-8.1.10) (2024-01-21) + +### Chore + + diff --git a/stable/budge/9.2.0/Chart.yaml b/stable/budge/9.2.0/Chart.yaml new file mode 100644 index 00000000000..ee8c00ca543 --- /dev/null +++ b/stable/budge/9.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.0.9 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Budge is an open source 'budgeting with envelopes' personal finance app. +home: https://truecharts.org/charts/stable/budge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/budge.png +keywords: + - finance + - budge +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: budge +sources: + - https://github.com/linuxserver/budge + - https://github.com/linuxserver/docker-BudgE + - https://github.com/truecharts/charts/tree/master/charts/stable/budge + - https://ghcr.io/linuxserver/budge +type: application +version: 9.2.0 diff --git a/stable/budge/9.1.1/README.md b/stable/budge/9.2.0/README.md similarity index 100% rename from stable/budge/9.1.1/README.md rename to stable/budge/9.2.0/README.md diff --git a/stable/budge/9.1.1/app-readme.md b/stable/budge/9.2.0/app-readme.md similarity index 100% rename from stable/budge/9.1.1/app-readme.md rename to stable/budge/9.2.0/app-readme.md diff --git a/stable/budge/9.2.0/charts/common-18.1.2.tgz b/stable/budge/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/budge/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/budge/9.2.0/ix_values.yaml b/stable/budge/9.2.0/ix_values.yaml new file mode 100644 index 00000000000..a3b15bf449d --- /dev/null +++ b/stable/budge/9.2.0/ix_values.yaml @@ -0,0 +1,31 @@ +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/budge/9.1.1/questions.yaml b/stable/budge/9.2.0/questions.yaml similarity index 100% rename from stable/budge/9.1.1/questions.yaml rename to stable/budge/9.2.0/questions.yaml diff --git a/stable/calibre/14.1.0/templates/NOTES.txt b/stable/budge/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/calibre/14.1.0/templates/NOTES.txt rename to stable/budge/9.2.0/templates/NOTES.txt diff --git a/stable/changedetection-io/2.1.0/templates/common.yaml b/stable/budge/9.2.0/templates/common.yaml similarity index 100% rename from stable/changedetection-io/2.1.0/templates/common.yaml rename to stable/budge/9.2.0/templates/common.yaml diff --git a/stable/cadquery-server/5.1.0/values.yaml b/stable/budge/9.2.0/values.yaml similarity index 100% rename from stable/cadquery-server/5.1.0/values.yaml rename to stable/budge/9.2.0/values.yaml diff --git a/stable/bwapp/5.1.0/CHANGELOG.md b/stable/bwapp/5.1.0/CHANGELOG.md deleted file mode 100644 index 84d800ae9d6..00000000000 --- a/stable/bwapp/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [bwapp-4.1.12](https://github.com/truecharts/charts/compare/bwapp-4.1.11...bwapp-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [bwapp-4.1.11](https://github.com/truecharts/charts/compare/bwapp-4.1.10...bwapp-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [bwapp-4.1.10](https://github.com/truecharts/charts/compare/bwapp-4.1.9...bwapp-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [bwapp-4.1.9](https://github.com/truecharts/charts/compare/bwapp-4.1.8...bwapp-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [bwapp-4.1.8](https://github.com/truecharts/charts/compare/bwapp-4.1.7...bwapp-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [bwapp-4.1.7](https://github.com/truecharts/charts/compare/bwapp-4.1.6...bwapp-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [bwapp-4.1.6](https://github.com/truecharts/charts/compare/bwapp-4.1.5...bwapp-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [bwapp-4.1.5](https://github.com/truecharts/charts/compare/bwapp-4.1.4...bwapp-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [bwapp-4.1.4](https://github.com/truecharts/charts/compare/bwapp-4.1.3...bwapp-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [bwapp-4.1.3](https://github.com/truecharts/charts/compare/bwapp-4.1.0...bwapp-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/bwapp/5.1.0/Chart.yaml b/stable/bwapp/5.1.0/Chart.yaml deleted file mode 100644 index 2054b3585cf..00000000000 --- a/stable/bwapp/5.1.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: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/bwapp/5.1.0/charts/common-18.0.1.tgz b/stable/bwapp/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/bwapp/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/calibre-web/18.1.1/.helmignore b/stable/bwapp/5.2.0/.helmignore similarity index 100% rename from stable/calibre-web/18.1.1/.helmignore rename to stable/bwapp/5.2.0/.helmignore diff --git a/stable/bwapp/5.2.0/CHANGELOG.md b/stable/bwapp/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f181cd8a400 --- /dev/null +++ b/stable/bwapp/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/bwapp/5.2.0/Chart.yaml b/stable/bwapp/5.2.0/Chart.yaml new file mode 100644 index 00000000000..1838df1889b --- /dev/null +++ b/stable/bwapp/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/bwapp/5.1.0/README.md b/stable/bwapp/5.2.0/README.md similarity index 100% rename from stable/bwapp/5.1.0/README.md rename to stable/bwapp/5.2.0/README.md diff --git a/stable/bwapp/5.1.0/app-readme.md b/stable/bwapp/5.2.0/app-readme.md similarity index 100% rename from stable/bwapp/5.1.0/app-readme.md rename to stable/bwapp/5.2.0/app-readme.md diff --git a/stable/bwapp/5.2.0/charts/common-18.1.2.tgz b/stable/bwapp/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/bwapp/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/bwapp/5.1.0/ix_values.yaml b/stable/bwapp/5.2.0/ix_values.yaml similarity index 100% rename from stable/bwapp/5.1.0/ix_values.yaml rename to stable/bwapp/5.2.0/ix_values.yaml diff --git a/stable/bwapp/5.1.0/questions.yaml b/stable/bwapp/5.2.0/questions.yaml similarity index 100% rename from stable/bwapp/5.1.0/questions.yaml rename to stable/bwapp/5.2.0/questions.yaml diff --git a/stable/bwapp/5.1.0/templates/common.yaml b/stable/bwapp/5.2.0/templates/common.yaml similarity index 100% rename from stable/bwapp/5.1.0/templates/common.yaml rename to stable/bwapp/5.2.0/templates/common.yaml diff --git a/stable/calibre-web/18.1.1/values.yaml b/stable/bwapp/5.2.0/values.yaml similarity index 100% rename from stable/calibre-web/18.1.1/values.yaml rename to stable/bwapp/5.2.0/values.yaml diff --git a/stable/cadquery-server/5.1.0/CHANGELOG.md b/stable/cadquery-server/5.1.0/CHANGELOG.md deleted file mode 100644 index 5bf6db2747d..00000000000 --- a/stable/cadquery-server/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [cadquery-server-4.1.12](https://github.com/truecharts/charts/compare/cadquery-server-4.1.11...cadquery-server-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cadquery-server-4.1.11](https://github.com/truecharts/charts/compare/cadquery-server-4.1.10...cadquery-server-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cadquery-server-4.1.10](https://github.com/truecharts/charts/compare/cadquery-server-4.1.9...cadquery-server-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cadquery-server-4.1.9](https://github.com/truecharts/charts/compare/cadquery-server-4.1.8...cadquery-server-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cadquery-server-4.1.8](https://github.com/truecharts/charts/compare/cadquery-server-4.1.7...cadquery-server-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [cadquery-server-4.1.7](https://github.com/truecharts/charts/compare/cadquery-server-4.1.6...cadquery-server-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [cadquery-server-4.1.6](https://github.com/truecharts/charts/compare/cadquery-server-4.1.5...cadquery-server-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [cadquery-server-4.1.5](https://github.com/truecharts/charts/compare/cadquery-server-4.1.4...cadquery-server-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [cadquery-server-4.1.4](https://github.com/truecharts/charts/compare/cadquery-server-4.1.3...cadquery-server-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [cadquery-server-4.1.3](https://github.com/truecharts/charts/compare/cadquery-server-4.1.0...cadquery-server-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/cadquery-server/5.1.0/Chart.yaml b/stable/cadquery-server/5.1.0/Chart.yaml deleted file mode 100644 index 15bddff43a5..00000000000 --- a/stable/cadquery-server/5.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/cadquery-server/5.1.0/charts/common-18.0.1.tgz b/stable/cadquery-server/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/cadquery-server/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/calibre/14.1.0/.helmignore b/stable/cadquery-server/5.2.0/.helmignore similarity index 100% rename from stable/calibre/14.1.0/.helmignore rename to stable/cadquery-server/5.2.0/.helmignore diff --git a/stable/cadquery-server/5.2.0/CHANGELOG.md b/stable/cadquery-server/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..dbe5e361453 --- /dev/null +++ b/stable/cadquery-server/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/cadquery-server/5.2.0/Chart.yaml b/stable/cadquery-server/5.2.0/Chart.yaml new file mode 100644 index 00000000000..b934abf1092 --- /dev/null +++ b/stable/cadquery-server/5.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/cadquery-server/5.1.0/README.md b/stable/cadquery-server/5.2.0/README.md similarity index 100% rename from stable/cadquery-server/5.1.0/README.md rename to stable/cadquery-server/5.2.0/README.md diff --git a/stable/cadquery-server/5.1.0/app-readme.md b/stable/cadquery-server/5.2.0/app-readme.md similarity index 100% rename from stable/cadquery-server/5.1.0/app-readme.md rename to stable/cadquery-server/5.2.0/app-readme.md diff --git a/stable/cadquery-server/5.2.0/charts/common-18.1.2.tgz b/stable/cadquery-server/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/cadquery-server/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/cadquery-server/5.1.0/ix_values.yaml b/stable/cadquery-server/5.2.0/ix_values.yaml similarity index 100% rename from stable/cadquery-server/5.1.0/ix_values.yaml rename to stable/cadquery-server/5.2.0/ix_values.yaml diff --git a/stable/cadquery-server/5.1.0/questions.yaml b/stable/cadquery-server/5.2.0/questions.yaml similarity index 100% rename from stable/cadquery-server/5.1.0/questions.yaml rename to stable/cadquery-server/5.2.0/questions.yaml diff --git a/stable/cadquery-server/5.1.0/templates/common.yaml b/stable/cadquery-server/5.2.0/templates/common.yaml similarity index 100% rename from stable/cadquery-server/5.1.0/templates/common.yaml rename to stable/cadquery-server/5.2.0/templates/common.yaml diff --git a/stable/calibre/14.1.0/values.yaml b/stable/cadquery-server/5.2.0/values.yaml similarity index 100% rename from stable/calibre/14.1.0/values.yaml rename to stable/cadquery-server/5.2.0/values.yaml diff --git a/stable/calibre-web/18.1.1/CHANGELOG.md b/stable/calibre-web/18.1.1/CHANGELOG.md deleted file mode 100644 index 55ab077a243..00000000000 --- a/stable/calibre-web/18.1.1/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) - -### Chore \ No newline at end of file diff --git a/stable/calibre-web/18.1.1/Chart.yaml b/stable/calibre-web/18.1.1/Chart.yaml deleted file mode 100644 index 2537accfb3d..00000000000 --- a/stable/calibre-web/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.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.1 diff --git a/stable/calibre-web/18.1.1/charts/common-18.0.2.tgz b/stable/calibre-web/18.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/calibre-web/18.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/calibre-web/18.1.1/ix_values.yaml b/stable/calibre-web/18.1.1/ix_values.yaml deleted file mode 100644 index 33cad2a3165..00000000000 --- a/stable/calibre-web/18.1.1/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - repository: linuxserver/calibre-web - pullPolicy: IfNotPresent - tag: version-0.6.21@sha256:811945ab2c32d41643a79510a9aa83de23f1085444c1d0e199139b4427e5c637 -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 8083 - protocol: http - targetPort: 8083 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: {} -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true diff --git a/stable/changedetection-io/2.1.0/.helmignore b/stable/calibre-web/18.2.0/.helmignore similarity index 100% rename from stable/changedetection-io/2.1.0/.helmignore rename to stable/calibre-web/18.2.0/.helmignore diff --git a/stable/calibre-web/18.2.0/CHANGELOG.md b/stable/calibre-web/18.2.0/CHANGELOG.md new file mode 100644 index 00000000000..0259c7b0ed1 --- /dev/null +++ b/stable/calibre-web/18.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + +## [calibre-web-17.1.19](https://github.com/truecharts/charts/compare/calibre-web-17.1.18...calibre-web-17.1.19) (2024-02-12) + +### Chore + + + +- update container image linuxserver/calibre-web to version-0.6.21[@6fbeaa0](https://github.com/6fbeaa0) by renovate ([#18086](https://github.com/truecharts/charts/issues/18086)) + + +## [calibre-web-17.1.18](https://github.com/truecharts/charts/compare/calibre-web-17.1.17...calibre-web-17.1.18) (2024-02-05) + +### Chore + + + +- update container image linuxserver/calibre-web to version-0.6.21[@91832b7](https://github.com/91832b7) by renovate ([#17878](https://github.com/truecharts/charts/issues/17878)) + + +## [calibre-web-17.1.17](https://github.com/truecharts/charts/compare/calibre-web-17.1.16...calibre-web-17.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [calibre-web-17.1.16](https://github.com/truecharts/charts/compare/calibre-web-17.1.15...calibre-web-17.1.16) (2024-01-29) + +### Chore + + + +- update container image linuxserver/calibre-web to version-0.6.21[@663dece](https://github.com/663dece) by renovate ([#17640](https://github.com/truecharts/charts/issues/17640)) + + +## [calibre-web-17.1.15](https://github.com/truecharts/charts/compare/calibre-web-17.1.14...calibre-web-17.1.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [calibre-web-17.1.14](https://github.com/truecharts/charts/compare/calibre-web-17.1.13...calibre-web-17.1.14) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [calibre-web-17.1.13](https://github.com/truecharts/charts/compare/calibre-web-17.1.12...calibre-web-17.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [calibre-web-17.1.12](https://github.com/truecharts/charts/compare/calibre-web-17.1.11...calibre-web-17.1.12) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/calibre-web/18.2.0/Chart.yaml b/stable/calibre-web/18.2.0/Chart.yaml new file mode 100644 index 00000000000..12e8cd61ed9 --- /dev/null +++ b/stable/calibre-web/18.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.6.21 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. +home: https://truecharts.org/charts/stable/calibre-web +icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre-web.png +keywords: + - calibre-web + - calibre + - ebook +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: calibre-web +sources: + - https://github.com/janeczku/calibre-web + - https://github.com/truecharts/charts/tree/master/charts/stable/calibre-web + - https://hub.docker.com/r/linuxserver/calibre-web +type: application +version: 18.2.0 diff --git a/stable/calibre-web/18.1.1/README.md b/stable/calibre-web/18.2.0/README.md similarity index 100% rename from stable/calibre-web/18.1.1/README.md rename to stable/calibre-web/18.2.0/README.md diff --git a/stable/calibre-web/18.1.1/app-readme.md b/stable/calibre-web/18.2.0/app-readme.md similarity index 100% rename from stable/calibre-web/18.1.1/app-readme.md rename to stable/calibre-web/18.2.0/app-readme.md diff --git a/stable/calibre-web/18.2.0/charts/common-18.1.2.tgz b/stable/calibre-web/18.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/calibre-web/18.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/calibre-web/18.2.0/ix_values.yaml b/stable/calibre-web/18.2.0/ix_values.yaml new file mode 100644 index 00000000000..caf89a3cbcd --- /dev/null +++ b/stable/calibre-web/18.2.0/ix_values.yaml @@ -0,0 +1,40 @@ +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/calibre-web/18.1.1/questions.yaml b/stable/calibre-web/18.2.0/questions.yaml similarity index 100% rename from stable/calibre-web/18.1.1/questions.yaml rename to stable/calibre-web/18.2.0/questions.yaml diff --git a/stable/changedetection-io/2.1.0/templates/NOTES.txt b/stable/calibre-web/18.2.0/templates/NOTES.txt similarity index 100% rename from stable/changedetection-io/2.1.0/templates/NOTES.txt rename to stable/calibre-web/18.2.0/templates/NOTES.txt diff --git a/stable/channels-dvr/6.1.0/templates/common.yaml b/stable/calibre-web/18.2.0/templates/common.yaml similarity index 100% rename from stable/channels-dvr/6.1.0/templates/common.yaml rename to stable/calibre-web/18.2.0/templates/common.yaml diff --git a/stable/changedetection-io/2.1.0/values.yaml b/stable/calibre-web/18.2.0/values.yaml similarity index 100% rename from stable/changedetection-io/2.1.0/values.yaml rename to stable/calibre-web/18.2.0/values.yaml diff --git a/stable/calibre/14.1.0/CHANGELOG.md b/stable/calibre/14.1.0/CHANGELOG.md deleted file mode 100644 index 5e84c778ae3..00000000000 --- a/stable/calibre/14.1.0/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) - -### Chore \ No newline at end of file diff --git a/stable/calibre/14.1.0/Chart.yaml b/stable/calibre/14.1.0/Chart.yaml deleted file mode 100644 index 52798d0b47b..00000000000 --- a/stable/calibre/14.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 7.5.1 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/calibre/14.1.0/charts/common-18.0.1.tgz b/stable/calibre/14.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/calibre/14.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/channels-dvr/6.1.0/.helmignore b/stable/calibre/14.2.0/.helmignore similarity index 100% rename from stable/channels-dvr/6.1.0/.helmignore rename to stable/calibre/14.2.0/.helmignore diff --git a/stable/calibre/14.2.0/CHANGELOG.md b/stable/calibre/14.2.0/CHANGELOG.md new file mode 100644 index 00000000000..3ae14a39d21 --- /dev/null +++ b/stable/calibre/14.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [calibre-13.4.0](https://github.com/truecharts/charts/compare/calibre-13.3.7...calibre-13.4.0) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/calibre to v7.5.1[@718460f](https://github.com/718460f) by renovate ([#18183](https://github.com/truecharts/charts/issues/18183)) + + +## [calibre-13.3.7](https://github.com/truecharts/charts/compare/calibre-13.3.6...calibre-13.3.7) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/calibre to v[@fe57cc3](https://github.com/fe57cc3) by renovate ([#18056](https://github.com/truecharts/charts/issues/18056)) + + +## [calibre-13.3.6](https://github.com/truecharts/charts/compare/calibre-13.3.5...calibre-13.3.6) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/calibre to 7.4.0[@f372e1a](https://github.com/f372e1a) by renovate ([#17845](https://github.com/truecharts/charts/issues/17845)) + + +## [calibre-13.3.5](https://github.com/truecharts/charts/compare/calibre-13.3.4...calibre-13.3.5) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [calibre-13.3.4](https://github.com/truecharts/charts/compare/calibre-13.3.3...calibre-13.3.4) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/calibre to 7.4.0[@b2ed61e](https://github.com/b2ed61e) by renovate ([#17601](https://github.com/truecharts/charts/issues/17601)) + + +## [calibre-13.3.3](https://github.com/truecharts/charts/compare/calibre-13.3.2...calibre-13.3.3) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [calibre-13.3.2](https://github.com/truecharts/charts/compare/calibre-13.3.1...calibre-13.3.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) diff --git a/stable/calibre/14.2.0/Chart.yaml b/stable/calibre/14.2.0/Chart.yaml new file mode 100644 index 00000000000..208b8334d6c --- /dev/null +++ b/stable/calibre/14.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 7.5.1 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Calibre is a powerful and easy to use e-book manager. +home: https://truecharts.org/charts/stable/calibre +icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.png +keywords: + - calibre +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: calibre +sources: + - https://github.com/kovidgoyal/calibre/ + - https://github.com/truecharts/charts/tree/master/charts/stable/calibre + - https://ghcr.io/linuxserver/calibre +type: application +version: 14.2.0 diff --git a/stable/calibre/14.1.0/README.md b/stable/calibre/14.2.0/README.md similarity index 100% rename from stable/calibre/14.1.0/README.md rename to stable/calibre/14.2.0/README.md diff --git a/stable/calibre/14.1.0/app-readme.md b/stable/calibre/14.2.0/app-readme.md similarity index 100% rename from stable/calibre/14.1.0/app-readme.md rename to stable/calibre/14.2.0/app-readme.md diff --git a/stable/calibre/14.2.0/charts/common-18.1.2.tgz b/stable/calibre/14.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/calibre/14.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/calibre/14.1.0/ix_values.yaml b/stable/calibre/14.2.0/ix_values.yaml similarity index 100% rename from stable/calibre/14.1.0/ix_values.yaml rename to stable/calibre/14.2.0/ix_values.yaml diff --git a/stable/calibre/14.1.0/questions.yaml b/stable/calibre/14.2.0/questions.yaml similarity index 100% rename from stable/calibre/14.1.0/questions.yaml rename to stable/calibre/14.2.0/questions.yaml diff --git a/stable/channels-dvr/6.1.0/templates/NOTES.txt b/stable/calibre/14.2.0/templates/NOTES.txt similarity index 100% rename from stable/channels-dvr/6.1.0/templates/NOTES.txt rename to stable/calibre/14.2.0/templates/NOTES.txt diff --git a/stable/calibre/14.1.0/templates/common.yaml b/stable/calibre/14.2.0/templates/common.yaml similarity index 100% rename from stable/calibre/14.1.0/templates/common.yaml rename to stable/calibre/14.2.0/templates/common.yaml diff --git a/stable/channels-dvr/6.1.0/values.yaml b/stable/calibre/14.2.0/values.yaml similarity index 100% rename from stable/channels-dvr/6.1.0/values.yaml rename to stable/calibre/14.2.0/values.yaml diff --git a/stable/changedetection-io/2.1.0/CHANGELOG.md b/stable/changedetection-io/2.1.0/CHANGELOG.md deleted file mode 100644 index bca641fa4fc..00000000000 --- a/stable/changedetection-io/2.1.0/CHANGELOG.md +++ /dev/null @@ -1,21 +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.0/Chart.yaml b/stable/changedetection-io/2.1.0/Chart.yaml deleted file mode 100644 index 729677a778f..00000000000 --- a/stable/changedetection-io/2.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: 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.1 - 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.0 diff --git a/stable/changedetection-io/2.1.0/charts/common-18.0.1.tgz b/stable/changedetection-io/2.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/changedetection-io/2.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/chevereto/12.2.0/.helmignore b/stable/changedetection-io/2.2.0/.helmignore similarity index 100% rename from stable/chevereto/12.2.0/.helmignore rename to stable/changedetection-io/2.2.0/.helmignore diff --git a/stable/changedetection-io/2.2.0/CHANGELOG.md b/stable/changedetection-io/2.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f2fd709a78c --- /dev/null +++ b/stable/changedetection-io/2.2.0/CHANGELOG.md @@ -0,0 +1,25 @@ +--- +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.2.0/Chart.yaml b/stable/changedetection-io/2.2.0/Chart.yaml new file mode 100644 index 00000000000..3783d55063f --- /dev/null +++ b/stable/changedetection-io/2.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.45.14 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/changedetection-io/2.1.0/README.md b/stable/changedetection-io/2.2.0/README.md similarity index 100% rename from stable/changedetection-io/2.1.0/README.md rename to stable/changedetection-io/2.2.0/README.md diff --git a/stable/changedetection-io/2.1.0/app-readme.md b/stable/changedetection-io/2.2.0/app-readme.md similarity index 100% rename from stable/changedetection-io/2.1.0/app-readme.md rename to stable/changedetection-io/2.2.0/app-readme.md diff --git a/stable/changedetection-io/2.2.0/charts/common-18.1.2.tgz b/stable/changedetection-io/2.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/changedetection-io/2.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/changedetection-io/2.1.0/ix_values.yaml b/stable/changedetection-io/2.2.0/ix_values.yaml similarity index 100% rename from stable/changedetection-io/2.1.0/ix_values.yaml rename to stable/changedetection-io/2.2.0/ix_values.yaml diff --git a/stable/changedetection-io/2.1.0/questions.yaml b/stable/changedetection-io/2.2.0/questions.yaml similarity index 100% rename from stable/changedetection-io/2.1.0/questions.yaml rename to stable/changedetection-io/2.2.0/questions.yaml diff --git a/stable/chevereto/12.2.0/templates/NOTES.txt b/stable/changedetection-io/2.2.0/templates/NOTES.txt similarity index 100% rename from stable/chevereto/12.2.0/templates/NOTES.txt rename to stable/changedetection-io/2.2.0/templates/NOTES.txt diff --git a/stable/chevereto/12.2.0/templates/common.yaml b/stable/changedetection-io/2.2.0/templates/common.yaml similarity index 100% rename from stable/chevereto/12.2.0/templates/common.yaml rename to stable/changedetection-io/2.2.0/templates/common.yaml diff --git a/stable/chevereto/12.2.0/values.yaml b/stable/changedetection-io/2.2.0/values.yaml similarity index 100% rename from stable/chevereto/12.2.0/values.yaml rename to stable/changedetection-io/2.2.0/values.yaml diff --git a/stable/channels-dvr/6.1.0/CHANGELOG.md b/stable/channels-dvr/6.1.0/CHANGELOG.md deleted file mode 100644 index 57ef6b50a51..00000000000 --- a/stable/channels-dvr/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [channels-dvr-5.1.13](https://github.com/truecharts/charts/compare/channels-dvr-5.1.12...channels-dvr-5.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [channels-dvr-5.1.12](https://github.com/truecharts/charts/compare/channels-dvr-5.1.11...channels-dvr-5.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [channels-dvr-5.1.11](https://github.com/truecharts/charts/compare/channels-dvr-5.1.10...channels-dvr-5.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [channels-dvr-5.1.10](https://github.com/truecharts/charts/compare/channels-dvr-5.1.9...channels-dvr-5.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [channels-dvr-5.1.9](https://github.com/truecharts/charts/compare/channels-dvr-5.1.8...channels-dvr-5.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [channels-dvr-5.1.8](https://github.com/truecharts/charts/compare/channels-dvr-5.1.7...channels-dvr-5.1.8) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [channels-dvr-5.1.7](https://github.com/truecharts/charts/compare/channels-dvr-5.1.6...channels-dvr-5.1.7) (2024-01-08) - -### Chore - - - -- update container image fancybits/channels-dvr to tve[@e59b99d](https://github.com/e59b99d) by renovate ([#16930](https://github.com/truecharts/charts/issues/16930)) - -- update container image fancybits/channels-dvr to latest[@b6a26f2](https://github.com/b6a26f2) by renovate ([#16929](https://github.com/truecharts/charts/issues/16929)) - - -## [channels-dvr-5.1.6](https://github.com/truecharts/charts/compare/channels-dvr-5.1.5...channels-dvr-5.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [channels-dvr-5.1.5](https://github.com/truecharts/charts/compare/channels-dvr-5.1.4...channels-dvr-5.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [channels-dvr-5.1.4](https://github.com/truecharts/charts/compare/channels-dvr-5.1.3...channels-dvr-5.1.4) (2024-01-01) \ No newline at end of file diff --git a/stable/channels-dvr/6.1.0/Chart.yaml b/stable/channels-dvr/6.1.0/Chart.yaml deleted file mode 100644 index 56208f2ce6e..00000000000 --- a/stable/channels-dvr/6.1.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: 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.1 - 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.0 diff --git a/stable/channels-dvr/6.1.0/charts/common-18.0.1.tgz b/stable/channels-dvr/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/channels-dvr/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/chivalry-medievalwarfare/5.1.0/.helmignore b/stable/channels-dvr/6.2.0/.helmignore similarity index 100% rename from stable/chivalry-medievalwarfare/5.1.0/.helmignore rename to stable/channels-dvr/6.2.0/.helmignore diff --git a/stable/channels-dvr/6.2.0/CHANGELOG.md b/stable/channels-dvr/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..055c461311f --- /dev/null +++ b/stable/channels-dvr/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/channels-dvr/6.2.0/Chart.yaml b/stable/channels-dvr/6.2.0/Chart.yaml new file mode 100644 index 00000000000..ffeede239fd --- /dev/null +++ b/stable/channels-dvr/6.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/channels-dvr/6.1.0/README.md b/stable/channels-dvr/6.2.0/README.md similarity index 100% rename from stable/channels-dvr/6.1.0/README.md rename to stable/channels-dvr/6.2.0/README.md diff --git a/stable/channels-dvr/6.1.0/app-readme.md b/stable/channels-dvr/6.2.0/app-readme.md similarity index 100% rename from stable/channels-dvr/6.1.0/app-readme.md rename to stable/channels-dvr/6.2.0/app-readme.md diff --git a/stable/channels-dvr/6.2.0/charts/common-18.1.2.tgz b/stable/channels-dvr/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/channels-dvr/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/channels-dvr/6.1.0/ix_values.yaml b/stable/channels-dvr/6.2.0/ix_values.yaml similarity index 100% rename from stable/channels-dvr/6.1.0/ix_values.yaml rename to stable/channels-dvr/6.2.0/ix_values.yaml diff --git a/stable/channels-dvr/6.1.0/questions.yaml b/stable/channels-dvr/6.2.0/questions.yaml similarity index 100% rename from stable/channels-dvr/6.1.0/questions.yaml rename to stable/channels-dvr/6.2.0/questions.yaml diff --git a/stable/chroma/2.1.1/templates/NOTES.txt b/stable/channels-dvr/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/chroma/2.1.1/templates/NOTES.txt rename to stable/channels-dvr/6.2.0/templates/NOTES.txt diff --git a/stable/chroma/2.1.1/templates/common.yaml b/stable/channels-dvr/6.2.0/templates/common.yaml similarity index 100% rename from stable/chroma/2.1.1/templates/common.yaml rename to stable/channels-dvr/6.2.0/templates/common.yaml diff --git a/stable/chivalry-medievalwarfare/5.1.0/values.yaml b/stable/channels-dvr/6.2.0/values.yaml similarity index 100% rename from stable/chivalry-medievalwarfare/5.1.0/values.yaml rename to stable/channels-dvr/6.2.0/values.yaml diff --git a/stable/chevereto/12.2.0/CHANGELOG.md b/stable/chevereto/12.2.0/CHANGELOG.md deleted file mode 100644 index dccb66cc74a..00000000000 --- a/stable/chevereto/12.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [chevereto-11.1.15](https://github.com/truecharts/charts/compare/chevereto-11.1.14...chevereto-11.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [chevereto-11.1.14](https://github.com/truecharts/charts/compare/chevereto-11.1.13...chevereto-11.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [chevereto-11.1.13](https://github.com/truecharts/charts/compare/chevereto-11.1.12...chevereto-11.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [chevereto-11.1.12](https://github.com/truecharts/charts/compare/chevereto-11.1.11...chevereto-11.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [chevereto-11.1.11](https://github.com/truecharts/charts/compare/chevereto-11.1.10...chevereto-11.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [chevereto-11.1.10](https://github.com/truecharts/charts/compare/chevereto-11.1.9...chevereto-11.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [chevereto-11.1.9](https://github.com/truecharts/charts/compare/chevereto-11.1.8...chevereto-11.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [chevereto-11.1.8](https://github.com/truecharts/charts/compare/chevereto-11.1.7...chevereto-11.1.8) (2024-01-02) - -### Chore - - - -- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) - - -## [chevereto-11.1.7](https://github.com/truecharts/charts/compare/chevereto-11.1.6...chevereto-11.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs \ No newline at end of file diff --git a/stable/chevereto/12.2.0/Chart.yaml b/stable/chevereto/12.2.0/Chart.yaml deleted file mode 100644 index 085ad32cd2c..00000000000 --- a/stable/chevereto/12.2.0/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/chevereto/12.2.0/charts/common-18.0.1.tgz b/stable/chevereto/12.2.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/chevereto/12.2.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/chowdown/5.1.0/.helmignore b/stable/chevereto/12.3.0/.helmignore similarity index 100% rename from stable/chowdown/5.1.0/.helmignore rename to stable/chevereto/12.3.0/.helmignore diff --git a/stable/chevereto/12.3.0/CHANGELOG.md b/stable/chevereto/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..893ec28a2f5 --- /dev/null +++ b/stable/chevereto/12.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + +## [chevereto-11.1.15](https://github.com/truecharts/charts/compare/chevereto-11.1.14...chevereto-11.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [chevereto-11.1.14](https://github.com/truecharts/charts/compare/chevereto-11.1.13...chevereto-11.1.14) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [chevereto-11.1.13](https://github.com/truecharts/charts/compare/chevereto-11.1.12...chevereto-11.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [chevereto-11.1.12](https://github.com/truecharts/charts/compare/chevereto-11.1.11...chevereto-11.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [chevereto-11.1.11](https://github.com/truecharts/charts/compare/chevereto-11.1.10...chevereto-11.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [chevereto-11.1.10](https://github.com/truecharts/charts/compare/chevereto-11.1.9...chevereto-11.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [chevereto-11.1.9](https://github.com/truecharts/charts/compare/chevereto-11.1.8...chevereto-11.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [chevereto-11.1.8](https://github.com/truecharts/charts/compare/chevereto-11.1.7...chevereto-11.1.8) (2024-01-02) + +### Chore + + + +- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) + + +## [chevereto-11.1.7](https://github.com/truecharts/charts/compare/chevereto-11.1.6...chevereto-11.1.7) (2024-01-02) + +### Chore \ No newline at end of file diff --git a/stable/chevereto/12.3.0/Chart.yaml b/stable/chevereto/12.3.0/Chart.yaml new file mode 100644 index 00000000000..b811b130710 --- /dev/null +++ b/stable/chevereto/12.3.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.6.2 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.0.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server. +home: https://truecharts.org/charts/stable/chevereto +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chevereto.png +keywords: + - chevereto +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chevereto +sources: + - https://github.com/rodber/chevereto-free + - https://chevereto-free.github.io/setup/system/environment.html#image-handling-variables + - https://github.com/truecharts/charts/tree/master/charts/stable/chevereto + - https://ghcr.io/rodber/chevereto-free +type: application +version: 12.3.0 diff --git a/stable/chevereto/12.2.0/README.md b/stable/chevereto/12.3.0/README.md similarity index 100% rename from stable/chevereto/12.2.0/README.md rename to stable/chevereto/12.3.0/README.md diff --git a/stable/chevereto/12.2.0/app-readme.md b/stable/chevereto/12.3.0/app-readme.md similarity index 100% rename from stable/chevereto/12.2.0/app-readme.md rename to stable/chevereto/12.3.0/app-readme.md diff --git a/stable/chevereto/12.3.0/charts/common-18.1.2.tgz b/stable/chevereto/12.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/chevereto/12.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/chevereto/12.2.0/charts/mariadb-13.0.0.tgz b/stable/chevereto/12.3.0/charts/mariadb-13.0.0.tgz similarity index 100% rename from stable/chevereto/12.2.0/charts/mariadb-13.0.0.tgz rename to stable/chevereto/12.3.0/charts/mariadb-13.0.0.tgz diff --git a/stable/chevereto/12.2.0/ix_values.yaml b/stable/chevereto/12.3.0/ix_values.yaml similarity index 100% rename from stable/chevereto/12.2.0/ix_values.yaml rename to stable/chevereto/12.3.0/ix_values.yaml diff --git a/stable/chevereto/12.2.0/questions.yaml b/stable/chevereto/12.3.0/questions.yaml similarity index 100% rename from stable/chevereto/12.2.0/questions.yaml rename to stable/chevereto/12.3.0/questions.yaml diff --git a/stable/chronos/8.1.0/templates/NOTES.txt b/stable/chevereto/12.3.0/templates/NOTES.txt similarity index 100% rename from stable/chronos/8.1.0/templates/NOTES.txt rename to stable/chevereto/12.3.0/templates/NOTES.txt diff --git a/stable/clarkson/12.2.0/templates/common.yaml b/stable/chevereto/12.3.0/templates/common.yaml similarity index 100% rename from stable/clarkson/12.2.0/templates/common.yaml rename to stable/chevereto/12.3.0/templates/common.yaml diff --git a/stable/chowdown/5.1.0/values.yaml b/stable/chevereto/12.3.0/values.yaml similarity index 100% rename from stable/chowdown/5.1.0/values.yaml rename to stable/chevereto/12.3.0/values.yaml diff --git a/stable/chivalry-medievalwarfare/5.1.0/CHANGELOG.md b/stable/chivalry-medievalwarfare/5.1.0/CHANGELOG.md deleted file mode 100644 index 7eba08a1082..00000000000 --- a/stable/chivalry-medievalwarfare/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [chivalry-medievalwarfare-4.1.12](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.11...chivalry-medievalwarfare-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [chivalry-medievalwarfare-4.1.11](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.10...chivalry-medievalwarfare-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [chivalry-medievalwarfare-4.1.10](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.9...chivalry-medievalwarfare-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [chivalry-medievalwarfare-4.1.9](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.8...chivalry-medievalwarfare-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [chivalry-medievalwarfare-4.1.8](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.7...chivalry-medievalwarfare-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [chivalry-medievalwarfare-4.1.7](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.6...chivalry-medievalwarfare-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [chivalry-medievalwarfare-4.1.6](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.5...chivalry-medievalwarfare-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [chivalry-medievalwarfare-4.1.5](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.4...chivalry-medievalwarfare-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [chivalry-medievalwarfare-4.1.4](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.3...chivalry-medievalwarfare-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [chivalry-medievalwarfare-4.1.3](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.0...chivalry-medievalwarfare-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/chivalry-medievalwarfare/5.1.0/Chart.yaml b/stable/chivalry-medievalwarfare/5.1.0/Chart.yaml deleted file mode 100644 index e51e2d13dee..00000000000 --- a/stable/chivalry-medievalwarfare/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/chivalry-medievalwarfare/5.1.0/charts/common-18.0.1.tgz b/stable/chivalry-medievalwarfare/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/chivalry-medievalwarfare/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/chroma/2.1.1/.helmignore b/stable/chivalry-medievalwarfare/5.2.0/.helmignore similarity index 100% rename from stable/chroma/2.1.1/.helmignore rename to stable/chivalry-medievalwarfare/5.2.0/.helmignore diff --git a/stable/chivalry-medievalwarfare/5.2.0/CHANGELOG.md b/stable/chivalry-medievalwarfare/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..baa270fd8c8 --- /dev/null +++ b/stable/chivalry-medievalwarfare/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/chivalry-medievalwarfare/5.2.0/Chart.yaml b/stable/chivalry-medievalwarfare/5.2.0/Chart.yaml new file mode 100644 index 00000000000..33abd19b583 --- /dev/null +++ b/stable/chivalry-medievalwarfare/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: chialrymw +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/chivalry-medievalwarfare/5.1.0/README.md b/stable/chivalry-medievalwarfare/5.2.0/README.md similarity index 100% rename from stable/chivalry-medievalwarfare/5.1.0/README.md rename to stable/chivalry-medievalwarfare/5.2.0/README.md diff --git a/stable/chivalry-medievalwarfare/5.1.0/app-readme.md b/stable/chivalry-medievalwarfare/5.2.0/app-readme.md similarity index 100% rename from stable/chivalry-medievalwarfare/5.1.0/app-readme.md rename to stable/chivalry-medievalwarfare/5.2.0/app-readme.md diff --git a/stable/chivalry-medievalwarfare/5.2.0/charts/common-18.1.2.tgz b/stable/chivalry-medievalwarfare/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/chivalry-medievalwarfare/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/chivalry-medievalwarfare/5.1.0/ix_values.yaml b/stable/chivalry-medievalwarfare/5.2.0/ix_values.yaml similarity index 100% rename from stable/chivalry-medievalwarfare/5.1.0/ix_values.yaml rename to stable/chivalry-medievalwarfare/5.2.0/ix_values.yaml diff --git a/stable/chivalry-medievalwarfare/5.1.0/questions.yaml b/stable/chivalry-medievalwarfare/5.2.0/questions.yaml similarity index 100% rename from stable/chivalry-medievalwarfare/5.1.0/questions.yaml rename to stable/chivalry-medievalwarfare/5.2.0/questions.yaml diff --git a/stable/chivalry-medievalwarfare/5.1.0/templates/common.yaml b/stable/chivalry-medievalwarfare/5.2.0/templates/common.yaml similarity index 100% rename from stable/chivalry-medievalwarfare/5.1.0/templates/common.yaml rename to stable/chivalry-medievalwarfare/5.2.0/templates/common.yaml diff --git a/stable/chroma/2.1.1/values.yaml b/stable/chivalry-medievalwarfare/5.2.0/values.yaml similarity index 100% rename from stable/chroma/2.1.1/values.yaml rename to stable/chivalry-medievalwarfare/5.2.0/values.yaml diff --git a/stable/chowdown/5.1.0/CHANGELOG.md b/stable/chowdown/5.1.0/CHANGELOG.md deleted file mode 100644 index 6108750dd12..00000000000 --- a/stable/chowdown/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [chowdown-4.1.12](https://github.com/truecharts/charts/compare/chowdown-4.1.11...chowdown-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [chowdown-4.1.11](https://github.com/truecharts/charts/compare/chowdown-4.1.10...chowdown-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [chowdown-4.1.10](https://github.com/truecharts/charts/compare/chowdown-4.1.9...chowdown-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [chowdown-4.1.9](https://github.com/truecharts/charts/compare/chowdown-4.1.8...chowdown-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [chowdown-4.1.8](https://github.com/truecharts/charts/compare/chowdown-4.1.7...chowdown-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [chowdown-4.1.7](https://github.com/truecharts/charts/compare/chowdown-4.1.6...chowdown-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [chowdown-4.1.6](https://github.com/truecharts/charts/compare/chowdown-4.1.5...chowdown-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [chowdown-4.1.5](https://github.com/truecharts/charts/compare/chowdown-4.1.4...chowdown-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [chowdown-4.1.4](https://github.com/truecharts/charts/compare/chowdown-4.1.3...chowdown-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [chowdown-4.1.3](https://github.com/truecharts/charts/compare/chowdown-4.1.0...chowdown-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/chowdown/5.1.0/Chart.yaml b/stable/chowdown/5.1.0/Chart.yaml deleted file mode 100644 index 7f484112d02..00000000000 --- a/stable/chowdown/5.1.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: 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.1 - 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.0 diff --git a/stable/chowdown/5.1.0/charts/common-18.0.1.tgz b/stable/chowdown/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/chowdown/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/chromium-desktop-g3/5.1.0/.helmignore b/stable/chowdown/5.2.0/.helmignore similarity index 100% rename from stable/chromium-desktop-g3/5.1.0/.helmignore rename to stable/chowdown/5.2.0/.helmignore diff --git a/stable/chowdown/5.2.0/CHANGELOG.md b/stable/chowdown/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2b80a0d16fe --- /dev/null +++ b/stable/chowdown/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/chowdown/5.2.0/Chart.yaml b/stable/chowdown/5.2.0/Chart.yaml new file mode 100644 index 00000000000..9a70f9fd044 --- /dev/null +++ b/stable/chowdown/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/chowdown/5.1.0/README.md b/stable/chowdown/5.2.0/README.md similarity index 100% rename from stable/chowdown/5.1.0/README.md rename to stable/chowdown/5.2.0/README.md diff --git a/stable/chowdown/5.1.0/app-readme.md b/stable/chowdown/5.2.0/app-readme.md similarity index 100% rename from stable/chowdown/5.1.0/app-readme.md rename to stable/chowdown/5.2.0/app-readme.md diff --git a/stable/chowdown/5.2.0/charts/common-18.1.2.tgz b/stable/chowdown/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/chowdown/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/chowdown/5.1.0/ix_values.yaml b/stable/chowdown/5.2.0/ix_values.yaml similarity index 100% rename from stable/chowdown/5.1.0/ix_values.yaml rename to stable/chowdown/5.2.0/ix_values.yaml diff --git a/stable/chowdown/5.1.0/questions.yaml b/stable/chowdown/5.2.0/questions.yaml similarity index 100% rename from stable/chowdown/5.1.0/questions.yaml rename to stable/chowdown/5.2.0/questions.yaml diff --git a/stable/chowdown/5.1.0/templates/common.yaml b/stable/chowdown/5.2.0/templates/common.yaml similarity index 100% rename from stable/chowdown/5.1.0/templates/common.yaml rename to stable/chowdown/5.2.0/templates/common.yaml diff --git a/stable/chromium-desktop-g3/5.1.0/values.yaml b/stable/chowdown/5.2.0/values.yaml similarity index 100% rename from stable/chromium-desktop-g3/5.1.0/values.yaml rename to stable/chowdown/5.2.0/values.yaml diff --git a/stable/chroma/2.1.1/CHANGELOG.md b/stable/chroma/2.1.1/CHANGELOG.md deleted file mode 100644 index 1602ff3d62f..00000000000 --- a/stable/chroma/2.1.1/CHANGELOG.md +++ /dev/null @@ -1,16 +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.1/Chart.yaml b/stable/chroma/2.1.1/Chart.yaml deleted file mode 100644 index 23eaa17a630..00000000000 --- a/stable/chroma/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: AI - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.4.22 -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.1 diff --git a/stable/chroma/2.1.1/charts/common-18.0.2.tgz b/stable/chroma/2.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/chroma/2.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/chroma/2.1.1/ix_values.yaml b/stable/chroma/2.1.1/ix_values.yaml deleted file mode 100644 index 52d6213bee5..00000000000 --- a/stable/chroma/2.1.1/ix_values.yaml +++ /dev/null @@ -1,41 +0,0 @@ -image: - repository: ghcr.io/chroma-core/chroma - pullPolicy: IfNotPresent - tag: 0.4.22@sha256:5c52289301c2f55b5d889edd16966f7349cb7b0e60619597f11e135ee406fec2 - -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 - -service: - main: - ports: - main: - protocol: http - targetPort: 8000 - port: 10690 - -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - path: "/api/v1/heartbeat" - readiness: - path: "/api/v1/heartbeat" - env: - IS_PERSISTENT: true - -persistence: - config: - enabled: true - mountPath: "/chroma/chroma" - -portal: - open: - enabled: true diff --git a/stable/chromium/5.1.0/.helmignore b/stable/chroma/2.2.0/.helmignore similarity index 100% rename from stable/chromium/5.1.0/.helmignore rename to stable/chroma/2.2.0/.helmignore diff --git a/stable/chroma/2.2.0/CHANGELOG.md b/stable/chroma/2.2.0/CHANGELOG.md new file mode 100644 index 00000000000..0a5259bccae --- /dev/null +++ b/stable/chroma/2.2.0/CHANGELOG.md @@ -0,0 +1,20 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + +## [chroma-1.0.0](https://github.com/truecharts/charts/compare/chroma-0.0.1...chroma-1.0.0) (2024-02-07) \ No newline at end of file diff --git a/stable/chroma/2.2.0/Chart.yaml b/stable/chroma/2.2.0/Chart.yaml new file mode 100644 index 00000000000..ecad3ad447b --- /dev/null +++ b/stable/chroma/2.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: AI + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.4.23 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: the AI-native open-source embedding database. +home: https://truecharts.org/charts/stable/chroma +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chroma.png +keywords: + - chroma + - embedding + - database +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chroma +sources: + - https://github.com/chroma-core/chroma + - https://github.com/truecharts/charts/tree/master/charts/stable/chroma + - https://ghcr.io/chroma-core/chroma +type: application +version: 2.2.0 diff --git a/stable/chroma/2.1.1/README.md b/stable/chroma/2.2.0/README.md similarity index 100% rename from stable/chroma/2.1.1/README.md rename to stable/chroma/2.2.0/README.md diff --git a/stable/chroma/2.1.1/app-readme.md b/stable/chroma/2.2.0/app-readme.md similarity index 100% rename from stable/chroma/2.1.1/app-readme.md rename to stable/chroma/2.2.0/app-readme.md diff --git a/stable/chroma/2.2.0/charts/common-18.1.2.tgz b/stable/chroma/2.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/chroma/2.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/chroma/2.2.0/ix_values.yaml b/stable/chroma/2.2.0/ix_values.yaml new file mode 100644 index 00000000000..98bd005c766 --- /dev/null +++ b/stable/chroma/2.2.0/ix_values.yaml @@ -0,0 +1,41 @@ +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/chroma/2.1.1/questions.yaml b/stable/chroma/2.2.0/questions.yaml similarity index 100% rename from stable/chroma/2.1.1/questions.yaml rename to stable/chroma/2.2.0/questions.yaml diff --git a/stable/clamav/10.1.1/templates/NOTES.txt b/stable/chroma/2.2.0/templates/NOTES.txt similarity index 100% rename from stable/clamav/10.1.1/templates/NOTES.txt rename to stable/chroma/2.2.0/templates/NOTES.txt diff --git a/stable/clipplex/3.1.0/templates/common.yaml b/stable/chroma/2.2.0/templates/common.yaml similarity index 100% rename from stable/clipplex/3.1.0/templates/common.yaml rename to stable/chroma/2.2.0/templates/common.yaml diff --git a/stable/chromium/5.1.0/values.yaml b/stable/chroma/2.2.0/values.yaml similarity index 100% rename from stable/chromium/5.1.0/values.yaml rename to stable/chroma/2.2.0/values.yaml diff --git a/stable/chromium-desktop-g3/5.1.0/CHANGELOG.md b/stable/chromium-desktop-g3/5.1.0/CHANGELOG.md deleted file mode 100644 index 1c30dee7907..00000000000 --- a/stable/chromium-desktop-g3/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [chromium-desktop-g3-4.1.12](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.11...chromium-desktop-g3-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [chromium-desktop-g3-4.1.11](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.10...chromium-desktop-g3-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [chromium-desktop-g3-4.1.10](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.9...chromium-desktop-g3-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [chromium-desktop-g3-4.1.9](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.8...chromium-desktop-g3-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [chromium-desktop-g3-4.1.8](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.7...chromium-desktop-g3-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [chromium-desktop-g3-4.1.7](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.6...chromium-desktop-g3-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [chromium-desktop-g3-4.1.6](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.5...chromium-desktop-g3-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [chromium-desktop-g3-4.1.5](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.4...chromium-desktop-g3-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [chromium-desktop-g3-4.1.4](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.3...chromium-desktop-g3-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [chromium-desktop-g3-4.1.3](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.0...chromium-desktop-g3-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/chromium-desktop-g3/5.1.0/Chart.yaml b/stable/chromium-desktop-g3/5.1.0/Chart.yaml deleted file mode 100644 index f547b029143..00000000000 --- a/stable/chromium-desktop-g3/5.1.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: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/chromium-desktop-g3/5.1.0/charts/common-18.0.1.tgz b/stable/chromium-desktop-g3/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/chromium-desktop-g3/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/chronograf/5.1.0/.helmignore b/stable/chromium-desktop-g3/5.2.0/.helmignore similarity index 100% rename from stable/chronograf/5.1.0/.helmignore rename to stable/chromium-desktop-g3/5.2.0/.helmignore diff --git a/stable/chromium-desktop-g3/5.2.0/CHANGELOG.md b/stable/chromium-desktop-g3/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..089a6ade54a --- /dev/null +++ b/stable/chromium-desktop-g3/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/chromium-desktop-g3/5.2.0/Chart.yaml b/stable/chromium-desktop-g3/5.2.0/Chart.yaml new file mode 100644 index 00000000000..46f3d5f719d --- /dev/null +++ b/stable/chromium-desktop-g3/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing +home: https://truecharts.org/charts/stable/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.0 diff --git a/stable/chromium-desktop-g3/5.1.0/README.md b/stable/chromium-desktop-g3/5.2.0/README.md similarity index 100% rename from stable/chromium-desktop-g3/5.1.0/README.md rename to stable/chromium-desktop-g3/5.2.0/README.md diff --git a/stable/chromium-desktop-g3/5.1.0/app-readme.md b/stable/chromium-desktop-g3/5.2.0/app-readme.md similarity index 100% rename from stable/chromium-desktop-g3/5.1.0/app-readme.md rename to stable/chromium-desktop-g3/5.2.0/app-readme.md diff --git a/stable/chromium-desktop-g3/5.2.0/charts/common-18.1.2.tgz b/stable/chromium-desktop-g3/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/chromium-desktop-g3/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/chromium-desktop-g3/5.1.0/ix_values.yaml b/stable/chromium-desktop-g3/5.2.0/ix_values.yaml similarity index 100% rename from stable/chromium-desktop-g3/5.1.0/ix_values.yaml rename to stable/chromium-desktop-g3/5.2.0/ix_values.yaml diff --git a/stable/chromium-desktop-g3/5.1.0/questions.yaml b/stable/chromium-desktop-g3/5.2.0/questions.yaml similarity index 100% rename from stable/chromium-desktop-g3/5.1.0/questions.yaml rename to stable/chromium-desktop-g3/5.2.0/questions.yaml diff --git a/stable/chromium-desktop-g3/5.1.0/templates/common.yaml b/stable/chromium-desktop-g3/5.2.0/templates/common.yaml similarity index 100% rename from stable/chromium-desktop-g3/5.1.0/templates/common.yaml rename to stable/chromium-desktop-g3/5.2.0/templates/common.yaml diff --git a/stable/chronograf/5.1.0/values.yaml b/stable/chromium-desktop-g3/5.2.0/values.yaml similarity index 100% rename from stable/chronograf/5.1.0/values.yaml rename to stable/chromium-desktop-g3/5.2.0/values.yaml diff --git a/stable/chromium/5.1.0/CHANGELOG.md b/stable/chromium/5.1.0/CHANGELOG.md deleted file mode 100644 index f9c972f5ca0..00000000000 --- a/stable/chromium/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/chromium/5.1.0/Chart.yaml b/stable/chromium/5.1.0/Chart.yaml deleted file mode 100644 index 44fe4e48483..00000000000 --- a/stable/chromium/5.1.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: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/chromium/5.1.0/charts/common-18.0.1.tgz b/stable/chromium/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/chromium/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/chronos/8.1.0/.helmignore b/stable/chromium/5.2.0/.helmignore similarity index 100% rename from stable/chronos/8.1.0/.helmignore rename to stable/chromium/5.2.0/.helmignore diff --git a/stable/chromium/5.2.0/CHANGELOG.md b/stable/chromium/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..caab12b6fc1 --- /dev/null +++ b/stable/chromium/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [chromium-4.1.16](https://github.com/truecharts/charts/compare/chromium-4.1.15...chromium-4.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [chromium-4.1.15](https://github.com/truecharts/charts/compare/chromium-4.1.14...chromium-4.1.15) (2024-01-29) + +### Chore + + + +- update container image ich777/chrome to latest[@4a5816c](https://github.com/4a5816c) by renovate ([#17631](https://github.com/truecharts/charts/issues/17631)) + + +## [chromium-4.1.14](https://github.com/truecharts/charts/compare/chromium-4.1.13...chromium-4.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [chromium-4.1.13](https://github.com/truecharts/charts/compare/chromium-4.1.12...chromium-4.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [chromium-4.1.12](https://github.com/truecharts/charts/compare/chromium-4.1.11...chromium-4.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [chromium-4.1.11](https://github.com/truecharts/charts/compare/chromium-4.1.10...chromium-4.1.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [chromium-4.1.10](https://github.com/truecharts/charts/compare/chromium-4.1.9...chromium-4.1.10) (2024-01-21) + +### Chore + + + +- update container image ich777/chrome to latest[@875b3b8](https://github.com/875b3b8) by renovate ([#17378](https://github.com/truecharts/charts/issues/17378)) + + +## [chromium-4.1.9](https://github.com/truecharts/charts/compare/chromium-4.1.8...chromium-4.1.9) (2024-01-14) + +### Chore + + + +- update container image ich777/chrome to latest[@c5c7810](https://github.com/c5c7810) by renovate ([#17159](https://github.com/truecharts/charts/issues/17159)) + + + + +## [chromium-4.1.8](https://github.com/truecharts/charts/compare/chromium-4.1.7...chromium-4.1.8) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) diff --git a/stable/chromium/5.2.0/Chart.yaml b/stable/chromium/5.2.0/Chart.yaml new file mode 100644 index 00000000000..908ed58183d --- /dev/null +++ b/stable/chromium/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/chromium/5.1.0/README.md b/stable/chromium/5.2.0/README.md similarity index 100% rename from stable/chromium/5.1.0/README.md rename to stable/chromium/5.2.0/README.md diff --git a/stable/chromium/5.1.0/app-readme.md b/stable/chromium/5.2.0/app-readme.md similarity index 100% rename from stable/chromium/5.1.0/app-readme.md rename to stable/chromium/5.2.0/app-readme.md diff --git a/stable/chromium/5.2.0/charts/common-18.1.2.tgz b/stable/chromium/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/chromium/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/chromium/5.1.0/ix_values.yaml b/stable/chromium/5.2.0/ix_values.yaml similarity index 100% rename from stable/chromium/5.1.0/ix_values.yaml rename to stable/chromium/5.2.0/ix_values.yaml diff --git a/stable/chromium/5.1.0/questions.yaml b/stable/chromium/5.2.0/questions.yaml similarity index 100% rename from stable/chromium/5.1.0/questions.yaml rename to stable/chromium/5.2.0/questions.yaml diff --git a/stable/chromium/5.1.0/templates/common.yaml b/stable/chromium/5.2.0/templates/common.yaml similarity index 100% rename from stable/chromium/5.1.0/templates/common.yaml rename to stable/chromium/5.2.0/templates/common.yaml diff --git a/stable/chronos/8.1.0/values.yaml b/stable/chromium/5.2.0/values.yaml similarity index 100% rename from stable/chronos/8.1.0/values.yaml rename to stable/chromium/5.2.0/values.yaml diff --git a/stable/chronograf/5.1.0/CHANGELOG.md b/stable/chronograf/5.1.0/CHANGELOG.md deleted file mode 100644 index 81008abd024..00000000000 --- a/stable/chronograf/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - -## [chronograf-4.1.14](https://github.com/truecharts/charts/compare/chronograf-4.1.13...chronograf-4.1.14) (2024-02-05) - -### Chore - - - -- update container image chronograf to latest[@0acb51c](https://github.com/0acb51c) by renovate ([#17821](https://github.com/truecharts/charts/issues/17821)) - - -## [chronograf-4.1.13](https://github.com/truecharts/charts/compare/chronograf-4.1.12...chronograf-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [chronograf-4.1.12](https://github.com/truecharts/charts/compare/chronograf-4.1.11...chronograf-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [chronograf-4.1.11](https://github.com/truecharts/charts/compare/chronograf-4.1.10...chronograf-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [chronograf-4.1.10](https://github.com/truecharts/charts/compare/chronograf-4.1.9...chronograf-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [chronograf-4.1.9](https://github.com/truecharts/charts/compare/chronograf-4.1.8...chronograf-4.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [chronograf-4.1.8](https://github.com/truecharts/charts/compare/chronograf-4.1.7...chronograf-4.1.8) (2024-01-14) - -### Chore - - - -- update container image chronograf to latest[@8aebe0b](https://github.com/8aebe0b) by renovate ([#17122](https://github.com/truecharts/charts/issues/17122)) - - - - -## [chronograf-4.1.7](https://github.com/truecharts/charts/compare/chronograf-4.1.6...chronograf-4.1.7) (2024-01-09) - -### Chore - - - -- 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/chronograf/5.1.0/Chart.yaml b/stable/chronograf/5.1.0/Chart.yaml deleted file mode 100644 index aae6b1422f4..00000000000 --- a/stable/chronograf/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/chronograf/5.1.0/charts/common-18.0.1.tgz b/stable/chronograf/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/chronograf/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/ciao/5.1.0/.helmignore b/stable/chronograf/5.2.0/.helmignore similarity index 100% rename from stable/ciao/5.1.0/.helmignore rename to stable/chronograf/5.2.0/.helmignore diff --git a/stable/chronograf/5.2.0/CHANGELOG.md b/stable/chronograf/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5e15de095b1 --- /dev/null +++ b/stable/chronograf/5.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + + +## [chronograf-4.1.14](https://github.com/truecharts/charts/compare/chronograf-4.1.13...chronograf-4.1.14) (2024-02-05) + +### Chore + + + +- update container image chronograf to latest[@0acb51c](https://github.com/0acb51c) by renovate ([#17821](https://github.com/truecharts/charts/issues/17821)) + + +## [chronograf-4.1.13](https://github.com/truecharts/charts/compare/chronograf-4.1.12...chronograf-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [chronograf-4.1.12](https://github.com/truecharts/charts/compare/chronograf-4.1.11...chronograf-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [chronograf-4.1.11](https://github.com/truecharts/charts/compare/chronograf-4.1.10...chronograf-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [chronograf-4.1.10](https://github.com/truecharts/charts/compare/chronograf-4.1.9...chronograf-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [chronograf-4.1.9](https://github.com/truecharts/charts/compare/chronograf-4.1.8...chronograf-4.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [chronograf-4.1.8](https://github.com/truecharts/charts/compare/chronograf-4.1.7...chronograf-4.1.8) (2024-01-14) + +### Chore + + + +- update container image chronograf to latest[@8aebe0b](https://github.com/8aebe0b) by renovate ([#17122](https://github.com/truecharts/charts/issues/17122)) + + + + +## [chronograf-4.1.7](https://github.com/truecharts/charts/compare/chronograf-4.1.6...chronograf-4.1.7) (2024-01-09) + +### Chore \ No newline at end of file diff --git a/stable/chronograf/5.2.0/Chart.yaml b/stable/chronograf/5.2.0/Chart.yaml new file mode 100644 index 00000000000..3e32c22b853 --- /dev/null +++ b/stable/chronograf/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-System + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chronograf is InfluxData’s open source web application. Use Chronograf with the other components of the TICK stack to visualize your monitoring data and easily create alerting and automation rules. +home: https://truecharts.org/charts/stable/chronograf +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronograf.png +keywords: + - chronograf + - Tools-System +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chronograf +sources: + - https://www.influxdata.com/time-series-platform/chronograf/ + - https://github.com/truecharts/charts/tree/master/charts/stable/chronograf + - https://hub.docker.com/_/chronograf +type: application +version: 5.2.0 diff --git a/stable/chronograf/5.1.0/README.md b/stable/chronograf/5.2.0/README.md similarity index 100% rename from stable/chronograf/5.1.0/README.md rename to stable/chronograf/5.2.0/README.md diff --git a/stable/chronograf/5.1.0/app-readme.md b/stable/chronograf/5.2.0/app-readme.md similarity index 100% rename from stable/chronograf/5.1.0/app-readme.md rename to stable/chronograf/5.2.0/app-readme.md diff --git a/stable/chronograf/5.2.0/charts/common-18.1.2.tgz b/stable/chronograf/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/chronograf/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/chronograf/5.1.0/ix_values.yaml b/stable/chronograf/5.2.0/ix_values.yaml similarity index 100% rename from stable/chronograf/5.1.0/ix_values.yaml rename to stable/chronograf/5.2.0/ix_values.yaml diff --git a/stable/chronograf/5.1.0/questions.yaml b/stable/chronograf/5.2.0/questions.yaml similarity index 100% rename from stable/chronograf/5.1.0/questions.yaml rename to stable/chronograf/5.2.0/questions.yaml diff --git a/stable/chronograf/5.1.0/templates/common.yaml b/stable/chronograf/5.2.0/templates/common.yaml similarity index 100% rename from stable/chronograf/5.1.0/templates/common.yaml rename to stable/chronograf/5.2.0/templates/common.yaml diff --git a/stable/ciao/5.1.0/values.yaml b/stable/chronograf/5.2.0/values.yaml similarity index 100% rename from stable/ciao/5.1.0/values.yaml rename to stable/chronograf/5.2.0/values.yaml diff --git a/stable/chronos/8.1.0/CHANGELOG.md b/stable/chronos/8.1.0/CHANGELOG.md deleted file mode 100644 index fe254fe6982..00000000000 --- a/stable/chronos/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [chronos-7.1.12](https://github.com/truecharts/charts/compare/chronos-7.1.11...chronos-7.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [chronos-7.1.11](https://github.com/truecharts/charts/compare/chronos-7.1.10...chronos-7.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [chronos-7.1.10](https://github.com/truecharts/charts/compare/chronos-7.1.9...chronos-7.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [chronos-7.1.9](https://github.com/truecharts/charts/compare/chronos-7.1.8...chronos-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [chronos-7.1.8](https://github.com/truecharts/charts/compare/chronos-7.1.7...chronos-7.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [chronos-7.1.7](https://github.com/truecharts/charts/compare/chronos-7.1.6...chronos-7.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [chronos-7.1.6](https://github.com/truecharts/charts/compare/chronos-7.1.5...chronos-7.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [chronos-7.1.5](https://github.com/truecharts/charts/compare/chronos-7.1.4...chronos-7.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [chronos-7.1.4](https://github.com/truecharts/charts/compare/chronos-7.1.3...chronos-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [chronos-7.1.3](https://github.com/truecharts/charts/compare/chronos-7.1.0...chronos-7.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/chronos/8.1.0/Chart.yaml b/stable/chronos/8.1.0/Chart.yaml deleted file mode 100644 index cb2ab2b6dd7..00000000000 --- a/stable/chronos/8.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/chronos/8.1.0/charts/common-18.0.1.tgz b/stable/chronos/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/chronos/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/citadel-forgedwithfire/5.1.0/.helmignore b/stable/chronos/8.2.0/.helmignore similarity index 100% rename from stable/citadel-forgedwithfire/5.1.0/.helmignore rename to stable/chronos/8.2.0/.helmignore diff --git a/stable/chronos/8.2.0/CHANGELOG.md b/stable/chronos/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a845827731d --- /dev/null +++ b/stable/chronos/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/chronos/8.2.0/Chart.yaml b/stable/chronos/8.2.0/Chart.yaml new file mode 100644 index 00000000000..21614578a01 --- /dev/null +++ b/stable/chronos/8.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.2.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/chronos/8.1.0/README.md b/stable/chronos/8.2.0/README.md similarity index 100% rename from stable/chronos/8.1.0/README.md rename to stable/chronos/8.2.0/README.md diff --git a/stable/chronos/8.1.0/app-readme.md b/stable/chronos/8.2.0/app-readme.md similarity index 100% rename from stable/chronos/8.1.0/app-readme.md rename to stable/chronos/8.2.0/app-readme.md diff --git a/stable/chronos/8.2.0/charts/common-18.1.2.tgz b/stable/chronos/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/chronos/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/chronos/8.1.0/ix_values.yaml b/stable/chronos/8.2.0/ix_values.yaml similarity index 100% rename from stable/chronos/8.1.0/ix_values.yaml rename to stable/chronos/8.2.0/ix_values.yaml diff --git a/stable/chronos/8.1.0/questions.yaml b/stable/chronos/8.2.0/questions.yaml similarity index 100% rename from stable/chronos/8.1.0/questions.yaml rename to stable/chronos/8.2.0/questions.yaml diff --git a/stable/clarkson/12.2.0/templates/NOTES.txt b/stable/chronos/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/clarkson/12.2.0/templates/NOTES.txt rename to stable/chronos/8.2.0/templates/NOTES.txt diff --git a/stable/chronos/8.1.0/templates/common.yaml b/stable/chronos/8.2.0/templates/common.yaml similarity index 100% rename from stable/chronos/8.1.0/templates/common.yaml rename to stable/chronos/8.2.0/templates/common.yaml diff --git a/stable/citadel-forgedwithfire/5.1.0/values.yaml b/stable/chronos/8.2.0/values.yaml similarity index 100% rename from stable/citadel-forgedwithfire/5.1.0/values.yaml rename to stable/chronos/8.2.0/values.yaml diff --git a/stable/ciao/5.1.0/CHANGELOG.md b/stable/ciao/5.1.0/CHANGELOG.md deleted file mode 100644 index 7d0b2f8d776..00000000000 --- a/stable/ciao/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [ciao-4.1.12](https://github.com/truecharts/charts/compare/ciao-4.1.11...ciao-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ciao-4.1.11](https://github.com/truecharts/charts/compare/ciao-4.1.10...ciao-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ciao-4.1.10](https://github.com/truecharts/charts/compare/ciao-4.1.9...ciao-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ciao-4.1.9](https://github.com/truecharts/charts/compare/ciao-4.1.8...ciao-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ciao-4.1.8](https://github.com/truecharts/charts/compare/ciao-4.1.7...ciao-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [ciao-4.1.7](https://github.com/truecharts/charts/compare/ciao-4.1.6...ciao-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ciao-4.1.6](https://github.com/truecharts/charts/compare/ciao-4.1.5...ciao-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [ciao-4.1.5](https://github.com/truecharts/charts/compare/ciao-4.1.4...ciao-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [ciao-4.1.4](https://github.com/truecharts/charts/compare/ciao-4.1.3...ciao-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [ciao-4.1.3](https://github.com/truecharts/charts/compare/ciao-4.1.0...ciao-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/ciao/5.1.0/Chart.yaml b/stable/ciao/5.1.0/Chart.yaml deleted file mode 100644 index c2345188dc4..00000000000 --- a/stable/ciao/5.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: 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.1 - 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.0 diff --git a/stable/ciao/5.1.0/charts/common-18.0.1.tgz b/stable/ciao/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/ciao/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/clamav/10.1.1/.helmignore b/stable/ciao/5.2.0/.helmignore similarity index 100% rename from stable/clamav/10.1.1/.helmignore rename to stable/ciao/5.2.0/.helmignore diff --git a/stable/ciao/5.2.0/CHANGELOG.md b/stable/ciao/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5372e079858 --- /dev/null +++ b/stable/ciao/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/ciao/5.2.0/Chart.yaml b/stable/ciao/5.2.0/Chart.yaml new file mode 100644 index 00000000000..ba130e11a6b --- /dev/null +++ b/stable/ciao/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/ciao/5.1.0/README.md b/stable/ciao/5.2.0/README.md similarity index 100% rename from stable/ciao/5.1.0/README.md rename to stable/ciao/5.2.0/README.md diff --git a/stable/ciao/5.1.0/app-readme.md b/stable/ciao/5.2.0/app-readme.md similarity index 100% rename from stable/ciao/5.1.0/app-readme.md rename to stable/ciao/5.2.0/app-readme.md diff --git a/stable/ciao/5.2.0/charts/common-18.1.2.tgz b/stable/ciao/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/ciao/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/ciao/5.1.0/ix_values.yaml b/stable/ciao/5.2.0/ix_values.yaml similarity index 100% rename from stable/ciao/5.1.0/ix_values.yaml rename to stable/ciao/5.2.0/ix_values.yaml diff --git a/stable/ciao/5.1.0/questions.yaml b/stable/ciao/5.2.0/questions.yaml similarity index 100% rename from stable/ciao/5.1.0/questions.yaml rename to stable/ciao/5.2.0/questions.yaml diff --git a/stable/ciao/5.1.0/templates/common.yaml b/stable/ciao/5.2.0/templates/common.yaml similarity index 100% rename from stable/ciao/5.1.0/templates/common.yaml rename to stable/ciao/5.2.0/templates/common.yaml diff --git a/stable/clamav/10.1.1/values.yaml b/stable/ciao/5.2.0/values.yaml similarity index 100% rename from stable/clamav/10.1.1/values.yaml rename to stable/ciao/5.2.0/values.yaml diff --git a/stable/citadel-forgedwithfire/5.1.0/CHANGELOG.md b/stable/citadel-forgedwithfire/5.1.0/CHANGELOG.md deleted file mode 100644 index 05d4ecd8f0f..00000000000 --- a/stable/citadel-forgedwithfire/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [citadel-forgedwithfire-4.1.12](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.11...citadel-forgedwithfire-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [citadel-forgedwithfire-4.1.11](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.10...citadel-forgedwithfire-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [citadel-forgedwithfire-4.1.10](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.9...citadel-forgedwithfire-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [citadel-forgedwithfire-4.1.9](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.8...citadel-forgedwithfire-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [citadel-forgedwithfire-4.1.8](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.7...citadel-forgedwithfire-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [citadel-forgedwithfire-4.1.7](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.6...citadel-forgedwithfire-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [citadel-forgedwithfire-4.1.6](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.5...citadel-forgedwithfire-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [citadel-forgedwithfire-4.1.5](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.4...citadel-forgedwithfire-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [citadel-forgedwithfire-4.1.4](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.3...citadel-forgedwithfire-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [citadel-forgedwithfire-4.1.3](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.0...citadel-forgedwithfire-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/citadel-forgedwithfire/5.1.0/Chart.yaml b/stable/citadel-forgedwithfire/5.1.0/Chart.yaml deleted file mode 100644 index de649cb3744..00000000000 --- a/stable/citadel-forgedwithfire/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/citadel-forgedwithfire/5.1.0/charts/common-18.0.1.tgz b/stable/citadel-forgedwithfire/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/citadel-forgedwithfire/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/clarkson/12.2.0/.helmignore b/stable/citadel-forgedwithfire/5.2.0/.helmignore similarity index 100% rename from stable/clarkson/12.2.0/.helmignore rename to stable/citadel-forgedwithfire/5.2.0/.helmignore diff --git a/stable/citadel-forgedwithfire/5.2.0/CHANGELOG.md b/stable/citadel-forgedwithfire/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..3e1b1490987 --- /dev/null +++ b/stable/citadel-forgedwithfire/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/citadel-forgedwithfire/5.2.0/Chart.yaml b/stable/citadel-forgedwithfire/5.2.0/Chart.yaml new file mode 100644 index 00000000000..8d0876b7cf1 --- /dev/null +++ b/stable/citadel-forgedwithfire/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: citadelfwf +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/citadel-forgedwithfire/5.1.0/README.md b/stable/citadel-forgedwithfire/5.2.0/README.md similarity index 100% rename from stable/citadel-forgedwithfire/5.1.0/README.md rename to stable/citadel-forgedwithfire/5.2.0/README.md diff --git a/stable/citadel-forgedwithfire/5.1.0/app-readme.md b/stable/citadel-forgedwithfire/5.2.0/app-readme.md similarity index 100% rename from stable/citadel-forgedwithfire/5.1.0/app-readme.md rename to stable/citadel-forgedwithfire/5.2.0/app-readme.md diff --git a/stable/citadel-forgedwithfire/5.2.0/charts/common-18.1.2.tgz b/stable/citadel-forgedwithfire/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/citadel-forgedwithfire/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/citadel-forgedwithfire/5.1.0/ix_values.yaml b/stable/citadel-forgedwithfire/5.2.0/ix_values.yaml similarity index 100% rename from stable/citadel-forgedwithfire/5.1.0/ix_values.yaml rename to stable/citadel-forgedwithfire/5.2.0/ix_values.yaml diff --git a/stable/citadel-forgedwithfire/5.1.0/questions.yaml b/stable/citadel-forgedwithfire/5.2.0/questions.yaml similarity index 100% rename from stable/citadel-forgedwithfire/5.1.0/questions.yaml rename to stable/citadel-forgedwithfire/5.2.0/questions.yaml diff --git a/stable/citadel-forgedwithfire/5.1.0/templates/common.yaml b/stable/citadel-forgedwithfire/5.2.0/templates/common.yaml similarity index 100% rename from stable/citadel-forgedwithfire/5.1.0/templates/common.yaml rename to stable/citadel-forgedwithfire/5.2.0/templates/common.yaml diff --git a/stable/clarkson/12.2.0/values.yaml b/stable/citadel-forgedwithfire/5.2.0/values.yaml similarity index 100% rename from stable/clarkson/12.2.0/values.yaml rename to stable/citadel-forgedwithfire/5.2.0/values.yaml diff --git a/stable/clamav/10.1.1/CHANGELOG.md b/stable/clamav/10.1.1/CHANGELOG.md deleted file mode 100644 index 606f23949f4..00000000000 --- a/stable/clamav/10.1.1/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) - -### Chore \ No newline at end of file diff --git a/stable/clamav/10.1.1/Chart.yaml b/stable/clamav/10.1.1/Chart.yaml deleted file mode 100644 index 2c1a52b920f..00000000000 --- a/stable/clamav/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: 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.1 diff --git a/stable/clamav/10.1.1/charts/common-18.0.2.tgz b/stable/clamav/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/clamav/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/clamav/10.1.1/ix_values.yaml b/stable/clamav/10.1.1/ix_values.yaml deleted file mode 100644 index 378de0f9969..00000000000 --- a/stable/clamav/10.1.1/ix_values.yaml +++ /dev/null @@ -1,82 +0,0 @@ -image: - repository: clamav/clamav - pullPolicy: IfNotPresent - tag: 1.3.0@sha256:426527229938cc5886873b2ad40193d45189476f9be81006d8103ef59c9e5e76 -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -clamav: - report_path: "/logs" - # User Defined - - cron_enabled: true - cron_schedule: "* * * * *" - date_format: "+%m-%d-%Y_%H.%M.%S" - log_file_name: "clamscan_report" - extra_args: "" -service: - main: - ports: - main: - port: 3310 - protocol: http - targetPort: 3310 - milter: - enabled: true - ports: - milter: - enabled: true - port: 7357 - protocol: http - targetPort: 7357 -cronjob: - annotations: {} - failedJobsHistoryLimit: 5 - successfulJobsHistoryLimit: 2 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: true - type: exec - command: - - clamdcheck.sh - readiness: - enabled: true - type: exec - command: - - clamdcheck.sh - startup: - enabled: true - type: exec - command: - - clamdcheck.sh - env: - CLAMAV_NO_CLAMD: false - CLAMAV_NO_FRESHCLAMD: false - CLAMAV_NO_MILTERD: true - CLAMD_STARTUP_TIMEOUT: 1800 - FRESHCLAM_CHECKS: 1 -persistence: - sigdatabase: - enabled: true - mountPath: /var/lib/clamav - targetSelectAll: true - scandir: - enabled: true - mountPath: /scandir - readOnly: true - targetSelectAll: true - logs: - enabled: true - mountPath: /logs - targetSelectAll: true -portal: - open: - enabled: false diff --git a/stable/clipplex/3.1.0/.helmignore b/stable/clamav/10.2.0/.helmignore similarity index 100% rename from stable/clipplex/3.1.0/.helmignore rename to stable/clamav/10.2.0/.helmignore diff --git a/stable/clamav/10.2.0/CHANGELOG.md b/stable/clamav/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..12c79a6f1f3 --- /dev/null +++ b/stable/clamav/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + +## [clamav-9.2.0](https://github.com/truecharts/charts/compare/clamav-9.1.17...clamav-9.2.0) (2024-02-14) + +### Chore + + + +- update container image clamav/clamav to v1.3.0[@cb6da73](https://github.com/cb6da73) by renovate ([#18173](https://github.com/truecharts/charts/issues/18173)) + + +## [clamav-9.1.17](https://github.com/truecharts/charts/compare/clamav-9.1.16...clamav-9.1.17) (2024-02-12) + +### Chore + + + +- update container image clamav/clamav to v1.2.2[@1277222](https://github.com/1277222) by renovate ([#18123](https://github.com/truecharts/charts/issues/18123)) + + +## [clamav-9.1.16](https://github.com/truecharts/charts/compare/clamav-9.1.15...clamav-9.1.16) (2024-02-05) + +### Chore + + + +- update container image clamav/clamav to 1.2.1[@e22d570](https://github.com/e22d570) by renovate ([#17953](https://github.com/truecharts/charts/issues/17953)) + + +## [clamav-9.1.15](https://github.com/truecharts/charts/compare/clamav-9.1.14...clamav-9.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [clamav-9.1.14](https://github.com/truecharts/charts/compare/clamav-9.1.13...clamav-9.1.14) (2024-02-03) + +### Chore + + + +- update container image clamav/clamav to 1.2.1[@283bb9e](https://github.com/283bb9e) by renovate ([#17796](https://github.com/truecharts/charts/issues/17796)) + + +## [clamav-9.1.13](https://github.com/truecharts/charts/compare/clamav-9.1.12...clamav-9.1.13) (2024-01-29) + +### Chore + + + +- update container image clamav/clamav to 1.2.1[@43cdba4](https://github.com/43cdba4) by renovate ([#17717](https://github.com/truecharts/charts/issues/17717)) + + +## [clamav-9.1.12](https://github.com/truecharts/charts/compare/clamav-9.1.11...clamav-9.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [clamav-9.1.11](https://github.com/truecharts/charts/compare/clamav-9.1.10...clamav-9.1.11) (2024-01-22) + +### Chore + + + +- update container image clamav/clamav to 1.2.1[@f51c38f](https://github.com/f51c38f) by renovate ([#17491](https://github.com/truecharts/charts/issues/17491)) + + +## [clamav-9.1.10](https://github.com/truecharts/charts/compare/clamav-9.1.9...clamav-9.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) diff --git a/stable/clamav/10.2.0/Chart.yaml b/stable/clamav/10.2.0/Chart.yaml new file mode 100644 index 00000000000..3b4c3ef1d8e --- /dev/null +++ b/stable/clamav/10.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats. +home: https://truecharts.org/charts/stable/clamav +icon: https://truecharts.org/img/hotlink-ok/chart-icons/clamav.png +keywords: + - clamav + - antivirus +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: clamav +sources: + - https://github.com/Cisco-Talos/clamav + - https://docs.clamav.net/ + - https://github.com/truecharts/charts/tree/master/charts/stable/clamav + - https://hub.docker.com/r/clamav/clamav +type: application +version: 10.2.0 diff --git a/stable/clamav/10.1.1/README.md b/stable/clamav/10.2.0/README.md similarity index 100% rename from stable/clamav/10.1.1/README.md rename to stable/clamav/10.2.0/README.md diff --git a/stable/clamav/10.1.1/app-readme.md b/stable/clamav/10.2.0/app-readme.md similarity index 100% rename from stable/clamav/10.1.1/app-readme.md rename to stable/clamav/10.2.0/app-readme.md diff --git a/stable/clamav/10.2.0/charts/common-18.1.2.tgz b/stable/clamav/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/clamav/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/clamav/10.2.0/ix_values.yaml b/stable/clamav/10.2.0/ix_values.yaml new file mode 100644 index 00000000000..036870ef843 --- /dev/null +++ b/stable/clamav/10.2.0/ix_values.yaml @@ -0,0 +1,82 @@ +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/clamav/10.1.1/questions.yaml b/stable/clamav/10.2.0/questions.yaml similarity index 100% rename from stable/clamav/10.1.1/questions.yaml rename to stable/clamav/10.2.0/questions.yaml diff --git a/stable/cloud9/11.1.0/templates/NOTES.txt b/stable/clamav/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/cloud9/11.1.0/templates/NOTES.txt rename to stable/clamav/10.2.0/templates/NOTES.txt diff --git a/stable/clamav/10.1.1/templates/_cronjob.tpl b/stable/clamav/10.2.0/templates/_cronjob.tpl similarity index 100% rename from stable/clamav/10.1.1/templates/_cronjob.tpl rename to stable/clamav/10.2.0/templates/_cronjob.tpl diff --git a/stable/clamav/10.1.1/templates/common.yaml b/stable/clamav/10.2.0/templates/common.yaml similarity index 100% rename from stable/clamav/10.1.1/templates/common.yaml rename to stable/clamav/10.2.0/templates/common.yaml diff --git a/stable/clipplex/3.1.0/values.yaml b/stable/clamav/10.2.0/values.yaml similarity index 100% rename from stable/clipplex/3.1.0/values.yaml rename to stable/clamav/10.2.0/values.yaml diff --git a/stable/clarkson/12.2.0/CHANGELOG.md b/stable/clarkson/12.2.0/CHANGELOG.md deleted file mode 100644 index 8213dd00806..00000000000 --- a/stable/clarkson/12.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [clarkson-11.1.15](https://github.com/truecharts/charts/compare/clarkson-11.1.14...clarkson-11.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [clarkson-11.1.14](https://github.com/truecharts/charts/compare/clarkson-11.1.13...clarkson-11.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [clarkson-11.1.13](https://github.com/truecharts/charts/compare/clarkson-11.1.12...clarkson-11.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [clarkson-11.1.12](https://github.com/truecharts/charts/compare/clarkson-11.1.11...clarkson-11.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [clarkson-11.1.11](https://github.com/truecharts/charts/compare/clarkson-11.1.10...clarkson-11.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [clarkson-11.1.10](https://github.com/truecharts/charts/compare/clarkson-11.1.9...clarkson-11.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [clarkson-11.1.9](https://github.com/truecharts/charts/compare/clarkson-11.1.8...clarkson-11.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [clarkson-11.1.8](https://github.com/truecharts/charts/compare/clarkson-11.1.7...clarkson-11.1.8) (2024-01-02) - -### Chore - - - -- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) - - -## [clarkson-11.1.7](https://github.com/truecharts/charts/compare/clarkson-11.1.6...clarkson-11.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs \ No newline at end of file diff --git a/stable/clarkson/12.2.0/Chart.yaml b/stable/clarkson/12.2.0/Chart.yaml deleted file mode 100644 index 7bc00c4ca64..00000000000 --- a/stable/clarkson/12.2.0/Chart.yaml +++ /dev/null @@ -1,47 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: vehicle - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.1.2 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/clarkson/12.2.0/charts/common-18.0.1.tgz b/stable/clarkson/12.2.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/clarkson/12.2.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/cloud9/11.1.0/.helmignore b/stable/clarkson/12.3.0/.helmignore similarity index 100% rename from stable/cloud9/11.1.0/.helmignore rename to stable/clarkson/12.3.0/.helmignore diff --git a/stable/clarkson/12.3.0/CHANGELOG.md b/stable/clarkson/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ead06a3a4b9 --- /dev/null +++ b/stable/clarkson/12.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + +## [clarkson-11.1.15](https://github.com/truecharts/charts/compare/clarkson-11.1.14...clarkson-11.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [clarkson-11.1.14](https://github.com/truecharts/charts/compare/clarkson-11.1.13...clarkson-11.1.14) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [clarkson-11.1.13](https://github.com/truecharts/charts/compare/clarkson-11.1.12...clarkson-11.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [clarkson-11.1.12](https://github.com/truecharts/charts/compare/clarkson-11.1.11...clarkson-11.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [clarkson-11.1.11](https://github.com/truecharts/charts/compare/clarkson-11.1.10...clarkson-11.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [clarkson-11.1.10](https://github.com/truecharts/charts/compare/clarkson-11.1.9...clarkson-11.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [clarkson-11.1.9](https://github.com/truecharts/charts/compare/clarkson-11.1.8...clarkson-11.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [clarkson-11.1.8](https://github.com/truecharts/charts/compare/clarkson-11.1.7...clarkson-11.1.8) (2024-01-02) + +### Chore + + + +- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) + + +## [clarkson-11.1.7](https://github.com/truecharts/charts/compare/clarkson-11.1.6...clarkson-11.1.7) (2024-01-02) + +### Chore \ No newline at end of file diff --git a/stable/clarkson/12.3.0/Chart.yaml b/stable/clarkson/12.3.0/Chart.yaml new file mode 100644 index 00000000000..a04358c93d3 --- /dev/null +++ b/stable/clarkson/12.3.0/Chart.yaml @@ -0,0 +1,47 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: vehicle + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.1.2 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.0.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A web-based dashboard application that gives you a neat and clean interface for logging your fuel fill-ups for all of your vehicles. +home: https://truecharts.org/charts/stable/clarkson +icon: https://truecharts.org/img/hotlink-ok/chart-icons/clarkson.png +keywords: + - fuel + - car + - log + - fill-up + - vehicle +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: clarkson +sources: + - https://github.com/linuxserver/Clarkson + - https://github.com/truecharts/charts/tree/master/charts/stable/clarkson + - https://ghcr.io/linuxserver/clarkson +type: application +version: 12.3.0 diff --git a/stable/clarkson/12.2.0/README.md b/stable/clarkson/12.3.0/README.md similarity index 100% rename from stable/clarkson/12.2.0/README.md rename to stable/clarkson/12.3.0/README.md diff --git a/stable/clarkson/12.2.0/app-readme.md b/stable/clarkson/12.3.0/app-readme.md similarity index 100% rename from stable/clarkson/12.2.0/app-readme.md rename to stable/clarkson/12.3.0/app-readme.md diff --git a/stable/clarkson/12.3.0/charts/common-18.1.2.tgz b/stable/clarkson/12.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/clarkson/12.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/clarkson/12.2.0/charts/mariadb-13.0.0.tgz b/stable/clarkson/12.3.0/charts/mariadb-13.0.0.tgz similarity index 100% rename from stable/clarkson/12.2.0/charts/mariadb-13.0.0.tgz rename to stable/clarkson/12.3.0/charts/mariadb-13.0.0.tgz diff --git a/stable/clarkson/12.2.0/ix_values.yaml b/stable/clarkson/12.3.0/ix_values.yaml similarity index 100% rename from stable/clarkson/12.2.0/ix_values.yaml rename to stable/clarkson/12.3.0/ix_values.yaml diff --git a/stable/clarkson/12.2.0/questions.yaml b/stable/clarkson/12.3.0/questions.yaml similarity index 100% rename from stable/clarkson/12.2.0/questions.yaml rename to stable/clarkson/12.3.0/questions.yaml diff --git a/stable/cloudflareddns/9.1.1/templates/NOTES.txt b/stable/clarkson/12.3.0/templates/NOTES.txt similarity index 100% rename from stable/cloudflareddns/9.1.1/templates/NOTES.txt rename to stable/clarkson/12.3.0/templates/NOTES.txt diff --git a/stable/cloud9/11.1.0/templates/common.yaml b/stable/clarkson/12.3.0/templates/common.yaml similarity index 100% rename from stable/cloud9/11.1.0/templates/common.yaml rename to stable/clarkson/12.3.0/templates/common.yaml diff --git a/stable/cloud9/11.1.0/values.yaml b/stable/clarkson/12.3.0/values.yaml similarity index 100% rename from stable/cloud9/11.1.0/values.yaml rename to stable/clarkson/12.3.0/values.yaml diff --git a/stable/clipplex/3.1.0/CHANGELOG.md b/stable/clipplex/3.1.0/CHANGELOG.md deleted file mode 100644 index 1450535d431..00000000000 --- a/stable/clipplex/3.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [clipplex-2.1.12](https://github.com/truecharts/charts/compare/clipplex-2.1.11...clipplex-2.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [clipplex-2.1.11](https://github.com/truecharts/charts/compare/clipplex-2.1.10...clipplex-2.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [clipplex-2.1.10](https://github.com/truecharts/charts/compare/clipplex-2.1.9...clipplex-2.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [clipplex-2.1.9](https://github.com/truecharts/charts/compare/clipplex-2.1.8...clipplex-2.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [clipplex-2.1.8](https://github.com/truecharts/charts/compare/clipplex-2.1.7...clipplex-2.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [clipplex-2.1.7](https://github.com/truecharts/charts/compare/clipplex-2.1.6...clipplex-2.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [clipplex-2.1.6](https://github.com/truecharts/charts/compare/clipplex-2.1.5...clipplex-2.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [clipplex-2.1.5](https://github.com/truecharts/charts/compare/clipplex-2.1.4...clipplex-2.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [clipplex-2.1.4](https://github.com/truecharts/charts/compare/clipplex-2.1.3...clipplex-2.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [clipplex-2.1.3](https://github.com/truecharts/charts/compare/clipplex-2.1.0...clipplex-2.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/clipplex/3.1.0/Chart.yaml b/stable/clipplex/3.1.0/Chart.yaml deleted file mode 100644 index b7e38a27b3c..00000000000 --- a/stable/clipplex/3.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/clipplex/3.1.0/charts/common-18.0.1.tgz b/stable/clipplex/3.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/clipplex/3.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/cloudcommander/5.1.0/.helmignore b/stable/clipplex/3.2.0/.helmignore similarity index 100% rename from stable/cloudcommander/5.1.0/.helmignore rename to stable/clipplex/3.2.0/.helmignore diff --git a/stable/clipplex/3.2.0/CHANGELOG.md b/stable/clipplex/3.2.0/CHANGELOG.md new file mode 100644 index 00000000000..6961790065f --- /dev/null +++ b/stable/clipplex/3.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/clipplex/3.2.0/Chart.yaml b/stable/clipplex/3.2.0/Chart.yaml new file mode 100644 index 00000000000..3649e3ef000 --- /dev/null +++ b/stable/clipplex/3.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/clipplex/3.1.0/README.md b/stable/clipplex/3.2.0/README.md similarity index 100% rename from stable/clipplex/3.1.0/README.md rename to stable/clipplex/3.2.0/README.md diff --git a/stable/clipplex/3.1.0/app-readme.md b/stable/clipplex/3.2.0/app-readme.md similarity index 100% rename from stable/clipplex/3.1.0/app-readme.md rename to stable/clipplex/3.2.0/app-readme.md diff --git a/stable/clipplex/3.2.0/charts/common-18.1.2.tgz b/stable/clipplex/3.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/clipplex/3.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/clipplex/3.1.0/ix_values.yaml b/stable/clipplex/3.2.0/ix_values.yaml similarity index 100% rename from stable/clipplex/3.1.0/ix_values.yaml rename to stable/clipplex/3.2.0/ix_values.yaml diff --git a/stable/clipplex/3.1.0/questions.yaml b/stable/clipplex/3.2.0/questions.yaml similarity index 100% rename from stable/clipplex/3.1.0/questions.yaml rename to stable/clipplex/3.2.0/questions.yaml diff --git a/stable/cloudflared/10.1.0/templates/common.yaml b/stable/clipplex/3.2.0/templates/common.yaml similarity index 100% rename from stable/cloudflared/10.1.0/templates/common.yaml rename to stable/clipplex/3.2.0/templates/common.yaml diff --git a/stable/cloudcommander/5.1.0/values.yaml b/stable/clipplex/3.2.0/values.yaml similarity index 100% rename from stable/cloudcommander/5.1.0/values.yaml rename to stable/clipplex/3.2.0/values.yaml diff --git a/stable/cloud9/11.1.0/CHANGELOG.md b/stable/cloud9/11.1.0/CHANGELOG.md deleted file mode 100644 index 658f9cab86e..00000000000 --- a/stable/cloud9/11.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [cloud9-10.1.12](https://github.com/truecharts/charts/compare/cloud9-10.1.11...cloud9-10.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cloud9-10.1.11](https://github.com/truecharts/charts/compare/cloud9-10.1.10...cloud9-10.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cloud9-10.1.10](https://github.com/truecharts/charts/compare/cloud9-10.1.9...cloud9-10.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cloud9-10.1.9](https://github.com/truecharts/charts/compare/cloud9-10.1.8...cloud9-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cloud9-10.1.8](https://github.com/truecharts/charts/compare/cloud9-10.1.7...cloud9-10.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [cloud9-10.1.7](https://github.com/truecharts/charts/compare/cloud9-10.1.6...cloud9-10.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [cloud9-10.1.6](https://github.com/truecharts/charts/compare/cloud9-10.1.5...cloud9-10.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [cloud9-10.1.5](https://github.com/truecharts/charts/compare/cloud9-10.1.4...cloud9-10.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [cloud9-10.1.4](https://github.com/truecharts/charts/compare/cloud9-10.1.3...cloud9-10.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [cloud9-10.1.3](https://github.com/truecharts/charts/compare/cloud9-10.1.0...cloud9-10.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/cloud9/11.1.0/Chart.yaml b/stable/cloud9/11.1.0/Chart.yaml deleted file mode 100644 index a6fa340a750..00000000000 --- a/stable/cloud9/11.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.29.2 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/cloud9/11.1.0/charts/common-18.0.1.tgz b/stable/cloud9/11.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/cloud9/11.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/cloudflared/10.1.0/.helmignore b/stable/cloud9/11.2.0/.helmignore similarity index 100% rename from stable/cloudflared/10.1.0/.helmignore rename to stable/cloud9/11.2.0/.helmignore diff --git a/stable/cloud9/11.2.0/CHANGELOG.md b/stable/cloud9/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..3630c14b79a --- /dev/null +++ b/stable/cloud9/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/cloud9/11.2.0/Chart.yaml b/stable/cloud9/11.2.0/Chart.yaml new file mode 100644 index 00000000000..4628a4fcf76 --- /dev/null +++ b/stable/cloud9/11.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.29.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/cloud9/11.1.0/README.md b/stable/cloud9/11.2.0/README.md similarity index 100% rename from stable/cloud9/11.1.0/README.md rename to stable/cloud9/11.2.0/README.md diff --git a/stable/cloud9/11.1.0/app-readme.md b/stable/cloud9/11.2.0/app-readme.md similarity index 100% rename from stable/cloud9/11.1.0/app-readme.md rename to stable/cloud9/11.2.0/app-readme.md diff --git a/stable/cloud9/11.2.0/charts/common-18.1.2.tgz b/stable/cloud9/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/cloud9/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/cloud9/11.1.0/ix_values.yaml b/stable/cloud9/11.2.0/ix_values.yaml similarity index 100% rename from stable/cloud9/11.1.0/ix_values.yaml rename to stable/cloud9/11.2.0/ix_values.yaml diff --git a/stable/cloud9/11.1.0/questions.yaml b/stable/cloud9/11.2.0/questions.yaml similarity index 100% rename from stable/cloud9/11.1.0/questions.yaml rename to stable/cloud9/11.2.0/questions.yaml diff --git a/stable/code-server/11.1.0/templates/NOTES.txt b/stable/cloud9/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/code-server/11.1.0/templates/NOTES.txt rename to stable/cloud9/11.2.0/templates/NOTES.txt diff --git a/stable/codeproject-ai-server/2.1.0/templates/common.yaml b/stable/cloud9/11.2.0/templates/common.yaml similarity index 100% rename from stable/codeproject-ai-server/2.1.0/templates/common.yaml rename to stable/cloud9/11.2.0/templates/common.yaml diff --git a/stable/cloudflared/10.1.0/values.yaml b/stable/cloud9/11.2.0/values.yaml similarity index 100% rename from stable/cloudflared/10.1.0/values.yaml rename to stable/cloud9/11.2.0/values.yaml diff --git a/stable/cloudcommander/5.1.0/CHANGELOG.md b/stable/cloudcommander/5.1.0/CHANGELOG.md deleted file mode 100644 index 8b44e422c83..00000000000 --- a/stable/cloudcommander/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/cloudcommander/5.1.0/Chart.yaml b/stable/cloudcommander/5.1.0/Chart.yaml deleted file mode 100644 index ba5a8c59a82..00000000000 --- a/stable/cloudcommander/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/cloudcommander/5.1.0/charts/common-18.0.1.tgz b/stable/cloudcommander/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/cloudcommander/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/cloudflareddns/9.1.1/.helmignore b/stable/cloudcommander/5.2.0/.helmignore similarity index 100% rename from stable/cloudflareddns/9.1.1/.helmignore rename to stable/cloudcommander/5.2.0/.helmignore diff --git a/stable/cloudcommander/5.2.0/CHANGELOG.md b/stable/cloudcommander/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..0b688b79baf --- /dev/null +++ b/stable/cloudcommander/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [cloudcommander-4.1.14](https://github.com/truecharts/charts/compare/cloudcommander-4.1.13...cloudcommander-4.1.14) (2024-02-05) + +### Chore + + + +- update container image coderaiser/cloudcmd to latest[@80238d3](https://github.com/80238d3) by renovate ([#17822](https://github.com/truecharts/charts/issues/17822)) + + +## [cloudcommander-4.1.13](https://github.com/truecharts/charts/compare/cloudcommander-4.1.12...cloudcommander-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cloudcommander-4.1.12](https://github.com/truecharts/charts/compare/cloudcommander-4.1.11...cloudcommander-4.1.12) (2024-01-29) + +### Chore + + + +- update container image coderaiser/cloudcmd to latest[@365802f](https://github.com/365802f) by renovate ([#17582](https://github.com/truecharts/charts/issues/17582)) + + +## [cloudcommander-4.1.11](https://github.com/truecharts/charts/compare/cloudcommander-4.1.10...cloudcommander-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cloudcommander-4.1.10](https://github.com/truecharts/charts/compare/cloudcommander-4.1.9...cloudcommander-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cloudcommander-4.1.9](https://github.com/truecharts/charts/compare/cloudcommander-4.1.8...cloudcommander-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [cloudcommander-4.1.8](https://github.com/truecharts/charts/compare/cloudcommander-4.1.7...cloudcommander-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [cloudcommander-4.1.7](https://github.com/truecharts/charts/compare/cloudcommander-4.1.6...cloudcommander-4.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [cloudcommander-4.1.6](https://github.com/truecharts/charts/compare/cloudcommander-4.1.5...cloudcommander-4.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/cloudcommander/5.2.0/Chart.yaml b/stable/cloudcommander/5.2.0/Chart.yaml new file mode 100644 index 00000000000..8e0d3aa15cc --- /dev/null +++ b/stable/cloudcommander/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | + [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.0 diff --git a/stable/cloudcommander/5.1.0/README.md b/stable/cloudcommander/5.2.0/README.md similarity index 100% rename from stable/cloudcommander/5.1.0/README.md rename to stable/cloudcommander/5.2.0/README.md diff --git a/stable/cloudcommander/5.1.0/app-readme.md b/stable/cloudcommander/5.2.0/app-readme.md similarity index 100% rename from stable/cloudcommander/5.1.0/app-readme.md rename to stable/cloudcommander/5.2.0/app-readme.md diff --git a/stable/cloudcommander/5.2.0/charts/common-18.1.2.tgz b/stable/cloudcommander/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/cloudcommander/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/cloudcommander/5.1.0/ix_values.yaml b/stable/cloudcommander/5.2.0/ix_values.yaml similarity index 100% rename from stable/cloudcommander/5.1.0/ix_values.yaml rename to stable/cloudcommander/5.2.0/ix_values.yaml diff --git a/stable/cloudcommander/5.1.0/questions.yaml b/stable/cloudcommander/5.2.0/questions.yaml similarity index 100% rename from stable/cloudcommander/5.1.0/questions.yaml rename to stable/cloudcommander/5.2.0/questions.yaml diff --git a/stable/cloudcommander/5.1.0/templates/common.yaml b/stable/cloudcommander/5.2.0/templates/common.yaml similarity index 100% rename from stable/cloudcommander/5.1.0/templates/common.yaml rename to stable/cloudcommander/5.2.0/templates/common.yaml diff --git a/stable/cloudflareddns/9.1.1/values.yaml b/stable/cloudcommander/5.2.0/values.yaml similarity index 100% rename from stable/cloudflareddns/9.1.1/values.yaml rename to stable/cloudcommander/5.2.0/values.yaml diff --git a/stable/cloudflared/10.1.0/CHANGELOG.md b/stable/cloudflared/10.1.0/CHANGELOG.md deleted file mode 100644 index 55629cbb265..00000000000 --- a/stable/cloudflared/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/cloudflared/10.1.0/Chart.yaml b/stable/cloudflared/10.1.0/Chart.yaml deleted file mode 100644 index 8576142a6de..00000000000 --- a/stable/cloudflared/10.1.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: 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.1 - 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.0 diff --git a/stable/cloudflared/10.1.0/charts/common-18.0.1.tgz b/stable/cloudflared/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/cloudflared/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/cloudreve/6.1.0/.helmignore b/stable/cloudflared/10.2.0/.helmignore similarity index 100% rename from stable/cloudreve/6.1.0/.helmignore rename to stable/cloudflared/10.2.0/.helmignore diff --git a/stable/cloudflared/10.2.0/CHANGELOG.md b/stable/cloudflared/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..66e725795c8 --- /dev/null +++ b/stable/cloudflared/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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)) + diff --git a/stable/cloudflared/10.2.0/Chart.yaml b/stable/cloudflared/10.2.0/Chart.yaml new file mode 100644 index 00000000000..b323276253a --- /dev/null +++ b/stable/cloudflared/10.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.2.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/cloudflared/10.1.0/README.md b/stable/cloudflared/10.2.0/README.md similarity index 100% rename from stable/cloudflared/10.1.0/README.md rename to stable/cloudflared/10.2.0/README.md diff --git a/stable/cloudflared/10.1.0/app-readme.md b/stable/cloudflared/10.2.0/app-readme.md similarity index 100% rename from stable/cloudflared/10.1.0/app-readme.md rename to stable/cloudflared/10.2.0/app-readme.md diff --git a/stable/cloudflared/10.2.0/charts/common-18.1.2.tgz b/stable/cloudflared/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/cloudflared/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/cloudflared/10.1.0/ix_values.yaml b/stable/cloudflared/10.2.0/ix_values.yaml similarity index 100% rename from stable/cloudflared/10.1.0/ix_values.yaml rename to stable/cloudflared/10.2.0/ix_values.yaml diff --git a/stable/cloudflared/10.1.0/questions.yaml b/stable/cloudflared/10.2.0/questions.yaml similarity index 100% rename from stable/cloudflared/10.1.0/questions.yaml rename to stable/cloudflared/10.2.0/questions.yaml diff --git a/stable/commento-plusplus/11.1.0/templates/common.yaml b/stable/cloudflared/10.2.0/templates/common.yaml similarity index 100% rename from stable/commento-plusplus/11.1.0/templates/common.yaml rename to stable/cloudflared/10.2.0/templates/common.yaml diff --git a/stable/cloudreve/6.1.0/values.yaml b/stable/cloudflared/10.2.0/values.yaml similarity index 100% rename from stable/cloudreve/6.1.0/values.yaml rename to stable/cloudflared/10.2.0/values.yaml diff --git a/stable/cloudflareddns/9.1.1/CHANGELOG.md b/stable/cloudflareddns/9.1.1/CHANGELOG.md deleted file mode 100644 index e262771dff2..00000000000 --- a/stable/cloudflareddns/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [cloudflareddns-8.1.13](https://github.com/truecharts/charts/compare/cloudflareddns-8.1.12...cloudflareddns-8.1.13) (2024-01-26) \ No newline at end of file diff --git a/stable/cloudflareddns/9.1.1/Chart.yaml b/stable/cloudflareddns/9.1.1/Chart.yaml deleted file mode 100644 index c026a501723..00000000000 --- a/stable/cloudflareddns/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: 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.1 diff --git a/stable/cloudflareddns/9.1.1/charts/common-18.0.2.tgz b/stable/cloudflareddns/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/cloudflareddns/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/cloudflareddns/9.1.1/ix_values.yaml b/stable/cloudflareddns/9.1.1/ix_values.yaml deleted file mode 100644 index 42d813bd490..00000000000 --- a/stable/cloudflareddns/9.1.1/ix_values.yaml +++ /dev/null @@ -1,59 +0,0 @@ -image: - repository: ghcr.io/hotio/cloudflareddns - pullPolicy: IfNotPresent - tag: latest@sha256:f2c17c1f24df72f1d8993ae0b0f10a5c29b4432c6ec66713b3fb9d73ad9a633b -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -cloudflareddns: - user: your.cf.email@example.com - api_token: "" - api_key: "" - api_token_zone: "" - interval: 300 - detect_mode: dig-whoami.cloudflare - detect_override: "" - log_level: 3 - host_zone_record: [] - # - domain: example.com -# zone: A1jajaja -# record: A -# - domain: foobar.com -# zone: B1aksksa -# record: A -# - domain: foobar.com -# zone: Cs11kdkkasks -# record: AAAA - -service: - main: - enabled: false - ports: - main: - enabled: false -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - envFrom: - - secretRef: - name: "secret" - env: {} -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: false diff --git a/stable/code-server/11.1.0/.helmignore b/stable/cloudflareddns/9.2.0/.helmignore similarity index 100% rename from stable/code-server/11.1.0/.helmignore rename to stable/cloudflareddns/9.2.0/.helmignore diff --git a/stable/cloudflareddns/9.2.0/CHANGELOG.md b/stable/cloudflareddns/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a0648531f02 --- /dev/null +++ b/stable/cloudflareddns/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [cloudflareddns-8.1.20](https://github.com/truecharts/charts/compare/cloudflareddns-8.1.19...cloudflareddns-8.1.20) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/hotio/cloudflareddns to latest[@631b781](https://github.com/631b781) by renovate ([#18209](https://github.com/truecharts/charts/issues/18209)) + + +## [cloudflareddns-8.1.19](https://github.com/truecharts/charts/compare/cloudflareddns-8.1.18...cloudflareddns-8.1.19) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/hotio/cloudflareddns to latest[@f4b92f3](https://github.com/f4b92f3) by renovate ([#18047](https://github.com/truecharts/charts/issues/18047)) + + +## [cloudflareddns-8.1.18](https://github.com/truecharts/charts/compare/cloudflareddns-8.1.17...cloudflareddns-8.1.18) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/hotio/cloudflareddns to latest[@b713f98](https://github.com/b713f98) by renovate ([#17835](https://github.com/truecharts/charts/issues/17835)) + + +## [cloudflareddns-8.1.17](https://github.com/truecharts/charts/compare/cloudflareddns-8.1.16...cloudflareddns-8.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cloudflareddns-8.1.16](https://github.com/truecharts/charts/compare/cloudflareddns-8.1.15...cloudflareddns-8.1.16) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/hotio/cloudflareddns to latest[@e4e570d](https://github.com/e4e570d) by renovate ([#17743](https://github.com/truecharts/charts/issues/17743)) + + +## [cloudflareddns-8.1.15](https://github.com/truecharts/charts/compare/cloudflareddns-8.1.14...cloudflareddns-8.1.15) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/hotio/cloudflareddns to latest[@0e6077f](https://github.com/0e6077f) by renovate ([#17593](https://github.com/truecharts/charts/issues/17593)) + + +## [cloudflareddns-8.1.14](https://github.com/truecharts/charts/compare/cloudflareddns-8.1.13...cloudflareddns-8.1.14) (2024-01-26) + +### Chore + + diff --git a/stable/cloudflareddns/9.2.0/Chart.yaml b/stable/cloudflareddns/9.2.0/Chart.yaml new file mode 100644 index 00000000000..19a982ac109 --- /dev/null +++ b/stable/cloudflareddns/9.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Automate Cloudflare DNS records for those with a dynamic IP. +home: https://truecharts.org/charts/stable/cloudflareddns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflareddns.png +keywords: + - cloudflareddns + - ddns + - cloudflare +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cloudflareddns +sources: + - https://hotio.dev/containers/cloudflareddns/ + - https://github.com/hotio/cloudflareddns + - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflareddns + - https://ghcr.io/hotio/cloudflareddns +type: application +version: 9.2.0 diff --git a/stable/cloudflareddns/9.1.1/README.md b/stable/cloudflareddns/9.2.0/README.md similarity index 100% rename from stable/cloudflareddns/9.1.1/README.md rename to stable/cloudflareddns/9.2.0/README.md diff --git a/stable/cloudflareddns/9.1.1/app-readme.md b/stable/cloudflareddns/9.2.0/app-readme.md similarity index 100% rename from stable/cloudflareddns/9.1.1/app-readme.md rename to stable/cloudflareddns/9.2.0/app-readme.md diff --git a/stable/cloudflareddns/9.2.0/charts/common-18.1.2.tgz b/stable/cloudflareddns/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/cloudflareddns/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/cloudflareddns/9.2.0/ix_values.yaml b/stable/cloudflareddns/9.2.0/ix_values.yaml new file mode 100644 index 00000000000..dc9b45cb9b2 --- /dev/null +++ b/stable/cloudflareddns/9.2.0/ix_values.yaml @@ -0,0 +1,59 @@ +image: + repository: ghcr.io/hotio/cloudflareddns + pullPolicy: IfNotPresent + tag: latest@sha256:dfbbfae9481af482afcc0e74c2824f4635d15778a3275df6347a6ce8c4469c75 +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +cloudflareddns: + user: your.cf.email@example.com + api_token: "" + api_key: "" + api_token_zone: "" + interval: 300 + detect_mode: dig-whoami.cloudflare + detect_override: "" + log_level: 3 + host_zone_record: [] + # - domain: example.com +# zone: A1jajaja +# record: A +# - domain: foobar.com +# zone: B1aksksa +# record: A +# - domain: foobar.com +# zone: Cs11kdkkasks +# record: AAAA + +service: + main: + enabled: false + ports: + main: + enabled: false +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + envFrom: + - secretRef: + name: "secret" + env: {} +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: false diff --git a/stable/cloudflareddns/9.1.1/questions.yaml b/stable/cloudflareddns/9.2.0/questions.yaml similarity index 100% rename from stable/cloudflareddns/9.1.1/questions.yaml rename to stable/cloudflareddns/9.2.0/questions.yaml diff --git a/stable/collabora/5.1.1/templates/NOTES.txt b/stable/cloudflareddns/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/collabora/5.1.1/templates/NOTES.txt rename to stable/cloudflareddns/9.2.0/templates/NOTES.txt diff --git a/stable/cloudflareddns/9.1.1/templates/_secret.tpl b/stable/cloudflareddns/9.2.0/templates/_secret.tpl similarity index 100% rename from stable/cloudflareddns/9.1.1/templates/_secret.tpl rename to stable/cloudflareddns/9.2.0/templates/_secret.tpl diff --git a/stable/cloudflareddns/9.1.1/templates/common.yaml b/stable/cloudflareddns/9.2.0/templates/common.yaml similarity index 100% rename from stable/cloudflareddns/9.1.1/templates/common.yaml rename to stable/cloudflareddns/9.2.0/templates/common.yaml diff --git a/stable/code-server/11.1.0/values.yaml b/stable/cloudflareddns/9.2.0/values.yaml similarity index 100% rename from stable/code-server/11.1.0/values.yaml rename to stable/cloudflareddns/9.2.0/values.yaml diff --git a/stable/cloudreve/6.1.0/CHANGELOG.md b/stable/cloudreve/6.1.0/CHANGELOG.md deleted file mode 100644 index befc86f319b..00000000000 --- a/stable/cloudreve/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/cloudreve/6.1.0/Chart.yaml b/stable/cloudreve/6.1.0/Chart.yaml deleted file mode 100644 index 74f31020273..00000000000 --- a/stable/cloudreve/6.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.8.3 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/cloudreve/6.1.0/charts/common-18.0.1.tgz b/stable/cloudreve/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/cloudreve/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/codeproject-ai-server/2.1.0/.helmignore b/stable/cloudreve/6.2.0/.helmignore similarity index 100% rename from stable/codeproject-ai-server/2.1.0/.helmignore rename to stable/cloudreve/6.2.0/.helmignore diff --git a/stable/cloudreve/6.2.0/CHANGELOG.md b/stable/cloudreve/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..53db9885591 --- /dev/null +++ b/stable/cloudreve/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [cloudreve-5.0.0](https://github.com/truecharts/charts/compare/cloudreve-4.1.12...cloudreve-5.0.0) (2024-02-04) + + +## [cloudreve-4.1.12](https://github.com/truecharts/charts/compare/cloudreve-4.1.11...cloudreve-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cloudreve-4.1.11](https://github.com/truecharts/charts/compare/cloudreve-4.1.10...cloudreve-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cloudreve-4.1.10](https://github.com/truecharts/charts/compare/cloudreve-4.1.9...cloudreve-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cloudreve-4.1.9](https://github.com/truecharts/charts/compare/cloudreve-4.1.8...cloudreve-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [cloudreve-4.1.8](https://github.com/truecharts/charts/compare/cloudreve-4.1.7...cloudreve-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [cloudreve-4.1.7](https://github.com/truecharts/charts/compare/cloudreve-4.1.6...cloudreve-4.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [cloudreve-4.1.6](https://github.com/truecharts/charts/compare/cloudreve-4.1.5...cloudreve-4.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [cloudreve-4.1.5](https://github.com/truecharts/charts/compare/cloudreve-4.1.4...cloudreve-4.1.5) (2024-01-02) + +### Chore + + + +- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) + + +## [cloudreve-4.1.4](https://github.com/truecharts/charts/compare/cloudreve-4.1.3...cloudreve-4.1.4) (2024-01-01) + +### Chore + diff --git a/stable/cloudreve/6.2.0/Chart.yaml b/stable/cloudreve/6.2.0/Chart.yaml new file mode 100644 index 00000000000..d62029da095 --- /dev/null +++ b/stable/cloudreve/6.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.8.3 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/cloudreve/6.1.0/README.md b/stable/cloudreve/6.2.0/README.md similarity index 100% rename from stable/cloudreve/6.1.0/README.md rename to stable/cloudreve/6.2.0/README.md diff --git a/stable/cloudreve/6.1.0/app-readme.md b/stable/cloudreve/6.2.0/app-readme.md similarity index 100% rename from stable/cloudreve/6.1.0/app-readme.md rename to stable/cloudreve/6.2.0/app-readme.md diff --git a/stable/cloudreve/6.2.0/charts/common-18.1.2.tgz b/stable/cloudreve/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/cloudreve/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/cloudreve/6.1.0/ix_values.yaml b/stable/cloudreve/6.2.0/ix_values.yaml similarity index 100% rename from stable/cloudreve/6.1.0/ix_values.yaml rename to stable/cloudreve/6.2.0/ix_values.yaml diff --git a/stable/cloudreve/6.1.0/questions.yaml b/stable/cloudreve/6.2.0/questions.yaml similarity index 100% rename from stable/cloudreve/6.1.0/questions.yaml rename to stable/cloudreve/6.2.0/questions.yaml diff --git a/stable/cloudreve/6.1.0/templates/common.yaml b/stable/cloudreve/6.2.0/templates/common.yaml similarity index 100% rename from stable/cloudreve/6.1.0/templates/common.yaml rename to stable/cloudreve/6.2.0/templates/common.yaml diff --git a/stable/codeproject-ai-server/2.1.0/values.yaml b/stable/cloudreve/6.2.0/values.yaml similarity index 100% rename from stable/codeproject-ai-server/2.1.0/values.yaml rename to stable/cloudreve/6.2.0/values.yaml diff --git a/stable/code-server/11.1.0/CHANGELOG.md b/stable/code-server/11.1.0/CHANGELOG.md deleted file mode 100644 index e36bb1e9c2d..00000000000 --- a/stable/code-server/11.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - -## [code-server-10.1.5](https://github.com/truecharts/charts/compare/code-server-10.1.4...code-server-10.1.5) (2024-01-02) - -### Chore \ No newline at end of file diff --git a/stable/code-server/11.1.0/Chart.yaml b/stable/code-server/11.1.0/Chart.yaml deleted file mode 100644 index b07a7487b44..00000000000 --- a/stable/code-server/11.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.21.1 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/code-server/11.1.0/charts/common-18.0.1.tgz b/stable/code-server/11.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/code-server/11.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/collabora/5.1.1/.helmignore b/stable/code-server/11.2.0/.helmignore similarity index 100% rename from stable/collabora/5.1.1/.helmignore rename to stable/code-server/11.2.0/.helmignore diff --git a/stable/code-server/11.2.0/CHANGELOG.md b/stable/code-server/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..3c6f5596ee1 --- /dev/null +++ b/stable/code-server/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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.2.0/Chart.yaml b/stable/code-server/11.2.0/Chart.yaml new file mode 100644 index 00000000000..40ea048fa13 --- /dev/null +++ b/stable/code-server/11.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: 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.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Run VS Code on any machine anywhere and access it in the browser. +home: https://truecharts.org/charts/stable/code-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/code-server.png +keywords: + - code + - vs + - visual studio + - vscode +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: code-server +sources: + - https://github.com/cdr/code-server + - https://github.com/truecharts/charts/tree/master/charts/stable/code-server + - https://hub.docker.com/r/codercom/code-server +type: application +version: 11.2.0 diff --git a/stable/code-server/11.1.0/README.md b/stable/code-server/11.2.0/README.md similarity index 100% rename from stable/code-server/11.1.0/README.md rename to stable/code-server/11.2.0/README.md diff --git a/stable/code-server/11.1.0/app-readme.md b/stable/code-server/11.2.0/app-readme.md similarity index 100% rename from stable/code-server/11.1.0/app-readme.md rename to stable/code-server/11.2.0/app-readme.md diff --git a/stable/code-server/11.2.0/charts/common-18.1.2.tgz b/stable/code-server/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/code-server/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/code-server/11.1.0/ix_values.yaml b/stable/code-server/11.2.0/ix_values.yaml similarity index 100% rename from stable/code-server/11.1.0/ix_values.yaml rename to stable/code-server/11.2.0/ix_values.yaml diff --git a/stable/code-server/11.1.0/questions.yaml b/stable/code-server/11.2.0/questions.yaml similarity index 100% rename from stable/code-server/11.1.0/questions.yaml rename to stable/code-server/11.2.0/questions.yaml diff --git a/stable/commento-plusplus/11.1.0/templates/NOTES.txt b/stable/code-server/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/commento-plusplus/11.1.0/templates/NOTES.txt rename to stable/code-server/11.2.0/templates/NOTES.txt diff --git a/stable/code-server/11.1.0/templates/common.yaml b/stable/code-server/11.2.0/templates/common.yaml similarity index 100% rename from stable/code-server/11.1.0/templates/common.yaml rename to stable/code-server/11.2.0/templates/common.yaml diff --git a/stable/collabora/5.1.1/values.yaml b/stable/code-server/11.2.0/values.yaml similarity index 100% rename from stable/collabora/5.1.1/values.yaml rename to stable/code-server/11.2.0/values.yaml diff --git a/stable/codeproject-ai-server/2.1.0/CHANGELOG.md b/stable/codeproject-ai-server/2.1.0/CHANGELOG.md deleted file mode 100644 index b5ab6ae3a2c..00000000000 --- a/stable/codeproject-ai-server/2.1.0/CHANGELOG.md +++ /dev/null @@ -1,21 +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.0/Chart.yaml b/stable/codeproject-ai-server/2.1.0/Chart.yaml deleted file mode 100644 index fe6ef03dea6..00000000000 --- a/stable/codeproject-ai-server/2.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/codeproject-ai-server/2.1.0/charts/common-18.0.1.tgz b/stable/codeproject-ai-server/2.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/codeproject-ai-server/2.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/colonysurvival/5.1.0/.helmignore b/stable/codeproject-ai-server/2.2.0/.helmignore similarity index 100% rename from stable/colonysurvival/5.1.0/.helmignore rename to stable/codeproject-ai-server/2.2.0/.helmignore diff --git a/stable/codeproject-ai-server/2.2.0/CHANGELOG.md b/stable/codeproject-ai-server/2.2.0/CHANGELOG.md new file mode 100644 index 00000000000..6b8a8d76c9d --- /dev/null +++ b/stable/codeproject-ai-server/2.2.0/CHANGELOG.md @@ -0,0 +1,25 @@ +--- +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.2.0/Chart.yaml b/stable/codeproject-ai-server/2.2.0/Chart.yaml new file mode 100644 index 00000000000..25d63580859 --- /dev/null +++ b/stable/codeproject-ai-server/2.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: AI + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/codeproject-ai-server/2.1.0/README.md b/stable/codeproject-ai-server/2.2.0/README.md similarity index 100% rename from stable/codeproject-ai-server/2.1.0/README.md rename to stable/codeproject-ai-server/2.2.0/README.md diff --git a/stable/codeproject-ai-server/2.1.0/app-readme.md b/stable/codeproject-ai-server/2.2.0/app-readme.md similarity index 100% rename from stable/codeproject-ai-server/2.1.0/app-readme.md rename to stable/codeproject-ai-server/2.2.0/app-readme.md diff --git a/stable/codeproject-ai-server/2.2.0/charts/common-18.1.2.tgz b/stable/codeproject-ai-server/2.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/codeproject-ai-server/2.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/codeproject-ai-server/2.1.0/ix_values.yaml b/stable/codeproject-ai-server/2.2.0/ix_values.yaml similarity index 100% rename from stable/codeproject-ai-server/2.1.0/ix_values.yaml rename to stable/codeproject-ai-server/2.2.0/ix_values.yaml diff --git a/stable/codeproject-ai-server/2.1.0/questions.yaml b/stable/codeproject-ai-server/2.2.0/questions.yaml similarity index 100% rename from stable/codeproject-ai-server/2.1.0/questions.yaml rename to stable/codeproject-ai-server/2.2.0/questions.yaml diff --git a/stable/couchpotato/9.1.0/templates/common.yaml b/stable/codeproject-ai-server/2.2.0/templates/common.yaml similarity index 100% rename from stable/couchpotato/9.1.0/templates/common.yaml rename to stable/codeproject-ai-server/2.2.0/templates/common.yaml diff --git a/stable/colonysurvival/5.1.0/values.yaml b/stable/codeproject-ai-server/2.2.0/values.yaml similarity index 100% rename from stable/colonysurvival/5.1.0/values.yaml rename to stable/codeproject-ai-server/2.2.0/values.yaml diff --git a/stable/collabora/5.1.1/CHANGELOG.md b/stable/collabora/5.1.1/CHANGELOG.md deleted file mode 100644 index a5fe3159be3..00000000000 --- a/stable/collabora/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - -## [collabora-4.1.16](https://github.com/truecharts/charts/compare/collabora-4.1.15...collabora-4.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [collabora-4.1.15](https://github.com/truecharts/charts/compare/collabora-4.1.14...collabora-4.1.15) (2024-02-02) - -### Chore - - - -- update container image collabora/code to v23.05.8.4.1[@451616b](https://github.com/451616b) by renovate ([#17783](https://github.com/truecharts/charts/issues/17783)) - - -## [collabora-4.1.14](https://github.com/truecharts/charts/compare/collabora-4.1.13...collabora-4.1.14) (2024-01-29) - -### Chore - - - -- update container image collabora/code to v23.05.8.2.1[@e294495](https://github.com/e294495) by renovate ([#17663](https://github.com/truecharts/charts/issues/17663)) - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [collabora-4.1.13](https://github.com/truecharts/charts/compare/collabora-4.1.12...collabora-4.1.13) (2024-01-26) - -### Chore - - - -- update container image collabora/code to v[@a05c505](https://github.com/a05c505) by renovate ([#17540](https://github.com/truecharts/charts/issues/17540)) - - -## [collabora-4.1.12](https://github.com/truecharts/charts/compare/collabora-4.1.11...collabora-4.1.12) (2024-01-22) - -### Chore - - - -- update container image collabora/code to v23.05.7.5.1[@a11740e](https://github.com/a11740e) by renovate ([#17506](https://github.com/truecharts/charts/issues/17506)) - - -## [collabora-4.1.11](https://github.com/truecharts/charts/compare/collabora-4.1.10...collabora-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [collabora-4.1.10](https://github.com/truecharts/charts/compare/collabora-4.1.9...collabora-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [collabora-4.1.9](https://github.com/truecharts/charts/compare/collabora-4.1.8...collabora-4.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [collabora-4.1.8](https://github.com/truecharts/charts/compare/collabora-4.1.7...collabora-4.1.8) (2024-01-12) - -### Chore - - - -- 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)) diff --git a/stable/collabora/5.1.1/Chart.yaml b/stable/collabora/5.1.1/Chart.yaml deleted file mode 100644 index 68b957bc219..00000000000 --- a/stable/collabora/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: 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.1 diff --git a/stable/collabora/5.1.1/charts/common-18.0.2.tgz b/stable/collabora/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/collabora/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/collabora/5.1.1/ix_values.yaml b/stable/collabora/5.1.1/ix_values.yaml deleted file mode 100644 index 62991f4d148..00000000000 --- a/stable/collabora/5.1.1/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/commento-plusplus/11.1.0/.helmignore b/stable/collabora/5.2.0/.helmignore similarity index 100% rename from stable/commento-plusplus/11.1.0/.helmignore rename to stable/collabora/5.2.0/.helmignore diff --git a/stable/collabora/5.2.0/CHANGELOG.md b/stable/collabora/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..84ab91216d1 --- /dev/null +++ b/stable/collabora/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + +## [collabora-4.1.16](https://github.com/truecharts/charts/compare/collabora-4.1.15...collabora-4.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [collabora-4.1.15](https://github.com/truecharts/charts/compare/collabora-4.1.14...collabora-4.1.15) (2024-02-02) + +### Chore + + + +- update container image collabora/code to v23.05.8.4.1[@451616b](https://github.com/451616b) by renovate ([#17783](https://github.com/truecharts/charts/issues/17783)) + + +## [collabora-4.1.14](https://github.com/truecharts/charts/compare/collabora-4.1.13...collabora-4.1.14) (2024-01-29) + +### Chore + + + +- update container image collabora/code to v23.05.8.2.1[@e294495](https://github.com/e294495) by renovate ([#17663](https://github.com/truecharts/charts/issues/17663)) + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [collabora-4.1.13](https://github.com/truecharts/charts/compare/collabora-4.1.12...collabora-4.1.13) (2024-01-26) + +### Chore + + + +- update container image collabora/code to v[@a05c505](https://github.com/a05c505) by renovate ([#17540](https://github.com/truecharts/charts/issues/17540)) + + +## [collabora-4.1.12](https://github.com/truecharts/charts/compare/collabora-4.1.11...collabora-4.1.12) (2024-01-22) + +### Chore + + + +- update container image collabora/code to v23.05.7.5.1[@a11740e](https://github.com/a11740e) by renovate ([#17506](https://github.com/truecharts/charts/issues/17506)) + + +## [collabora-4.1.11](https://github.com/truecharts/charts/compare/collabora-4.1.10...collabora-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [collabora-4.1.10](https://github.com/truecharts/charts/compare/collabora-4.1.9...collabora-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [collabora-4.1.9](https://github.com/truecharts/charts/compare/collabora-4.1.8...collabora-4.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [collabora-4.1.8](https://github.com/truecharts/charts/compare/collabora-4.1.7...collabora-4.1.8) (2024-01-12) + +### Chore diff --git a/stable/collabora/5.2.0/Chart.yaml b/stable/collabora/5.2.0/Chart.yaml new file mode 100644 index 00000000000..d6b2ba17d17 --- /dev/null +++ b/stable/collabora/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: office + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 23.05.9.2.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/collabora/5.1.1/README.md b/stable/collabora/5.2.0/README.md similarity index 100% rename from stable/collabora/5.1.1/README.md rename to stable/collabora/5.2.0/README.md diff --git a/stable/collabora/5.1.1/app-readme.md b/stable/collabora/5.2.0/app-readme.md similarity index 100% rename from stable/collabora/5.1.1/app-readme.md rename to stable/collabora/5.2.0/app-readme.md diff --git a/stable/collabora/5.2.0/charts/common-18.1.2.tgz b/stable/collabora/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/collabora/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/collabora/5.2.0/ix_values.yaml b/stable/collabora/5.2.0/ix_values.yaml new file mode 100644 index 00000000000..a50538fdd3d --- /dev/null +++ b/stable/collabora/5.2.0/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.1/questions.yaml b/stable/collabora/5.2.0/questions.yaml similarity index 100% rename from stable/collabora/5.1.1/questions.yaml rename to stable/collabora/5.2.0/questions.yaml diff --git a/stable/cops/8.1.2/templates/NOTES.txt b/stable/collabora/5.2.0/templates/NOTES.txt similarity index 100% rename from stable/cops/8.1.2/templates/NOTES.txt rename to stable/collabora/5.2.0/templates/NOTES.txt diff --git a/stable/collabora/5.1.1/templates/_configmap.tpl b/stable/collabora/5.2.0/templates/_configmap.tpl similarity index 100% rename from stable/collabora/5.1.1/templates/_configmap.tpl rename to stable/collabora/5.2.0/templates/_configmap.tpl diff --git a/stable/collabora/5.1.1/templates/common.yaml b/stable/collabora/5.2.0/templates/common.yaml similarity index 100% rename from stable/collabora/5.1.1/templates/common.yaml rename to stable/collabora/5.2.0/templates/common.yaml diff --git a/stable/commento-plusplus/11.1.0/values.yaml b/stable/collabora/5.2.0/values.yaml similarity index 100% rename from stable/commento-plusplus/11.1.0/values.yaml rename to stable/collabora/5.2.0/values.yaml diff --git a/stable/colonysurvival/5.1.0/CHANGELOG.md b/stable/colonysurvival/5.1.0/CHANGELOG.md deleted file mode 100644 index 202f402dfe4..00000000000 --- a/stable/colonysurvival/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [colonysurvival-4.1.12](https://github.com/truecharts/charts/compare/colonysurvival-4.1.11...colonysurvival-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [colonysurvival-4.1.11](https://github.com/truecharts/charts/compare/colonysurvival-4.1.10...colonysurvival-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [colonysurvival-4.1.10](https://github.com/truecharts/charts/compare/colonysurvival-4.1.9...colonysurvival-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [colonysurvival-4.1.9](https://github.com/truecharts/charts/compare/colonysurvival-4.1.8...colonysurvival-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [colonysurvival-4.1.8](https://github.com/truecharts/charts/compare/colonysurvival-4.1.7...colonysurvival-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [colonysurvival-4.1.7](https://github.com/truecharts/charts/compare/colonysurvival-4.1.6...colonysurvival-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [colonysurvival-4.1.6](https://github.com/truecharts/charts/compare/colonysurvival-4.1.5...colonysurvival-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [colonysurvival-4.1.5](https://github.com/truecharts/charts/compare/colonysurvival-4.1.4...colonysurvival-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [colonysurvival-4.1.4](https://github.com/truecharts/charts/compare/colonysurvival-4.1.3...colonysurvival-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [colonysurvival-4.1.3](https://github.com/truecharts/charts/compare/colonysurvival-4.1.0...colonysurvival-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/colonysurvival/5.1.0/Chart.yaml b/stable/colonysurvival/5.1.0/Chart.yaml deleted file mode 100644 index af639bbe033..00000000000 --- a/stable/colonysurvival/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/colonysurvival/5.1.0/charts/common-18.0.1.tgz b/stable/colonysurvival/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/colonysurvival/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/conanexiles/5.1.0/.helmignore b/stable/colonysurvival/5.2.0/.helmignore similarity index 100% rename from stable/conanexiles/5.1.0/.helmignore rename to stable/colonysurvival/5.2.0/.helmignore diff --git a/stable/colonysurvival/5.2.0/CHANGELOG.md b/stable/colonysurvival/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..bcc41398dfa --- /dev/null +++ b/stable/colonysurvival/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/colonysurvival/5.2.0/Chart.yaml b/stable/colonysurvival/5.2.0/Chart.yaml new file mode 100644 index 00000000000..4cbe3a9af68 --- /dev/null +++ b/stable/colonysurvival/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: colonysurial +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/colonysurvival/5.1.0/README.md b/stable/colonysurvival/5.2.0/README.md similarity index 100% rename from stable/colonysurvival/5.1.0/README.md rename to stable/colonysurvival/5.2.0/README.md diff --git a/stable/colonysurvival/5.1.0/app-readme.md b/stable/colonysurvival/5.2.0/app-readme.md similarity index 100% rename from stable/colonysurvival/5.1.0/app-readme.md rename to stable/colonysurvival/5.2.0/app-readme.md diff --git a/stable/colonysurvival/5.2.0/charts/common-18.1.2.tgz b/stable/colonysurvival/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/colonysurvival/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/colonysurvival/5.1.0/ix_values.yaml b/stable/colonysurvival/5.2.0/ix_values.yaml similarity index 100% rename from stable/colonysurvival/5.1.0/ix_values.yaml rename to stable/colonysurvival/5.2.0/ix_values.yaml diff --git a/stable/colonysurvival/5.1.0/questions.yaml b/stable/colonysurvival/5.2.0/questions.yaml similarity index 100% rename from stable/colonysurvival/5.1.0/questions.yaml rename to stable/colonysurvival/5.2.0/questions.yaml diff --git a/stable/colonysurvival/5.1.0/templates/common.yaml b/stable/colonysurvival/5.2.0/templates/common.yaml similarity index 100% rename from stable/colonysurvival/5.1.0/templates/common.yaml rename to stable/colonysurvival/5.2.0/templates/common.yaml diff --git a/stable/conanexiles/5.1.0/values.yaml b/stable/colonysurvival/5.2.0/values.yaml similarity index 100% rename from stable/conanexiles/5.1.0/values.yaml rename to stable/colonysurvival/5.2.0/values.yaml diff --git a/stable/commento-plusplus/11.1.0/CHANGELOG.md b/stable/commento-plusplus/11.1.0/CHANGELOG.md deleted file mode 100644 index 37aea3cc2a2..00000000000 --- a/stable/commento-plusplus/11.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [commento-plusplus-10.1.12](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.11...commento-plusplus-10.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [commento-plusplus-10.1.11](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.10...commento-plusplus-10.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [commento-plusplus-10.1.10](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.9...commento-plusplus-10.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [commento-plusplus-10.1.9](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.8...commento-plusplus-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [commento-plusplus-10.1.8](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.7...commento-plusplus-10.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [commento-plusplus-10.1.7](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.6...commento-plusplus-10.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [commento-plusplus-10.1.6](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.5...commento-plusplus-10.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [commento-plusplus-10.1.5](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.4...commento-plusplus-10.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [commento-plusplus-10.1.4](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.3...commento-plusplus-10.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [commento-plusplus-10.1.3](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.0...commento-plusplus-10.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/commento-plusplus/11.1.0/Chart.yaml b/stable/commento-plusplus/11.1.0/Chart.yaml deleted file mode 100644 index 44805d94fdb..00000000000 --- a/stable/commento-plusplus/11.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.8.7 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/commento-plusplus/11.1.0/charts/common-18.0.1.tgz b/stable/commento-plusplus/11.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/commento-plusplus/11.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/convos/5.1.0/.helmignore b/stable/commento-plusplus/11.2.0/.helmignore similarity index 100% rename from stable/convos/5.1.0/.helmignore rename to stable/commento-plusplus/11.2.0/.helmignore diff --git a/stable/commento-plusplus/11.2.0/CHANGELOG.md b/stable/commento-plusplus/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f1fb2bef7a1 --- /dev/null +++ b/stable/commento-plusplus/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/commento-plusplus/11.2.0/Chart.yaml b/stable/commento-plusplus/11.2.0/Chart.yaml new file mode 100644 index 00000000000..f44a7b47184 --- /dev/null +++ b/stable/commento-plusplus/11.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.8.7 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/commento-plusplus/11.1.0/README.md b/stable/commento-plusplus/11.2.0/README.md similarity index 100% rename from stable/commento-plusplus/11.1.0/README.md rename to stable/commento-plusplus/11.2.0/README.md diff --git a/stable/commento-plusplus/11.1.0/app-readme.md b/stable/commento-plusplus/11.2.0/app-readme.md similarity index 100% rename from stable/commento-plusplus/11.1.0/app-readme.md rename to stable/commento-plusplus/11.2.0/app-readme.md diff --git a/stable/commento-plusplus/11.2.0/charts/common-18.1.2.tgz b/stable/commento-plusplus/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/commento-plusplus/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/commento-plusplus/11.1.0/ix_values.yaml b/stable/commento-plusplus/11.2.0/ix_values.yaml similarity index 100% rename from stable/commento-plusplus/11.1.0/ix_values.yaml rename to stable/commento-plusplus/11.2.0/ix_values.yaml diff --git a/stable/commento-plusplus/11.1.0/questions.yaml b/stable/commento-plusplus/11.2.0/questions.yaml similarity index 100% rename from stable/commento-plusplus/11.1.0/questions.yaml rename to stable/commento-plusplus/11.2.0/questions.yaml diff --git a/stable/couchpotato/9.1.0/templates/NOTES.txt b/stable/commento-plusplus/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/couchpotato/9.1.0/templates/NOTES.txt rename to stable/commento-plusplus/11.2.0/templates/NOTES.txt diff --git a/stable/cryptofolio/12.1.0/templates/common.yaml b/stable/commento-plusplus/11.2.0/templates/common.yaml similarity index 100% rename from stable/cryptofolio/12.1.0/templates/common.yaml rename to stable/commento-plusplus/11.2.0/templates/common.yaml diff --git a/stable/convos/5.1.0/values.yaml b/stable/commento-plusplus/11.2.0/values.yaml similarity index 100% rename from stable/convos/5.1.0/values.yaml rename to stable/commento-plusplus/11.2.0/values.yaml diff --git a/stable/conanexiles/5.1.0/CHANGELOG.md b/stable/conanexiles/5.1.0/CHANGELOG.md deleted file mode 100644 index b2e3acd65fe..00000000000 --- a/stable/conanexiles/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [conanexiles-4.1.12](https://github.com/truecharts/charts/compare/conanexiles-4.1.11...conanexiles-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [conanexiles-4.1.11](https://github.com/truecharts/charts/compare/conanexiles-4.1.10...conanexiles-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [conanexiles-4.1.10](https://github.com/truecharts/charts/compare/conanexiles-4.1.9...conanexiles-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [conanexiles-4.1.9](https://github.com/truecharts/charts/compare/conanexiles-4.1.8...conanexiles-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [conanexiles-4.1.8](https://github.com/truecharts/charts/compare/conanexiles-4.1.7...conanexiles-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [conanexiles-4.1.7](https://github.com/truecharts/charts/compare/conanexiles-4.1.6...conanexiles-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [conanexiles-4.1.6](https://github.com/truecharts/charts/compare/conanexiles-4.1.5...conanexiles-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [conanexiles-4.1.5](https://github.com/truecharts/charts/compare/conanexiles-4.1.4...conanexiles-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [conanexiles-4.1.4](https://github.com/truecharts/charts/compare/conanexiles-4.1.3...conanexiles-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [conanexiles-4.1.3](https://github.com/truecharts/charts/compare/conanexiles-4.1.0...conanexiles-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/conanexiles/5.1.0/Chart.yaml b/stable/conanexiles/5.1.0/Chart.yaml deleted file mode 100644 index 0998613d203..00000000000 --- a/stable/conanexiles/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/conanexiles/5.1.0/charts/common-18.0.1.tgz b/stable/conanexiles/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/conanexiles/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/cops/8.1.2/.helmignore b/stable/conanexiles/5.2.0/.helmignore similarity index 100% rename from stable/cops/8.1.2/.helmignore rename to stable/conanexiles/5.2.0/.helmignore diff --git a/stable/conanexiles/5.2.0/CHANGELOG.md b/stable/conanexiles/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b1bdfe48892 --- /dev/null +++ b/stable/conanexiles/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/conanexiles/5.2.0/Chart.yaml b/stable/conanexiles/5.2.0/Chart.yaml new file mode 100644 index 00000000000..fcb576e7c4d --- /dev/null +++ b/stable/conanexiles/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: conanexiles +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/conanexiles/5.1.0/README.md b/stable/conanexiles/5.2.0/README.md similarity index 100% rename from stable/conanexiles/5.1.0/README.md rename to stable/conanexiles/5.2.0/README.md diff --git a/stable/conanexiles/5.1.0/app-readme.md b/stable/conanexiles/5.2.0/app-readme.md similarity index 100% rename from stable/conanexiles/5.1.0/app-readme.md rename to stable/conanexiles/5.2.0/app-readme.md diff --git a/stable/conanexiles/5.2.0/charts/common-18.1.2.tgz b/stable/conanexiles/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/conanexiles/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/conanexiles/5.1.0/ix_values.yaml b/stable/conanexiles/5.2.0/ix_values.yaml similarity index 100% rename from stable/conanexiles/5.1.0/ix_values.yaml rename to stable/conanexiles/5.2.0/ix_values.yaml diff --git a/stable/conanexiles/5.1.0/questions.yaml b/stable/conanexiles/5.2.0/questions.yaml similarity index 100% rename from stable/conanexiles/5.1.0/questions.yaml rename to stable/conanexiles/5.2.0/questions.yaml diff --git a/stable/conanexiles/5.1.0/templates/common.yaml b/stable/conanexiles/5.2.0/templates/common.yaml similarity index 100% rename from stable/conanexiles/5.1.0/templates/common.yaml rename to stable/conanexiles/5.2.0/templates/common.yaml diff --git a/stable/cops/8.1.2/values.yaml b/stable/conanexiles/5.2.0/values.yaml similarity index 100% rename from stable/cops/8.1.2/values.yaml rename to stable/conanexiles/5.2.0/values.yaml diff --git a/stable/convos/5.1.0/CHANGELOG.md b/stable/convos/5.1.0/CHANGELOG.md deleted file mode 100644 index 684e0aedfef..00000000000 --- a/stable/convos/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [convos-4.1.12](https://github.com/truecharts/charts/compare/convos-4.1.11...convos-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [convos-4.1.11](https://github.com/truecharts/charts/compare/convos-4.1.10...convos-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [convos-4.1.10](https://github.com/truecharts/charts/compare/convos-4.1.9...convos-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [convos-4.1.9](https://github.com/truecharts/charts/compare/convos-4.1.8...convos-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [convos-4.1.8](https://github.com/truecharts/charts/compare/convos-4.1.7...convos-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [convos-4.1.7](https://github.com/truecharts/charts/compare/convos-4.1.6...convos-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [convos-4.1.6](https://github.com/truecharts/charts/compare/convos-4.1.5...convos-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [convos-4.1.5](https://github.com/truecharts/charts/compare/convos-4.1.4...convos-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [convos-4.1.4](https://github.com/truecharts/charts/compare/convos-4.1.3...convos-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [convos-4.1.3](https://github.com/truecharts/charts/compare/convos-4.1.0...convos-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/convos/5.1.0/Chart.yaml b/stable/convos/5.1.0/Chart.yaml deleted file mode 100644 index 0d98e5c6e7f..00000000000 --- a/stable/convos/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/convos/5.1.0/charts/common-18.0.1.tgz b/stable/convos/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/convos/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/core-keeper-dedicated-server/5.1.0/.helmignore b/stable/convos/5.2.0/.helmignore similarity index 100% rename from stable/core-keeper-dedicated-server/5.1.0/.helmignore rename to stable/convos/5.2.0/.helmignore diff --git a/stable/convos/5.2.0/CHANGELOG.md b/stable/convos/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..16051b0cb2b --- /dev/null +++ b/stable/convos/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/convos/5.2.0/Chart.yaml b/stable/convos/5.2.0/Chart.yaml new file mode 100644 index 00000000000..8d05398ae1f --- /dev/null +++ b/stable/convos/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Messenger + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/convos/5.1.0/README.md b/stable/convos/5.2.0/README.md similarity index 100% rename from stable/convos/5.1.0/README.md rename to stable/convos/5.2.0/README.md diff --git a/stable/convos/5.1.0/app-readme.md b/stable/convos/5.2.0/app-readme.md similarity index 100% rename from stable/convos/5.1.0/app-readme.md rename to stable/convos/5.2.0/app-readme.md diff --git a/stable/convos/5.2.0/charts/common-18.1.2.tgz b/stable/convos/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/convos/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/convos/5.1.0/ix_values.yaml b/stable/convos/5.2.0/ix_values.yaml similarity index 100% rename from stable/convos/5.1.0/ix_values.yaml rename to stable/convos/5.2.0/ix_values.yaml diff --git a/stable/convos/5.1.0/questions.yaml b/stable/convos/5.2.0/questions.yaml similarity index 100% rename from stable/convos/5.1.0/questions.yaml rename to stable/convos/5.2.0/questions.yaml diff --git a/stable/convos/5.1.0/templates/common.yaml b/stable/convos/5.2.0/templates/common.yaml similarity index 100% rename from stable/convos/5.1.0/templates/common.yaml rename to stable/convos/5.2.0/templates/common.yaml diff --git a/stable/core-keeper-dedicated-server/5.1.0/values.yaml b/stable/convos/5.2.0/values.yaml similarity index 100% rename from stable/core-keeper-dedicated-server/5.1.0/values.yaml rename to stable/convos/5.2.0/values.yaml diff --git a/stable/cops/8.1.2/CHANGELOG.md b/stable/cops/8.1.2/CHANGELOG.md deleted file mode 100644 index 653e9da1806..00000000000 --- a/stable/cops/8.1.2/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.1.2/Chart.yaml b/stable/cops/8.1.2/Chart.yaml deleted file mode 100644 index 76b05ad4467..00000000000 --- a/stable/cops/8.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: Cloud - 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: | - 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.1.2 diff --git a/stable/cops/8.1.2/charts/common-18.0.2.tgz b/stable/cops/8.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/cops/8.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/cops/8.1.2/ix_values.yaml b/stable/cops/8.1.2/ix_values.yaml deleted file mode 100644 index a45d709d451..00000000000 --- a/stable/cops/8.1.2/ix_values.yaml +++ /dev/null @@ -1,27 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: lscr.io/linuxserver/cops - tag: 2.3.1@sha256:255ada9e372af6521824f12e84f581f3dde2a7812dda4d33be9523483a7370e8 -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 10609 - protocol: http - targetPort: 80 -persistence: - config: - enabled: true - mountPath: /config - books: - enabled: true - mountPath: /books -portal: - open: - enabled: true diff --git a/stable/corekeeper/5.1.0/.helmignore b/stable/cops/8.3.0/.helmignore similarity index 100% rename from stable/corekeeper/5.1.0/.helmignore rename to stable/cops/8.3.0/.helmignore diff --git a/stable/cops/8.3.0/CHANGELOG.md b/stable/cops/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..e61e9222057 --- /dev/null +++ b/stable/cops/8.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + +## [cops-7.1.18](https://github.com/truecharts/charts/compare/cops-7.1.17...cops-7.1.18) (2024-02-12) + +### Chore + + + +- update container image lscr.io/linuxserver/cops to 2.2.1[@25577a2](https://github.com/25577a2) by renovate ([#18092](https://github.com/truecharts/charts/issues/18092)) + + +## [cops-7.1.17](https://github.com/truecharts/charts/compare/cops-7.1.16...cops-7.1.17) (2024-02-05) + +### Chore + + + +- update container image lscr.io/linuxserver/cops to 2.2.1[@31ef885](https://github.com/31ef885) by renovate ([#17882](https://github.com/truecharts/charts/issues/17882)) + + +## [cops-7.1.16](https://github.com/truecharts/charts/compare/cops-7.1.15...cops-7.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cops-7.1.15](https://github.com/truecharts/charts/compare/cops-7.1.14...cops-7.1.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cops-7.1.14](https://github.com/truecharts/charts/compare/cops-7.1.13...cops-7.1.14) (2024-01-22) + +### Chore + + + +- update container image lscr.io/linuxserver/cops to 2.2.1[@4fc2dfa](https://github.com/4fc2dfa) by renovate ([#17482](https://github.com/truecharts/charts/issues/17482)) + + +## [cops-7.1.13](https://github.com/truecharts/charts/compare/cops-7.1.12...cops-7.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cops-7.1.12](https://github.com/truecharts/charts/compare/cops-7.1.11...cops-7.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [cops-7.1.11](https://github.com/truecharts/charts/compare/cops-7.1.10...cops-7.1.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [cops-7.1.10](https://github.com/truecharts/charts/compare/cops-7.1.9...cops-7.1.10) (2024-01-15) + +### Chore + + + +- update container image lscr.io/linuxserver/cops to 2.2.1[@06ce711](https://github.com/06ce711) by renovate ([#17238](https://github.com/truecharts/charts/issues/17238)) \ No newline at end of file diff --git a/stable/cops/8.3.0/Chart.yaml b/stable/cops/8.3.0/Chart.yaml new file mode 100644 index 00000000000..cc9eecb54de --- /dev/null +++ b/stable/cops/8.3.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.4.1 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | + Cops(http://blog.slucas.fr/en/oss/calibre-opds-php-server) by Sébastien Lucas, stands for Calibre OPDS (and HTML) Php Server. +home: https://truecharts.org/charts/stable/cops +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cops.png +keywords: + - cops + - Cloud + - MediaApp-Books + - MediaServer-Books +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cops +sources: + - https://github.com/orgs/linuxserver/packages/container/package/cops + - https://github.com/linuxserver/docker-cops#readme + - https://github.com/truecharts/charts/tree/master/charts/stable/cops + - https://fleet.linuxserver.io/image?name=linuxserver/cops +type: application +version: 8.3.0 diff --git a/stable/cops/8.1.2/README.md b/stable/cops/8.3.0/README.md similarity index 100% rename from stable/cops/8.1.2/README.md rename to stable/cops/8.3.0/README.md diff --git a/stable/cops/8.1.2/app-readme.md b/stable/cops/8.3.0/app-readme.md similarity index 100% rename from stable/cops/8.1.2/app-readme.md rename to stable/cops/8.3.0/app-readme.md diff --git a/stable/cops/8.3.0/charts/common-18.1.2.tgz b/stable/cops/8.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/cops/8.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/cops/8.3.0/ix_values.yaml b/stable/cops/8.3.0/ix_values.yaml new file mode 100644 index 00000000000..90d27d010fb --- /dev/null +++ b/stable/cops/8.3.0/ix_values.yaml @@ -0,0 +1,27 @@ +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/cops/8.1.2/questions.yaml b/stable/cops/8.3.0/questions.yaml similarity index 100% rename from stable/cops/8.1.2/questions.yaml rename to stable/cops/8.3.0/questions.yaml diff --git a/stable/crafty-4/7.1.0/templates/NOTES.txt b/stable/cops/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/crafty-4/7.1.0/templates/NOTES.txt rename to stable/cops/8.3.0/templates/NOTES.txt diff --git a/stable/cops/8.1.2/templates/common.yaml b/stable/cops/8.3.0/templates/common.yaml similarity index 100% rename from stable/cops/8.1.2/templates/common.yaml rename to stable/cops/8.3.0/templates/common.yaml diff --git a/stable/corekeeper/5.1.0/values.yaml b/stable/cops/8.3.0/values.yaml similarity index 100% rename from stable/corekeeper/5.1.0/values.yaml rename to stable/cops/8.3.0/values.yaml diff --git a/stable/core-keeper-dedicated-server/5.1.0/CHANGELOG.md b/stable/core-keeper-dedicated-server/5.1.0/CHANGELOG.md deleted file mode 100644 index 465fa904a85..00000000000 --- a/stable/core-keeper-dedicated-server/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [core-keeper-dedicated-server-4.1.12](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.11...core-keeper-dedicated-server-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [core-keeper-dedicated-server-4.1.11](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.10...core-keeper-dedicated-server-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [core-keeper-dedicated-server-4.1.10](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.9...core-keeper-dedicated-server-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [core-keeper-dedicated-server-4.1.9](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.8...core-keeper-dedicated-server-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [core-keeper-dedicated-server-4.1.8](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.7...core-keeper-dedicated-server-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [core-keeper-dedicated-server-4.1.7](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.6...core-keeper-dedicated-server-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [core-keeper-dedicated-server-4.1.6](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.5...core-keeper-dedicated-server-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [core-keeper-dedicated-server-4.1.5](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.4...core-keeper-dedicated-server-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [core-keeper-dedicated-server-4.1.4](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.3...core-keeper-dedicated-server-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [core-keeper-dedicated-server-4.1.3](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.0...core-keeper-dedicated-server-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/core-keeper-dedicated-server/5.1.0/Chart.yaml b/stable/core-keeper-dedicated-server/5.1.0/Chart.yaml deleted file mode 100644 index 2e29a106f2c..00000000000 --- a/stable/core-keeper-dedicated-server/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/core-keeper-dedicated-server/5.1.0/charts/common-18.0.1.tgz b/stable/core-keeper-dedicated-server/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/core-keeper-dedicated-server/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/couchpotato/9.1.0/.helmignore b/stable/core-keeper-dedicated-server/5.2.0/.helmignore similarity index 100% rename from stable/couchpotato/9.1.0/.helmignore rename to stable/core-keeper-dedicated-server/5.2.0/.helmignore diff --git a/stable/core-keeper-dedicated-server/5.2.0/CHANGELOG.md b/stable/core-keeper-dedicated-server/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..9b4570f5e0f --- /dev/null +++ b/stable/core-keeper-dedicated-server/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/core-keeper-dedicated-server/5.2.0/Chart.yaml b/stable/core-keeper-dedicated-server/5.2.0/Chart.yaml new file mode 100644 index 00000000000..8b81fb88d0a --- /dev/null +++ b/stable/core-keeper-dedicated-server/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/core-keeper-dedicated-server/5.1.0/README.md b/stable/core-keeper-dedicated-server/5.2.0/README.md similarity index 100% rename from stable/core-keeper-dedicated-server/5.1.0/README.md rename to stable/core-keeper-dedicated-server/5.2.0/README.md diff --git a/stable/core-keeper-dedicated-server/5.1.0/app-readme.md b/stable/core-keeper-dedicated-server/5.2.0/app-readme.md similarity index 100% rename from stable/core-keeper-dedicated-server/5.1.0/app-readme.md rename to stable/core-keeper-dedicated-server/5.2.0/app-readme.md diff --git a/stable/core-keeper-dedicated-server/5.2.0/charts/common-18.1.2.tgz b/stable/core-keeper-dedicated-server/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/core-keeper-dedicated-server/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/core-keeper-dedicated-server/5.1.0/ix_values.yaml b/stable/core-keeper-dedicated-server/5.2.0/ix_values.yaml similarity index 100% rename from stable/core-keeper-dedicated-server/5.1.0/ix_values.yaml rename to stable/core-keeper-dedicated-server/5.2.0/ix_values.yaml diff --git a/stable/core-keeper-dedicated-server/5.1.0/questions.yaml b/stable/core-keeper-dedicated-server/5.2.0/questions.yaml similarity index 100% rename from stable/core-keeper-dedicated-server/5.1.0/questions.yaml rename to stable/core-keeper-dedicated-server/5.2.0/questions.yaml diff --git a/stable/core-keeper-dedicated-server/5.1.0/templates/common.yaml b/stable/core-keeper-dedicated-server/5.2.0/templates/common.yaml similarity index 100% rename from stable/core-keeper-dedicated-server/5.1.0/templates/common.yaml rename to stable/core-keeper-dedicated-server/5.2.0/templates/common.yaml diff --git a/stable/couchpotato/9.1.0/values.yaml b/stable/core-keeper-dedicated-server/5.2.0/values.yaml similarity index 100% rename from stable/couchpotato/9.1.0/values.yaml rename to stable/core-keeper-dedicated-server/5.2.0/values.yaml diff --git a/stable/corekeeper/5.1.0/CHANGELOG.md b/stable/corekeeper/5.1.0/CHANGELOG.md deleted file mode 100644 index d3498a91479..00000000000 --- a/stable/corekeeper/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [corekeeper-4.1.12](https://github.com/truecharts/charts/compare/corekeeper-4.1.11...corekeeper-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [corekeeper-4.1.11](https://github.com/truecharts/charts/compare/corekeeper-4.1.10...corekeeper-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [corekeeper-4.1.10](https://github.com/truecharts/charts/compare/corekeeper-4.1.9...corekeeper-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [corekeeper-4.1.9](https://github.com/truecharts/charts/compare/corekeeper-4.1.8...corekeeper-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [corekeeper-4.1.8](https://github.com/truecharts/charts/compare/corekeeper-4.1.7...corekeeper-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [corekeeper-4.1.7](https://github.com/truecharts/charts/compare/corekeeper-4.1.6...corekeeper-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [corekeeper-4.1.6](https://github.com/truecharts/charts/compare/corekeeper-4.1.5...corekeeper-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [corekeeper-4.1.5](https://github.com/truecharts/charts/compare/corekeeper-4.1.4...corekeeper-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [corekeeper-4.1.4](https://github.com/truecharts/charts/compare/corekeeper-4.1.3...corekeeper-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [corekeeper-4.1.3](https://github.com/truecharts/charts/compare/corekeeper-4.1.0...corekeeper-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/corekeeper/5.1.0/Chart.yaml b/stable/corekeeper/5.1.0/Chart.yaml deleted file mode 100644 index 0b829d07163..00000000000 --- a/stable/corekeeper/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/corekeeper/5.1.0/charts/common-18.0.1.tgz b/stable/corekeeper/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/corekeeper/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/counterstrike2d/5.1.0/.helmignore b/stable/corekeeper/5.2.0/.helmignore similarity index 100% rename from stable/counterstrike2d/5.1.0/.helmignore rename to stable/corekeeper/5.2.0/.helmignore diff --git a/stable/corekeeper/5.2.0/CHANGELOG.md b/stable/corekeeper/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d2407f83554 --- /dev/null +++ b/stable/corekeeper/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/corekeeper/5.2.0/Chart.yaml b/stable/corekeeper/5.2.0/Chart.yaml new file mode 100644 index 00000000000..8cbd77fd5ca --- /dev/null +++ b/stable/corekeeper/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: corekeeper +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/corekeeper/5.1.0/README.md b/stable/corekeeper/5.2.0/README.md similarity index 100% rename from stable/corekeeper/5.1.0/README.md rename to stable/corekeeper/5.2.0/README.md diff --git a/stable/corekeeper/5.1.0/app-readme.md b/stable/corekeeper/5.2.0/app-readme.md similarity index 100% rename from stable/corekeeper/5.1.0/app-readme.md rename to stable/corekeeper/5.2.0/app-readme.md diff --git a/stable/corekeeper/5.2.0/charts/common-18.1.2.tgz b/stable/corekeeper/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/corekeeper/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/corekeeper/5.1.0/ix_values.yaml b/stable/corekeeper/5.2.0/ix_values.yaml similarity index 100% rename from stable/corekeeper/5.1.0/ix_values.yaml rename to stable/corekeeper/5.2.0/ix_values.yaml diff --git a/stable/corekeeper/5.1.0/questions.yaml b/stable/corekeeper/5.2.0/questions.yaml similarity index 100% rename from stable/corekeeper/5.1.0/questions.yaml rename to stable/corekeeper/5.2.0/questions.yaml diff --git a/stable/corekeeper/5.1.0/templates/common.yaml b/stable/corekeeper/5.2.0/templates/common.yaml similarity index 100% rename from stable/corekeeper/5.1.0/templates/common.yaml rename to stable/corekeeper/5.2.0/templates/common.yaml diff --git a/stable/counterstrike2d/5.1.0/values.yaml b/stable/corekeeper/5.2.0/values.yaml similarity index 100% rename from stable/counterstrike2d/5.1.0/values.yaml rename to stable/corekeeper/5.2.0/values.yaml diff --git a/stable/couchpotato/9.1.0/CHANGELOG.md b/stable/couchpotato/9.1.0/CHANGELOG.md deleted file mode 100644 index 99f8dddb9e0..00000000000 --- a/stable/couchpotato/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [couchpotato-8.1.12](https://github.com/truecharts/charts/compare/couchpotato-8.1.11...couchpotato-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [couchpotato-8.1.11](https://github.com/truecharts/charts/compare/couchpotato-8.1.10...couchpotato-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [couchpotato-8.1.10](https://github.com/truecharts/charts/compare/couchpotato-8.1.9...couchpotato-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [couchpotato-8.1.9](https://github.com/truecharts/charts/compare/couchpotato-8.1.8...couchpotato-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [couchpotato-8.1.8](https://github.com/truecharts/charts/compare/couchpotato-8.1.7...couchpotato-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [couchpotato-8.1.7](https://github.com/truecharts/charts/compare/couchpotato-8.1.6...couchpotato-8.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [couchpotato-8.1.6](https://github.com/truecharts/charts/compare/couchpotato-8.1.5...couchpotato-8.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [couchpotato-8.1.5](https://github.com/truecharts/charts/compare/couchpotato-8.1.4...couchpotato-8.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [couchpotato-8.1.4](https://github.com/truecharts/charts/compare/couchpotato-8.1.3...couchpotato-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [couchpotato-8.1.3](https://github.com/truecharts/charts/compare/couchpotato-8.1.0...couchpotato-8.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/couchpotato/9.1.0/Chart.yaml b/stable/couchpotato/9.1.0/Chart.yaml deleted file mode 100644 index 906be52db81..00000000000 --- a/stable/couchpotato/9.1.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: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/couchpotato/9.1.0/charts/common-18.0.1.tgz b/stable/couchpotato/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/couchpotato/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/cowyo/5.1.0/.helmignore b/stable/couchpotato/9.2.0/.helmignore similarity index 100% rename from stable/cowyo/5.1.0/.helmignore rename to stable/couchpotato/9.2.0/.helmignore diff --git a/stable/couchpotato/9.2.0/CHANGELOG.md b/stable/couchpotato/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..456308a64e3 --- /dev/null +++ b/stable/couchpotato/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/couchpotato/9.2.0/Chart.yaml b/stable/couchpotato/9.2.0/Chart.yaml new file mode 100644 index 00000000000..8f5a82744bc --- /dev/null +++ b/stable/couchpotato/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/couchpotato/9.1.0/README.md b/stable/couchpotato/9.2.0/README.md similarity index 100% rename from stable/couchpotato/9.1.0/README.md rename to stable/couchpotato/9.2.0/README.md diff --git a/stable/couchpotato/9.1.0/app-readme.md b/stable/couchpotato/9.2.0/app-readme.md similarity index 100% rename from stable/couchpotato/9.1.0/app-readme.md rename to stable/couchpotato/9.2.0/app-readme.md diff --git a/stable/couchpotato/9.2.0/charts/common-18.1.2.tgz b/stable/couchpotato/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/couchpotato/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/couchpotato/9.1.0/ix_values.yaml b/stable/couchpotato/9.2.0/ix_values.yaml similarity index 100% rename from stable/couchpotato/9.1.0/ix_values.yaml rename to stable/couchpotato/9.2.0/ix_values.yaml diff --git a/stable/couchpotato/9.1.0/questions.yaml b/stable/couchpotato/9.2.0/questions.yaml similarity index 100% rename from stable/couchpotato/9.1.0/questions.yaml rename to stable/couchpotato/9.2.0/questions.yaml diff --git a/stable/cryptofolio/12.1.0/templates/NOTES.txt b/stable/couchpotato/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/cryptofolio/12.1.0/templates/NOTES.txt rename to stable/couchpotato/9.2.0/templates/NOTES.txt diff --git a/stable/cs2/3.1.0/templates/common.yaml b/stable/couchpotato/9.2.0/templates/common.yaml similarity index 100% rename from stable/cs2/3.1.0/templates/common.yaml rename to stable/couchpotato/9.2.0/templates/common.yaml diff --git a/stable/cowyo/5.1.0/values.yaml b/stable/couchpotato/9.2.0/values.yaml similarity index 100% rename from stable/cowyo/5.1.0/values.yaml rename to stable/couchpotato/9.2.0/values.yaml diff --git a/stable/counterstrike2d/5.1.0/CHANGELOG.md b/stable/counterstrike2d/5.1.0/CHANGELOG.md deleted file mode 100644 index f2fd369e87a..00000000000 --- a/stable/counterstrike2d/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [counterstrike2d-4.1.12](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.11...counterstrike2d-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [counterstrike2d-4.1.11](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.10...counterstrike2d-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [counterstrike2d-4.1.10](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.9...counterstrike2d-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [counterstrike2d-4.1.9](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.8...counterstrike2d-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [counterstrike2d-4.1.8](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.7...counterstrike2d-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [counterstrike2d-4.1.7](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.6...counterstrike2d-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [counterstrike2d-4.1.6](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.5...counterstrike2d-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [counterstrike2d-4.1.5](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.4...counterstrike2d-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [counterstrike2d-4.1.4](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.3...counterstrike2d-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [counterstrike2d-4.1.3](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.0...counterstrike2d-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/counterstrike2d/5.1.0/Chart.yaml b/stable/counterstrike2d/5.1.0/Chart.yaml deleted file mode 100644 index 31776fe615a..00000000000 --- a/stable/counterstrike2d/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/counterstrike2d/5.1.0/charts/common-18.0.1.tgz b/stable/counterstrike2d/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/counterstrike2d/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/craftopia/5.1.0/.helmignore b/stable/counterstrike2d/5.2.0/.helmignore similarity index 100% rename from stable/craftopia/5.1.0/.helmignore rename to stable/counterstrike2d/5.2.0/.helmignore diff --git a/stable/counterstrike2d/5.2.0/CHANGELOG.md b/stable/counterstrike2d/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..00e205dd0ca --- /dev/null +++ b/stable/counterstrike2d/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/counterstrike2d/5.2.0/Chart.yaml b/stable/counterstrike2d/5.2.0/Chart.yaml new file mode 100644 index 00000000000..e86a35d4357 --- /dev/null +++ b/stable/counterstrike2d/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/counterstrike2d/5.1.0/README.md b/stable/counterstrike2d/5.2.0/README.md similarity index 100% rename from stable/counterstrike2d/5.1.0/README.md rename to stable/counterstrike2d/5.2.0/README.md diff --git a/stable/counterstrike2d/5.1.0/app-readme.md b/stable/counterstrike2d/5.2.0/app-readme.md similarity index 100% rename from stable/counterstrike2d/5.1.0/app-readme.md rename to stable/counterstrike2d/5.2.0/app-readme.md diff --git a/stable/counterstrike2d/5.2.0/charts/common-18.1.2.tgz b/stable/counterstrike2d/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/counterstrike2d/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/counterstrike2d/5.1.0/ix_values.yaml b/stable/counterstrike2d/5.2.0/ix_values.yaml similarity index 100% rename from stable/counterstrike2d/5.1.0/ix_values.yaml rename to stable/counterstrike2d/5.2.0/ix_values.yaml diff --git a/stable/counterstrike2d/5.1.0/questions.yaml b/stable/counterstrike2d/5.2.0/questions.yaml similarity index 100% rename from stable/counterstrike2d/5.1.0/questions.yaml rename to stable/counterstrike2d/5.2.0/questions.yaml diff --git a/stable/counterstrike2d/5.1.0/templates/common.yaml b/stable/counterstrike2d/5.2.0/templates/common.yaml similarity index 100% rename from stable/counterstrike2d/5.1.0/templates/common.yaml rename to stable/counterstrike2d/5.2.0/templates/common.yaml diff --git a/stable/craftopia/5.1.0/values.yaml b/stable/counterstrike2d/5.2.0/values.yaml similarity index 100% rename from stable/craftopia/5.1.0/values.yaml rename to stable/counterstrike2d/5.2.0/values.yaml diff --git a/stable/cowyo/5.1.0/CHANGELOG.md b/stable/cowyo/5.1.0/CHANGELOG.md deleted file mode 100644 index bc335b53770..00000000000 --- a/stable/cowyo/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [cowyo-4.1.12](https://github.com/truecharts/charts/compare/cowyo-4.1.11...cowyo-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cowyo-4.1.11](https://github.com/truecharts/charts/compare/cowyo-4.1.10...cowyo-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cowyo-4.1.10](https://github.com/truecharts/charts/compare/cowyo-4.1.9...cowyo-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cowyo-4.1.9](https://github.com/truecharts/charts/compare/cowyo-4.1.8...cowyo-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cowyo-4.1.8](https://github.com/truecharts/charts/compare/cowyo-4.1.7...cowyo-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [cowyo-4.1.7](https://github.com/truecharts/charts/compare/cowyo-4.1.6...cowyo-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [cowyo-4.1.6](https://github.com/truecharts/charts/compare/cowyo-4.1.5...cowyo-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [cowyo-4.1.5](https://github.com/truecharts/charts/compare/cowyo-4.1.4...cowyo-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [cowyo-4.1.4](https://github.com/truecharts/charts/compare/cowyo-4.1.3...cowyo-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [cowyo-4.1.3](https://github.com/truecharts/charts/compare/cowyo-4.1.0...cowyo-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/cowyo/5.1.0/Chart.yaml b/stable/cowyo/5.1.0/Chart.yaml deleted file mode 100644 index 4dae34d6590..00000000000 --- a/stable/cowyo/5.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/cowyo/5.1.0/charts/common-18.0.1.tgz b/stable/cowyo/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/cowyo/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/crafty-4/7.1.0/.helmignore b/stable/cowyo/5.2.0/.helmignore similarity index 100% rename from stable/crafty-4/7.1.0/.helmignore rename to stable/cowyo/5.2.0/.helmignore diff --git a/stable/cowyo/5.2.0/CHANGELOG.md b/stable/cowyo/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..1a42b96d35f --- /dev/null +++ b/stable/cowyo/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/cowyo/5.2.0/Chart.yaml b/stable/cowyo/5.2.0/Chart.yaml new file mode 100644 index 00000000000..9d6c46dec81 --- /dev/null +++ b/stable/cowyo/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/cowyo/5.1.0/README.md b/stable/cowyo/5.2.0/README.md similarity index 100% rename from stable/cowyo/5.1.0/README.md rename to stable/cowyo/5.2.0/README.md diff --git a/stable/cowyo/5.1.0/app-readme.md b/stable/cowyo/5.2.0/app-readme.md similarity index 100% rename from stable/cowyo/5.1.0/app-readme.md rename to stable/cowyo/5.2.0/app-readme.md diff --git a/stable/cowyo/5.2.0/charts/common-18.1.2.tgz b/stable/cowyo/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/cowyo/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/cowyo/5.1.0/ix_values.yaml b/stable/cowyo/5.2.0/ix_values.yaml similarity index 100% rename from stable/cowyo/5.1.0/ix_values.yaml rename to stable/cowyo/5.2.0/ix_values.yaml diff --git a/stable/cowyo/5.1.0/questions.yaml b/stable/cowyo/5.2.0/questions.yaml similarity index 100% rename from stable/cowyo/5.1.0/questions.yaml rename to stable/cowyo/5.2.0/questions.yaml diff --git a/stable/cowyo/5.1.0/templates/common.yaml b/stable/cowyo/5.2.0/templates/common.yaml similarity index 100% rename from stable/cowyo/5.1.0/templates/common.yaml rename to stable/cowyo/5.2.0/templates/common.yaml diff --git a/stable/crafty-4/7.1.0/values.yaml b/stable/cowyo/5.2.0/values.yaml similarity index 100% rename from stable/crafty-4/7.1.0/values.yaml rename to stable/cowyo/5.2.0/values.yaml diff --git a/stable/craftopia/5.1.0/CHANGELOG.md b/stable/craftopia/5.1.0/CHANGELOG.md deleted file mode 100644 index 953fc16d877..00000000000 --- a/stable/craftopia/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/craftopia/5.1.0/Chart.yaml b/stable/craftopia/5.1.0/Chart.yaml deleted file mode 100644 index d874d1fd2f0..00000000000 --- a/stable/craftopia/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/craftopia/5.1.0/charts/common-18.0.1.tgz b/stable/craftopia/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/craftopia/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/crypto-exchanges-gateway/5.1.0/.helmignore b/stable/craftopia/5.2.0/.helmignore similarity index 100% rename from stable/crypto-exchanges-gateway/5.1.0/.helmignore rename to stable/craftopia/5.2.0/.helmignore diff --git a/stable/craftopia/5.2.0/CHANGELOG.md b/stable/craftopia/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b3a25b7018b --- /dev/null +++ b/stable/craftopia/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [craftopia-4.1.13](https://github.com/truecharts/charts/compare/craftopia-4.1.12...craftopia-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [craftopia-4.1.12](https://github.com/truecharts/charts/compare/craftopia-4.1.11...craftopia-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [craftopia-4.1.11](https://github.com/truecharts/charts/compare/craftopia-4.1.10...craftopia-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [craftopia-4.1.10](https://github.com/truecharts/charts/compare/craftopia-4.1.9...craftopia-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [craftopia-4.1.9](https://github.com/truecharts/charts/compare/craftopia-4.1.8...craftopia-4.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [craftopia-4.1.8](https://github.com/truecharts/charts/compare/craftopia-4.1.7...craftopia-4.1.8) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [craftopia-4.1.7](https://github.com/truecharts/charts/compare/craftopia-4.1.6...craftopia-4.1.7) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [craftopia-4.1.6](https://github.com/truecharts/charts/compare/craftopia-4.1.5...craftopia-4.1.6) (2024-01-02) + +### Chore + + + +- update container image ich777/steamcmd to craftopia[@73bde05](https://github.com/73bde05) by renovate ([#16712](https://github.com/truecharts/charts/issues/16712)) + + +## [craftopia-4.1.5](https://github.com/truecharts/charts/compare/craftopia-4.1.4...craftopia-4.1.5) (2024-01-02) + +### Chore + + + +- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) diff --git a/stable/craftopia/5.2.0/Chart.yaml b/stable/craftopia/5.2.0/Chart.yaml new file mode 100644 index 00000000000..fccda68ffdf --- /dev/null +++ b/stable/craftopia/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: craftopia +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/craftopia/5.1.0/README.md b/stable/craftopia/5.2.0/README.md similarity index 100% rename from stable/craftopia/5.1.0/README.md rename to stable/craftopia/5.2.0/README.md diff --git a/stable/craftopia/5.1.0/app-readme.md b/stable/craftopia/5.2.0/app-readme.md similarity index 100% rename from stable/craftopia/5.1.0/app-readme.md rename to stable/craftopia/5.2.0/app-readme.md diff --git a/stable/craftopia/5.2.0/charts/common-18.1.2.tgz b/stable/craftopia/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/craftopia/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/craftopia/5.1.0/ix_values.yaml b/stable/craftopia/5.2.0/ix_values.yaml similarity index 100% rename from stable/craftopia/5.1.0/ix_values.yaml rename to stable/craftopia/5.2.0/ix_values.yaml diff --git a/stable/craftopia/5.1.0/questions.yaml b/stable/craftopia/5.2.0/questions.yaml similarity index 100% rename from stable/craftopia/5.1.0/questions.yaml rename to stable/craftopia/5.2.0/questions.yaml diff --git a/stable/craftopia/5.1.0/templates/common.yaml b/stable/craftopia/5.2.0/templates/common.yaml similarity index 100% rename from stable/craftopia/5.1.0/templates/common.yaml rename to stable/craftopia/5.2.0/templates/common.yaml diff --git a/stable/crypto-exchanges-gateway/5.1.0/values.yaml b/stable/craftopia/5.2.0/values.yaml similarity index 100% rename from stable/crypto-exchanges-gateway/5.1.0/values.yaml rename to stable/craftopia/5.2.0/values.yaml diff --git a/stable/crafty-4/7.1.0/CHANGELOG.md b/stable/crafty-4/7.1.0/CHANGELOG.md deleted file mode 100644 index 952b3f13dca..00000000000 --- a/stable/crafty-4/7.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/crafty-4/7.1.0/Chart.yaml b/stable/crafty-4/7.1.0/Chart.yaml deleted file mode 100644 index b13f72f732d..00000000000 --- a/stable/crafty-4/7.1.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: 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.1 - 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.0 diff --git a/stable/crafty-4/7.1.0/charts/common-18.0.1.tgz b/stable/crafty-4/7.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/crafty-4/7.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/cryptofolio/12.1.0/.helmignore b/stable/crafty-4/7.2.0/.helmignore similarity index 100% rename from stable/cryptofolio/12.1.0/.helmignore rename to stable/crafty-4/7.2.0/.helmignore diff --git a/stable/crafty-4/7.2.0/CHANGELOG.md b/stable/crafty-4/7.2.0/CHANGELOG.md new file mode 100644 index 00000000000..da3c939d3b1 --- /dev/null +++ b/stable/crafty-4/7.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [crafty-4-6.1.13](https://github.com/truecharts/charts/compare/crafty-4-6.1.12...crafty-4-6.1.13) (2024-02-05) + +### Chore + + + +- update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.2.3[@b4d6491](https://github.com/b4d6491) by renovate ([#17927](https://github.com/truecharts/charts/issues/17927)) + + +## [crafty-4-6.1.12](https://github.com/truecharts/charts/compare/crafty-4-6.1.11...crafty-4-6.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [crafty-4-6.1.11](https://github.com/truecharts/charts/compare/crafty-4-6.1.10...crafty-4-6.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [crafty-4-6.1.10](https://github.com/truecharts/charts/compare/crafty-4-6.1.9...crafty-4-6.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [crafty-4-6.1.9](https://github.com/truecharts/charts/compare/crafty-4-6.1.8...crafty-4-6.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [crafty-4-6.1.8](https://github.com/truecharts/charts/compare/crafty-4-6.1.7...crafty-4-6.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [crafty-4-6.1.7](https://github.com/truecharts/charts/compare/crafty-4-6.1.6...crafty-4-6.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [crafty-4-6.1.6](https://github.com/truecharts/charts/compare/crafty-4-6.1.5...crafty-4-6.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [crafty-4-6.1.5](https://github.com/truecharts/charts/compare/crafty-4-6.1.4...crafty-4-6.1.5) (2024-01-02) + +### Chore + + + +- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) diff --git a/stable/crafty-4/7.2.0/Chart.yaml b/stable/crafty-4/7.2.0/Chart.yaml new file mode 100644 index 00000000000..b7efa3d494e --- /dev/null +++ b/stable/crafty-4/7.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.2.3 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/crafty-4/7.1.0/README.md b/stable/crafty-4/7.2.0/README.md similarity index 100% rename from stable/crafty-4/7.1.0/README.md rename to stable/crafty-4/7.2.0/README.md diff --git a/stable/crafty-4/7.1.0/app-readme.md b/stable/crafty-4/7.2.0/app-readme.md similarity index 100% rename from stable/crafty-4/7.1.0/app-readme.md rename to stable/crafty-4/7.2.0/app-readme.md diff --git a/stable/crafty-4/7.2.0/charts/common-18.1.2.tgz b/stable/crafty-4/7.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/crafty-4/7.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/crafty-4/7.1.0/ix_values.yaml b/stable/crafty-4/7.2.0/ix_values.yaml similarity index 100% rename from stable/crafty-4/7.1.0/ix_values.yaml rename to stable/crafty-4/7.2.0/ix_values.yaml diff --git a/stable/crafty-4/7.1.0/questions.yaml b/stable/crafty-4/7.2.0/questions.yaml similarity index 100% rename from stable/crafty-4/7.1.0/questions.yaml rename to stable/crafty-4/7.2.0/questions.yaml diff --git a/stable/cryptpad/7.1.0/templates/NOTES.txt b/stable/crafty-4/7.2.0/templates/NOTES.txt similarity index 100% rename from stable/cryptpad/7.1.0/templates/NOTES.txt rename to stable/crafty-4/7.2.0/templates/NOTES.txt diff --git a/stable/crafty-4/7.1.0/templates/common.yaml b/stable/crafty-4/7.2.0/templates/common.yaml similarity index 100% rename from stable/crafty-4/7.1.0/templates/common.yaml rename to stable/crafty-4/7.2.0/templates/common.yaml diff --git a/stable/cryptofolio/12.1.0/values.yaml b/stable/crafty-4/7.2.0/values.yaml similarity index 100% rename from stable/cryptofolio/12.1.0/values.yaml rename to stable/crafty-4/7.2.0/values.yaml diff --git a/stable/crypto-exchanges-gateway/5.1.0/CHANGELOG.md b/stable/crypto-exchanges-gateway/5.1.0/CHANGELOG.md deleted file mode 100644 index 37d72f28ba4..00000000000 --- a/stable/crypto-exchanges-gateway/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [crypto-exchanges-gateway-4.1.12](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.11...crypto-exchanges-gateway-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [crypto-exchanges-gateway-4.1.11](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.10...crypto-exchanges-gateway-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [crypto-exchanges-gateway-4.1.10](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.9...crypto-exchanges-gateway-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [crypto-exchanges-gateway-4.1.9](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.8...crypto-exchanges-gateway-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [crypto-exchanges-gateway-4.1.8](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.7...crypto-exchanges-gateway-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [crypto-exchanges-gateway-4.1.7](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.6...crypto-exchanges-gateway-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [crypto-exchanges-gateway-4.1.6](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.5...crypto-exchanges-gateway-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [crypto-exchanges-gateway-4.1.5](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.4...crypto-exchanges-gateway-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [crypto-exchanges-gateway-4.1.4](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.3...crypto-exchanges-gateway-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [crypto-exchanges-gateway-4.1.3](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.0...crypto-exchanges-gateway-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/crypto-exchanges-gateway/5.1.0/Chart.yaml b/stable/crypto-exchanges-gateway/5.1.0/Chart.yaml deleted file mode 100644 index 767d8b39078..00000000000 --- a/stable/crypto-exchanges-gateway/5.1.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: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/crypto-exchanges-gateway/5.1.0/charts/common-18.0.1.tgz b/stable/crypto-exchanges-gateway/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/crypto-exchanges-gateway/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/cryptpad/7.1.0/.helmignore b/stable/crypto-exchanges-gateway/5.2.0/.helmignore similarity index 100% rename from stable/cryptpad/7.1.0/.helmignore rename to stable/crypto-exchanges-gateway/5.2.0/.helmignore diff --git a/stable/crypto-exchanges-gateway/5.2.0/CHANGELOG.md b/stable/crypto-exchanges-gateway/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2bd7be6585f --- /dev/null +++ b/stable/crypto-exchanges-gateway/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/crypto-exchanges-gateway/5.2.0/Chart.yaml b/stable/crypto-exchanges-gateway/5.2.0/Chart.yaml new file mode 100644 index 00000000000..a6cfcafe818 --- /dev/null +++ b/stable/crypto-exchanges-gateway/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/crypto-exchanges-gateway/5.1.0/README.md b/stable/crypto-exchanges-gateway/5.2.0/README.md similarity index 100% rename from stable/crypto-exchanges-gateway/5.1.0/README.md rename to stable/crypto-exchanges-gateway/5.2.0/README.md diff --git a/stable/crypto-exchanges-gateway/5.1.0/app-readme.md b/stable/crypto-exchanges-gateway/5.2.0/app-readme.md similarity index 100% rename from stable/crypto-exchanges-gateway/5.1.0/app-readme.md rename to stable/crypto-exchanges-gateway/5.2.0/app-readme.md diff --git a/stable/crypto-exchanges-gateway/5.2.0/charts/common-18.1.2.tgz b/stable/crypto-exchanges-gateway/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/crypto-exchanges-gateway/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/crypto-exchanges-gateway/5.1.0/ix_values.yaml b/stable/crypto-exchanges-gateway/5.2.0/ix_values.yaml similarity index 100% rename from stable/crypto-exchanges-gateway/5.1.0/ix_values.yaml rename to stable/crypto-exchanges-gateway/5.2.0/ix_values.yaml diff --git a/stable/crypto-exchanges-gateway/5.1.0/questions.yaml b/stable/crypto-exchanges-gateway/5.2.0/questions.yaml similarity index 100% rename from stable/crypto-exchanges-gateway/5.1.0/questions.yaml rename to stable/crypto-exchanges-gateway/5.2.0/questions.yaml diff --git a/stable/crypto-exchanges-gateway/5.1.0/templates/common.yaml b/stable/crypto-exchanges-gateway/5.2.0/templates/common.yaml similarity index 100% rename from stable/crypto-exchanges-gateway/5.1.0/templates/common.yaml rename to stable/crypto-exchanges-gateway/5.2.0/templates/common.yaml diff --git a/stable/cryptpad/7.1.0/values.yaml b/stable/crypto-exchanges-gateway/5.2.0/values.yaml similarity index 100% rename from stable/cryptpad/7.1.0/values.yaml rename to stable/crypto-exchanges-gateway/5.2.0/values.yaml diff --git a/stable/cryptofolio/12.1.0/CHANGELOG.md b/stable/cryptofolio/12.1.0/CHANGELOG.md deleted file mode 100644 index 82ef5fb0704..00000000000 --- a/stable/cryptofolio/12.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/cryptofolio/12.1.0/Chart.yaml b/stable/cryptofolio/12.1.0/Chart.yaml deleted file mode 100644 index 6876219e7bd..00000000000 --- a/stable/cryptofolio/12.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.2.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/cryptofolio/12.1.0/charts/common-18.0.1.tgz b/stable/cryptofolio/12.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/cryptofolio/12.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/cs2/3.1.0/.helmignore b/stable/cryptofolio/12.2.0/.helmignore similarity index 100% rename from stable/cs2/3.1.0/.helmignore rename to stable/cryptofolio/12.2.0/.helmignore diff --git a/stable/cryptofolio/12.2.0/CHANGELOG.md b/stable/cryptofolio/12.2.0/CHANGELOG.md new file mode 100644 index 00000000000..8ed1900d4c5 --- /dev/null +++ b/stable/cryptofolio/12.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [cryptofolio-11.1.12](https://github.com/truecharts/charts/compare/cryptofolio-11.1.11...cryptofolio-11.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cryptofolio-11.1.11](https://github.com/truecharts/charts/compare/cryptofolio-11.1.10...cryptofolio-11.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cryptofolio-11.1.10](https://github.com/truecharts/charts/compare/cryptofolio-11.1.9...cryptofolio-11.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cryptofolio-11.1.9](https://github.com/truecharts/charts/compare/cryptofolio-11.1.8...cryptofolio-11.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [cryptofolio-11.1.8](https://github.com/truecharts/charts/compare/cryptofolio-11.1.7...cryptofolio-11.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [cryptofolio-11.1.7](https://github.com/truecharts/charts/compare/cryptofolio-11.1.6...cryptofolio-11.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [cryptofolio-11.1.6](https://github.com/truecharts/charts/compare/cryptofolio-11.1.5...cryptofolio-11.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [cryptofolio-11.1.5](https://github.com/truecharts/charts/compare/cryptofolio-11.1.4...cryptofolio-11.1.5) (2024-01-02) + +### Chore + + + +- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) + + +## [cryptofolio-11.1.4](https://github.com/truecharts/charts/compare/cryptofolio-11.1.3...cryptofolio-11.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes + +- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) diff --git a/stable/cryptofolio/12.2.0/Chart.yaml b/stable/cryptofolio/12.2.0/Chart.yaml new file mode 100644 index 00000000000..1ebaaf6497a --- /dev/null +++ b/stable/cryptofolio/12.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.2.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/cryptofolio/12.1.0/README.md b/stable/cryptofolio/12.2.0/README.md similarity index 100% rename from stable/cryptofolio/12.1.0/README.md rename to stable/cryptofolio/12.2.0/README.md diff --git a/stable/cryptofolio/12.1.0/app-readme.md b/stable/cryptofolio/12.2.0/app-readme.md similarity index 100% rename from stable/cryptofolio/12.1.0/app-readme.md rename to stable/cryptofolio/12.2.0/app-readme.md diff --git a/stable/cryptofolio/12.2.0/charts/common-18.1.2.tgz b/stable/cryptofolio/12.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/cryptofolio/12.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/cryptofolio/12.1.0/ix_values.yaml b/stable/cryptofolio/12.2.0/ix_values.yaml similarity index 100% rename from stable/cryptofolio/12.1.0/ix_values.yaml rename to stable/cryptofolio/12.2.0/ix_values.yaml diff --git a/stable/cryptofolio/12.1.0/questions.yaml b/stable/cryptofolio/12.2.0/questions.yaml similarity index 100% rename from stable/cryptofolio/12.1.0/questions.yaml rename to stable/cryptofolio/12.2.0/questions.yaml diff --git a/stable/cs2/3.1.0/templates/NOTES.txt b/stable/cryptofolio/12.2.0/templates/NOTES.txt similarity index 100% rename from stable/cs2/3.1.0/templates/NOTES.txt rename to stable/cryptofolio/12.2.0/templates/NOTES.txt diff --git a/stable/custom-app/12.1.0/templates/common.yaml b/stable/cryptofolio/12.2.0/templates/common.yaml similarity index 100% rename from stable/custom-app/12.1.0/templates/common.yaml rename to stable/cryptofolio/12.2.0/templates/common.yaml diff --git a/stable/cs2/3.1.0/values.yaml b/stable/cryptofolio/12.2.0/values.yaml similarity index 100% rename from stable/cs2/3.1.0/values.yaml rename to stable/cryptofolio/12.2.0/values.yaml diff --git a/stable/cryptpad/7.1.0/CHANGELOG.md b/stable/cryptpad/7.1.0/CHANGELOG.md deleted file mode 100644 index 8bcca4a6f36..00000000000 --- a/stable/cryptpad/7.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [cryptpad-6.1.12](https://github.com/truecharts/charts/compare/cryptpad-6.1.11...cryptpad-6.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cryptpad-6.1.11](https://github.com/truecharts/charts/compare/cryptpad-6.1.10...cryptpad-6.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cryptpad-6.1.10](https://github.com/truecharts/charts/compare/cryptpad-6.1.9...cryptpad-6.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cryptpad-6.1.9](https://github.com/truecharts/charts/compare/cryptpad-6.1.8...cryptpad-6.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cryptpad-6.1.8](https://github.com/truecharts/charts/compare/cryptpad-6.1.7...cryptpad-6.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [cryptpad-6.1.7](https://github.com/truecharts/charts/compare/cryptpad-6.1.6...cryptpad-6.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [cryptpad-6.1.6](https://github.com/truecharts/charts/compare/cryptpad-6.1.5...cryptpad-6.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [cryptpad-6.1.5](https://github.com/truecharts/charts/compare/cryptpad-6.1.4...cryptpad-6.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [cryptpad-6.1.4](https://github.com/truecharts/charts/compare/cryptpad-6.1.3...cryptpad-6.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [cryptpad-6.1.3](https://github.com/truecharts/charts/compare/cryptpad-6.1.0...cryptpad-6.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/cryptpad/7.1.0/Chart.yaml b/stable/cryptpad/7.1.0/Chart.yaml deleted file mode 100644 index 3e0e62bedc1..00000000000 --- a/stable/cryptpad/7.1.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: stable -apiVersion: v2 -appVersion: 5.5.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/cryptpad/7.1.0/charts/common-18.0.1.tgz b/stable/cryptpad/7.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/cryptpad/7.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/csgo/5.1.0/.helmignore b/stable/cryptpad/7.2.0/.helmignore similarity index 100% rename from stable/csgo/5.1.0/.helmignore rename to stable/cryptpad/7.2.0/.helmignore diff --git a/stable/cryptpad/7.2.0/CHANGELOG.md b/stable/cryptpad/7.2.0/CHANGELOG.md new file mode 100644 index 00000000000..4c1bb1ae59e --- /dev/null +++ b/stable/cryptpad/7.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/cryptpad/7.2.0/Chart.yaml b/stable/cryptpad/7.2.0/Chart.yaml new file mode 100644 index 00000000000..4fd3c8e8352 --- /dev/null +++ b/stable/cryptpad/7.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.5.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/cryptpad/7.1.0/README.md b/stable/cryptpad/7.2.0/README.md similarity index 100% rename from stable/cryptpad/7.1.0/README.md rename to stable/cryptpad/7.2.0/README.md diff --git a/stable/cryptpad/7.1.0/app-readme.md b/stable/cryptpad/7.2.0/app-readme.md similarity index 100% rename from stable/cryptpad/7.1.0/app-readme.md rename to stable/cryptpad/7.2.0/app-readme.md diff --git a/stable/cryptpad/7.2.0/charts/common-18.1.2.tgz b/stable/cryptpad/7.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/cryptpad/7.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/cryptpad/7.1.0/ix_values.yaml b/stable/cryptpad/7.2.0/ix_values.yaml similarity index 100% rename from stable/cryptpad/7.1.0/ix_values.yaml rename to stable/cryptpad/7.2.0/ix_values.yaml diff --git a/stable/cryptpad/7.1.0/questions.yaml b/stable/cryptpad/7.2.0/questions.yaml similarity index 100% rename from stable/cryptpad/7.1.0/questions.yaml rename to stable/cryptpad/7.2.0/questions.yaml diff --git a/stable/ctfd/4.3.1/templates/NOTES.txt b/stable/cryptpad/7.2.0/templates/NOTES.txt similarity index 100% rename from stable/ctfd/4.3.1/templates/NOTES.txt rename to stable/cryptpad/7.2.0/templates/NOTES.txt diff --git a/stable/cryptpad/7.1.0/templates/common.yaml b/stable/cryptpad/7.2.0/templates/common.yaml similarity index 100% rename from stable/cryptpad/7.1.0/templates/common.yaml rename to stable/cryptpad/7.2.0/templates/common.yaml diff --git a/stable/csgo/5.1.0/values.yaml b/stable/cryptpad/7.2.0/values.yaml similarity index 100% rename from stable/csgo/5.1.0/values.yaml rename to stable/cryptpad/7.2.0/values.yaml diff --git a/stable/cs2/3.1.0/CHANGELOG.md b/stable/cs2/3.1.0/CHANGELOG.md deleted file mode 100644 index 99f52c96916..00000000000 --- a/stable/cs2/3.1.0/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.0/Chart.yaml b/stable/cs2/3.1.0/Chart.yaml deleted file mode 100644 index 9771ed0acc8..00000000000 --- a/stable/cs2/3.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/cs2/3.1.0/charts/common-18.0.1.tgz b/stable/cs2/3.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/cs2/3.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/cssource/5.1.0/.helmignore b/stable/cs2/3.2.0/.helmignore similarity index 100% rename from stable/cssource/5.1.0/.helmignore rename to stable/cs2/3.2.0/.helmignore diff --git a/stable/cs2/3.2.0/CHANGELOG.md b/stable/cs2/3.2.0/CHANGELOG.md new file mode 100644 index 00000000000..02426c7800f --- /dev/null +++ b/stable/cs2/3.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [cs2-2.1.15](https://github.com/truecharts/charts/compare/cs2-2.1.14...cs2-2.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cs2-2.1.14](https://github.com/truecharts/charts/compare/cs2-2.1.13...cs2-2.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cs2-2.1.13](https://github.com/truecharts/charts/compare/cs2-2.1.12...cs2-2.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cs2-2.1.12](https://github.com/truecharts/charts/compare/cs2-2.1.11...cs2-2.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [cs2-2.1.11](https://github.com/truecharts/charts/compare/cs2-2.1.10...cs2-2.1.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [cs2-2.1.10](https://github.com/truecharts/charts/compare/cs2-2.1.8...cs2-2.1.10) (2024-01-21) + + + + +## [cs2-2.1.8](https://github.com/truecharts/charts/compare/cs2-2.1.7...cs2-2.1.8) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [cs2-2.1.7](https://github.com/truecharts/charts/compare/cs2-2.1.6...cs2-2.1.7) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [cs2-2.1.6](https://github.com/truecharts/charts/compare/cs2-2.1.5...cs2-2.1.6) (2024-01-02) + +### Chore + + + +- update container image common to v17.2.21[@cf65ff3](https://github.com/cf65ff3) by renovate ([#16752](https://github.com/truecharts/charts/issues/16752)) + + +## [cs2-2.1.5](https://github.com/truecharts/charts/compare/cs2-2.1.4...cs2-2.1.5) (2024-01-02) + +### Chore + diff --git a/stable/cs2/3.2.0/Chart.yaml b/stable/cs2/3.2.0/Chart.yaml new file mode 100644 index 00000000000..8dbf4b8931d --- /dev/null +++ b/stable/cs2/3.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: cs2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/cs2/3.1.0/README.md b/stable/cs2/3.2.0/README.md similarity index 100% rename from stable/cs2/3.1.0/README.md rename to stable/cs2/3.2.0/README.md diff --git a/stable/cs2/3.1.0/app-readme.md b/stable/cs2/3.2.0/app-readme.md similarity index 100% rename from stable/cs2/3.1.0/app-readme.md rename to stable/cs2/3.2.0/app-readme.md diff --git a/stable/cs2/3.2.0/charts/common-18.1.2.tgz b/stable/cs2/3.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/cs2/3.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/cs2/3.1.0/ix_values.yaml b/stable/cs2/3.2.0/ix_values.yaml similarity index 100% rename from stable/cs2/3.1.0/ix_values.yaml rename to stable/cs2/3.2.0/ix_values.yaml diff --git a/stable/cs2/3.1.0/questions.yaml b/stable/cs2/3.2.0/questions.yaml similarity index 100% rename from stable/cs2/3.1.0/questions.yaml rename to stable/cs2/3.2.0/questions.yaml diff --git a/stable/cura-novnc/8.1.0/templates/NOTES.txt b/stable/cs2/3.2.0/templates/NOTES.txt similarity index 100% rename from stable/cura-novnc/8.1.0/templates/NOTES.txt rename to stable/cs2/3.2.0/templates/NOTES.txt diff --git a/stable/cyberchef/9.1.1/templates/common.yaml b/stable/cs2/3.2.0/templates/common.yaml similarity index 100% rename from stable/cyberchef/9.1.1/templates/common.yaml rename to stable/cs2/3.2.0/templates/common.yaml diff --git a/stable/cssource/5.1.0/values.yaml b/stable/cs2/3.2.0/values.yaml similarity index 100% rename from stable/cssource/5.1.0/values.yaml rename to stable/cs2/3.2.0/values.yaml diff --git a/stable/csgo/5.1.0/CHANGELOG.md b/stable/csgo/5.1.0/CHANGELOG.md deleted file mode 100644 index df945cce745..00000000000 --- a/stable/csgo/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [csgo-4.1.12](https://github.com/truecharts/charts/compare/csgo-4.1.11...csgo-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [csgo-4.1.11](https://github.com/truecharts/charts/compare/csgo-4.1.10...csgo-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [csgo-4.1.10](https://github.com/truecharts/charts/compare/csgo-4.1.9...csgo-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [csgo-4.1.9](https://github.com/truecharts/charts/compare/csgo-4.1.8...csgo-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [csgo-4.1.8](https://github.com/truecharts/charts/compare/csgo-4.1.7...csgo-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [csgo-4.1.7](https://github.com/truecharts/charts/compare/csgo-4.1.6...csgo-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [csgo-4.1.6](https://github.com/truecharts/charts/compare/csgo-4.1.5...csgo-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [csgo-4.1.5](https://github.com/truecharts/charts/compare/csgo-4.1.4...csgo-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [csgo-4.1.4](https://github.com/truecharts/charts/compare/csgo-4.1.3...csgo-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [csgo-4.1.3](https://github.com/truecharts/charts/compare/csgo-4.1.0...csgo-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/csgo/5.1.0/Chart.yaml b/stable/csgo/5.1.0/Chart.yaml deleted file mode 100644 index c8ed96c2ccc..00000000000 --- a/stable/csgo/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/csgo/5.1.0/charts/common-18.0.1.tgz b/stable/csgo/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/csgo/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/cstrike1-6/5.1.0/.helmignore b/stable/csgo/5.2.0/.helmignore similarity index 100% rename from stable/cstrike1-6/5.1.0/.helmignore rename to stable/csgo/5.2.0/.helmignore diff --git a/stable/csgo/5.2.0/CHANGELOG.md b/stable/csgo/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2c43fcc1794 --- /dev/null +++ b/stable/csgo/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/csgo/5.2.0/Chart.yaml b/stable/csgo/5.2.0/Chart.yaml new file mode 100644 index 00000000000..799cc727dc8 --- /dev/null +++ b/stable/csgo/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/csgo/5.1.0/README.md b/stable/csgo/5.2.0/README.md similarity index 100% rename from stable/csgo/5.1.0/README.md rename to stable/csgo/5.2.0/README.md diff --git a/stable/csgo/5.1.0/app-readme.md b/stable/csgo/5.2.0/app-readme.md similarity index 100% rename from stable/csgo/5.1.0/app-readme.md rename to stable/csgo/5.2.0/app-readme.md diff --git a/stable/csgo/5.2.0/charts/common-18.1.2.tgz b/stable/csgo/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/csgo/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/csgo/5.1.0/ix_values.yaml b/stable/csgo/5.2.0/ix_values.yaml similarity index 100% rename from stable/csgo/5.1.0/ix_values.yaml rename to stable/csgo/5.2.0/ix_values.yaml diff --git a/stable/csgo/5.1.0/questions.yaml b/stable/csgo/5.2.0/questions.yaml similarity index 100% rename from stable/csgo/5.1.0/questions.yaml rename to stable/csgo/5.2.0/questions.yaml diff --git a/stable/csgo/5.1.0/templates/common.yaml b/stable/csgo/5.2.0/templates/common.yaml similarity index 100% rename from stable/csgo/5.1.0/templates/common.yaml rename to stable/csgo/5.2.0/templates/common.yaml diff --git a/stable/cstrike1-6/5.1.0/values.yaml b/stable/csgo/5.2.0/values.yaml similarity index 100% rename from stable/cstrike1-6/5.1.0/values.yaml rename to stable/csgo/5.2.0/values.yaml diff --git a/stable/cssource/5.1.0/CHANGELOG.md b/stable/cssource/5.1.0/CHANGELOG.md deleted file mode 100644 index 8403832a4c3..00000000000 --- a/stable/cssource/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [cssource-4.1.12](https://github.com/truecharts/charts/compare/cssource-4.1.11...cssource-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cssource-4.1.11](https://github.com/truecharts/charts/compare/cssource-4.1.10...cssource-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cssource-4.1.10](https://github.com/truecharts/charts/compare/cssource-4.1.9...cssource-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cssource-4.1.9](https://github.com/truecharts/charts/compare/cssource-4.1.8...cssource-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cssource-4.1.8](https://github.com/truecharts/charts/compare/cssource-4.1.7...cssource-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [cssource-4.1.7](https://github.com/truecharts/charts/compare/cssource-4.1.6...cssource-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [cssource-4.1.6](https://github.com/truecharts/charts/compare/cssource-4.1.5...cssource-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [cssource-4.1.5](https://github.com/truecharts/charts/compare/cssource-4.1.4...cssource-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [cssource-4.1.4](https://github.com/truecharts/charts/compare/cssource-4.1.3...cssource-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [cssource-4.1.3](https://github.com/truecharts/charts/compare/cssource-4.1.0...cssource-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/cssource/5.1.0/Chart.yaml b/stable/cssource/5.1.0/Chart.yaml deleted file mode 100644 index 75630464603..00000000000 --- a/stable/cssource/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/cssource/5.1.0/charts/common-18.0.1.tgz b/stable/cssource/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/cssource/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/cstrikeconditionzero/5.1.0/.helmignore b/stable/cssource/5.2.0/.helmignore similarity index 100% rename from stable/cstrikeconditionzero/5.1.0/.helmignore rename to stable/cssource/5.2.0/.helmignore diff --git a/stable/cssource/5.2.0/CHANGELOG.md b/stable/cssource/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..48770f61f27 --- /dev/null +++ b/stable/cssource/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/cssource/5.2.0/Chart.yaml b/stable/cssource/5.2.0/Chart.yaml new file mode 100644 index 00000000000..f14acf74af6 --- /dev/null +++ b/stable/cssource/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/cssource/5.1.0/README.md b/stable/cssource/5.2.0/README.md similarity index 100% rename from stable/cssource/5.1.0/README.md rename to stable/cssource/5.2.0/README.md diff --git a/stable/cssource/5.1.0/app-readme.md b/stable/cssource/5.2.0/app-readme.md similarity index 100% rename from stable/cssource/5.1.0/app-readme.md rename to stable/cssource/5.2.0/app-readme.md diff --git a/stable/cssource/5.2.0/charts/common-18.1.2.tgz b/stable/cssource/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/cssource/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/cssource/5.1.0/ix_values.yaml b/stable/cssource/5.2.0/ix_values.yaml similarity index 100% rename from stable/cssource/5.1.0/ix_values.yaml rename to stable/cssource/5.2.0/ix_values.yaml diff --git a/stable/cssource/5.1.0/questions.yaml b/stable/cssource/5.2.0/questions.yaml similarity index 100% rename from stable/cssource/5.1.0/questions.yaml rename to stable/cssource/5.2.0/questions.yaml diff --git a/stable/cssource/5.1.0/templates/common.yaml b/stable/cssource/5.2.0/templates/common.yaml similarity index 100% rename from stable/cssource/5.1.0/templates/common.yaml rename to stable/cssource/5.2.0/templates/common.yaml diff --git a/stable/cstrikeconditionzero/5.1.0/values.yaml b/stable/cssource/5.2.0/values.yaml similarity index 100% rename from stable/cstrikeconditionzero/5.1.0/values.yaml rename to stable/cssource/5.2.0/values.yaml diff --git a/stable/cstrike1-6/5.1.0/CHANGELOG.md b/stable/cstrike1-6/5.1.0/CHANGELOG.md deleted file mode 100644 index 0326c745f71..00000000000 --- a/stable/cstrike1-6/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [cstrike1-6-4.1.12](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.11...cstrike1-6-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cstrike1-6-4.1.11](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.10...cstrike1-6-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cstrike1-6-4.1.10](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.9...cstrike1-6-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cstrike1-6-4.1.9](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.8...cstrike1-6-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cstrike1-6-4.1.8](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.7...cstrike1-6-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [cstrike1-6-4.1.7](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.6...cstrike1-6-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [cstrike1-6-4.1.6](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.5...cstrike1-6-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [cstrike1-6-4.1.5](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.4...cstrike1-6-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [cstrike1-6-4.1.4](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.3...cstrike1-6-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [cstrike1-6-4.1.3](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.0...cstrike1-6-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/cstrike1-6/5.1.0/Chart.yaml b/stable/cstrike1-6/5.1.0/Chart.yaml deleted file mode 100644 index 1fe0e6aa51c..00000000000 --- a/stable/cstrike1-6/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/cstrike1-6/5.1.0/charts/common-18.0.1.tgz b/stable/cstrike1-6/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/cstrike1-6/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/ctfd/4.3.1/.helmignore b/stable/cstrike1-6/5.2.0/.helmignore similarity index 100% rename from stable/ctfd/4.3.1/.helmignore rename to stable/cstrike1-6/5.2.0/.helmignore diff --git a/stable/cstrike1-6/5.2.0/CHANGELOG.md b/stable/cstrike1-6/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a50ca59e020 --- /dev/null +++ b/stable/cstrike1-6/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/cstrike1-6/5.2.0/Chart.yaml b/stable/cstrike1-6/5.2.0/Chart.yaml new file mode 100644 index 00000000000..0d295a484d2 --- /dev/null +++ b/stable/cstrike1-6/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: cstrike1.6 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/cstrike1-6/5.1.0/README.md b/stable/cstrike1-6/5.2.0/README.md similarity index 100% rename from stable/cstrike1-6/5.1.0/README.md rename to stable/cstrike1-6/5.2.0/README.md diff --git a/stable/cstrike1-6/5.1.0/app-readme.md b/stable/cstrike1-6/5.2.0/app-readme.md similarity index 100% rename from stable/cstrike1-6/5.1.0/app-readme.md rename to stable/cstrike1-6/5.2.0/app-readme.md diff --git a/stable/cstrike1-6/5.2.0/charts/common-18.1.2.tgz b/stable/cstrike1-6/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/cstrike1-6/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/cstrike1-6/5.1.0/ix_values.yaml b/stable/cstrike1-6/5.2.0/ix_values.yaml similarity index 100% rename from stable/cstrike1-6/5.1.0/ix_values.yaml rename to stable/cstrike1-6/5.2.0/ix_values.yaml diff --git a/stable/cstrike1-6/5.1.0/questions.yaml b/stable/cstrike1-6/5.2.0/questions.yaml similarity index 100% rename from stable/cstrike1-6/5.1.0/questions.yaml rename to stable/cstrike1-6/5.2.0/questions.yaml diff --git a/stable/cstrike1-6/5.1.0/templates/common.yaml b/stable/cstrike1-6/5.2.0/templates/common.yaml similarity index 100% rename from stable/cstrike1-6/5.1.0/templates/common.yaml rename to stable/cstrike1-6/5.2.0/templates/common.yaml diff --git a/stable/ctfd/4.3.1/values.yaml b/stable/cstrike1-6/5.2.0/values.yaml similarity index 100% rename from stable/ctfd/4.3.1/values.yaml rename to stable/cstrike1-6/5.2.0/values.yaml diff --git a/stable/cstrikeconditionzero/5.1.0/CHANGELOG.md b/stable/cstrikeconditionzero/5.1.0/CHANGELOG.md deleted file mode 100644 index f64bf1295e6..00000000000 --- a/stable/cstrikeconditionzero/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [cstrikeconditionzero-4.1.12](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.11...cstrikeconditionzero-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cstrikeconditionzero-4.1.11](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.10...cstrikeconditionzero-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cstrikeconditionzero-4.1.10](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.9...cstrikeconditionzero-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cstrikeconditionzero-4.1.9](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.8...cstrikeconditionzero-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cstrikeconditionzero-4.1.8](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.7...cstrikeconditionzero-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [cstrikeconditionzero-4.1.7](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.6...cstrikeconditionzero-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [cstrikeconditionzero-4.1.6](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.5...cstrikeconditionzero-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [cstrikeconditionzero-4.1.5](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.4...cstrikeconditionzero-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [cstrikeconditionzero-4.1.4](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.3...cstrikeconditionzero-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [cstrikeconditionzero-4.1.3](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.0...cstrikeconditionzero-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/cstrikeconditionzero/5.1.0/Chart.yaml b/stable/cstrikeconditionzero/5.1.0/Chart.yaml deleted file mode 100644 index 4ab5683acae..00000000000 --- a/stable/cstrikeconditionzero/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/cstrikeconditionzero/5.1.0/charts/common-18.0.1.tgz b/stable/cstrikeconditionzero/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/cstrikeconditionzero/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/cura-novnc/8.1.0/.helmignore b/stable/cstrikeconditionzero/5.2.0/.helmignore similarity index 100% rename from stable/cura-novnc/8.1.0/.helmignore rename to stable/cstrikeconditionzero/5.2.0/.helmignore diff --git a/stable/cstrikeconditionzero/5.2.0/CHANGELOG.md b/stable/cstrikeconditionzero/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e4b55581da5 --- /dev/null +++ b/stable/cstrikeconditionzero/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/cstrikeconditionzero/5.2.0/Chart.yaml b/stable/cstrikeconditionzero/5.2.0/Chart.yaml new file mode 100644 index 00000000000..e3f30da36f4 --- /dev/null +++ b/stable/cstrikeconditionzero/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: cstrikeczero +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/cstrikeconditionzero/5.1.0/README.md b/stable/cstrikeconditionzero/5.2.0/README.md similarity index 100% rename from stable/cstrikeconditionzero/5.1.0/README.md rename to stable/cstrikeconditionzero/5.2.0/README.md diff --git a/stable/cstrikeconditionzero/5.1.0/app-readme.md b/stable/cstrikeconditionzero/5.2.0/app-readme.md similarity index 100% rename from stable/cstrikeconditionzero/5.1.0/app-readme.md rename to stable/cstrikeconditionzero/5.2.0/app-readme.md diff --git a/stable/cstrikeconditionzero/5.2.0/charts/common-18.1.2.tgz b/stable/cstrikeconditionzero/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/cstrikeconditionzero/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/cstrikeconditionzero/5.1.0/ix_values.yaml b/stable/cstrikeconditionzero/5.2.0/ix_values.yaml similarity index 100% rename from stable/cstrikeconditionzero/5.1.0/ix_values.yaml rename to stable/cstrikeconditionzero/5.2.0/ix_values.yaml diff --git a/stable/cstrikeconditionzero/5.1.0/questions.yaml b/stable/cstrikeconditionzero/5.2.0/questions.yaml similarity index 100% rename from stable/cstrikeconditionzero/5.1.0/questions.yaml rename to stable/cstrikeconditionzero/5.2.0/questions.yaml diff --git a/stable/cstrikeconditionzero/5.1.0/templates/common.yaml b/stable/cstrikeconditionzero/5.2.0/templates/common.yaml similarity index 100% rename from stable/cstrikeconditionzero/5.1.0/templates/common.yaml rename to stable/cstrikeconditionzero/5.2.0/templates/common.yaml diff --git a/stable/cura-novnc/8.1.0/values.yaml b/stable/cstrikeconditionzero/5.2.0/values.yaml similarity index 100% rename from stable/cura-novnc/8.1.0/values.yaml rename to stable/cstrikeconditionzero/5.2.0/values.yaml diff --git a/stable/ctfd/4.3.1/CHANGELOG.md b/stable/ctfd/4.3.1/CHANGELOG.md deleted file mode 100644 index f1782c0d22a..00000000000 --- a/stable/ctfd/4.3.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) - -### Chore - diff --git a/stable/ctfd/4.3.1/Chart.yaml b/stable/ctfd/4.3.1/Chart.yaml deleted file mode 100644 index d43f5c4e966..00000000000 --- a/stable/ctfd/4.3.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.6.1 -dependencies: - - name: common - version: 18.0.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 12.2.1 - 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.3.1 diff --git a/stable/ctfd/4.3.1/charts/common-18.0.2.tgz b/stable/ctfd/4.3.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/ctfd/4.3.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ctfd/4.3.1/charts/mariadb-12.2.1.tgz b/stable/ctfd/4.3.1/charts/mariadb-12.2.1.tgz deleted file mode 100644 index 941aca9f75f..00000000000 Binary files a/stable/ctfd/4.3.1/charts/mariadb-12.2.1.tgz and /dev/null differ diff --git a/stable/custom-app/12.1.0/.helmignore b/stable/ctfd/4.5.0/.helmignore similarity index 100% rename from stable/custom-app/12.1.0/.helmignore rename to stable/ctfd/4.5.0/.helmignore diff --git a/stable/ctfd/4.5.0/CHANGELOG.md b/stable/ctfd/4.5.0/CHANGELOG.md new file mode 100644 index 00000000000..d75cbb046c2 --- /dev/null +++ b/stable/ctfd/4.5.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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) \ No newline at end of file diff --git a/stable/ctfd/4.5.0/Chart.yaml b/stable/ctfd/4.5.0/Chart.yaml new file mode 100644 index 00000000000..5b840bb0aa6 --- /dev/null +++ b/stable/ctfd/4.5.0/Chart.yaml @@ -0,0 +1,51 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: learning + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.6.1 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 12.3.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.3.0 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.5.0 diff --git a/stable/ctfd/4.3.1/README.md b/stable/ctfd/4.5.0/README.md similarity index 100% rename from stable/ctfd/4.3.1/README.md rename to stable/ctfd/4.5.0/README.md diff --git a/stable/ctfd/4.3.1/app-readme.md b/stable/ctfd/4.5.0/app-readme.md similarity index 100% rename from stable/ctfd/4.3.1/app-readme.md rename to stable/ctfd/4.5.0/app-readme.md diff --git a/stable/ctfd/4.5.0/charts/common-18.1.2.tgz b/stable/ctfd/4.5.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/ctfd/4.5.0/charts/common-18.1.2.tgz differ diff --git a/stable/ctfd/4.5.0/charts/mariadb-12.3.0.tgz b/stable/ctfd/4.5.0/charts/mariadb-12.3.0.tgz new file mode 100644 index 00000000000..34dba3a8e5b Binary files /dev/null and b/stable/ctfd/4.5.0/charts/mariadb-12.3.0.tgz differ diff --git a/stable/ctfd/4.3.1/charts/redis-11.3.0.tgz b/stable/ctfd/4.5.0/charts/redis-11.3.0.tgz similarity index 100% rename from stable/ctfd/4.3.1/charts/redis-11.3.0.tgz rename to stable/ctfd/4.5.0/charts/redis-11.3.0.tgz diff --git a/stable/ctfd/4.3.1/ix_values.yaml b/stable/ctfd/4.5.0/ix_values.yaml similarity index 100% rename from stable/ctfd/4.3.1/ix_values.yaml rename to stable/ctfd/4.5.0/ix_values.yaml diff --git a/stable/ctfd/4.3.1/questions.yaml b/stable/ctfd/4.5.0/questions.yaml similarity index 100% rename from stable/ctfd/4.3.1/questions.yaml rename to stable/ctfd/4.5.0/questions.yaml diff --git a/stable/custom-app/12.1.0/templates/NOTES.txt b/stable/ctfd/4.5.0/templates/NOTES.txt similarity index 100% rename from stable/custom-app/12.1.0/templates/NOTES.txt rename to stable/ctfd/4.5.0/templates/NOTES.txt diff --git a/stable/ctfd/4.3.1/templates/_secrets.tpl b/stable/ctfd/4.5.0/templates/_secrets.tpl similarity index 100% rename from stable/ctfd/4.3.1/templates/_secrets.tpl rename to stable/ctfd/4.5.0/templates/_secrets.tpl diff --git a/stable/ctfd/4.3.1/templates/common.yaml b/stable/ctfd/4.5.0/templates/common.yaml similarity index 100% rename from stable/ctfd/4.3.1/templates/common.yaml rename to stable/ctfd/4.5.0/templates/common.yaml diff --git a/stable/custom-app/12.1.0/values.yaml b/stable/ctfd/4.5.0/values.yaml similarity index 100% rename from stable/custom-app/12.1.0/values.yaml rename to stable/ctfd/4.5.0/values.yaml diff --git a/stable/cura-novnc/8.1.0/CHANGELOG.md b/stable/cura-novnc/8.1.0/CHANGELOG.md deleted file mode 100644 index b00ecca380d..00000000000 --- a/stable/cura-novnc/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/cura-novnc/8.1.0/Chart.yaml b/stable/cura-novnc/8.1.0/Chart.yaml deleted file mode 100644 index 29aa911d875..00000000000 --- a/stable/cura-novnc/8.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/cura-novnc/8.1.0/charts/common-18.0.1.tgz b/stable/cura-novnc/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/cura-novnc/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/cyberchef/9.1.1/.helmignore b/stable/cura-novnc/8.2.0/.helmignore similarity index 100% rename from stable/cyberchef/9.1.1/.helmignore rename to stable/cura-novnc/8.2.0/.helmignore diff --git a/stable/cura-novnc/8.2.0/CHANGELOG.md b/stable/cura-novnc/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e96fe17cd2f --- /dev/null +++ b/stable/cura-novnc/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [cura-novnc-7.1.13](https://github.com/truecharts/charts/compare/cura-novnc-7.1.12...cura-novnc-7.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cura-novnc-7.1.12](https://github.com/truecharts/charts/compare/cura-novnc-7.1.11...cura-novnc-7.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cura-novnc-7.1.11](https://github.com/truecharts/charts/compare/cura-novnc-7.1.10...cura-novnc-7.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cura-novnc-7.1.10](https://github.com/truecharts/charts/compare/cura-novnc-7.1.9...cura-novnc-7.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [cura-novnc-7.1.9](https://github.com/truecharts/charts/compare/cura-novnc-7.1.8...cura-novnc-7.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [cura-novnc-7.1.8](https://github.com/truecharts/charts/compare/cura-novnc-7.1.7...cura-novnc-7.1.8) (2024-01-14) + + + + +## [cura-novnc-7.1.7](https://github.com/truecharts/charts/compare/cura-novnc-7.1.6...cura-novnc-7.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [cura-novnc-7.1.6](https://github.com/truecharts/charts/compare/cura-novnc-7.1.5...cura-novnc-7.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [cura-novnc-7.1.5](https://github.com/truecharts/charts/compare/cura-novnc-7.1.4...cura-novnc-7.1.5) (2024-01-02) + +### Chore + + + +- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) + + +## [cura-novnc-7.1.4](https://github.com/truecharts/charts/compare/cura-novnc-7.1.3...cura-novnc-7.1.4) (2024-01-01) + +### Chore + diff --git a/stable/cura-novnc/8.2.0/Chart.yaml b/stable/cura-novnc/8.2.0/Chart.yaml new file mode 100644 index 00000000000..d8701e20f15 --- /dev/null +++ b/stable/cura-novnc/8.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/cura-novnc/8.1.0/README.md b/stable/cura-novnc/8.2.0/README.md similarity index 100% rename from stable/cura-novnc/8.1.0/README.md rename to stable/cura-novnc/8.2.0/README.md diff --git a/stable/cura-novnc/8.1.0/app-readme.md b/stable/cura-novnc/8.2.0/app-readme.md similarity index 100% rename from stable/cura-novnc/8.1.0/app-readme.md rename to stable/cura-novnc/8.2.0/app-readme.md diff --git a/stable/cura-novnc/8.2.0/charts/common-18.1.2.tgz b/stable/cura-novnc/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/cura-novnc/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/cura-novnc/8.1.0/ix_values.yaml b/stable/cura-novnc/8.2.0/ix_values.yaml similarity index 100% rename from stable/cura-novnc/8.1.0/ix_values.yaml rename to stable/cura-novnc/8.2.0/ix_values.yaml diff --git a/stable/cura-novnc/8.1.0/questions.yaml b/stable/cura-novnc/8.2.0/questions.yaml similarity index 100% rename from stable/cura-novnc/8.1.0/questions.yaml rename to stable/cura-novnc/8.2.0/questions.yaml diff --git a/stable/cyberchef/9.1.1/templates/NOTES.txt b/stable/cura-novnc/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/cyberchef/9.1.1/templates/NOTES.txt rename to stable/cura-novnc/8.2.0/templates/NOTES.txt diff --git a/stable/cura-novnc/8.1.0/templates/common.yaml b/stable/cura-novnc/8.2.0/templates/common.yaml similarity index 100% rename from stable/cura-novnc/8.1.0/templates/common.yaml rename to stable/cura-novnc/8.2.0/templates/common.yaml diff --git a/stable/cyberchef/9.1.1/values.yaml b/stable/cura-novnc/8.2.0/values.yaml similarity index 100% rename from stable/cyberchef/9.1.1/values.yaml rename to stable/cura-novnc/8.2.0/values.yaml diff --git a/stable/custom-app/12.1.0/CHANGELOG.md b/stable/custom-app/12.1.0/CHANGELOG.md deleted file mode 100644 index b7c3d7c1811..00000000000 --- a/stable/custom-app/12.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/custom-app/12.1.0/Chart.yaml b/stable/custom-app/12.1.0/Chart.yaml deleted file mode 100644 index 86dc91affdb..00000000000 --- a/stable/custom-app/12.1.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: 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.1 - 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.0 diff --git a/stable/custom-app/12.1.0/charts/common-18.0.1.tgz b/stable/custom-app/12.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/custom-app/12.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/czkawka/9.1.0/.helmignore b/stable/custom-app/12.2.0/.helmignore similarity index 100% rename from stable/czkawka/9.1.0/.helmignore rename to stable/custom-app/12.2.0/.helmignore diff --git a/stable/custom-app/12.2.0/CHANGELOG.md b/stable/custom-app/12.2.0/CHANGELOG.md new file mode 100644 index 00000000000..6cecb97bd71 --- /dev/null +++ b/stable/custom-app/12.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [custom-app-11.1.14](https://github.com/truecharts/charts/compare/custom-app-11.1.13...custom-app-11.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [custom-app-11.1.13](https://github.com/truecharts/charts/compare/custom-app-11.1.12...custom-app-11.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [custom-app-11.1.12](https://github.com/truecharts/charts/compare/custom-app-11.1.11...custom-app-11.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [custom-app-11.1.11](https://github.com/truecharts/charts/compare/custom-app-11.1.10...custom-app-11.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [custom-app-11.1.10](https://github.com/truecharts/charts/compare/custom-app-11.1.9...custom-app-11.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [custom-app-11.1.9](https://github.com/truecharts/charts/compare/custom-app-11.1.8...custom-app-11.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [custom-app-11.1.8](https://github.com/truecharts/charts/compare/custom-app-11.1.7...custom-app-11.1.8) (2024-01-03) + +### Chore + + + +- bump to apply imagePullSecret fix + + +## [custom-app-11.1.7](https://github.com/truecharts/charts/compare/custom-app-11.1.6...custom-app-11.1.7) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [custom-app-11.1.6](https://github.com/truecharts/charts/compare/custom-app-11.1.5...custom-app-11.1.6) (2024-01-02) + +### Chore + + + +- update container image common to v17.2.21[@cf65ff3](https://github.com/cf65ff3) by renovate ([#16752](https://github.com/truecharts/charts/issues/16752)) diff --git a/stable/custom-app/12.2.0/Chart.yaml b/stable/custom-app/12.2.0/Chart.yaml new file mode 100644 index 00000000000..2704858c76f --- /dev/null +++ b/stable/custom-app/12.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: custom + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.21.1155 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/custom-app/12.1.0/README.md b/stable/custom-app/12.2.0/README.md similarity index 100% rename from stable/custom-app/12.1.0/README.md rename to stable/custom-app/12.2.0/README.md diff --git a/stable/custom-app/12.1.0/app-readme.md b/stable/custom-app/12.2.0/app-readme.md similarity index 100% rename from stable/custom-app/12.1.0/app-readme.md rename to stable/custom-app/12.2.0/app-readme.md diff --git a/stable/custom-app/12.2.0/charts/common-18.1.2.tgz b/stable/custom-app/12.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/custom-app/12.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/custom-app/12.1.0/ix_values.yaml b/stable/custom-app/12.2.0/ix_values.yaml similarity index 100% rename from stable/custom-app/12.1.0/ix_values.yaml rename to stable/custom-app/12.2.0/ix_values.yaml diff --git a/stable/custom-app/12.1.0/questions.yaml b/stable/custom-app/12.2.0/questions.yaml similarity index 100% rename from stable/custom-app/12.1.0/questions.yaml rename to stable/custom-app/12.2.0/questions.yaml diff --git a/stable/czkawka/9.1.0/templates/NOTES.txt b/stable/custom-app/12.2.0/templates/NOTES.txt similarity index 100% rename from stable/czkawka/9.1.0/templates/NOTES.txt rename to stable/custom-app/12.2.0/templates/NOTES.txt diff --git a/stable/czkawka/9.1.0/templates/common.yaml b/stable/custom-app/12.2.0/templates/common.yaml similarity index 100% rename from stable/czkawka/9.1.0/templates/common.yaml rename to stable/custom-app/12.2.0/templates/common.yaml diff --git a/stable/czkawka/9.1.0/values.yaml b/stable/custom-app/12.2.0/values.yaml similarity index 100% rename from stable/czkawka/9.1.0/values.yaml rename to stable/custom-app/12.2.0/values.yaml diff --git a/stable/cyberchef/9.1.1/CHANGELOG.md b/stable/cyberchef/9.1.1/CHANGELOG.md deleted file mode 100644 index b5968a3220d..00000000000 --- a/stable/cyberchef/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [cyberchef-8.3.0](https://github.com/truecharts/charts/compare/cyberchef-8.2.0...cyberchef-8.3.0) (2024-02-12) - -### Chore - - - -- update container image mpepping/cyberchef to v10.7.0[@3f96eae](https://github.com/3f96eae) by renovate ([#18194](https://github.com/truecharts/charts/issues/18194)) - - -## [cyberchef-8.2.0](https://github.com/truecharts/charts/compare/cyberchef-8.1.12...cyberchef-8.2.0) (2024-02-05) - -### Chore - - - -- update container image mpepping/cyberchef to v10.6.0[@993b0b0](https://github.com/993b0b0) by renovate ([#17945](https://github.com/truecharts/charts/issues/17945)) - - -## [cyberchef-8.1.12](https://github.com/truecharts/charts/compare/cyberchef-8.1.11...cyberchef-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cyberchef-8.1.11](https://github.com/truecharts/charts/compare/cyberchef-8.1.10...cyberchef-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cyberchef-8.1.10](https://github.com/truecharts/charts/compare/cyberchef-8.1.9...cyberchef-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cyberchef-8.1.9](https://github.com/truecharts/charts/compare/cyberchef-8.1.8...cyberchef-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cyberchef-8.1.8](https://github.com/truecharts/charts/compare/cyberchef-8.1.7...cyberchef-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [cyberchef-8.1.7](https://github.com/truecharts/charts/compare/cyberchef-8.1.6...cyberchef-8.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [cyberchef-8.1.6](https://github.com/truecharts/charts/compare/cyberchef-8.1.5...cyberchef-8.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs diff --git a/stable/cyberchef/9.1.1/Chart.yaml b/stable/cyberchef/9.1.1/Chart.yaml deleted file mode 100644 index 3f03e398d10..00000000000 --- a/stable/cyberchef/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: 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.1 - 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.1 diff --git a/stable/cyberchef/9.1.1/charts/common-18.0.1.tgz b/stable/cyberchef/9.1.1/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/cyberchef/9.1.1/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/dailynotes/5.1.0/.helmignore b/stable/cyberchef/9.2.0/.helmignore similarity index 100% rename from stable/dailynotes/5.1.0/.helmignore rename to stable/cyberchef/9.2.0/.helmignore diff --git a/stable/cyberchef/9.2.0/CHANGELOG.md b/stable/cyberchef/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..6f305b85606 --- /dev/null +++ b/stable/cyberchef/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + +## [cyberchef-8.3.0](https://github.com/truecharts/charts/compare/cyberchef-8.2.0...cyberchef-8.3.0) (2024-02-12) + +### Chore + + + +- update container image mpepping/cyberchef to v10.7.0[@3f96eae](https://github.com/3f96eae) by renovate ([#18194](https://github.com/truecharts/charts/issues/18194)) + + +## [cyberchef-8.2.0](https://github.com/truecharts/charts/compare/cyberchef-8.1.12...cyberchef-8.2.0) (2024-02-05) + +### Chore + + + +- update container image mpepping/cyberchef to v10.6.0[@993b0b0](https://github.com/993b0b0) by renovate ([#17945](https://github.com/truecharts/charts/issues/17945)) + + +## [cyberchef-8.1.12](https://github.com/truecharts/charts/compare/cyberchef-8.1.11...cyberchef-8.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [cyberchef-8.1.11](https://github.com/truecharts/charts/compare/cyberchef-8.1.10...cyberchef-8.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cyberchef-8.1.10](https://github.com/truecharts/charts/compare/cyberchef-8.1.9...cyberchef-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cyberchef-8.1.9](https://github.com/truecharts/charts/compare/cyberchef-8.1.8...cyberchef-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [cyberchef-8.1.8](https://github.com/truecharts/charts/compare/cyberchef-8.1.7...cyberchef-8.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [cyberchef-8.1.7](https://github.com/truecharts/charts/compare/cyberchef-8.1.6...cyberchef-8.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [cyberchef-8.1.6](https://github.com/truecharts/charts/compare/cyberchef-8.1.5...cyberchef-8.1.6) (2024-01-02) + +### Chore diff --git a/stable/cyberchef/9.2.0/Chart.yaml b/stable/cyberchef/9.2.0/Chart.yaml new file mode 100644 index 00000000000..9319bc0b892 --- /dev/null +++ b/stable/cyberchef/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 10.8.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/cyberchef/9.1.1/README.md b/stable/cyberchef/9.2.0/README.md similarity index 100% rename from stable/cyberchef/9.1.1/README.md rename to stable/cyberchef/9.2.0/README.md diff --git a/stable/cyberchef/9.1.1/app-readme.md b/stable/cyberchef/9.2.0/app-readme.md similarity index 100% rename from stable/cyberchef/9.1.1/app-readme.md rename to stable/cyberchef/9.2.0/app-readme.md diff --git a/stable/cyberchef/9.2.0/charts/common-18.1.2.tgz b/stable/cyberchef/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/cyberchef/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/cyberchef/9.1.1/ix_values.yaml b/stable/cyberchef/9.2.0/ix_values.yaml similarity index 100% rename from stable/cyberchef/9.1.1/ix_values.yaml rename to stable/cyberchef/9.2.0/ix_values.yaml diff --git a/stable/cyberchef/9.1.1/questions.yaml b/stable/cyberchef/9.2.0/questions.yaml similarity index 100% rename from stable/cyberchef/9.1.1/questions.yaml rename to stable/cyberchef/9.2.0/questions.yaml diff --git a/stable/dashdot/8.1.0/templates/NOTES.txt b/stable/cyberchef/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/dashdot/8.1.0/templates/NOTES.txt rename to stable/cyberchef/9.2.0/templates/NOTES.txt diff --git a/stable/dashdot/8.1.0/templates/common.yaml b/stable/cyberchef/9.2.0/templates/common.yaml similarity index 100% rename from stable/dashdot/8.1.0/templates/common.yaml rename to stable/cyberchef/9.2.0/templates/common.yaml diff --git a/stable/dailynotes/5.1.0/values.yaml b/stable/cyberchef/9.2.0/values.yaml similarity index 100% rename from stable/dailynotes/5.1.0/values.yaml rename to stable/cyberchef/9.2.0/values.yaml diff --git a/stable/czkawka/9.1.0/CHANGELOG.md b/stable/czkawka/9.1.0/CHANGELOG.md deleted file mode 100644 index 910f8919431..00000000000 --- a/stable/czkawka/9.1.0/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.0/Chart.yaml b/stable/czkawka/9.1.0/Chart.yaml deleted file mode 100644 index 23c3359bd00..00000000000 --- a/stable/czkawka/9.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: 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.1 - 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.0 diff --git a/stable/czkawka/9.1.0/charts/common-18.0.1.tgz b/stable/czkawka/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/czkawka/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/damselfly/5.1.0/.helmignore b/stable/czkawka/9.2.0/.helmignore similarity index 100% rename from stable/damselfly/5.1.0/.helmignore rename to stable/czkawka/9.2.0/.helmignore diff --git a/stable/czkawka/9.2.0/CHANGELOG.md b/stable/czkawka/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..041170a7d8c --- /dev/null +++ b/stable/czkawka/9.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/czkawka/9.2.0/Chart.yaml b/stable/czkawka/9.2.0/Chart.yaml new file mode 100644 index 00000000000..daca4bebfd2 --- /dev/null +++ b/stable/czkawka/9.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: duplicates + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.02.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/czkawka/9.1.0/README.md b/stable/czkawka/9.2.0/README.md similarity index 100% rename from stable/czkawka/9.1.0/README.md rename to stable/czkawka/9.2.0/README.md diff --git a/stable/czkawka/9.1.0/app-readme.md b/stable/czkawka/9.2.0/app-readme.md similarity index 100% rename from stable/czkawka/9.1.0/app-readme.md rename to stable/czkawka/9.2.0/app-readme.md diff --git a/stable/czkawka/9.2.0/charts/common-18.1.2.tgz b/stable/czkawka/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/czkawka/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/czkawka/9.1.0/ix_values.yaml b/stable/czkawka/9.2.0/ix_values.yaml similarity index 100% rename from stable/czkawka/9.1.0/ix_values.yaml rename to stable/czkawka/9.2.0/ix_values.yaml diff --git a/stable/czkawka/9.1.0/questions.yaml b/stable/czkawka/9.2.0/questions.yaml similarity index 100% rename from stable/czkawka/9.1.0/questions.yaml rename to stable/czkawka/9.2.0/questions.yaml diff --git a/stable/dashy/6.1.2/templates/NOTES.txt b/stable/czkawka/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/dashy/6.1.2/templates/NOTES.txt rename to stable/czkawka/9.2.0/templates/NOTES.txt diff --git a/stable/ddclient/9.1.0/templates/common.yaml b/stable/czkawka/9.2.0/templates/common.yaml similarity index 100% rename from stable/ddclient/9.1.0/templates/common.yaml rename to stable/czkawka/9.2.0/templates/common.yaml diff --git a/stable/damselfly/5.1.0/values.yaml b/stable/czkawka/9.2.0/values.yaml similarity index 100% rename from stable/damselfly/5.1.0/values.yaml rename to stable/czkawka/9.2.0/values.yaml diff --git a/stable/dailynotes/5.1.0/CHANGELOG.md b/stable/dailynotes/5.1.0/CHANGELOG.md deleted file mode 100644 index c3c9dd20ea4..00000000000 --- a/stable/dailynotes/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [dailynotes-4.1.12](https://github.com/truecharts/charts/compare/dailynotes-4.1.11...dailynotes-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dailynotes-4.1.11](https://github.com/truecharts/charts/compare/dailynotes-4.1.10...dailynotes-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dailynotes-4.1.10](https://github.com/truecharts/charts/compare/dailynotes-4.1.9...dailynotes-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dailynotes-4.1.9](https://github.com/truecharts/charts/compare/dailynotes-4.1.8...dailynotes-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dailynotes-4.1.8](https://github.com/truecharts/charts/compare/dailynotes-4.1.7...dailynotes-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [dailynotes-4.1.7](https://github.com/truecharts/charts/compare/dailynotes-4.1.6...dailynotes-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [dailynotes-4.1.6](https://github.com/truecharts/charts/compare/dailynotes-4.1.5...dailynotes-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [dailynotes-4.1.5](https://github.com/truecharts/charts/compare/dailynotes-4.1.4...dailynotes-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [dailynotes-4.1.4](https://github.com/truecharts/charts/compare/dailynotes-4.1.3...dailynotes-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [dailynotes-4.1.3](https://github.com/truecharts/charts/compare/dailynotes-4.1.0...dailynotes-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/dailynotes/5.1.0/Chart.yaml b/stable/dailynotes/5.1.0/Chart.yaml deleted file mode 100644 index 3ee2cd75c29..00000000000 --- a/stable/dailynotes/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/dailynotes/5.1.0/charts/common-18.0.1.tgz b/stable/dailynotes/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/dailynotes/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/dashdot/8.1.0/.helmignore b/stable/dailynotes/5.2.0/.helmignore similarity index 100% rename from stable/dashdot/8.1.0/.helmignore rename to stable/dailynotes/5.2.0/.helmignore diff --git a/stable/dailynotes/5.2.0/CHANGELOG.md b/stable/dailynotes/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..bf108ef3bed --- /dev/null +++ b/stable/dailynotes/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/dailynotes/5.2.0/Chart.yaml b/stable/dailynotes/5.2.0/Chart.yaml new file mode 100644 index 00000000000..e45c39b30ec --- /dev/null +++ b/stable/dailynotes/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | + 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.0 diff --git a/stable/dailynotes/5.1.0/README.md b/stable/dailynotes/5.2.0/README.md similarity index 100% rename from stable/dailynotes/5.1.0/README.md rename to stable/dailynotes/5.2.0/README.md diff --git a/stable/dailynotes/5.1.0/app-readme.md b/stable/dailynotes/5.2.0/app-readme.md similarity index 100% rename from stable/dailynotes/5.1.0/app-readme.md rename to stable/dailynotes/5.2.0/app-readme.md diff --git a/stable/dailynotes/5.2.0/charts/common-18.1.2.tgz b/stable/dailynotes/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/dailynotes/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/dailynotes/5.1.0/ix_values.yaml b/stable/dailynotes/5.2.0/ix_values.yaml similarity index 100% rename from stable/dailynotes/5.1.0/ix_values.yaml rename to stable/dailynotes/5.2.0/ix_values.yaml diff --git a/stable/dailynotes/5.1.0/questions.yaml b/stable/dailynotes/5.2.0/questions.yaml similarity index 100% rename from stable/dailynotes/5.1.0/questions.yaml rename to stable/dailynotes/5.2.0/questions.yaml diff --git a/stable/dailynotes/5.1.0/templates/common.yaml b/stable/dailynotes/5.2.0/templates/common.yaml similarity index 100% rename from stable/dailynotes/5.1.0/templates/common.yaml rename to stable/dailynotes/5.2.0/templates/common.yaml diff --git a/stable/dashdot/8.1.0/values.yaml b/stable/dailynotes/5.2.0/values.yaml similarity index 100% rename from stable/dashdot/8.1.0/values.yaml rename to stable/dailynotes/5.2.0/values.yaml diff --git a/stable/damselfly/5.1.0/CHANGELOG.md b/stable/damselfly/5.1.0/CHANGELOG.md deleted file mode 100644 index 40dc75b08d0..00000000000 --- a/stable/damselfly/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [damselfly-4.1.12](https://github.com/truecharts/charts/compare/damselfly-4.1.11...damselfly-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [damselfly-4.1.11](https://github.com/truecharts/charts/compare/damselfly-4.1.10...damselfly-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [damselfly-4.1.10](https://github.com/truecharts/charts/compare/damselfly-4.1.9...damselfly-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [damselfly-4.1.9](https://github.com/truecharts/charts/compare/damselfly-4.1.8...damselfly-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [damselfly-4.1.8](https://github.com/truecharts/charts/compare/damselfly-4.1.7...damselfly-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [damselfly-4.1.7](https://github.com/truecharts/charts/compare/damselfly-4.1.6...damselfly-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [damselfly-4.1.6](https://github.com/truecharts/charts/compare/damselfly-4.1.5...damselfly-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [damselfly-4.1.5](https://github.com/truecharts/charts/compare/damselfly-4.1.4...damselfly-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [damselfly-4.1.4](https://github.com/truecharts/charts/compare/damselfly-4.1.3...damselfly-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [damselfly-4.1.3](https://github.com/truecharts/charts/compare/damselfly-4.1.0...damselfly-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/damselfly/5.1.0/Chart.yaml b/stable/damselfly/5.1.0/Chart.yaml deleted file mode 100644 index b15d538cc67..00000000000 --- a/stable/damselfly/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/damselfly/5.1.0/charts/common-18.0.1.tgz b/stable/damselfly/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/damselfly/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/dashmachine/5.1.0/.helmignore b/stable/damselfly/5.2.0/.helmignore similarity index 100% rename from stable/dashmachine/5.1.0/.helmignore rename to stable/damselfly/5.2.0/.helmignore diff --git a/stable/damselfly/5.2.0/CHANGELOG.md b/stable/damselfly/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..7c988993f09 --- /dev/null +++ b/stable/damselfly/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/damselfly/5.2.0/Chart.yaml b/stable/damselfly/5.2.0/Chart.yaml new file mode 100644 index 00000000000..fdd5a948321 --- /dev/null +++ b/stable/damselfly/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Photos + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/damselfly/5.1.0/README.md b/stable/damselfly/5.2.0/README.md similarity index 100% rename from stable/damselfly/5.1.0/README.md rename to stable/damselfly/5.2.0/README.md diff --git a/stable/damselfly/5.1.0/app-readme.md b/stable/damselfly/5.2.0/app-readme.md similarity index 100% rename from stable/damselfly/5.1.0/app-readme.md rename to stable/damselfly/5.2.0/app-readme.md diff --git a/stable/damselfly/5.2.0/charts/common-18.1.2.tgz b/stable/damselfly/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/damselfly/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/damselfly/5.1.0/ix_values.yaml b/stable/damselfly/5.2.0/ix_values.yaml similarity index 100% rename from stable/damselfly/5.1.0/ix_values.yaml rename to stable/damselfly/5.2.0/ix_values.yaml diff --git a/stable/damselfly/5.1.0/questions.yaml b/stable/damselfly/5.2.0/questions.yaml similarity index 100% rename from stable/damselfly/5.1.0/questions.yaml rename to stable/damselfly/5.2.0/questions.yaml diff --git a/stable/damselfly/5.1.0/templates/common.yaml b/stable/damselfly/5.2.0/templates/common.yaml similarity index 100% rename from stable/damselfly/5.1.0/templates/common.yaml rename to stable/damselfly/5.2.0/templates/common.yaml diff --git a/stable/dashmachine/5.1.0/values.yaml b/stable/damselfly/5.2.0/values.yaml similarity index 100% rename from stable/dashmachine/5.1.0/values.yaml rename to stable/damselfly/5.2.0/values.yaml diff --git a/stable/dashdot/8.1.0/CHANGELOG.md b/stable/dashdot/8.1.0/CHANGELOG.md deleted file mode 100644 index 3ef7e32caa6..00000000000 --- a/stable/dashdot/8.1.0/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.0/Chart.yaml b/stable/dashdot/8.1.0/Chart.yaml deleted file mode 100644 index 2acd9ee8bf1..00000000000 --- a/stable/dashdot/8.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/dashdot/8.1.0/charts/common-18.0.1.tgz b/stable/dashdot/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/dashdot/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/dashy/6.1.2/.helmignore b/stable/dashdot/8.2.0/.helmignore similarity index 100% rename from stable/dashy/6.1.2/.helmignore rename to stable/dashdot/8.2.0/.helmignore diff --git a/stable/dashdot/8.2.0/CHANGELOG.md b/stable/dashdot/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..65e96e3e3ec --- /dev/null +++ b/stable/dashdot/8.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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) \ No newline at end of file diff --git a/stable/dashdot/8.2.0/Chart.yaml b/stable/dashdot/8.2.0/Chart.yaml new file mode 100644 index 00000000000..b5a1a16e21e --- /dev/null +++ b/stable/dashdot/8.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.8.3 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/dashdot/8.1.0/README.md b/stable/dashdot/8.2.0/README.md similarity index 100% rename from stable/dashdot/8.1.0/README.md rename to stable/dashdot/8.2.0/README.md diff --git a/stable/dashdot/8.1.0/app-readme.md b/stable/dashdot/8.2.0/app-readme.md similarity index 100% rename from stable/dashdot/8.1.0/app-readme.md rename to stable/dashdot/8.2.0/app-readme.md diff --git a/stable/dashdot/8.2.0/charts/common-18.1.2.tgz b/stable/dashdot/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/dashdot/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/dashdot/8.1.0/ix_values.yaml b/stable/dashdot/8.2.0/ix_values.yaml similarity index 100% rename from stable/dashdot/8.1.0/ix_values.yaml rename to stable/dashdot/8.2.0/ix_values.yaml diff --git a/stable/dashdot/8.1.0/questions.yaml b/stable/dashdot/8.2.0/questions.yaml similarity index 100% rename from stable/dashdot/8.1.0/questions.yaml rename to stable/dashdot/8.2.0/questions.yaml diff --git a/stable/davos/12.1.1/templates/NOTES.txt b/stable/dashdot/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/davos/12.1.1/templates/NOTES.txt rename to stable/dashdot/8.2.0/templates/NOTES.txt diff --git a/stable/ddns-go/10.1.0/templates/common.yaml b/stable/dashdot/8.2.0/templates/common.yaml similarity index 100% rename from stable/ddns-go/10.1.0/templates/common.yaml rename to stable/dashdot/8.2.0/templates/common.yaml diff --git a/stable/dashy/6.1.2/values.yaml b/stable/dashdot/8.2.0/values.yaml similarity index 100% rename from stable/dashy/6.1.2/values.yaml rename to stable/dashdot/8.2.0/values.yaml diff --git a/stable/dashmachine/5.1.0/CHANGELOG.md b/stable/dashmachine/5.1.0/CHANGELOG.md deleted file mode 100644 index 34939a23f02..00000000000 --- a/stable/dashmachine/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [dashmachine-4.1.12](https://github.com/truecharts/charts/compare/dashmachine-4.1.11...dashmachine-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dashmachine-4.1.11](https://github.com/truecharts/charts/compare/dashmachine-4.1.10...dashmachine-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dashmachine-4.1.10](https://github.com/truecharts/charts/compare/dashmachine-4.1.9...dashmachine-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dashmachine-4.1.9](https://github.com/truecharts/charts/compare/dashmachine-4.1.8...dashmachine-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dashmachine-4.1.8](https://github.com/truecharts/charts/compare/dashmachine-4.1.7...dashmachine-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [dashmachine-4.1.7](https://github.com/truecharts/charts/compare/dashmachine-4.1.6...dashmachine-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [dashmachine-4.1.6](https://github.com/truecharts/charts/compare/dashmachine-4.1.5...dashmachine-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [dashmachine-4.1.5](https://github.com/truecharts/charts/compare/dashmachine-4.1.4...dashmachine-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [dashmachine-4.1.4](https://github.com/truecharts/charts/compare/dashmachine-4.1.3...dashmachine-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [dashmachine-4.1.3](https://github.com/truecharts/charts/compare/dashmachine-4.1.0...dashmachine-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/dashmachine/5.1.0/Chart.yaml b/stable/dashmachine/5.1.0/Chart.yaml deleted file mode 100644 index 2c039a1d62d..00000000000 --- a/stable/dashmachine/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/dashmachine/5.1.0/charts/common-18.0.1.tgz b/stable/dashmachine/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/dashmachine/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/davos/12.1.1/.helmignore b/stable/dashmachine/5.2.0/.helmignore similarity index 100% rename from stable/davos/12.1.1/.helmignore rename to stable/dashmachine/5.2.0/.helmignore diff --git a/stable/dashmachine/5.2.0/CHANGELOG.md b/stable/dashmachine/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d88d8941c85 --- /dev/null +++ b/stable/dashmachine/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/dashmachine/5.2.0/Chart.yaml b/stable/dashmachine/5.2.0/Chart.yaml new file mode 100644 index 00000000000..b2806cbd14d --- /dev/null +++ b/stable/dashmachine/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "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.0 diff --git a/stable/dashmachine/5.1.0/README.md b/stable/dashmachine/5.2.0/README.md similarity index 100% rename from stable/dashmachine/5.1.0/README.md rename to stable/dashmachine/5.2.0/README.md diff --git a/stable/dashmachine/5.1.0/app-readme.md b/stable/dashmachine/5.2.0/app-readme.md similarity index 100% rename from stable/dashmachine/5.1.0/app-readme.md rename to stable/dashmachine/5.2.0/app-readme.md diff --git a/stable/dashmachine/5.2.0/charts/common-18.1.2.tgz b/stable/dashmachine/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/dashmachine/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/dashmachine/5.1.0/ix_values.yaml b/stable/dashmachine/5.2.0/ix_values.yaml similarity index 100% rename from stable/dashmachine/5.1.0/ix_values.yaml rename to stable/dashmachine/5.2.0/ix_values.yaml diff --git a/stable/dashmachine/5.1.0/questions.yaml b/stable/dashmachine/5.2.0/questions.yaml similarity index 100% rename from stable/dashmachine/5.1.0/questions.yaml rename to stable/dashmachine/5.2.0/questions.yaml diff --git a/stable/dashmachine/5.1.0/templates/common.yaml b/stable/dashmachine/5.2.0/templates/common.yaml similarity index 100% rename from stable/dashmachine/5.1.0/templates/common.yaml rename to stable/dashmachine/5.2.0/templates/common.yaml diff --git a/stable/davos/12.1.1/values.yaml b/stable/dashmachine/5.2.0/values.yaml similarity index 100% rename from stable/davos/12.1.1/values.yaml rename to stable/dashmachine/5.2.0/values.yaml diff --git a/stable/dashy/6.1.2/CHANGELOG.md b/stable/dashy/6.1.2/CHANGELOG.md deleted file mode 100644 index 24ebbaf8202..00000000000 --- a/stable/dashy/6.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [dashy-5.1.4](https://github.com/truecharts/charts/compare/dashy-5.1.3...dashy-5.1.4) (2024-01-01) \ No newline at end of file diff --git a/stable/dashy/6.1.2/Chart.yaml b/stable/dashy/6.1.2/Chart.yaml deleted file mode 100644 index 06a17d007de..00000000000 --- a/stable/dashy/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: dashboard - 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: 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.1.2 diff --git a/stable/dashy/6.1.2/charts/common-18.0.2.tgz b/stable/dashy/6.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/dashy/6.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/dashy/6.1.2/ix_values.yaml b/stable/dashy/6.1.2/ix_values.yaml deleted file mode 100644 index 2ed4f0c3f0f..00000000000 --- a/stable/dashy/6.1.2/ix_values.yaml +++ /dev/null @@ -1,66 +0,0 @@ -image: - repository: lissy93/dashy - tag: 2.1.1@sha256:ce8ae2d82ee02606d0fdc9402b39c29d40e1b180f14b9601ac6f9c0371ced0a8 - pullPolicy: IfNotPresent -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 10310 - protocol: http - targetPort: 80 -dashy: - # Enable config file mount from host path - enabled: false - configFileHostPath: "" - configFileHostReadOnly: true -# Leave empty if you plan to use config file from host path -dashyConfig: {} -# pageInfo: -# title: Home Lab - -workload: - main: - podSpec: - containers: - main: - env: - NODE_ENV: production - probes: - liveness: - enabled: true - custom: true - spec: - exec: - command: - - node - - /app/services/healthcheck - readiness: - enabled: true - custom: true - spec: - exec: - command: - - node - - /app/services/healthcheck - startup: - enabled: true - custom: true - spec: - exec: - command: - - node - - /app/services/healthcheck -persistence: - icons: - enabled: true - mountPath: /app/public/item-icons -portal: - open: - enabled: true diff --git a/stable/dayofdefeatsource/5.1.0/.helmignore b/stable/dashy/6.2.0/.helmignore similarity index 100% rename from stable/dayofdefeatsource/5.1.0/.helmignore rename to stable/dashy/6.2.0/.helmignore diff --git a/stable/dashy/6.2.0/CHANGELOG.md b/stable/dashy/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..9ccaaedcd98 --- /dev/null +++ b/stable/dashy/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 new file mode 100644 index 00000000000..16557151686 --- /dev/null +++ b/stable/dashy/6.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: dashboard + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.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.1.2/README.md b/stable/dashy/6.2.0/README.md similarity index 100% rename from stable/dashy/6.1.2/README.md rename to stable/dashy/6.2.0/README.md diff --git a/stable/dashy/6.1.2/app-readme.md b/stable/dashy/6.2.0/app-readme.md similarity index 100% rename from stable/dashy/6.1.2/app-readme.md rename to stable/dashy/6.2.0/app-readme.md 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 new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/dashy/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/dashy/6.2.0/ix_values.yaml b/stable/dashy/6.2.0/ix_values.yaml new file mode 100644 index 00000000000..7ae3456486d --- /dev/null +++ b/stable/dashy/6.2.0/ix_values.yaml @@ -0,0 +1,66 @@ +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/dashy/6.1.2/questions.yaml b/stable/dashy/6.2.0/questions.yaml similarity index 100% rename from stable/dashy/6.1.2/questions.yaml rename to stable/dashy/6.2.0/questions.yaml diff --git a/stable/ddclient/9.1.0/templates/NOTES.txt b/stable/dashy/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/ddclient/9.1.0/templates/NOTES.txt rename to stable/dashy/6.2.0/templates/NOTES.txt diff --git a/stable/dashy/6.1.2/templates/_configmap.tpl b/stable/dashy/6.2.0/templates/_configmap.tpl similarity index 100% rename from stable/dashy/6.1.2/templates/_configmap.tpl rename to stable/dashy/6.2.0/templates/_configmap.tpl diff --git a/stable/dashy/6.1.2/templates/common.yaml b/stable/dashy/6.2.0/templates/common.yaml similarity index 100% rename from stable/dashy/6.1.2/templates/common.yaml rename to stable/dashy/6.2.0/templates/common.yaml diff --git a/stable/dayofdefeatsource/5.1.0/values.yaml b/stable/dashy/6.2.0/values.yaml similarity index 100% rename from stable/dayofdefeatsource/5.1.0/values.yaml rename to stable/dashy/6.2.0/values.yaml diff --git a/stable/davos/12.1.1/CHANGELOG.md b/stable/davos/12.1.1/CHANGELOG.md deleted file mode 100644 index 8c260cf5151..00000000000 --- a/stable/davos/12.1.1/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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) diff --git a/stable/davos/12.1.1/Chart.yaml b/stable/davos/12.1.1/Chart.yaml deleted file mode 100644 index 6524ae211e2..00000000000 --- a/stable/davos/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: 2.2.2 -dependencies: - - name: common - version: 18.0.1 - 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.1 diff --git a/stable/davos/12.1.1/charts/common-18.0.1.tgz b/stable/davos/12.1.1/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/davos/12.1.1/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/daysofwar/5.1.0/.helmignore b/stable/davos/12.2.0/.helmignore similarity index 100% rename from stable/daysofwar/5.1.0/.helmignore rename to stable/davos/12.2.0/.helmignore diff --git a/stable/davos/12.2.0/CHANGELOG.md b/stable/davos/12.2.0/CHANGELOG.md new file mode 100644 index 00000000000..bda070e0173 --- /dev/null +++ b/stable/davos/12.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + +## [davos-10.1.12](https://github.com/truecharts/charts/compare/davos-10.1.11...davos-10.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [davos-10.1.11](https://github.com/truecharts/charts/compare/davos-10.1.10...davos-10.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [davos-10.1.10](https://github.com/truecharts/charts/compare/davos-10.1.9...davos-10.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [davos-10.1.9](https://github.com/truecharts/charts/compare/davos-10.1.8...davos-10.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [davos-10.1.8](https://github.com/truecharts/charts/compare/davos-10.1.7...davos-10.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [davos-10.1.7](https://github.com/truecharts/charts/compare/davos-10.1.6...davos-10.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [davos-10.1.6](https://github.com/truecharts/charts/compare/davos-10.1.5...davos-10.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [davos-10.1.5](https://github.com/truecharts/charts/compare/davos-10.1.4...davos-10.1.5) (2024-01-02) + +### Chore + + + +- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) + + +## [davos-10.1.4](https://github.com/truecharts/charts/compare/davos-10.1.3...davos-10.1.4) (2024-01-01) + +### Chore + + diff --git a/stable/davos/12.2.0/Chart.yaml b/stable/davos/12.2.0/Chart.yaml new file mode 100644 index 00000000000..be81996c1d4 --- /dev/null +++ b/stable/davos/12.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.2.2 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An FTP automation tool that periodically scans given host locations for new files. +home: https://truecharts.org/charts/stable/davos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/davos.png +keywords: + - davos + - ftp + - automation +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: davos +sources: + - https://github.com/linuxserver/docker-davos + - https://github.com/linuxserver/davos/ + - https://github.com/truecharts/charts/tree/master/charts/stable/davos + - https://ghcr.io/linuxserver/davos +type: application +version: 12.2.0 diff --git a/stable/davos/12.1.1/README.md b/stable/davos/12.2.0/README.md similarity index 100% rename from stable/davos/12.1.1/README.md rename to stable/davos/12.2.0/README.md diff --git a/stable/davos/12.1.1/app-readme.md b/stable/davos/12.2.0/app-readme.md similarity index 100% rename from stable/davos/12.1.1/app-readme.md rename to stable/davos/12.2.0/app-readme.md diff --git a/stable/davos/12.2.0/charts/common-18.1.2.tgz b/stable/davos/12.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/davos/12.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/davos/12.1.1/ix_values.yaml b/stable/davos/12.2.0/ix_values.yaml similarity index 100% rename from stable/davos/12.1.1/ix_values.yaml rename to stable/davos/12.2.0/ix_values.yaml diff --git a/stable/davos/12.1.1/questions.yaml b/stable/davos/12.2.0/questions.yaml similarity index 100% rename from stable/davos/12.1.1/questions.yaml rename to stable/davos/12.2.0/questions.yaml diff --git a/stable/ddns-go/10.1.0/templates/NOTES.txt b/stable/davos/12.2.0/templates/NOTES.txt similarity index 100% rename from stable/ddns-go/10.1.0/templates/NOTES.txt rename to stable/davos/12.2.0/templates/NOTES.txt diff --git a/stable/davos/12.1.1/templates/common.yaml b/stable/davos/12.2.0/templates/common.yaml similarity index 100% rename from stable/davos/12.1.1/templates/common.yaml rename to stable/davos/12.2.0/templates/common.yaml diff --git a/stable/daysofwar/5.1.0/values.yaml b/stable/davos/12.2.0/values.yaml similarity index 100% rename from stable/daysofwar/5.1.0/values.yaml rename to stable/davos/12.2.0/values.yaml diff --git a/stable/dayofdefeatsource/5.1.0/CHANGELOG.md b/stable/dayofdefeatsource/5.1.0/CHANGELOG.md deleted file mode 100644 index 4cb0faef6b8..00000000000 --- a/stable/dayofdefeatsource/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [dayofdefeatsource-4.1.12](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.11...dayofdefeatsource-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dayofdefeatsource-4.1.11](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.10...dayofdefeatsource-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dayofdefeatsource-4.1.10](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.9...dayofdefeatsource-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dayofdefeatsource-4.1.9](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.8...dayofdefeatsource-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dayofdefeatsource-4.1.8](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.7...dayofdefeatsource-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [dayofdefeatsource-4.1.7](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.6...dayofdefeatsource-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [dayofdefeatsource-4.1.6](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.5...dayofdefeatsource-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [dayofdefeatsource-4.1.5](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.4...dayofdefeatsource-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [dayofdefeatsource-4.1.4](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.3...dayofdefeatsource-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [dayofdefeatsource-4.1.3](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.0...dayofdefeatsource-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/dayofdefeatsource/5.1.0/Chart.yaml b/stable/dayofdefeatsource/5.1.0/Chart.yaml deleted file mode 100644 index 660d1ccf02a..00000000000 --- a/stable/dayofdefeatsource/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/dayofdefeatsource/5.1.0/charts/common-18.0.1.tgz b/stable/dayofdefeatsource/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/dayofdefeatsource/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/dayz/5.1.0/.helmignore b/stable/dayofdefeatsource/5.2.0/.helmignore similarity index 100% rename from stable/dayz/5.1.0/.helmignore rename to stable/dayofdefeatsource/5.2.0/.helmignore diff --git a/stable/dayofdefeatsource/5.2.0/CHANGELOG.md b/stable/dayofdefeatsource/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c3b99422e7f --- /dev/null +++ b/stable/dayofdefeatsource/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/dayofdefeatsource/5.2.0/Chart.yaml b/stable/dayofdefeatsource/5.2.0/Chart.yaml new file mode 100644 index 00000000000..39d4aca2479 --- /dev/null +++ b/stable/dayofdefeatsource/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: dods +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/dayofdefeatsource/5.1.0/README.md b/stable/dayofdefeatsource/5.2.0/README.md similarity index 100% rename from stable/dayofdefeatsource/5.1.0/README.md rename to stable/dayofdefeatsource/5.2.0/README.md diff --git a/stable/dayofdefeatsource/5.1.0/app-readme.md b/stable/dayofdefeatsource/5.2.0/app-readme.md similarity index 100% rename from stable/dayofdefeatsource/5.1.0/app-readme.md rename to stable/dayofdefeatsource/5.2.0/app-readme.md diff --git a/stable/dayofdefeatsource/5.2.0/charts/common-18.1.2.tgz b/stable/dayofdefeatsource/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/dayofdefeatsource/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/dayofdefeatsource/5.1.0/ix_values.yaml b/stable/dayofdefeatsource/5.2.0/ix_values.yaml similarity index 100% rename from stable/dayofdefeatsource/5.1.0/ix_values.yaml rename to stable/dayofdefeatsource/5.2.0/ix_values.yaml diff --git a/stable/dayofdefeatsource/5.1.0/questions.yaml b/stable/dayofdefeatsource/5.2.0/questions.yaml similarity index 100% rename from stable/dayofdefeatsource/5.1.0/questions.yaml rename to stable/dayofdefeatsource/5.2.0/questions.yaml diff --git a/stable/dayofdefeatsource/5.1.0/templates/common.yaml b/stable/dayofdefeatsource/5.2.0/templates/common.yaml similarity index 100% rename from stable/dayofdefeatsource/5.1.0/templates/common.yaml rename to stable/dayofdefeatsource/5.2.0/templates/common.yaml diff --git a/stable/dayz/5.1.0/values.yaml b/stable/dayofdefeatsource/5.2.0/values.yaml similarity index 100% rename from stable/dayz/5.1.0/values.yaml rename to stable/dayofdefeatsource/5.2.0/values.yaml diff --git a/stable/daysofwar/5.1.0/CHANGELOG.md b/stable/daysofwar/5.1.0/CHANGELOG.md deleted file mode 100644 index d7c73973ccb..00000000000 --- a/stable/daysofwar/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [daysofwar-4.1.12](https://github.com/truecharts/charts/compare/daysofwar-4.1.11...daysofwar-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [daysofwar-4.1.11](https://github.com/truecharts/charts/compare/daysofwar-4.1.10...daysofwar-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [daysofwar-4.1.10](https://github.com/truecharts/charts/compare/daysofwar-4.1.9...daysofwar-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [daysofwar-4.1.9](https://github.com/truecharts/charts/compare/daysofwar-4.1.8...daysofwar-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [daysofwar-4.1.8](https://github.com/truecharts/charts/compare/daysofwar-4.1.7...daysofwar-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [daysofwar-4.1.7](https://github.com/truecharts/charts/compare/daysofwar-4.1.6...daysofwar-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [daysofwar-4.1.6](https://github.com/truecharts/charts/compare/daysofwar-4.1.5...daysofwar-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [daysofwar-4.1.5](https://github.com/truecharts/charts/compare/daysofwar-4.1.4...daysofwar-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [daysofwar-4.1.4](https://github.com/truecharts/charts/compare/daysofwar-4.1.3...daysofwar-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [daysofwar-4.1.3](https://github.com/truecharts/charts/compare/daysofwar-4.1.0...daysofwar-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/daysofwar/5.1.0/Chart.yaml b/stable/daysofwar/5.1.0/Chart.yaml deleted file mode 100644 index ad4eb782bd1..00000000000 --- a/stable/daysofwar/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/daysofwar/5.1.0/charts/common-18.0.1.tgz b/stable/daysofwar/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/daysofwar/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/ddclient/9.1.0/.helmignore b/stable/daysofwar/5.2.0/.helmignore similarity index 100% rename from stable/ddclient/9.1.0/.helmignore rename to stable/daysofwar/5.2.0/.helmignore diff --git a/stable/daysofwar/5.2.0/CHANGELOG.md b/stable/daysofwar/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..27480b649de --- /dev/null +++ b/stable/daysofwar/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/daysofwar/5.2.0/Chart.yaml b/stable/daysofwar/5.2.0/Chart.yaml new file mode 100644 index 00000000000..bdc4965f643 --- /dev/null +++ b/stable/daysofwar/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: daysofwar +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/daysofwar/5.1.0/README.md b/stable/daysofwar/5.2.0/README.md similarity index 100% rename from stable/daysofwar/5.1.0/README.md rename to stable/daysofwar/5.2.0/README.md diff --git a/stable/daysofwar/5.1.0/app-readme.md b/stable/daysofwar/5.2.0/app-readme.md similarity index 100% rename from stable/daysofwar/5.1.0/app-readme.md rename to stable/daysofwar/5.2.0/app-readme.md diff --git a/stable/daysofwar/5.2.0/charts/common-18.1.2.tgz b/stable/daysofwar/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/daysofwar/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/daysofwar/5.1.0/ix_values.yaml b/stable/daysofwar/5.2.0/ix_values.yaml similarity index 100% rename from stable/daysofwar/5.1.0/ix_values.yaml rename to stable/daysofwar/5.2.0/ix_values.yaml diff --git a/stable/daysofwar/5.1.0/questions.yaml b/stable/daysofwar/5.2.0/questions.yaml similarity index 100% rename from stable/daysofwar/5.1.0/questions.yaml rename to stable/daysofwar/5.2.0/questions.yaml diff --git a/stable/daysofwar/5.1.0/templates/common.yaml b/stable/daysofwar/5.2.0/templates/common.yaml similarity index 100% rename from stable/daysofwar/5.1.0/templates/common.yaml rename to stable/daysofwar/5.2.0/templates/common.yaml diff --git a/stable/ddclient/9.1.0/values.yaml b/stable/daysofwar/5.2.0/values.yaml similarity index 100% rename from stable/ddclient/9.1.0/values.yaml rename to stable/daysofwar/5.2.0/values.yaml diff --git a/stable/dayz/5.1.0/CHANGELOG.md b/stable/dayz/5.1.0/CHANGELOG.md deleted file mode 100644 index 87e846a06e3..00000000000 --- a/stable/dayz/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [dayz-4.1.12](https://github.com/truecharts/charts/compare/dayz-4.1.11...dayz-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dayz-4.1.11](https://github.com/truecharts/charts/compare/dayz-4.1.10...dayz-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dayz-4.1.10](https://github.com/truecharts/charts/compare/dayz-4.1.9...dayz-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dayz-4.1.9](https://github.com/truecharts/charts/compare/dayz-4.1.8...dayz-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dayz-4.1.8](https://github.com/truecharts/charts/compare/dayz-4.1.7...dayz-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [dayz-4.1.7](https://github.com/truecharts/charts/compare/dayz-4.1.6...dayz-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [dayz-4.1.6](https://github.com/truecharts/charts/compare/dayz-4.1.5...dayz-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [dayz-4.1.5](https://github.com/truecharts/charts/compare/dayz-4.1.4...dayz-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [dayz-4.1.4](https://github.com/truecharts/charts/compare/dayz-4.1.3...dayz-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [dayz-4.1.3](https://github.com/truecharts/charts/compare/dayz-4.1.0...dayz-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/dayz/5.1.0/Chart.yaml b/stable/dayz/5.1.0/Chart.yaml deleted file mode 100644 index d2302053917..00000000000 --- a/stable/dayz/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/dayz/5.1.0/charts/common-18.0.1.tgz b/stable/dayz/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/dayz/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/ddns-go/10.1.0/.helmignore b/stable/dayz/5.2.0/.helmignore similarity index 100% rename from stable/ddns-go/10.1.0/.helmignore rename to stable/dayz/5.2.0/.helmignore diff --git a/stable/dayz/5.2.0/CHANGELOG.md b/stable/dayz/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..7d78af22365 --- /dev/null +++ b/stable/dayz/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/dayz/5.2.0/Chart.yaml b/stable/dayz/5.2.0/Chart.yaml new file mode 100644 index 00000000000..c18a87ca4c0 --- /dev/null +++ b/stable/dayz/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: dayz +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/dayz/5.1.0/README.md b/stable/dayz/5.2.0/README.md similarity index 100% rename from stable/dayz/5.1.0/README.md rename to stable/dayz/5.2.0/README.md diff --git a/stable/dayz/5.1.0/app-readme.md b/stable/dayz/5.2.0/app-readme.md similarity index 100% rename from stable/dayz/5.1.0/app-readme.md rename to stable/dayz/5.2.0/app-readme.md diff --git a/stable/dayz/5.2.0/charts/common-18.1.2.tgz b/stable/dayz/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/dayz/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/dayz/5.1.0/ix_values.yaml b/stable/dayz/5.2.0/ix_values.yaml similarity index 100% rename from stable/dayz/5.1.0/ix_values.yaml rename to stable/dayz/5.2.0/ix_values.yaml diff --git a/stable/dayz/5.1.0/questions.yaml b/stable/dayz/5.2.0/questions.yaml similarity index 100% rename from stable/dayz/5.1.0/questions.yaml rename to stable/dayz/5.2.0/questions.yaml diff --git a/stable/dayz/5.1.0/templates/common.yaml b/stable/dayz/5.2.0/templates/common.yaml similarity index 100% rename from stable/dayz/5.1.0/templates/common.yaml rename to stable/dayz/5.2.0/templates/common.yaml diff --git a/stable/ddns-go/10.1.0/values.yaml b/stable/dayz/5.2.0/values.yaml similarity index 100% rename from stable/ddns-go/10.1.0/values.yaml rename to stable/dayz/5.2.0/values.yaml diff --git a/stable/ddclient/9.1.0/CHANGELOG.md b/stable/ddclient/9.1.0/CHANGELOG.md deleted file mode 100644 index 2d680260a32..00000000000 --- a/stable/ddclient/9.1.0/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) - -### Chore \ No newline at end of file diff --git a/stable/ddclient/9.1.0/Chart.yaml b/stable/ddclient/9.1.0/Chart.yaml deleted file mode 100644 index d08d35b5b18..00000000000 --- a/stable/ddclient/9.1.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: 3.11.2 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/ddclient/9.1.0/charts/common-18.0.1.tgz b/stable/ddclient/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/ddclient/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/ddns-route53/5.1.0/.helmignore b/stable/ddclient/9.2.0/.helmignore similarity index 100% rename from stable/ddns-route53/5.1.0/.helmignore rename to stable/ddclient/9.2.0/.helmignore diff --git a/stable/ddclient/9.2.0/CHANGELOG.md b/stable/ddclient/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..cb5e8fd6999 --- /dev/null +++ b/stable/ddclient/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [ddclient-8.1.17](https://github.com/truecharts/charts/compare/ddclient-8.1.16...ddclient-8.1.17) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@0a52df8](https://github.com/0a52df8) by renovate ([#18057](https://github.com/truecharts/charts/issues/18057)) + + +## [ddclient-8.1.16](https://github.com/truecharts/charts/compare/ddclient-8.1.15...ddclient-8.1.16) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@cdd300e](https://github.com/cdd300e) by renovate ([#17846](https://github.com/truecharts/charts/issues/17846)) + + +## [ddclient-8.1.15](https://github.com/truecharts/charts/compare/ddclient-8.1.14...ddclient-8.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ddclient-8.1.14](https://github.com/truecharts/charts/compare/ddclient-8.1.13...ddclient-8.1.14) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@6a6fe51](https://github.com/6a6fe51) by renovate ([#17602](https://github.com/truecharts/charts/issues/17602)) + + +## [ddclient-8.1.13](https://github.com/truecharts/charts/compare/ddclient-8.1.12...ddclient-8.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ddclient-8.1.12](https://github.com/truecharts/charts/compare/ddclient-8.1.11...ddclient-8.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ddclient-8.1.11](https://github.com/truecharts/charts/compare/ddclient-8.1.10...ddclient-8.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [ddclient-8.1.10](https://github.com/truecharts/charts/compare/ddclient-8.1.9...ddclient-8.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [ddclient-8.1.9](https://github.com/truecharts/charts/compare/ddclient-8.1.8...ddclient-8.1.9) (2024-01-21) + +### Chore + + + +- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@f11cc53](https://github.com/f11cc53) by renovate ([#17346](https://github.com/truecharts/charts/issues/17346)) + + diff --git a/stable/ddclient/9.2.0/Chart.yaml b/stable/ddclient/9.2.0/Chart.yaml new file mode 100644 index 00000000000..2e39623354f --- /dev/null +++ b/stable/ddclient/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.11.2 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. +home: https://truecharts.org/charts/stable/ddclient +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddclient.png +keywords: + - ddclient +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ddclient +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ddclient + - https://ghcr.io/linuxserver/ddclient +type: application +version: 9.2.0 diff --git a/stable/ddclient/9.1.0/README.md b/stable/ddclient/9.2.0/README.md similarity index 100% rename from stable/ddclient/9.1.0/README.md rename to stable/ddclient/9.2.0/README.md diff --git a/stable/ddclient/9.1.0/app-readme.md b/stable/ddclient/9.2.0/app-readme.md similarity index 100% rename from stable/ddclient/9.1.0/app-readme.md rename to stable/ddclient/9.2.0/app-readme.md diff --git a/stable/ddclient/9.2.0/charts/common-18.1.2.tgz b/stable/ddclient/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/ddclient/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/ddclient/9.1.0/ix_values.yaml b/stable/ddclient/9.2.0/ix_values.yaml similarity index 100% rename from stable/ddclient/9.1.0/ix_values.yaml rename to stable/ddclient/9.2.0/ix_values.yaml diff --git a/stable/ddclient/9.1.0/questions.yaml b/stable/ddclient/9.2.0/questions.yaml similarity index 100% rename from stable/ddclient/9.1.0/questions.yaml rename to stable/ddclient/9.2.0/questions.yaml diff --git a/stable/ddns-updater/9.1.0/templates/NOTES.txt b/stable/ddclient/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/ddns-updater/9.1.0/templates/NOTES.txt rename to stable/ddclient/9.2.0/templates/NOTES.txt diff --git a/stable/ddns-updater/9.1.0/templates/common.yaml b/stable/ddclient/9.2.0/templates/common.yaml similarity index 100% rename from stable/ddns-updater/9.1.0/templates/common.yaml rename to stable/ddclient/9.2.0/templates/common.yaml diff --git a/stable/ddns-route53/5.1.0/values.yaml b/stable/ddclient/9.2.0/values.yaml similarity index 100% rename from stable/ddns-route53/5.1.0/values.yaml rename to stable/ddclient/9.2.0/values.yaml diff --git a/stable/ddns-go/10.1.0/CHANGELOG.md b/stable/ddns-go/10.1.0/CHANGELOG.md deleted file mode 100644 index b0f64acc3f2..00000000000 --- a/stable/ddns-go/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- update container image jeessy/ddns-go to v6.0.2[@02e7174](https://github.com/02e7174) by renovate ([#17220](https://github.com/truecharts/charts/issues/17220)) \ No newline at end of file diff --git a/stable/ddns-go/10.1.0/Chart.yaml b/stable/ddns-go/10.1.0/Chart.yaml deleted file mode 100644 index 240b7d71d57..00000000000 --- a/stable/ddns-go/10.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/ddns-go/10.1.0/charts/common-18.0.1.tgz b/stable/ddns-go/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/ddns-go/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/ddns-updater/9.1.0/.helmignore b/stable/ddns-go/10.2.0/.helmignore similarity index 100% rename from stable/ddns-updater/9.1.0/.helmignore rename to stable/ddns-go/10.2.0/.helmignore diff --git a/stable/ddns-go/10.2.0/CHANGELOG.md b/stable/ddns-go/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a0436b2f512 --- /dev/null +++ b/stable/ddns-go/10.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/ddns-go/10.2.0/Chart.yaml b/stable/ddns-go/10.2.0/Chart.yaml new file mode 100644 index 00000000000..de38c116cc4 --- /dev/null +++ b/stable/ddns-go/10.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.1.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/ddns-go/10.1.0/README.md b/stable/ddns-go/10.2.0/README.md similarity index 100% rename from stable/ddns-go/10.1.0/README.md rename to stable/ddns-go/10.2.0/README.md diff --git a/stable/ddns-go/10.1.0/app-readme.md b/stable/ddns-go/10.2.0/app-readme.md similarity index 100% rename from stable/ddns-go/10.1.0/app-readme.md rename to stable/ddns-go/10.2.0/app-readme.md diff --git a/stable/ddns-go/10.2.0/charts/common-18.1.2.tgz b/stable/ddns-go/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/ddns-go/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/ddns-go/10.1.0/ix_values.yaml b/stable/ddns-go/10.2.0/ix_values.yaml similarity index 100% rename from stable/ddns-go/10.1.0/ix_values.yaml rename to stable/ddns-go/10.2.0/ix_values.yaml diff --git a/stable/ddns-go/10.1.0/questions.yaml b/stable/ddns-go/10.2.0/questions.yaml similarity index 100% rename from stable/ddns-go/10.1.0/questions.yaml rename to stable/ddns-go/10.2.0/questions.yaml diff --git a/stable/deemix/10.1.0/templates/NOTES.txt b/stable/ddns-go/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/deemix/10.1.0/templates/NOTES.txt rename to stable/ddns-go/10.2.0/templates/NOTES.txt diff --git a/stable/deconz/15.1.0/templates/common.yaml b/stable/ddns-go/10.2.0/templates/common.yaml similarity index 100% rename from stable/deconz/15.1.0/templates/common.yaml rename to stable/ddns-go/10.2.0/templates/common.yaml diff --git a/stable/ddns-updater/9.1.0/values.yaml b/stable/ddns-go/10.2.0/values.yaml similarity index 100% rename from stable/ddns-updater/9.1.0/values.yaml rename to stable/ddns-go/10.2.0/values.yaml diff --git a/stable/ddns-route53/5.1.0/CHANGELOG.md b/stable/ddns-route53/5.1.0/CHANGELOG.md deleted file mode 100644 index ee21337fa75..00000000000 --- a/stable/ddns-route53/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [ddns-route53-4.1.12](https://github.com/truecharts/charts/compare/ddns-route53-4.1.11...ddns-route53-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ddns-route53-4.1.11](https://github.com/truecharts/charts/compare/ddns-route53-4.1.10...ddns-route53-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ddns-route53-4.1.10](https://github.com/truecharts/charts/compare/ddns-route53-4.1.9...ddns-route53-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ddns-route53-4.1.9](https://github.com/truecharts/charts/compare/ddns-route53-4.1.8...ddns-route53-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ddns-route53-4.1.8](https://github.com/truecharts/charts/compare/ddns-route53-4.1.7...ddns-route53-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [ddns-route53-4.1.7](https://github.com/truecharts/charts/compare/ddns-route53-4.1.6...ddns-route53-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ddns-route53-4.1.6](https://github.com/truecharts/charts/compare/ddns-route53-4.1.5...ddns-route53-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [ddns-route53-4.1.5](https://github.com/truecharts/charts/compare/ddns-route53-4.1.4...ddns-route53-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [ddns-route53-4.1.4](https://github.com/truecharts/charts/compare/ddns-route53-4.1.3...ddns-route53-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [ddns-route53-4.1.3](https://github.com/truecharts/charts/compare/ddns-route53-4.1.0...ddns-route53-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/ddns-route53/5.1.0/Chart.yaml b/stable/ddns-route53/5.1.0/Chart.yaml deleted file mode 100644 index f542cac7d5e..00000000000 --- a/stable/ddns-route53/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/ddns-route53/5.1.0/charts/common-18.0.1.tgz b/stable/ddns-route53/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/ddns-route53/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/debian-apt-mirror/5.1.0/.helmignore b/stable/ddns-route53/5.2.0/.helmignore similarity index 100% rename from stable/debian-apt-mirror/5.1.0/.helmignore rename to stable/ddns-route53/5.2.0/.helmignore diff --git a/stable/ddns-route53/5.2.0/CHANGELOG.md b/stable/ddns-route53/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..6520815e4ff --- /dev/null +++ b/stable/ddns-route53/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/ddns-route53/5.2.0/Chart.yaml b/stable/ddns-route53/5.2.0/Chart.yaml new file mode 100644 index 00000000000..5498d181b60 --- /dev/null +++ b/stable/ddns-route53/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-DNS + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/ddns-route53/5.1.0/README.md b/stable/ddns-route53/5.2.0/README.md similarity index 100% rename from stable/ddns-route53/5.1.0/README.md rename to stable/ddns-route53/5.2.0/README.md diff --git a/stable/ddns-route53/5.1.0/app-readme.md b/stable/ddns-route53/5.2.0/app-readme.md similarity index 100% rename from stable/ddns-route53/5.1.0/app-readme.md rename to stable/ddns-route53/5.2.0/app-readme.md diff --git a/stable/ddns-route53/5.2.0/charts/common-18.1.2.tgz b/stable/ddns-route53/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/ddns-route53/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/ddns-route53/5.1.0/ix_values.yaml b/stable/ddns-route53/5.2.0/ix_values.yaml similarity index 100% rename from stable/ddns-route53/5.1.0/ix_values.yaml rename to stable/ddns-route53/5.2.0/ix_values.yaml diff --git a/stable/ddns-route53/5.1.0/questions.yaml b/stable/ddns-route53/5.2.0/questions.yaml similarity index 100% rename from stable/ddns-route53/5.1.0/questions.yaml rename to stable/ddns-route53/5.2.0/questions.yaml diff --git a/stable/ddns-route53/5.1.0/templates/common.yaml b/stable/ddns-route53/5.2.0/templates/common.yaml similarity index 100% rename from stable/ddns-route53/5.1.0/templates/common.yaml rename to stable/ddns-route53/5.2.0/templates/common.yaml diff --git a/stable/debian-apt-mirror/5.1.0/values.yaml b/stable/ddns-route53/5.2.0/values.yaml similarity index 100% rename from stable/debian-apt-mirror/5.1.0/values.yaml rename to stable/ddns-route53/5.2.0/values.yaml diff --git a/stable/ddns-updater/9.1.0/CHANGELOG.md b/stable/ddns-updater/9.1.0/CHANGELOG.md deleted file mode 100644 index f002bb5bb62..00000000000 --- a/stable/ddns-updater/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [ddns-updater-8.1.12](https://github.com/truecharts/charts/compare/ddns-updater-8.1.11...ddns-updater-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ddns-updater-8.1.11](https://github.com/truecharts/charts/compare/ddns-updater-8.1.10...ddns-updater-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ddns-updater-8.1.10](https://github.com/truecharts/charts/compare/ddns-updater-8.1.9...ddns-updater-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ddns-updater-8.1.9](https://github.com/truecharts/charts/compare/ddns-updater-8.1.8...ddns-updater-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ddns-updater-8.1.8](https://github.com/truecharts/charts/compare/ddns-updater-8.1.7...ddns-updater-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [ddns-updater-8.1.7](https://github.com/truecharts/charts/compare/ddns-updater-8.1.6...ddns-updater-8.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ddns-updater-8.1.6](https://github.com/truecharts/charts/compare/ddns-updater-8.1.5...ddns-updater-8.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [ddns-updater-8.1.5](https://github.com/truecharts/charts/compare/ddns-updater-8.1.4...ddns-updater-8.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [ddns-updater-8.1.4](https://github.com/truecharts/charts/compare/ddns-updater-8.1.3...ddns-updater-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [ddns-updater-8.1.3](https://github.com/truecharts/charts/compare/ddns-updater-8.1.0...ddns-updater-8.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/ddns-updater/9.1.0/Chart.yaml b/stable/ddns-updater/9.1.0/Chart.yaml deleted file mode 100644 index 47f81b55bb1..00000000000 --- a/stable/ddns-updater/9.1.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: 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.1 - 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.0 diff --git a/stable/ddns-updater/9.1.0/charts/common-18.0.1.tgz b/stable/ddns-updater/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/ddns-updater/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/debian-bullseye/5.1.0/.helmignore b/stable/ddns-updater/9.2.0/.helmignore similarity index 100% rename from stable/debian-bullseye/5.1.0/.helmignore rename to stable/ddns-updater/9.2.0/.helmignore diff --git a/stable/ddns-updater/9.2.0/CHANGELOG.md b/stable/ddns-updater/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..598dc32e13f --- /dev/null +++ b/stable/ddns-updater/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/ddns-updater/9.2.0/Chart.yaml b/stable/ddns-updater/9.2.0/Chart.yaml new file mode 100644 index 00000000000..eb6321bf086 --- /dev/null +++ b/stable/ddns-updater/9.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/ddns-updater/9.1.0/README.md b/stable/ddns-updater/9.2.0/README.md similarity index 100% rename from stable/ddns-updater/9.1.0/README.md rename to stable/ddns-updater/9.2.0/README.md diff --git a/stable/ddns-updater/9.1.0/app-readme.md b/stable/ddns-updater/9.2.0/app-readme.md similarity index 100% rename from stable/ddns-updater/9.1.0/app-readme.md rename to stable/ddns-updater/9.2.0/app-readme.md diff --git a/stable/ddns-updater/9.2.0/charts/common-18.1.2.tgz b/stable/ddns-updater/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/ddns-updater/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/ddns-updater/9.1.0/ix_values.yaml b/stable/ddns-updater/9.2.0/ix_values.yaml similarity index 100% rename from stable/ddns-updater/9.1.0/ix_values.yaml rename to stable/ddns-updater/9.2.0/ix_values.yaml diff --git a/stable/ddns-updater/9.1.0/questions.yaml b/stable/ddns-updater/9.2.0/questions.yaml similarity index 100% rename from stable/ddns-updater/9.1.0/questions.yaml rename to stable/ddns-updater/9.2.0/questions.yaml diff --git a/stable/deepstack/11.1.0/templates/NOTES.txt b/stable/ddns-updater/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/deepstack/11.1.0/templates/NOTES.txt rename to stable/ddns-updater/9.2.0/templates/NOTES.txt diff --git a/stable/deemix/10.1.0/templates/common.yaml b/stable/ddns-updater/9.2.0/templates/common.yaml similarity index 100% rename from stable/deemix/10.1.0/templates/common.yaml rename to stable/ddns-updater/9.2.0/templates/common.yaml diff --git a/stable/debian-bullseye/5.1.0/values.yaml b/stable/ddns-updater/9.2.0/values.yaml similarity index 100% rename from stable/debian-bullseye/5.1.0/values.yaml rename to stable/ddns-updater/9.2.0/values.yaml diff --git a/stable/debian-apt-mirror/5.1.0/CHANGELOG.md b/stable/debian-apt-mirror/5.1.0/CHANGELOG.md deleted file mode 100644 index 790f6a32c99..00000000000 --- a/stable/debian-apt-mirror/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [debian-apt-mirror-4.1.12](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.11...debian-apt-mirror-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [debian-apt-mirror-4.1.11](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.10...debian-apt-mirror-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [debian-apt-mirror-4.1.10](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.9...debian-apt-mirror-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [debian-apt-mirror-4.1.9](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.8...debian-apt-mirror-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [debian-apt-mirror-4.1.8](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.7...debian-apt-mirror-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [debian-apt-mirror-4.1.7](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.6...debian-apt-mirror-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [debian-apt-mirror-4.1.6](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.5...debian-apt-mirror-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [debian-apt-mirror-4.1.5](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.4...debian-apt-mirror-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [debian-apt-mirror-4.1.4](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.3...debian-apt-mirror-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [debian-apt-mirror-4.1.3](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.0...debian-apt-mirror-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/debian-apt-mirror/5.1.0/Chart.yaml b/stable/debian-apt-mirror/5.1.0/Chart.yaml deleted file mode 100644 index 695b2c8faa7..00000000000 --- a/stable/debian-apt-mirror/5.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/debian-apt-mirror/5.1.0/charts/common-18.0.1.tgz b/stable/debian-apt-mirror/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/debian-apt-mirror/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/deconz/15.1.0/.helmignore b/stable/debian-apt-mirror/5.2.0/.helmignore similarity index 100% rename from stable/deconz/15.1.0/.helmignore rename to stable/debian-apt-mirror/5.2.0/.helmignore diff --git a/stable/debian-apt-mirror/5.2.0/CHANGELOG.md b/stable/debian-apt-mirror/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5abad62d15b --- /dev/null +++ b/stable/debian-apt-mirror/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/debian-apt-mirror/5.2.0/Chart.yaml b/stable/debian-apt-mirror/5.2.0/Chart.yaml new file mode 100644 index 00000000000..726b46f4794 --- /dev/null +++ b/stable/debian-apt-mirror/5.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/debian-apt-mirror/5.1.0/README.md b/stable/debian-apt-mirror/5.2.0/README.md similarity index 100% rename from stable/debian-apt-mirror/5.1.0/README.md rename to stable/debian-apt-mirror/5.2.0/README.md diff --git a/stable/debian-apt-mirror/5.1.0/app-readme.md b/stable/debian-apt-mirror/5.2.0/app-readme.md similarity index 100% rename from stable/debian-apt-mirror/5.1.0/app-readme.md rename to stable/debian-apt-mirror/5.2.0/app-readme.md diff --git a/stable/debian-apt-mirror/5.2.0/charts/common-18.1.2.tgz b/stable/debian-apt-mirror/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/debian-apt-mirror/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/debian-apt-mirror/5.1.0/ix_values.yaml b/stable/debian-apt-mirror/5.2.0/ix_values.yaml similarity index 100% rename from stable/debian-apt-mirror/5.1.0/ix_values.yaml rename to stable/debian-apt-mirror/5.2.0/ix_values.yaml diff --git a/stable/debian-apt-mirror/5.1.0/questions.yaml b/stable/debian-apt-mirror/5.2.0/questions.yaml similarity index 100% rename from stable/debian-apt-mirror/5.1.0/questions.yaml rename to stable/debian-apt-mirror/5.2.0/questions.yaml diff --git a/stable/debian-apt-mirror/5.1.0/templates/common.yaml b/stable/debian-apt-mirror/5.2.0/templates/common.yaml similarity index 100% rename from stable/debian-apt-mirror/5.1.0/templates/common.yaml rename to stable/debian-apt-mirror/5.2.0/templates/common.yaml diff --git a/stable/deconz/15.1.0/values.yaml b/stable/debian-apt-mirror/5.2.0/values.yaml similarity index 100% rename from stable/deconz/15.1.0/values.yaml rename to stable/debian-apt-mirror/5.2.0/values.yaml diff --git a/stable/debian-bullseye/5.1.0/CHANGELOG.md b/stable/debian-bullseye/5.1.0/CHANGELOG.md deleted file mode 100644 index 6afa3f66f99..00000000000 --- a/stable/debian-bullseye/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [debian-bullseye-4.1.12](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.11...debian-bullseye-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [debian-bullseye-4.1.11](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.10...debian-bullseye-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [debian-bullseye-4.1.10](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.9...debian-bullseye-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [debian-bullseye-4.1.9](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.8...debian-bullseye-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [debian-bullseye-4.1.8](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.7...debian-bullseye-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [debian-bullseye-4.1.7](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.6...debian-bullseye-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [debian-bullseye-4.1.6](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.5...debian-bullseye-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [debian-bullseye-4.1.5](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.4...debian-bullseye-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [debian-bullseye-4.1.4](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.3...debian-bullseye-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [debian-bullseye-4.1.3](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.0...debian-bullseye-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/debian-bullseye/5.1.0/Chart.yaml b/stable/debian-bullseye/5.1.0/Chart.yaml deleted file mode 100644 index 94582513143..00000000000 --- a/stable/debian-bullseye/5.1.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: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/debian-bullseye/5.1.0/charts/common-18.0.1.tgz b/stable/debian-bullseye/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/debian-bullseye/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/deemix/10.1.0/.helmignore b/stable/debian-bullseye/5.2.0/.helmignore similarity index 100% rename from stable/deemix/10.1.0/.helmignore rename to stable/debian-bullseye/5.2.0/.helmignore diff --git a/stable/debian-bullseye/5.2.0/CHANGELOG.md b/stable/debian-bullseye/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..07122595296 --- /dev/null +++ b/stable/debian-bullseye/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/debian-bullseye/5.2.0/Chart.yaml b/stable/debian-bullseye/5.2.0/Chart.yaml new file mode 100644 index 00000000000..3253e754b17 --- /dev/null +++ b/stable/debian-bullseye/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/debian-bullseye/5.1.0/README.md b/stable/debian-bullseye/5.2.0/README.md similarity index 100% rename from stable/debian-bullseye/5.1.0/README.md rename to stable/debian-bullseye/5.2.0/README.md diff --git a/stable/debian-bullseye/5.1.0/app-readme.md b/stable/debian-bullseye/5.2.0/app-readme.md similarity index 100% rename from stable/debian-bullseye/5.1.0/app-readme.md rename to stable/debian-bullseye/5.2.0/app-readme.md diff --git a/stable/debian-bullseye/5.2.0/charts/common-18.1.2.tgz b/stable/debian-bullseye/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/debian-bullseye/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/debian-bullseye/5.1.0/ix_values.yaml b/stable/debian-bullseye/5.2.0/ix_values.yaml similarity index 100% rename from stable/debian-bullseye/5.1.0/ix_values.yaml rename to stable/debian-bullseye/5.2.0/ix_values.yaml diff --git a/stable/debian-bullseye/5.1.0/questions.yaml b/stable/debian-bullseye/5.2.0/questions.yaml similarity index 100% rename from stable/debian-bullseye/5.1.0/questions.yaml rename to stable/debian-bullseye/5.2.0/questions.yaml diff --git a/stable/debian-bullseye/5.1.0/templates/common.yaml b/stable/debian-bullseye/5.2.0/templates/common.yaml similarity index 100% rename from stable/debian-bullseye/5.1.0/templates/common.yaml rename to stable/debian-bullseye/5.2.0/templates/common.yaml diff --git a/stable/deemix/10.1.0/values.yaml b/stable/debian-bullseye/5.2.0/values.yaml similarity index 100% rename from stable/deemix/10.1.0/values.yaml rename to stable/debian-bullseye/5.2.0/values.yaml diff --git a/stable/deconz/15.1.0/CHANGELOG.md b/stable/deconz/15.1.0/CHANGELOG.md deleted file mode 100644 index b454c9e4601..00000000000 --- a/stable/deconz/15.1.0/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) - -### Chore \ No newline at end of file diff --git a/stable/deconz/15.1.0/Chart.yaml b/stable/deconz/15.1.0/Chart.yaml deleted file mode 100644 index ec2cb5e0d7c..00000000000 --- a/stable/deconz/15.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.26.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/deconz/15.1.0/charts/common-18.0.1.tgz b/stable/deconz/15.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/deconz/15.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/deepstack/11.1.0/.helmignore b/stable/deconz/15.2.0/.helmignore similarity index 100% rename from stable/deepstack/11.1.0/.helmignore rename to stable/deconz/15.2.0/.helmignore diff --git a/stable/deconz/15.2.0/CHANGELOG.md b/stable/deconz/15.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b09ca3514e4 --- /dev/null +++ b/stable/deconz/15.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [deconz-14.2.0](https://github.com/truecharts/charts/compare/deconz-14.1.15...deconz-14.2.0) (2024-02-12) + +### Chore + + + +- update container image deconzcommunity/deconz to v2.26.0[@db438fc](https://github.com/db438fc) by renovate ([#18219](https://github.com/truecharts/charts/issues/18219)) + + +## [deconz-14.1.15](https://github.com/truecharts/charts/compare/deconz-14.1.14...deconz-14.1.15) (2024-02-12) + +### Chore + + + +- update container image deconzcommunity/deconz to v2.25.3[@136414b](https://github.com/136414b) by renovate ([#18126](https://github.com/truecharts/charts/issues/18126)) + + +## [deconz-14.1.14](https://github.com/truecharts/charts/compare/deconz-14.1.13...deconz-14.1.14) (2024-02-05) + +### Chore + + + +- update container image deconzcommunity/deconz to v2.25.2[@04cff7f](https://github.com/04cff7f) by renovate ([#17983](https://github.com/truecharts/charts/issues/17983)) + + +## [deconz-14.1.13](https://github.com/truecharts/charts/compare/deconz-14.1.12...deconz-14.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [deconz-14.1.12](https://github.com/truecharts/charts/compare/deconz-14.1.11...deconz-14.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [deconz-14.1.11](https://github.com/truecharts/charts/compare/deconz-14.1.10...deconz-14.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [deconz-14.1.10](https://github.com/truecharts/charts/compare/deconz-14.1.9...deconz-14.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [deconz-14.1.9](https://github.com/truecharts/charts/compare/deconz-14.1.8...deconz-14.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [deconz-14.1.8](https://github.com/truecharts/charts/compare/deconz-14.1.7...deconz-14.1.8) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) diff --git a/stable/deconz/15.2.0/Chart.yaml b/stable/deconz/15.2.0/Chart.yaml new file mode 100644 index 00000000000..bee9be3226c --- /dev/null +++ b/stable/deconz/15.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.26.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: deCONZ is an easy to use control software, with which you can set up and control Zigbee networks of any size without further programming effort. +home: https://truecharts.org/charts/stable/deconz +icon: https://truecharts.org/img/hotlink-ok/chart-icons/deconz.png +keywords: + - deconz + - home-automation + - zigbee + - conbee +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: deconz +sources: + - https://github.com/marthoc/docker-deconz + - https://github.com/dresden-elektronik/deconz-rest-plugin + - https://github.com/truecharts/charts/tree/master/charts/stable/deconz + - https://hub.docker.com/r/deconzcommunity/deconz +type: application +version: 15.2.0 diff --git a/stable/deconz/15.1.0/README.md b/stable/deconz/15.2.0/README.md similarity index 100% rename from stable/deconz/15.1.0/README.md rename to stable/deconz/15.2.0/README.md diff --git a/stable/deconz/15.1.0/app-readme.md b/stable/deconz/15.2.0/app-readme.md similarity index 100% rename from stable/deconz/15.1.0/app-readme.md rename to stable/deconz/15.2.0/app-readme.md diff --git a/stable/deconz/15.2.0/charts/common-18.1.2.tgz b/stable/deconz/15.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/deconz/15.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/deconz/15.1.0/ix_values.yaml b/stable/deconz/15.2.0/ix_values.yaml similarity index 100% rename from stable/deconz/15.1.0/ix_values.yaml rename to stable/deconz/15.2.0/ix_values.yaml diff --git a/stable/deconz/15.1.0/questions.yaml b/stable/deconz/15.2.0/questions.yaml similarity index 100% rename from stable/deconz/15.1.0/questions.yaml rename to stable/deconz/15.2.0/questions.yaml diff --git a/stable/deepstack/11.1.0/templates/common.yaml b/stable/deconz/15.2.0/templates/common.yaml similarity index 100% rename from stable/deepstack/11.1.0/templates/common.yaml rename to stable/deconz/15.2.0/templates/common.yaml diff --git a/stable/deepstack/11.1.0/values.yaml b/stable/deconz/15.2.0/values.yaml similarity index 100% rename from stable/deepstack/11.1.0/values.yaml rename to stable/deconz/15.2.0/values.yaml diff --git a/stable/deemix/10.1.0/CHANGELOG.md b/stable/deemix/10.1.0/CHANGELOG.md deleted file mode 100644 index e027e421d4b..00000000000 --- a/stable/deemix/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [deemix-9.1.12](https://github.com/truecharts/charts/compare/deemix-9.1.11...deemix-9.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [deemix-9.1.11](https://github.com/truecharts/charts/compare/deemix-9.1.10...deemix-9.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [deemix-9.1.10](https://github.com/truecharts/charts/compare/deemix-9.1.9...deemix-9.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [deemix-9.1.9](https://github.com/truecharts/charts/compare/deemix-9.1.8...deemix-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [deemix-9.1.8](https://github.com/truecharts/charts/compare/deemix-9.1.7...deemix-9.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [deemix-9.1.7](https://github.com/truecharts/charts/compare/deemix-9.1.6...deemix-9.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [deemix-9.1.6](https://github.com/truecharts/charts/compare/deemix-9.1.5...deemix-9.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [deemix-9.1.5](https://github.com/truecharts/charts/compare/deemix-9.1.4...deemix-9.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [deemix-9.1.4](https://github.com/truecharts/charts/compare/deemix-9.1.3...deemix-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [deemix-9.1.3](https://github.com/truecharts/charts/compare/deemix-9.1.0...deemix-9.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/deemix/10.1.0/Chart.yaml b/stable/deemix/10.1.0/Chart.yaml deleted file mode 100644 index 347deb7af03..00000000000 --- a/stable/deemix/10.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/deemix/10.1.0/charts/common-18.0.1.tgz b/stable/deemix/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/deemix/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/dell-idrac-fan-controller/5.1.0/.helmignore b/stable/deemix/10.2.0/.helmignore similarity index 100% rename from stable/dell-idrac-fan-controller/5.1.0/.helmignore rename to stable/deemix/10.2.0/.helmignore diff --git a/stable/deemix/10.2.0/CHANGELOG.md b/stable/deemix/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..1792c1cff02 --- /dev/null +++ b/stable/deemix/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/deemix/10.2.0/Chart.yaml b/stable/deemix/10.2.0/Chart.yaml new file mode 100644 index 00000000000..58e8aa6c8ab --- /dev/null +++ b/stable/deemix/10.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/deemix/10.1.0/README.md b/stable/deemix/10.2.0/README.md similarity index 100% rename from stable/deemix/10.1.0/README.md rename to stable/deemix/10.2.0/README.md diff --git a/stable/deemix/10.1.0/app-readme.md b/stable/deemix/10.2.0/app-readme.md similarity index 100% rename from stable/deemix/10.1.0/app-readme.md rename to stable/deemix/10.2.0/app-readme.md diff --git a/stable/deemix/10.2.0/charts/common-18.1.2.tgz b/stable/deemix/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/deemix/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/deemix/10.1.0/ix_values.yaml b/stable/deemix/10.2.0/ix_values.yaml similarity index 100% rename from stable/deemix/10.1.0/ix_values.yaml rename to stable/deemix/10.2.0/ix_values.yaml diff --git a/stable/deemix/10.1.0/questions.yaml b/stable/deemix/10.2.0/questions.yaml similarity index 100% rename from stable/deemix/10.1.0/questions.yaml rename to stable/deemix/10.2.0/questions.yaml diff --git a/stable/dell-idrac-fan-controller/5.1.0/templates/NOTES.txt b/stable/deemix/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/dell-idrac-fan-controller/5.1.0/templates/NOTES.txt rename to stable/deemix/10.2.0/templates/NOTES.txt diff --git a/stable/dell-idrac-fan-controller/5.1.0/templates/common.yaml b/stable/deemix/10.2.0/templates/common.yaml similarity index 100% rename from stable/dell-idrac-fan-controller/5.1.0/templates/common.yaml rename to stable/deemix/10.2.0/templates/common.yaml diff --git a/stable/dell-idrac-fan-controller/5.1.0/values.yaml b/stable/deemix/10.2.0/values.yaml similarity index 100% rename from stable/dell-idrac-fan-controller/5.1.0/values.yaml rename to stable/deemix/10.2.0/values.yaml diff --git a/stable/deepstack/11.1.0/CHANGELOG.md b/stable/deepstack/11.1.0/CHANGELOG.md deleted file mode 100644 index 6ef6c4df9b5..00000000000 --- a/stable/deepstack/11.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [deepstack-10.1.12](https://github.com/truecharts/charts/compare/deepstack-10.1.11...deepstack-10.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [deepstack-10.1.11](https://github.com/truecharts/charts/compare/deepstack-10.1.10...deepstack-10.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [deepstack-10.1.10](https://github.com/truecharts/charts/compare/deepstack-10.1.9...deepstack-10.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [deepstack-10.1.9](https://github.com/truecharts/charts/compare/deepstack-10.1.8...deepstack-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [deepstack-10.1.8](https://github.com/truecharts/charts/compare/deepstack-10.1.7...deepstack-10.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [deepstack-10.1.7](https://github.com/truecharts/charts/compare/deepstack-10.1.6...deepstack-10.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [deepstack-10.1.6](https://github.com/truecharts/charts/compare/deepstack-10.1.5...deepstack-10.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [deepstack-10.1.5](https://github.com/truecharts/charts/compare/deepstack-10.1.4...deepstack-10.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [deepstack-10.1.4](https://github.com/truecharts/charts/compare/deepstack-10.1.3...deepstack-10.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [deepstack-10.1.3](https://github.com/truecharts/charts/compare/deepstack-10.1.0...deepstack-10.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/deepstack/11.1.0/Chart.yaml b/stable/deepstack/11.1.0/Chart.yaml deleted file mode 100644 index b81bcaece0a..00000000000 --- a/stable/deepstack/11.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/deepstack/11.1.0/charts/common-18.0.1.tgz b/stable/deepstack/11.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/deepstack/11.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/deluge/18.1.0/.helmignore b/stable/deepstack/11.2.0/.helmignore similarity index 100% rename from stable/deluge/18.1.0/.helmignore rename to stable/deepstack/11.2.0/.helmignore diff --git a/stable/deepstack/11.2.0/CHANGELOG.md b/stable/deepstack/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..27dd29ddfb9 --- /dev/null +++ b/stable/deepstack/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/deepstack/11.2.0/Chart.yaml b/stable/deepstack/11.2.0/Chart.yaml new file mode 100644 index 00000000000..4146fec462c --- /dev/null +++ b/stable/deepstack/11.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: AI + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2022.01.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/deepstack/11.1.0/README.md b/stable/deepstack/11.2.0/README.md similarity index 100% rename from stable/deepstack/11.1.0/README.md rename to stable/deepstack/11.2.0/README.md diff --git a/stable/deepstack/11.1.0/app-readme.md b/stable/deepstack/11.2.0/app-readme.md similarity index 100% rename from stable/deepstack/11.1.0/app-readme.md rename to stable/deepstack/11.2.0/app-readme.md diff --git a/stable/deepstack/11.2.0/charts/common-18.1.2.tgz b/stable/deepstack/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/deepstack/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/deepstack/11.1.0/ix_values.yaml b/stable/deepstack/11.2.0/ix_values.yaml similarity index 100% rename from stable/deepstack/11.1.0/ix_values.yaml rename to stable/deepstack/11.2.0/ix_values.yaml diff --git a/stable/deepstack/11.1.0/questions.yaml b/stable/deepstack/11.2.0/questions.yaml similarity index 100% rename from stable/deepstack/11.1.0/questions.yaml rename to stable/deepstack/11.2.0/questions.yaml diff --git a/stable/deluge/18.1.0/templates/NOTES.txt b/stable/deepstack/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/deluge/18.1.0/templates/NOTES.txt rename to stable/deepstack/11.2.0/templates/NOTES.txt diff --git a/stable/deluge/18.1.0/templates/common.yaml b/stable/deepstack/11.2.0/templates/common.yaml similarity index 100% rename from stable/deluge/18.1.0/templates/common.yaml rename to stable/deepstack/11.2.0/templates/common.yaml diff --git a/stable/deluge/18.1.0/values.yaml b/stable/deepstack/11.2.0/values.yaml similarity index 100% rename from stable/deluge/18.1.0/values.yaml rename to stable/deepstack/11.2.0/values.yaml diff --git a/stable/dell-idrac-fan-controller/5.1.0/CHANGELOG.md b/stable/dell-idrac-fan-controller/5.1.0/CHANGELOG.md deleted file mode 100644 index 44d25259d54..00000000000 --- a/stable/dell-idrac-fan-controller/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - -## [dell-idrac-fan-controller-4.1.15](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.14...dell-idrac-fan-controller-4.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dell-idrac-fan-controller-4.1.14](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.13...dell-idrac-fan-controller-4.1.14) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@018df3f](https://github.com/018df3f) by renovate ([#17731](https://github.com/truecharts/charts/issues/17731)) - - -## [dell-idrac-fan-controller-4.1.13](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.12...dell-idrac-fan-controller-4.1.13) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@d7469ef](https://github.com/d7469ef) by renovate ([#17630](https://github.com/truecharts/charts/issues/17630)) - - -## [dell-idrac-fan-controller-4.1.12](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.11...dell-idrac-fan-controller-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dell-idrac-fan-controller-4.1.11](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.10...dell-idrac-fan-controller-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dell-idrac-fan-controller-4.1.10](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.9...dell-idrac-fan-controller-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dell-idrac-fan-controller-4.1.9](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.8...dell-idrac-fan-controller-4.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [dell-idrac-fan-controller-4.1.8](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.7...dell-idrac-fan-controller-4.1.8) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@417cbb9](https://github.com/417cbb9) by renovate ([#17376](https://github.com/truecharts/charts/issues/17376)) - - - - -## [dell-idrac-fan-controller-4.1.7](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.6...dell-idrac-fan-controller-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [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) diff --git a/stable/dell-idrac-fan-controller/5.1.0/Chart.yaml b/stable/dell-idrac-fan-controller/5.1.0/Chart.yaml deleted file mode 100644 index 8fcea5c2743..00000000000 --- a/stable/dell-idrac-fan-controller/5.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/dell-idrac-fan-controller/5.1.0/charts/common-18.0.1.tgz b/stable/dell-idrac-fan-controller/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/dell-idrac-fan-controller/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/digikam/11.1.0/.helmignore b/stable/dell-idrac-fan-controller/5.2.0/.helmignore similarity index 100% rename from stable/digikam/11.1.0/.helmignore rename to stable/dell-idrac-fan-controller/5.2.0/.helmignore diff --git a/stable/dell-idrac-fan-controller/5.2.0/CHANGELOG.md b/stable/dell-idrac-fan-controller/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..441ae4208f3 --- /dev/null +++ b/stable/dell-idrac-fan-controller/5.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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)) \ No newline at end of file diff --git a/stable/dell-idrac-fan-controller/5.2.0/Chart.yaml b/stable/dell-idrac-fan-controller/5.2.0/Chart.yaml new file mode 100644 index 00000000000..eaf9de95950 --- /dev/null +++ b/stable/dell-idrac-fan-controller/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/dell-idrac-fan-controller/5.1.0/README.md b/stable/dell-idrac-fan-controller/5.2.0/README.md similarity index 100% rename from stable/dell-idrac-fan-controller/5.1.0/README.md rename to stable/dell-idrac-fan-controller/5.2.0/README.md diff --git a/stable/dell-idrac-fan-controller/5.1.0/app-readme.md b/stable/dell-idrac-fan-controller/5.2.0/app-readme.md similarity index 100% rename from stable/dell-idrac-fan-controller/5.1.0/app-readme.md rename to stable/dell-idrac-fan-controller/5.2.0/app-readme.md diff --git a/stable/dell-idrac-fan-controller/5.2.0/charts/common-18.1.2.tgz b/stable/dell-idrac-fan-controller/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/dell-idrac-fan-controller/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/dell-idrac-fan-controller/5.1.0/ix_values.yaml b/stable/dell-idrac-fan-controller/5.2.0/ix_values.yaml similarity index 100% rename from stable/dell-idrac-fan-controller/5.1.0/ix_values.yaml rename to stable/dell-idrac-fan-controller/5.2.0/ix_values.yaml diff --git a/stable/dell-idrac-fan-controller/5.1.0/questions.yaml b/stable/dell-idrac-fan-controller/5.2.0/questions.yaml similarity index 100% rename from stable/dell-idrac-fan-controller/5.1.0/questions.yaml rename to stable/dell-idrac-fan-controller/5.2.0/questions.yaml diff --git a/stable/digikam/11.1.0/templates/NOTES.txt b/stable/dell-idrac-fan-controller/5.2.0/templates/NOTES.txt similarity index 100% rename from stable/digikam/11.1.0/templates/NOTES.txt rename to stable/dell-idrac-fan-controller/5.2.0/templates/NOTES.txt diff --git a/stable/dillinger/9.1.1/templates/common.yaml b/stable/dell-idrac-fan-controller/5.2.0/templates/common.yaml similarity index 100% rename from stable/dillinger/9.1.1/templates/common.yaml rename to stable/dell-idrac-fan-controller/5.2.0/templates/common.yaml diff --git a/stable/digikam/11.1.0/values.yaml b/stable/dell-idrac-fan-controller/5.2.0/values.yaml similarity index 100% rename from stable/digikam/11.1.0/values.yaml rename to stable/dell-idrac-fan-controller/5.2.0/values.yaml diff --git a/stable/deluge/18.1.0/CHANGELOG.md b/stable/deluge/18.1.0/CHANGELOG.md deleted file mode 100644 index 55106d40582..00000000000 --- a/stable/deluge/18.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/deluge/18.1.0/Chart.yaml b/stable/deluge/18.1.0/Chart.yaml deleted file mode 100644 index 8e4f116bf99..00000000000 --- a/stable/deluge/18.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.1.1 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/deluge/18.1.0/charts/common-18.0.1.tgz b/stable/deluge/18.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/deluge/18.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/dillinger/9.1.1/.helmignore b/stable/deluge/18.2.0/.helmignore similarity index 100% rename from stable/dillinger/9.1.1/.helmignore rename to stable/deluge/18.2.0/.helmignore diff --git a/stable/deluge/18.2.0/CHANGELOG.md b/stable/deluge/18.2.0/CHANGELOG.md new file mode 100644 index 00000000000..4cf72fec699 --- /dev/null +++ b/stable/deluge/18.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [deluge-17.1.14](https://github.com/truecharts/charts/compare/deluge-17.1.13...deluge-17.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [deluge-17.1.13](https://github.com/truecharts/charts/compare/deluge-17.1.12...deluge-17.1.13) (2024-02-03) + + +## [deluge-17.1.12](https://github.com/truecharts/charts/compare/deluge-17.1.11...deluge-17.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [deluge-17.1.11](https://github.com/truecharts/charts/compare/deluge-17.1.10...deluge-17.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [deluge-17.1.10](https://github.com/truecharts/charts/compare/deluge-17.1.9...deluge-17.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [deluge-17.1.9](https://github.com/truecharts/charts/compare/deluge-17.1.8...deluge-17.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [deluge-17.1.8](https://github.com/truecharts/charts/compare/deluge-17.1.7...deluge-17.1.8) (2024-01-11) + + +## [deluge-17.1.8](https://github.com/truecharts/charts/compare/deluge-17.1.7...deluge-17.1.8) (2024-01-10) + + +## [deluge-17.1.7](https://github.com/truecharts/charts/compare/deluge-17.1.6...deluge-17.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [deluge-17.1.6](https://github.com/truecharts/charts/compare/deluge-17.1.5...deluge-17.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [deluge-17.1.5](https://github.com/truecharts/charts/compare/deluge-17.1.4...deluge-17.1.5) (2024-01-02) + +### Chore + + + +- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) diff --git a/stable/deluge/18.2.0/Chart.yaml b/stable/deluge/18.2.0/Chart.yaml new file mode 100644 index 00000000000..107c072f4c9 --- /dev/null +++ b/stable/deluge/18.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/deluge/18.1.0/README.md b/stable/deluge/18.2.0/README.md similarity index 100% rename from stable/deluge/18.1.0/README.md rename to stable/deluge/18.2.0/README.md diff --git a/stable/deluge/18.1.0/app-readme.md b/stable/deluge/18.2.0/app-readme.md similarity index 100% rename from stable/deluge/18.1.0/app-readme.md rename to stable/deluge/18.2.0/app-readme.md diff --git a/stable/deluge/18.2.0/charts/common-18.1.2.tgz b/stable/deluge/18.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/deluge/18.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/deluge/18.1.0/ix_values.yaml b/stable/deluge/18.2.0/ix_values.yaml similarity index 100% rename from stable/deluge/18.1.0/ix_values.yaml rename to stable/deluge/18.2.0/ix_values.yaml diff --git a/stable/deluge/18.1.0/questions.yaml b/stable/deluge/18.2.0/questions.yaml similarity index 100% rename from stable/deluge/18.1.0/questions.yaml rename to stable/deluge/18.2.0/questions.yaml diff --git a/stable/dillinger/9.1.1/templates/NOTES.txt b/stable/deluge/18.2.0/templates/NOTES.txt similarity index 100% rename from stable/dillinger/9.1.1/templates/NOTES.txt rename to stable/deluge/18.2.0/templates/NOTES.txt diff --git a/stable/dizquetv/14.1.0/templates/common.yaml b/stable/deluge/18.2.0/templates/common.yaml similarity index 100% rename from stable/dizquetv/14.1.0/templates/common.yaml rename to stable/deluge/18.2.0/templates/common.yaml diff --git a/stable/dillinger/9.1.1/values.yaml b/stable/deluge/18.2.0/values.yaml similarity index 100% rename from stable/dillinger/9.1.1/values.yaml rename to stable/deluge/18.2.0/values.yaml diff --git a/stable/digikam/11.1.0/CHANGELOG.md b/stable/digikam/11.1.0/CHANGELOG.md deleted file mode 100644 index 86b7ff149c4..00000000000 --- a/stable/digikam/11.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [digikam-10.1.12](https://github.com/truecharts/charts/compare/digikam-10.1.11...digikam-10.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [digikam-10.1.11](https://github.com/truecharts/charts/compare/digikam-10.1.10...digikam-10.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [digikam-10.1.10](https://github.com/truecharts/charts/compare/digikam-10.1.9...digikam-10.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [digikam-10.1.9](https://github.com/truecharts/charts/compare/digikam-10.1.8...digikam-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [digikam-10.1.8](https://github.com/truecharts/charts/compare/digikam-10.1.7...digikam-10.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [digikam-10.1.7](https://github.com/truecharts/charts/compare/digikam-10.1.6...digikam-10.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [digikam-10.1.6](https://github.com/truecharts/charts/compare/digikam-10.1.5...digikam-10.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [digikam-10.1.5](https://github.com/truecharts/charts/compare/digikam-10.1.4...digikam-10.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [digikam-10.1.4](https://github.com/truecharts/charts/compare/digikam-10.1.3...digikam-10.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [digikam-10.1.3](https://github.com/truecharts/charts/compare/digikam-10.1.0...digikam-10.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/digikam/11.1.0/Chart.yaml b/stable/digikam/11.1.0/Chart.yaml deleted file mode 100644 index fb08ef13895..00000000000 --- a/stable/digikam/11.1.0/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/digikam/11.1.0/charts/common-18.0.1.tgz b/stable/digikam/11.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/digikam/11.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/discordgsm/7.1.0/.helmignore b/stable/digikam/11.2.0/.helmignore similarity index 100% rename from stable/discordgsm/7.1.0/.helmignore rename to stable/digikam/11.2.0/.helmignore diff --git a/stable/digikam/11.2.0/CHANGELOG.md b/stable/digikam/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..92f99f634f7 --- /dev/null +++ b/stable/digikam/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/digikam/11.2.0/Chart.yaml b/stable/digikam/11.2.0/Chart.yaml new file mode 100644 index 00000000000..a9233564dde --- /dev/null +++ b/stable/digikam/11.2.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 7.8.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/digikam/11.1.0/README.md b/stable/digikam/11.2.0/README.md similarity index 100% rename from stable/digikam/11.1.0/README.md rename to stable/digikam/11.2.0/README.md diff --git a/stable/digikam/11.1.0/app-readme.md b/stable/digikam/11.2.0/app-readme.md similarity index 100% rename from stable/digikam/11.1.0/app-readme.md rename to stable/digikam/11.2.0/app-readme.md diff --git a/stable/digikam/11.2.0/charts/common-18.1.2.tgz b/stable/digikam/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/digikam/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/digikam/11.1.0/ix_values.yaml b/stable/digikam/11.2.0/ix_values.yaml similarity index 100% rename from stable/digikam/11.1.0/ix_values.yaml rename to stable/digikam/11.2.0/ix_values.yaml diff --git a/stable/digikam/11.1.0/questions.yaml b/stable/digikam/11.2.0/questions.yaml similarity index 100% rename from stable/digikam/11.1.0/questions.yaml rename to stable/digikam/11.2.0/questions.yaml diff --git a/stable/discordgsm/7.1.0/templates/NOTES.txt b/stable/digikam/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/discordgsm/7.1.0/templates/NOTES.txt rename to stable/digikam/11.2.0/templates/NOTES.txt diff --git a/stable/digikam/11.1.0/templates/common.yaml b/stable/digikam/11.2.0/templates/common.yaml similarity index 100% rename from stable/digikam/11.1.0/templates/common.yaml rename to stable/digikam/11.2.0/templates/common.yaml diff --git a/stable/discordgsm/7.1.0/values.yaml b/stable/digikam/11.2.0/values.yaml similarity index 100% rename from stable/discordgsm/7.1.0/values.yaml rename to stable/digikam/11.2.0/values.yaml diff --git a/stable/dillinger/9.1.1/CHANGELOG.md b/stable/dillinger/9.1.1/CHANGELOG.md deleted file mode 100644 index e986ae5d7d2..00000000000 --- a/stable/dillinger/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [dillinger-8.1.10](https://github.com/truecharts/charts/compare/dillinger-8.1.9...dillinger-8.1.10) (2024-01-21) \ No newline at end of file diff --git a/stable/dillinger/9.1.1/Chart.yaml b/stable/dillinger/9.1.1/Chart.yaml deleted file mode 100644 index b67f4493889..00000000000 --- a/stable/dillinger/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: 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.1 diff --git a/stable/dillinger/9.1.1/charts/common-18.0.2.tgz b/stable/dillinger/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/dillinger/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/dillinger/9.1.1/ix_values.yaml b/stable/dillinger/9.1.1/ix_values.yaml deleted file mode 100644 index 969997f6a10..00000000000 --- a/stable/dillinger/9.1.1/ix_values.yaml +++ /dev/null @@ -1,39 +0,0 @@ -image: - repository: ghcr.io/linuxserver/dillinger - pullPolicy: IfNotPresent - tag: 3.39.1@sha256:164f7f83588c0bc055a7e7e113536279f242f41bcb4f3233fe2ce48f0e03fd08 -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - targetPort: 8080 - port: 10143 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: {} -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true diff --git a/stable/dispatch/5.1.0/.helmignore b/stable/dillinger/9.2.0/.helmignore similarity index 100% rename from stable/dispatch/5.1.0/.helmignore rename to stable/dillinger/9.2.0/.helmignore diff --git a/stable/dillinger/9.2.0/CHANGELOG.md b/stable/dillinger/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b02529a01c3 --- /dev/null +++ b/stable/dillinger/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + +## [dillinger-8.1.18](https://github.com/truecharts/charts/compare/dillinger-8.1.17...dillinger-8.1.18) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@f8319ea](https://github.com/f8319ea) by renovate ([#18058](https://github.com/truecharts/charts/issues/18058)) + + +## [dillinger-8.1.17](https://github.com/truecharts/charts/compare/dillinger-8.1.16...dillinger-8.1.17) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@1ca86a1](https://github.com/1ca86a1) by renovate ([#17847](https://github.com/truecharts/charts/issues/17847)) + + +## [dillinger-8.1.16](https://github.com/truecharts/charts/compare/dillinger-8.1.15...dillinger-8.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [dillinger-8.1.15](https://github.com/truecharts/charts/compare/dillinger-8.1.14...dillinger-8.1.15) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@cb9813c](https://github.com/cb9813c) by renovate ([#17603](https://github.com/truecharts/charts/issues/17603)) + + +## [dillinger-8.1.14](https://github.com/truecharts/charts/compare/dillinger-8.1.13...dillinger-8.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [dillinger-8.1.13](https://github.com/truecharts/charts/compare/dillinger-8.1.12...dillinger-8.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [dillinger-8.1.12](https://github.com/truecharts/charts/compare/dillinger-8.1.11...dillinger-8.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [dillinger-8.1.11](https://github.com/truecharts/charts/compare/dillinger-8.1.10...dillinger-8.1.11) (2024-01-21) + +### Chore + + diff --git a/stable/dillinger/9.2.0/Chart.yaml b/stable/dillinger/9.2.0/Chart.yaml new file mode 100644 index 00000000000..711df8522c2 --- /dev/null +++ b/stable/dillinger/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.39.1 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. +home: https://truecharts.org/charts/stable/dillinger +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dillinger.png +keywords: + - dillinger +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dillinger +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dillinger + - https://ghcr.io/linuxserver/dillinger +type: application +version: 9.2.0 diff --git a/stable/dillinger/9.1.1/README.md b/stable/dillinger/9.2.0/README.md similarity index 100% rename from stable/dillinger/9.1.1/README.md rename to stable/dillinger/9.2.0/README.md diff --git a/stable/dillinger/9.1.1/app-readme.md b/stable/dillinger/9.2.0/app-readme.md similarity index 100% rename from stable/dillinger/9.1.1/app-readme.md rename to stable/dillinger/9.2.0/app-readme.md diff --git a/stable/dillinger/9.2.0/charts/common-18.1.2.tgz b/stable/dillinger/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/dillinger/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/dillinger/9.2.0/ix_values.yaml b/stable/dillinger/9.2.0/ix_values.yaml new file mode 100644 index 00000000000..8ef46bd8b8b --- /dev/null +++ b/stable/dillinger/9.2.0/ix_values.yaml @@ -0,0 +1,39 @@ +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/dillinger/9.1.1/questions.yaml b/stable/dillinger/9.2.0/questions.yaml similarity index 100% rename from stable/dillinger/9.1.1/questions.yaml rename to stable/dillinger/9.2.0/questions.yaml diff --git a/stable/dizquetv/14.1.0/templates/NOTES.txt b/stable/dillinger/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/dizquetv/14.1.0/templates/NOTES.txt rename to stable/dillinger/9.2.0/templates/NOTES.txt diff --git a/stable/docker/5.1.0/templates/common.yaml b/stable/dillinger/9.2.0/templates/common.yaml similarity index 100% rename from stable/docker/5.1.0/templates/common.yaml rename to stable/dillinger/9.2.0/templates/common.yaml diff --git a/stable/dispatch/5.1.0/values.yaml b/stable/dillinger/9.2.0/values.yaml similarity index 100% rename from stable/dispatch/5.1.0/values.yaml rename to stable/dillinger/9.2.0/values.yaml diff --git a/stable/discordgsm/7.1.0/CHANGELOG.md b/stable/discordgsm/7.1.0/CHANGELOG.md deleted file mode 100644 index 298cf26d5dd..00000000000 --- a/stable/discordgsm/7.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/discordgsm/7.1.0/Chart.yaml b/stable/discordgsm/7.1.0/Chart.yaml deleted file mode 100644 index 26c141b8933..00000000000 --- a/stable/discordgsm/7.1.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: 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.1 - 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.0 diff --git a/stable/discordgsm/7.1.0/charts/common-18.0.1.tgz b/stable/discordgsm/7.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/discordgsm/7.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/dizquetv/14.1.0/.helmignore b/stable/discordgsm/7.2.0/.helmignore similarity index 100% rename from stable/dizquetv/14.1.0/.helmignore rename to stable/discordgsm/7.2.0/.helmignore diff --git a/stable/discordgsm/7.2.0/CHANGELOG.md b/stable/discordgsm/7.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f37a26becb1 --- /dev/null +++ b/stable/discordgsm/7.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [discordgsm-6.2.0](https://github.com/truecharts/charts/compare/discordgsm-6.1.12...discordgsm-6.2.0) (2024-02-12) + +### Chore + + + +- update container image discordgsm/discord-game-server-monitor to v2.16.2[@f80bd8e](https://github.com/f80bd8e) by renovate ([#18176](https://github.com/truecharts/charts/issues/18176)) + + +## [discordgsm-6.1.12](https://github.com/truecharts/charts/compare/discordgsm-6.1.11...discordgsm-6.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [discordgsm-6.1.11](https://github.com/truecharts/charts/compare/discordgsm-6.1.10...discordgsm-6.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [discordgsm-6.1.10](https://github.com/truecharts/charts/compare/discordgsm-6.1.9...discordgsm-6.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [discordgsm-6.1.9](https://github.com/truecharts/charts/compare/discordgsm-6.1.8...discordgsm-6.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [discordgsm-6.1.8](https://github.com/truecharts/charts/compare/discordgsm-6.1.7...discordgsm-6.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [discordgsm-6.1.7](https://github.com/truecharts/charts/compare/discordgsm-6.1.6...discordgsm-6.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [discordgsm-6.1.6](https://github.com/truecharts/charts/compare/discordgsm-6.1.5...discordgsm-6.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [discordgsm-6.1.5](https://github.com/truecharts/charts/compare/discordgsm-6.1.4...discordgsm-6.1.5) (2024-01-02) + +### Chore + + + +- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) diff --git a/stable/discordgsm/7.2.0/Chart.yaml b/stable/discordgsm/7.2.0/Chart.yaml new file mode 100644 index 00000000000..a3f3b8d7299 --- /dev/null +++ b/stable/discordgsm/7.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: monitor + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.16.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/discordgsm/7.1.0/README.md b/stable/discordgsm/7.2.0/README.md similarity index 100% rename from stable/discordgsm/7.1.0/README.md rename to stable/discordgsm/7.2.0/README.md diff --git a/stable/discordgsm/7.1.0/app-readme.md b/stable/discordgsm/7.2.0/app-readme.md similarity index 100% rename from stable/discordgsm/7.1.0/app-readme.md rename to stable/discordgsm/7.2.0/app-readme.md diff --git a/stable/discordgsm/7.2.0/charts/common-18.1.2.tgz b/stable/discordgsm/7.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/discordgsm/7.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/discordgsm/7.1.0/ix_values.yaml b/stable/discordgsm/7.2.0/ix_values.yaml similarity index 100% rename from stable/discordgsm/7.1.0/ix_values.yaml rename to stable/discordgsm/7.2.0/ix_values.yaml diff --git a/stable/discordgsm/7.1.0/questions.yaml b/stable/discordgsm/7.2.0/questions.yaml similarity index 100% rename from stable/discordgsm/7.1.0/questions.yaml rename to stable/discordgsm/7.2.0/questions.yaml diff --git a/stable/docker/5.1.0/templates/NOTES.txt b/stable/discordgsm/7.2.0/templates/NOTES.txt similarity index 100% rename from stable/docker/5.1.0/templates/NOTES.txt rename to stable/discordgsm/7.2.0/templates/NOTES.txt diff --git a/stable/discordgsm/7.1.0/templates/_secret.tpl b/stable/discordgsm/7.2.0/templates/_secret.tpl similarity index 100% rename from stable/discordgsm/7.1.0/templates/_secret.tpl rename to stable/discordgsm/7.2.0/templates/_secret.tpl diff --git a/stable/discordgsm/7.1.0/templates/common.yaml b/stable/discordgsm/7.2.0/templates/common.yaml similarity index 100% rename from stable/discordgsm/7.1.0/templates/common.yaml rename to stable/discordgsm/7.2.0/templates/common.yaml diff --git a/stable/dizquetv/14.1.0/values.yaml b/stable/discordgsm/7.2.0/values.yaml similarity index 100% rename from stable/dizquetv/14.1.0/values.yaml rename to stable/discordgsm/7.2.0/values.yaml diff --git a/stable/dispatch/5.1.0/CHANGELOG.md b/stable/dispatch/5.1.0/CHANGELOG.md deleted file mode 100644 index d059d87e45b..00000000000 --- a/stable/dispatch/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [dispatch-4.1.12](https://github.com/truecharts/charts/compare/dispatch-4.1.11...dispatch-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dispatch-4.1.11](https://github.com/truecharts/charts/compare/dispatch-4.1.10...dispatch-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dispatch-4.1.10](https://github.com/truecharts/charts/compare/dispatch-4.1.9...dispatch-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dispatch-4.1.9](https://github.com/truecharts/charts/compare/dispatch-4.1.8...dispatch-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dispatch-4.1.8](https://github.com/truecharts/charts/compare/dispatch-4.1.7...dispatch-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [dispatch-4.1.7](https://github.com/truecharts/charts/compare/dispatch-4.1.6...dispatch-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [dispatch-4.1.6](https://github.com/truecharts/charts/compare/dispatch-4.1.5...dispatch-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [dispatch-4.1.5](https://github.com/truecharts/charts/compare/dispatch-4.1.4...dispatch-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [dispatch-4.1.4](https://github.com/truecharts/charts/compare/dispatch-4.1.3...dispatch-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [dispatch-4.1.3](https://github.com/truecharts/charts/compare/dispatch-4.1.0...dispatch-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/dispatch/5.1.0/Chart.yaml b/stable/dispatch/5.1.0/Chart.yaml deleted file mode 100644 index 02b9d409b21..00000000000 --- a/stable/dispatch/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/dispatch/5.1.0/charts/common-18.0.1.tgz b/stable/dispatch/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/dispatch/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/dns-doh-companion/5.1.0/.helmignore b/stable/dispatch/5.2.0/.helmignore similarity index 100% rename from stable/dns-doh-companion/5.1.0/.helmignore rename to stable/dispatch/5.2.0/.helmignore diff --git a/stable/dispatch/5.2.0/CHANGELOG.md b/stable/dispatch/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..80c84a8c8f1 --- /dev/null +++ b/stable/dispatch/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/dispatch/5.2.0/Chart.yaml b/stable/dispatch/5.2.0/Chart.yaml new file mode 100644 index 00000000000..6508ad136c7 --- /dev/null +++ b/stable/dispatch/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Messenger + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/dispatch/5.1.0/README.md b/stable/dispatch/5.2.0/README.md similarity index 100% rename from stable/dispatch/5.1.0/README.md rename to stable/dispatch/5.2.0/README.md diff --git a/stable/dispatch/5.1.0/app-readme.md b/stable/dispatch/5.2.0/app-readme.md similarity index 100% rename from stable/dispatch/5.1.0/app-readme.md rename to stable/dispatch/5.2.0/app-readme.md diff --git a/stable/dispatch/5.2.0/charts/common-18.1.2.tgz b/stable/dispatch/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/dispatch/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/dispatch/5.1.0/ix_values.yaml b/stable/dispatch/5.2.0/ix_values.yaml similarity index 100% rename from stable/dispatch/5.1.0/ix_values.yaml rename to stable/dispatch/5.2.0/ix_values.yaml diff --git a/stable/dispatch/5.1.0/questions.yaml b/stable/dispatch/5.2.0/questions.yaml similarity index 100% rename from stable/dispatch/5.1.0/questions.yaml rename to stable/dispatch/5.2.0/questions.yaml diff --git a/stable/dispatch/5.1.0/templates/common.yaml b/stable/dispatch/5.2.0/templates/common.yaml similarity index 100% rename from stable/dispatch/5.1.0/templates/common.yaml rename to stable/dispatch/5.2.0/templates/common.yaml diff --git a/stable/dns-doh-companion/5.1.0/values.yaml b/stable/dispatch/5.2.0/values.yaml similarity index 100% rename from stable/dns-doh-companion/5.1.0/values.yaml rename to stable/dispatch/5.2.0/values.yaml diff --git a/stable/dizquetv/14.1.0/CHANGELOG.md b/stable/dizquetv/14.1.0/CHANGELOG.md deleted file mode 100644 index 989e7e5d148..00000000000 --- a/stable/dizquetv/14.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [dizquetv-13.1.12](https://github.com/truecharts/charts/compare/dizquetv-13.1.11...dizquetv-13.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dizquetv-13.1.11](https://github.com/truecharts/charts/compare/dizquetv-13.1.10...dizquetv-13.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dizquetv-13.1.10](https://github.com/truecharts/charts/compare/dizquetv-13.1.9...dizquetv-13.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dizquetv-13.1.9](https://github.com/truecharts/charts/compare/dizquetv-13.1.8...dizquetv-13.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dizquetv-13.1.8](https://github.com/truecharts/charts/compare/dizquetv-13.1.7...dizquetv-13.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [dizquetv-13.1.7](https://github.com/truecharts/charts/compare/dizquetv-13.1.6...dizquetv-13.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [dizquetv-13.1.6](https://github.com/truecharts/charts/compare/dizquetv-13.1.5...dizquetv-13.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [dizquetv-13.1.5](https://github.com/truecharts/charts/compare/dizquetv-13.1.4...dizquetv-13.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [dizquetv-13.1.4](https://github.com/truecharts/charts/compare/dizquetv-13.1.3...dizquetv-13.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [dizquetv-13.1.3](https://github.com/truecharts/charts/compare/dizquetv-13.1.0...dizquetv-13.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/dizquetv/14.1.0/Chart.yaml b/stable/dizquetv/14.1.0/Chart.yaml deleted file mode 100644 index 5227ffbf618..00000000000 --- a/stable/dizquetv/14.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/dizquetv/14.1.0/charts/common-18.0.1.tgz b/stable/dizquetv/14.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/dizquetv/14.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/docker-hub-rss/5.1.0/.helmignore b/stable/dizquetv/14.2.0/.helmignore similarity index 100% rename from stable/docker-hub-rss/5.1.0/.helmignore rename to stable/dizquetv/14.2.0/.helmignore diff --git a/stable/dizquetv/14.2.0/CHANGELOG.md b/stable/dizquetv/14.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e4ebfecc4db --- /dev/null +++ b/stable/dizquetv/14.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/dizquetv/14.2.0/Chart.yaml b/stable/dizquetv/14.2.0/Chart.yaml new file mode 100644 index 00000000000..6f0fc212930 --- /dev/null +++ b/stable/dizquetv/14.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.3 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/dizquetv/14.1.0/README.md b/stable/dizquetv/14.2.0/README.md similarity index 100% rename from stable/dizquetv/14.1.0/README.md rename to stable/dizquetv/14.2.0/README.md diff --git a/stable/dizquetv/14.1.0/app-readme.md b/stable/dizquetv/14.2.0/app-readme.md similarity index 100% rename from stable/dizquetv/14.1.0/app-readme.md rename to stable/dizquetv/14.2.0/app-readme.md diff --git a/stable/dizquetv/14.2.0/charts/common-18.1.2.tgz b/stable/dizquetv/14.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/dizquetv/14.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/dizquetv/14.1.0/ix_values.yaml b/stable/dizquetv/14.2.0/ix_values.yaml similarity index 100% rename from stable/dizquetv/14.1.0/ix_values.yaml rename to stable/dizquetv/14.2.0/ix_values.yaml diff --git a/stable/dizquetv/14.1.0/questions.yaml b/stable/dizquetv/14.2.0/questions.yaml similarity index 100% rename from stable/dizquetv/14.1.0/questions.yaml rename to stable/dizquetv/14.2.0/questions.yaml diff --git a/stable/docusaurus/8.1.0/templates/NOTES.txt b/stable/dizquetv/14.2.0/templates/NOTES.txt similarity index 100% rename from stable/docusaurus/8.1.0/templates/NOTES.txt rename to stable/dizquetv/14.2.0/templates/NOTES.txt diff --git a/stable/docusaurus/8.1.0/templates/common.yaml b/stable/dizquetv/14.2.0/templates/common.yaml similarity index 100% rename from stable/docusaurus/8.1.0/templates/common.yaml rename to stable/dizquetv/14.2.0/templates/common.yaml diff --git a/stable/docker-hub-rss/5.1.0/values.yaml b/stable/dizquetv/14.2.0/values.yaml similarity index 100% rename from stable/docker-hub-rss/5.1.0/values.yaml rename to stable/dizquetv/14.2.0/values.yaml diff --git a/stable/dns-doh-companion/5.1.0/CHANGELOG.md b/stable/dns-doh-companion/5.1.0/CHANGELOG.md deleted file mode 100644 index e0c73a53c2d..00000000000 --- a/stable/dns-doh-companion/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - -## [dns-doh-companion-4.1.17](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.16...dns-doh-companion-4.1.17) (2024-02-12) - -### Chore - - - -- update container image testdasi/simple-dns-doh to latest[@d599a7e](https://github.com/d599a7e) by renovate ([#18110](https://github.com/truecharts/charts/issues/18110)) - - -## [dns-doh-companion-4.1.16](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.15...dns-doh-companion-4.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dns-doh-companion-4.1.15](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.14...dns-doh-companion-4.1.15) (2024-01-29) - -### Chore - - - -- update container image testdasi/simple-dns-doh to latest[@d53420c](https://github.com/d53420c) by renovate ([#17655](https://github.com/truecharts/charts/issues/17655)) - - -## [dns-doh-companion-4.1.14](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.13...dns-doh-companion-4.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dns-doh-companion-4.1.13](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.12...dns-doh-companion-4.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dns-doh-companion-4.1.12](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.11...dns-doh-companion-4.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dns-doh-companion-4.1.11](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.10...dns-doh-companion-4.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [dns-doh-companion-4.1.10](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.9...dns-doh-companion-4.1.10) (2024-01-21) - -### Chore - - - -- update container image testdasi/simple-dns-doh to latest[@f1f4280](https://github.com/f1f4280) by renovate ([#17397](https://github.com/truecharts/charts/issues/17397)) - - -## [dns-doh-companion-4.1.9](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.8...dns-doh-companion-4.1.9) (2024-01-14) - -### Chore - - - -- update container image testdasi/simple-dns-doh to latest[@e0a00c1](https://github.com/e0a00c1) by renovate ([#17176](https://github.com/truecharts/charts/issues/17176)) - - - - -## [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) diff --git a/stable/dns-doh-companion/5.1.0/Chart.yaml b/stable/dns-doh-companion/5.1.0/Chart.yaml deleted file mode 100644 index 5c41a82a482..00000000000 --- a/stable/dns-doh-companion/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/dns-doh-companion/5.1.0/charts/common-18.0.1.tgz b/stable/dns-doh-companion/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/dns-doh-companion/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/docker/5.1.0/.helmignore b/stable/dns-doh-companion/5.2.0/.helmignore similarity index 100% rename from stable/docker/5.1.0/.helmignore rename to stable/dns-doh-companion/5.2.0/.helmignore diff --git a/stable/dns-doh-companion/5.2.0/CHANGELOG.md b/stable/dns-doh-companion/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..ac8f8e5d549 --- /dev/null +++ b/stable/dns-doh-companion/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + +## [dns-doh-companion-4.1.17](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.16...dns-doh-companion-4.1.17) (2024-02-12) + +### Chore + + + +- update container image testdasi/simple-dns-doh to latest[@d599a7e](https://github.com/d599a7e) by renovate ([#18110](https://github.com/truecharts/charts/issues/18110)) + + +## [dns-doh-companion-4.1.16](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.15...dns-doh-companion-4.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [dns-doh-companion-4.1.15](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.14...dns-doh-companion-4.1.15) (2024-01-29) + +### Chore + + + +- update container image testdasi/simple-dns-doh to latest[@d53420c](https://github.com/d53420c) by renovate ([#17655](https://github.com/truecharts/charts/issues/17655)) + + +## [dns-doh-companion-4.1.14](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.13...dns-doh-companion-4.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [dns-doh-companion-4.1.13](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.12...dns-doh-companion-4.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [dns-doh-companion-4.1.12](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.11...dns-doh-companion-4.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [dns-doh-companion-4.1.11](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.10...dns-doh-companion-4.1.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [dns-doh-companion-4.1.10](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.9...dns-doh-companion-4.1.10) (2024-01-21) + +### Chore + + + +- update container image testdasi/simple-dns-doh to latest[@f1f4280](https://github.com/f1f4280) by renovate ([#17397](https://github.com/truecharts/charts/issues/17397)) + + +## [dns-doh-companion-4.1.9](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.8...dns-doh-companion-4.1.9) (2024-01-14) + +### Chore + + + +- update container image testdasi/simple-dns-doh to latest[@e0a00c1](https://github.com/e0a00c1) by renovate ([#17176](https://github.com/truecharts/charts/issues/17176)) + diff --git a/stable/dns-doh-companion/5.2.0/Chart.yaml b/stable/dns-doh-companion/5.2.0/Chart.yaml new file mode 100644 index 00000000000..454c60996c2 --- /dev/null +++ b/stable/dns-doh-companion/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-DNS + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/dns-doh-companion/5.1.0/README.md b/stable/dns-doh-companion/5.2.0/README.md similarity index 100% rename from stable/dns-doh-companion/5.1.0/README.md rename to stable/dns-doh-companion/5.2.0/README.md diff --git a/stable/dns-doh-companion/5.1.0/app-readme.md b/stable/dns-doh-companion/5.2.0/app-readme.md similarity index 100% rename from stable/dns-doh-companion/5.1.0/app-readme.md rename to stable/dns-doh-companion/5.2.0/app-readme.md diff --git a/stable/dns-doh-companion/5.2.0/charts/common-18.1.2.tgz b/stable/dns-doh-companion/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/dns-doh-companion/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/dns-doh-companion/5.1.0/ix_values.yaml b/stable/dns-doh-companion/5.2.0/ix_values.yaml similarity index 100% rename from stable/dns-doh-companion/5.1.0/ix_values.yaml rename to stable/dns-doh-companion/5.2.0/ix_values.yaml diff --git a/stable/dns-doh-companion/5.1.0/questions.yaml b/stable/dns-doh-companion/5.2.0/questions.yaml similarity index 100% rename from stable/dns-doh-companion/5.1.0/questions.yaml rename to stable/dns-doh-companion/5.2.0/questions.yaml diff --git a/stable/dns-doh-companion/5.1.0/templates/common.yaml b/stable/dns-doh-companion/5.2.0/templates/common.yaml similarity index 100% rename from stable/dns-doh-companion/5.1.0/templates/common.yaml rename to stable/dns-doh-companion/5.2.0/templates/common.yaml diff --git a/stable/docker/5.1.0/values.yaml b/stable/dns-doh-companion/5.2.0/values.yaml similarity index 100% rename from stable/docker/5.1.0/values.yaml rename to stable/dns-doh-companion/5.2.0/values.yaml diff --git a/stable/docker-hub-rss/5.1.0/CHANGELOG.md b/stable/docker-hub-rss/5.1.0/CHANGELOG.md deleted file mode 100644 index 7820c783e89..00000000000 --- a/stable/docker-hub-rss/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [docker-hub-rss-4.1.12](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.11...docker-hub-rss-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [docker-hub-rss-4.1.11](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.10...docker-hub-rss-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [docker-hub-rss-4.1.10](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.9...docker-hub-rss-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [docker-hub-rss-4.1.9](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.8...docker-hub-rss-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [docker-hub-rss-4.1.8](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.7...docker-hub-rss-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [docker-hub-rss-4.1.7](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.6...docker-hub-rss-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [docker-hub-rss-4.1.6](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.5...docker-hub-rss-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [docker-hub-rss-4.1.5](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.4...docker-hub-rss-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [docker-hub-rss-4.1.4](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.3...docker-hub-rss-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [docker-hub-rss-4.1.3](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.0...docker-hub-rss-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/docker-hub-rss/5.1.0/Chart.yaml b/stable/docker-hub-rss/5.1.0/Chart.yaml deleted file mode 100644 index aea424aa836..00000000000 --- a/stable/docker-hub-rss/5.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: 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.1 - 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.0 diff --git a/stable/docker-hub-rss/5.1.0/charts/common-18.0.1.tgz b/stable/docker-hub-rss/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/docker-hub-rss/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/dockerregistry/5.1.0/.helmignore b/stable/docker-hub-rss/5.2.0/.helmignore similarity index 100% rename from stable/dockerregistry/5.1.0/.helmignore rename to stable/docker-hub-rss/5.2.0/.helmignore diff --git a/stable/docker-hub-rss/5.2.0/CHANGELOG.md b/stable/docker-hub-rss/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..03442857fa6 --- /dev/null +++ b/stable/docker-hub-rss/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/docker-hub-rss/5.2.0/Chart.yaml b/stable/docker-hub-rss/5.2.0/Chart.yaml new file mode 100644 index 00000000000..85182bc17e9 --- /dev/null +++ b/stable/docker-hub-rss/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/docker-hub-rss/5.1.0/README.md b/stable/docker-hub-rss/5.2.0/README.md similarity index 100% rename from stable/docker-hub-rss/5.1.0/README.md rename to stable/docker-hub-rss/5.2.0/README.md diff --git a/stable/docker-hub-rss/5.1.0/app-readme.md b/stable/docker-hub-rss/5.2.0/app-readme.md similarity index 100% rename from stable/docker-hub-rss/5.1.0/app-readme.md rename to stable/docker-hub-rss/5.2.0/app-readme.md diff --git a/stable/docker-hub-rss/5.2.0/charts/common-18.1.2.tgz b/stable/docker-hub-rss/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/docker-hub-rss/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/docker-hub-rss/5.1.0/ix_values.yaml b/stable/docker-hub-rss/5.2.0/ix_values.yaml similarity index 100% rename from stable/docker-hub-rss/5.1.0/ix_values.yaml rename to stable/docker-hub-rss/5.2.0/ix_values.yaml diff --git a/stable/docker-hub-rss/5.1.0/questions.yaml b/stable/docker-hub-rss/5.2.0/questions.yaml similarity index 100% rename from stable/docker-hub-rss/5.1.0/questions.yaml rename to stable/docker-hub-rss/5.2.0/questions.yaml diff --git a/stable/docker-hub-rss/5.1.0/templates/common.yaml b/stable/docker-hub-rss/5.2.0/templates/common.yaml similarity index 100% rename from stable/docker-hub-rss/5.1.0/templates/common.yaml rename to stable/docker-hub-rss/5.2.0/templates/common.yaml diff --git a/stable/dockerregistry/5.1.0/values.yaml b/stable/docker-hub-rss/5.2.0/values.yaml similarity index 100% rename from stable/dockerregistry/5.1.0/values.yaml rename to stable/docker-hub-rss/5.2.0/values.yaml diff --git a/stable/docker/5.1.0/CHANGELOG.md b/stable/docker/5.1.0/CHANGELOG.md deleted file mode 100644 index 0030edcee17..00000000000 --- a/stable/docker/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - -## [docker-4.0.9](https://github.com/truecharts/charts/compare/docker-4.0.8...docker-4.0.9) (2024-02-12) - -### Chore - - - -- update container image docker to v25.0.3[@915cd16](https://github.com/915cd16) by renovate ([#18127](https://github.com/truecharts/charts/issues/18127)) - - -## [docker-4.0.8](https://github.com/truecharts/charts/compare/docker-4.0.7...docker-4.0.8) (2024-02-05) - -### Chore - - - -- update container image docker to 25.0.2-dind[@fed3a24](https://github.com/fed3a24) by renovate ([#17826](https://github.com/truecharts/charts/issues/17826)) - - -## [docker-4.0.7](https://github.com/truecharts/charts/compare/docker-4.0.6...docker-4.0.7) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [docker-4.0.6](https://github.com/truecharts/charts/compare/docker-4.0.5...docker-4.0.6) (2024-02-03) - -### Chore - - - -- update container image docker to 25.0.2-dind[@2a4b002](https://github.com/2a4b002) by renovate ([#17797](https://github.com/truecharts/charts/issues/17797)) - - -## [docker-4.0.5](https://github.com/truecharts/charts/compare/docker-4.0.4...docker-4.0.5) (2024-02-02) - -### Chore - - - -- update container image docker to v25.0.2[@c5353bc](https://github.com/c5353bc) by renovate ([#17785](https://github.com/truecharts/charts/issues/17785)) - - -## [docker-4.0.4](https://github.com/truecharts/charts/compare/docker-4.0.3...docker-4.0.4) (2024-01-29) - -### Chore - - - -- update container image docker to v25.0.1[@91c7180](https://github.com/91c7180) by renovate ([#17664](https://github.com/truecharts/charts/issues/17664)) - - -## [docker-4.0.3](https://github.com/truecharts/charts/compare/docker-4.0.2...docker-4.0.3) (2024-01-29) - -### Chore - - - -- update container image docker to v[@a0ce13b](https://github.com/a0ce13b) by renovate ([#17586](https://github.com/truecharts/charts/issues/17586)) - - -## [docker-4.0.2](https://github.com/truecharts/charts/compare/docker-4.0.1...docker-4.0.2) (2024-01-26) - -### Chore - - - -- 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/docker/5.1.0/Chart.yaml b/stable/docker/5.1.0/Chart.yaml deleted file mode 100644 index 1ee46e51824..00000000000 --- a/stable/docker/5.1.0/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: docker - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 25.0.3 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/docker/5.1.0/charts/common-18.0.1.tgz b/stable/docker/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/docker/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/docusaurus/8.1.0/.helmignore b/stable/docker/5.2.0/.helmignore similarity index 100% rename from stable/docusaurus/8.1.0/.helmignore rename to stable/docker/5.2.0/.helmignore diff --git a/stable/docker/5.2.0/CHANGELOG.md b/stable/docker/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..ad3ade189d0 --- /dev/null +++ b/stable/docker/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + + +## [docker-4.0.9](https://github.com/truecharts/charts/compare/docker-4.0.8...docker-4.0.9) (2024-02-12) + +### Chore + + + +- update container image docker to v25.0.3[@915cd16](https://github.com/915cd16) by renovate ([#18127](https://github.com/truecharts/charts/issues/18127)) + + +## [docker-4.0.8](https://github.com/truecharts/charts/compare/docker-4.0.7...docker-4.0.8) (2024-02-05) + +### Chore + + + +- update container image docker to 25.0.2-dind[@fed3a24](https://github.com/fed3a24) by renovate ([#17826](https://github.com/truecharts/charts/issues/17826)) + + +## [docker-4.0.7](https://github.com/truecharts/charts/compare/docker-4.0.6...docker-4.0.7) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [docker-4.0.6](https://github.com/truecharts/charts/compare/docker-4.0.5...docker-4.0.6) (2024-02-03) + +### Chore + + + +- update container image docker to 25.0.2-dind[@2a4b002](https://github.com/2a4b002) by renovate ([#17797](https://github.com/truecharts/charts/issues/17797)) + + +## [docker-4.0.5](https://github.com/truecharts/charts/compare/docker-4.0.4...docker-4.0.5) (2024-02-02) + +### Chore + + + +- update container image docker to v25.0.2[@c5353bc](https://github.com/c5353bc) by renovate ([#17785](https://github.com/truecharts/charts/issues/17785)) + + +## [docker-4.0.4](https://github.com/truecharts/charts/compare/docker-4.0.3...docker-4.0.4) (2024-01-29) + +### Chore + + + +- update container image docker to v25.0.1[@91c7180](https://github.com/91c7180) by renovate ([#17664](https://github.com/truecharts/charts/issues/17664)) + + +## [docker-4.0.3](https://github.com/truecharts/charts/compare/docker-4.0.2...docker-4.0.3) (2024-01-29) + +### Chore + + + +- update container image docker to v[@a0ce13b](https://github.com/a0ce13b) by renovate ([#17586](https://github.com/truecharts/charts/issues/17586)) + + +## [docker-4.0.2](https://github.com/truecharts/charts/compare/docker-4.0.1...docker-4.0.2) (2024-01-26) + +### Chore + diff --git a/stable/docker/5.2.0/Chart.yaml b/stable/docker/5.2.0/Chart.yaml new file mode 100644 index 00000000000..0db974d280e --- /dev/null +++ b/stable/docker/5.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: docker + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 25.0.3 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Dedicated App for using Docker-in-Docker +home: https://truecharts.org/charts/stable/docker +icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker.png +keywords: + - docker +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: docker +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/docker + - https://hub.docker.com/_/docker +type: application +version: 5.2.0 diff --git a/stable/docker/5.1.0/README.md b/stable/docker/5.2.0/README.md similarity index 100% rename from stable/docker/5.1.0/README.md rename to stable/docker/5.2.0/README.md diff --git a/stable/docker/5.1.0/app-readme.md b/stable/docker/5.2.0/app-readme.md similarity index 100% rename from stable/docker/5.1.0/app-readme.md rename to stable/docker/5.2.0/app-readme.md diff --git a/stable/docker/5.2.0/charts/common-18.1.2.tgz b/stable/docker/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/docker/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/docker/5.1.0/ix_values.yaml b/stable/docker/5.2.0/ix_values.yaml similarity index 100% rename from stable/docker/5.1.0/ix_values.yaml rename to stable/docker/5.2.0/ix_values.yaml diff --git a/stable/docker/5.1.0/questions.yaml b/stable/docker/5.2.0/questions.yaml similarity index 100% rename from stable/docker/5.1.0/questions.yaml rename to stable/docker/5.2.0/questions.yaml diff --git a/stable/dokuwiki/10.1.1/templates/NOTES.txt b/stable/docker/5.2.0/templates/NOTES.txt similarity index 100% rename from stable/dokuwiki/10.1.1/templates/NOTES.txt rename to stable/docker/5.2.0/templates/NOTES.txt diff --git a/stable/dokuwiki/10.1.1/templates/common.yaml b/stable/docker/5.2.0/templates/common.yaml similarity index 100% rename from stable/dokuwiki/10.1.1/templates/common.yaml rename to stable/docker/5.2.0/templates/common.yaml diff --git a/stable/docusaurus/8.1.0/values.yaml b/stable/docker/5.2.0/values.yaml similarity index 100% rename from stable/docusaurus/8.1.0/values.yaml rename to stable/docker/5.2.0/values.yaml diff --git a/stable/dockerregistry/5.1.0/CHANGELOG.md b/stable/dockerregistry/5.1.0/CHANGELOG.md deleted file mode 100644 index f240947c122..00000000000 --- a/stable/dockerregistry/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/dockerregistry/5.1.0/Chart.yaml b/stable/dockerregistry/5.1.0/Chart.yaml deleted file mode 100644 index 6735984059f..00000000000 --- a/stable/dockerregistry/5.1.0/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/dockerregistry/5.1.0/charts/common-18.0.1.tgz b/stable/dockerregistry/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/dockerregistry/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/dokuwiki/10.1.1/.helmignore b/stable/dockerregistry/5.2.0/.helmignore similarity index 100% rename from stable/dokuwiki/10.1.1/.helmignore rename to stable/dockerregistry/5.2.0/.helmignore diff --git a/stable/dockerregistry/5.2.0/CHANGELOG.md b/stable/dockerregistry/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..30b18520574 --- /dev/null +++ b/stable/dockerregistry/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [dockerregistry-4.1.13](https://github.com/truecharts/charts/compare/dockerregistry-4.1.12...dockerregistry-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [dockerregistry-4.1.12](https://github.com/truecharts/charts/compare/dockerregistry-4.1.11...dockerregistry-4.1.12) (2024-01-29) + +### Chore + + + +- update container image registry to 2[@f4e1b87](https://github.com/f4e1b87) by renovate ([#17649](https://github.com/truecharts/charts/issues/17649)) + + +## [dockerregistry-4.1.11](https://github.com/truecharts/charts/compare/dockerregistry-4.1.10...dockerregistry-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [dockerregistry-4.1.10](https://github.com/truecharts/charts/compare/dockerregistry-4.1.9...dockerregistry-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [dockerregistry-4.1.9](https://github.com/truecharts/charts/compare/dockerregistry-4.1.8...dockerregistry-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [dockerregistry-4.1.8](https://github.com/truecharts/charts/compare/dockerregistry-4.1.7...dockerregistry-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [dockerregistry-4.1.7](https://github.com/truecharts/charts/compare/dockerregistry-4.1.6...dockerregistry-4.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [dockerregistry-4.1.6](https://github.com/truecharts/charts/compare/dockerregistry-4.1.5...dockerregistry-4.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [dockerregistry-4.1.5](https://github.com/truecharts/charts/compare/dockerregistry-4.1.4...dockerregistry-4.1.5) (2024-01-02) + +### Chore + + + +- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) diff --git a/stable/dockerregistry/5.2.0/Chart.yaml b/stable/dockerregistry/5.2.0/Chart.yaml new file mode 100644 index 00000000000..9d4b32807e0 --- /dev/null +++ b/stable/dockerregistry/5.2.0/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/dockerregistry/5.1.0/README.md b/stable/dockerregistry/5.2.0/README.md similarity index 100% rename from stable/dockerregistry/5.1.0/README.md rename to stable/dockerregistry/5.2.0/README.md diff --git a/stable/dockerregistry/5.1.0/app-readme.md b/stable/dockerregistry/5.2.0/app-readme.md similarity index 100% rename from stable/dockerregistry/5.1.0/app-readme.md rename to stable/dockerregistry/5.2.0/app-readme.md diff --git a/stable/dockerregistry/5.2.0/charts/common-18.1.2.tgz b/stable/dockerregistry/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/dockerregistry/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/dockerregistry/5.1.0/ix_values.yaml b/stable/dockerregistry/5.2.0/ix_values.yaml similarity index 100% rename from stable/dockerregistry/5.1.0/ix_values.yaml rename to stable/dockerregistry/5.2.0/ix_values.yaml diff --git a/stable/dockerregistry/5.1.0/questions.yaml b/stable/dockerregistry/5.2.0/questions.yaml similarity index 100% rename from stable/dockerregistry/5.1.0/questions.yaml rename to stable/dockerregistry/5.2.0/questions.yaml diff --git a/stable/dockerregistry/5.1.0/templates/common.yaml b/stable/dockerregistry/5.2.0/templates/common.yaml similarity index 100% rename from stable/dockerregistry/5.1.0/templates/common.yaml rename to stable/dockerregistry/5.2.0/templates/common.yaml diff --git a/stable/dokuwiki/10.1.1/values.yaml b/stable/dockerregistry/5.2.0/values.yaml similarity index 100% rename from stable/dokuwiki/10.1.1/values.yaml rename to stable/dockerregistry/5.2.0/values.yaml diff --git a/stable/docusaurus/8.1.0/CHANGELOG.md b/stable/docusaurus/8.1.0/CHANGELOG.md deleted file mode 100644 index f4efe123ef3..00000000000 --- a/stable/docusaurus/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [docusaurus-7.1.12](https://github.com/truecharts/charts/compare/docusaurus-7.1.11...docusaurus-7.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [docusaurus-7.1.11](https://github.com/truecharts/charts/compare/docusaurus-7.1.10...docusaurus-7.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [docusaurus-7.1.10](https://github.com/truecharts/charts/compare/docusaurus-7.1.9...docusaurus-7.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [docusaurus-7.1.9](https://github.com/truecharts/charts/compare/docusaurus-7.1.8...docusaurus-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [docusaurus-7.1.8](https://github.com/truecharts/charts/compare/docusaurus-7.1.7...docusaurus-7.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [docusaurus-7.1.7](https://github.com/truecharts/charts/compare/docusaurus-7.1.6...docusaurus-7.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [docusaurus-7.1.6](https://github.com/truecharts/charts/compare/docusaurus-7.1.5...docusaurus-7.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [docusaurus-7.1.5](https://github.com/truecharts/charts/compare/docusaurus-7.1.4...docusaurus-7.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [docusaurus-7.1.4](https://github.com/truecharts/charts/compare/docusaurus-7.1.3...docusaurus-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [docusaurus-7.1.3](https://github.com/truecharts/charts/compare/docusaurus-7.1.0...docusaurus-7.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/docusaurus/8.1.0/Chart.yaml b/stable/docusaurus/8.1.0/Chart.yaml deleted file mode 100644 index 24245446855..00000000000 --- a/stable/docusaurus/8.1.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: 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.1 - 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.0 diff --git a/stable/docusaurus/8.1.0/charts/common-18.0.1.tgz b/stable/docusaurus/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/docusaurus/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/domoticz/10.1.0/.helmignore b/stable/docusaurus/8.2.0/.helmignore similarity index 100% rename from stable/domoticz/10.1.0/.helmignore rename to stable/docusaurus/8.2.0/.helmignore diff --git a/stable/docusaurus/8.2.0/CHANGELOG.md b/stable/docusaurus/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..492fdc29984 --- /dev/null +++ b/stable/docusaurus/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/docusaurus/8.2.0/Chart.yaml b/stable/docusaurus/8.2.0/Chart.yaml new file mode 100644 index 00000000000..ca9999d0321 --- /dev/null +++ b/stable/docusaurus/8.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: website + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/docusaurus/8.1.0/README.md b/stable/docusaurus/8.2.0/README.md similarity index 100% rename from stable/docusaurus/8.1.0/README.md rename to stable/docusaurus/8.2.0/README.md diff --git a/stable/docusaurus/8.1.0/app-readme.md b/stable/docusaurus/8.2.0/app-readme.md similarity index 100% rename from stable/docusaurus/8.1.0/app-readme.md rename to stable/docusaurus/8.2.0/app-readme.md diff --git a/stable/docusaurus/8.2.0/charts/common-18.1.2.tgz b/stable/docusaurus/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/docusaurus/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/docusaurus/8.1.0/ix_values.yaml b/stable/docusaurus/8.2.0/ix_values.yaml similarity index 100% rename from stable/docusaurus/8.1.0/ix_values.yaml rename to stable/docusaurus/8.2.0/ix_values.yaml diff --git a/stable/docusaurus/8.1.0/questions.yaml b/stable/docusaurus/8.2.0/questions.yaml similarity index 100% rename from stable/docusaurus/8.1.0/questions.yaml rename to stable/docusaurus/8.2.0/questions.yaml diff --git a/stable/domoticz/10.1.0/templates/NOTES.txt b/stable/docusaurus/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/domoticz/10.1.0/templates/NOTES.txt rename to stable/docusaurus/8.2.0/templates/NOTES.txt diff --git a/stable/domoticz/10.1.0/templates/common.yaml b/stable/docusaurus/8.2.0/templates/common.yaml similarity index 100% rename from stable/domoticz/10.1.0/templates/common.yaml rename to stable/docusaurus/8.2.0/templates/common.yaml diff --git a/stable/domoticz/10.1.0/values.yaml b/stable/docusaurus/8.2.0/values.yaml similarity index 100% rename from stable/domoticz/10.1.0/values.yaml rename to stable/docusaurus/8.2.0/values.yaml diff --git a/stable/dokuwiki/10.1.1/CHANGELOG.md b/stable/dokuwiki/10.1.1/CHANGELOG.md deleted file mode 100644 index 329d1e07919..00000000000 --- a/stable/dokuwiki/10.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [dokuwiki-9.1.18](https://github.com/truecharts/charts/compare/dokuwiki-9.1.17...dokuwiki-9.1.18) (2024-02-12) - -### Chore - - - -- update container image bitnami/dokuwiki to 20230404.1.0[@326f97f](https://github.com/326f97f) by renovate ([#18201](https://github.com/truecharts/charts/issues/18201)) - - -## [dokuwiki-9.1.17](https://github.com/truecharts/charts/compare/dokuwiki-9.1.16...dokuwiki-9.1.17) (2024-02-12) - -### Chore - - - -- update container image bitnami/dokuwiki to 20230404.1.0[@68ba05c](https://github.com/68ba05c) by renovate ([#18155](https://github.com/truecharts/charts/issues/18155)) - - -## [dokuwiki-9.1.16](https://github.com/truecharts/charts/compare/dokuwiki-9.1.15...dokuwiki-9.1.16) (2024-02-12) - -### Chore - - - -- update container image bitnami/dokuwiki to 20230404.1.0[@d9ebe51](https://github.com/d9ebe51) by renovate ([#18027](https://github.com/truecharts/charts/issues/18027)) - - -## [dokuwiki-9.1.15](https://github.com/truecharts/charts/compare/dokuwiki-9.1.14...dokuwiki-9.1.15) (2024-02-05) - -### Chore - - - -- update container image bitnami/dokuwiki to 20230404.1.0[@aaee2ed](https://github.com/aaee2ed) by renovate ([#17813](https://github.com/truecharts/charts/issues/17813)) - - -## [dokuwiki-9.1.14](https://github.com/truecharts/charts/compare/dokuwiki-9.1.13...dokuwiki-9.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dokuwiki-9.1.13](https://github.com/truecharts/charts/compare/dokuwiki-9.1.12...dokuwiki-9.1.13) (2024-01-29) - -### Chore - - - -- update container image bitnami/dokuwiki to 20230404.1.0[@95c012d](https://github.com/95c012d) by renovate ([#17579](https://github.com/truecharts/charts/issues/17579)) - - -## [dokuwiki-9.1.12](https://github.com/truecharts/charts/compare/dokuwiki-9.1.11...dokuwiki-9.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dokuwiki-9.1.11](https://github.com/truecharts/charts/compare/dokuwiki-9.1.10...dokuwiki-9.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dokuwiki-9.1.10](https://github.com/truecharts/charts/compare/dokuwiki-9.1.9...dokuwiki-9.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dokuwiki-9.1.9](https://github.com/truecharts/charts/compare/dokuwiki-9.1.8...dokuwiki-9.1.9) (2024-01-21) diff --git a/stable/dokuwiki/10.1.1/Chart.yaml b/stable/dokuwiki/10.1.1/Chart.yaml deleted file mode 100644 index b424ab4b9d8..00000000000 --- a/stable/dokuwiki/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: 20230404.1.0 -dependencies: - - name: common - version: 18.0.1 - 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.1 diff --git a/stable/dokuwiki/10.1.1/charts/common-18.0.1.tgz b/stable/dokuwiki/10.1.1/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/dokuwiki/10.1.1/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/dontstarvetogether/5.1.0/.helmignore b/stable/dokuwiki/10.2.0/.helmignore similarity index 100% rename from stable/dontstarvetogether/5.1.0/.helmignore rename to stable/dokuwiki/10.2.0/.helmignore diff --git a/stable/dokuwiki/10.2.0/CHANGELOG.md b/stable/dokuwiki/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a58fe0b2af3 --- /dev/null +++ b/stable/dokuwiki/10.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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)) \ No newline at end of file diff --git a/stable/dokuwiki/10.2.0/Chart.yaml b/stable/dokuwiki/10.2.0/Chart.yaml new file mode 100644 index 00000000000..be624a7de60 --- /dev/null +++ b/stable/dokuwiki/10.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 20230404.1.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/dokuwiki/10.1.1/README.md b/stable/dokuwiki/10.2.0/README.md similarity index 100% rename from stable/dokuwiki/10.1.1/README.md rename to stable/dokuwiki/10.2.0/README.md diff --git a/stable/dokuwiki/10.1.1/app-readme.md b/stable/dokuwiki/10.2.0/app-readme.md similarity index 100% rename from stable/dokuwiki/10.1.1/app-readme.md rename to stable/dokuwiki/10.2.0/app-readme.md diff --git a/stable/dokuwiki/10.2.0/charts/common-18.1.2.tgz b/stable/dokuwiki/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/dokuwiki/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/dokuwiki/10.1.1/ix_values.yaml b/stable/dokuwiki/10.2.0/ix_values.yaml similarity index 100% rename from stable/dokuwiki/10.1.1/ix_values.yaml rename to stable/dokuwiki/10.2.0/ix_values.yaml diff --git a/stable/dokuwiki/10.1.1/questions.yaml b/stable/dokuwiki/10.2.0/questions.yaml similarity index 100% rename from stable/dokuwiki/10.1.1/questions.yaml rename to stable/dokuwiki/10.2.0/questions.yaml diff --git a/stable/doplarr/9.1.0/templates/NOTES.txt b/stable/dokuwiki/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/doplarr/9.1.0/templates/NOTES.txt rename to stable/dokuwiki/10.2.0/templates/NOTES.txt diff --git a/stable/doplarr/9.1.0/templates/common.yaml b/stable/dokuwiki/10.2.0/templates/common.yaml similarity index 100% rename from stable/doplarr/9.1.0/templates/common.yaml rename to stable/dokuwiki/10.2.0/templates/common.yaml diff --git a/stable/dontstarvetogether/5.1.0/values.yaml b/stable/dokuwiki/10.2.0/values.yaml similarity index 100% rename from stable/dontstarvetogether/5.1.0/values.yaml rename to stable/dokuwiki/10.2.0/values.yaml diff --git a/stable/domoticz/10.1.0/CHANGELOG.md b/stable/domoticz/10.1.0/CHANGELOG.md deleted file mode 100644 index c7a596edd2a..00000000000 --- a/stable/domoticz/10.1.0/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.0/Chart.yaml b/stable/domoticz/10.1.0/Chart.yaml deleted file mode 100644 index 38945cac50d..00000000000 --- a/stable/domoticz/10.1.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: 2024.4.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/domoticz/10.1.0/charts/common-18.0.1.tgz b/stable/domoticz/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/domoticz/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/doplarr/9.1.0/.helmignore b/stable/domoticz/10.2.0/.helmignore similarity index 100% rename from stable/doplarr/9.1.0/.helmignore rename to stable/domoticz/10.2.0/.helmignore diff --git a/stable/domoticz/10.2.0/CHANGELOG.md b/stable/domoticz/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2519d610d15 --- /dev/null +++ b/stable/domoticz/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [domoticz-9.1.0](https://github.com/truecharts/charts/compare/domoticz-9.0.0...domoticz-9.1.0) (2024-02-05) + +### Chore + + + +- update container image domoticz/domoticz to v2024.4[@9d1c256](https://github.com/9d1c256) by renovate ([#17934](https://github.com/truecharts/charts/issues/17934)) + + +## [domoticz-9.0.0](https://github.com/truecharts/charts/compare/domoticz-8.1.12...domoticz-9.0.0) (2024-02-04) + + +## [domoticz-8.1.12](https://github.com/truecharts/charts/compare/domoticz-8.1.11...domoticz-8.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [domoticz-8.1.11](https://github.com/truecharts/charts/compare/domoticz-8.1.10...domoticz-8.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [domoticz-8.1.10](https://github.com/truecharts/charts/compare/domoticz-8.1.9...domoticz-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [domoticz-8.1.9](https://github.com/truecharts/charts/compare/domoticz-8.1.8...domoticz-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [domoticz-8.1.8](https://github.com/truecharts/charts/compare/domoticz-8.1.7...domoticz-8.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [domoticz-8.1.7](https://github.com/truecharts/charts/compare/domoticz-8.1.6...domoticz-8.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [domoticz-8.1.6](https://github.com/truecharts/charts/compare/domoticz-8.1.5...domoticz-8.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [domoticz-8.1.5](https://github.com/truecharts/charts/compare/domoticz-8.1.4...domoticz-8.1.5) (2024-01-02) + +### Chore + diff --git a/stable/domoticz/10.2.0/Chart.yaml b/stable/domoticz/10.2.0/Chart.yaml new file mode 100644 index 00000000000..7a48251e657 --- /dev/null +++ b/stable/domoticz/10.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.4.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/domoticz/10.1.0/README.md b/stable/domoticz/10.2.0/README.md similarity index 100% rename from stable/domoticz/10.1.0/README.md rename to stable/domoticz/10.2.0/README.md diff --git a/stable/domoticz/10.1.0/app-readme.md b/stable/domoticz/10.2.0/app-readme.md similarity index 100% rename from stable/domoticz/10.1.0/app-readme.md rename to stable/domoticz/10.2.0/app-readme.md diff --git a/stable/domoticz/10.2.0/charts/common-18.1.2.tgz b/stable/domoticz/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/domoticz/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/domoticz/10.1.0/ix_values.yaml b/stable/domoticz/10.2.0/ix_values.yaml similarity index 100% rename from stable/domoticz/10.1.0/ix_values.yaml rename to stable/domoticz/10.2.0/ix_values.yaml diff --git a/stable/domoticz/10.1.0/questions.yaml b/stable/domoticz/10.2.0/questions.yaml similarity index 100% rename from stable/domoticz/10.1.0/questions.yaml rename to stable/domoticz/10.2.0/questions.yaml diff --git a/stable/double-take/10.1.0/templates/NOTES.txt b/stable/domoticz/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/double-take/10.1.0/templates/NOTES.txt rename to stable/domoticz/10.2.0/templates/NOTES.txt diff --git a/stable/double-take/10.1.0/templates/common.yaml b/stable/domoticz/10.2.0/templates/common.yaml similarity index 100% rename from stable/double-take/10.1.0/templates/common.yaml rename to stable/domoticz/10.2.0/templates/common.yaml diff --git a/stable/doplarr/9.1.0/values.yaml b/stable/domoticz/10.2.0/values.yaml similarity index 100% rename from stable/doplarr/9.1.0/values.yaml rename to stable/domoticz/10.2.0/values.yaml diff --git a/stable/dontstarvetogether/5.1.0/CHANGELOG.md b/stable/dontstarvetogether/5.1.0/CHANGELOG.md deleted file mode 100644 index 37e9f3a4d66..00000000000 --- a/stable/dontstarvetogether/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [dontstarvetogether-4.1.12](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.11...dontstarvetogether-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dontstarvetogether-4.1.11](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.10...dontstarvetogether-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dontstarvetogether-4.1.10](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.9...dontstarvetogether-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dontstarvetogether-4.1.9](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.8...dontstarvetogether-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dontstarvetogether-4.1.8](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.7...dontstarvetogether-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [dontstarvetogether-4.1.7](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.6...dontstarvetogether-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [dontstarvetogether-4.1.6](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.5...dontstarvetogether-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [dontstarvetogether-4.1.5](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.4...dontstarvetogether-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [dontstarvetogether-4.1.4](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.3...dontstarvetogether-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [dontstarvetogether-4.1.3](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.0...dontstarvetogether-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/dontstarvetogether/5.1.0/Chart.yaml b/stable/dontstarvetogether/5.1.0/Chart.yaml deleted file mode 100644 index dd778ea21d2..00000000000 --- a/stable/dontstarvetogether/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/dontstarvetogether/5.1.0/charts/common-18.0.1.tgz b/stable/dontstarvetogether/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/dontstarvetogether/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/double-take/10.1.0/.helmignore b/stable/dontstarvetogether/5.2.0/.helmignore similarity index 100% rename from stable/double-take/10.1.0/.helmignore rename to stable/dontstarvetogether/5.2.0/.helmignore diff --git a/stable/dontstarvetogether/5.2.0/CHANGELOG.md b/stable/dontstarvetogether/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..ae725239216 --- /dev/null +++ b/stable/dontstarvetogether/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/dontstarvetogether/5.2.0/Chart.yaml b/stable/dontstarvetogether/5.2.0/Chart.yaml new file mode 100644 index 00000000000..a5a2ea9a64d --- /dev/null +++ b/stable/dontstarvetogether/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: dontstare +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/dontstarvetogether/5.1.0/README.md b/stable/dontstarvetogether/5.2.0/README.md similarity index 100% rename from stable/dontstarvetogether/5.1.0/README.md rename to stable/dontstarvetogether/5.2.0/README.md diff --git a/stable/dontstarvetogether/5.1.0/app-readme.md b/stable/dontstarvetogether/5.2.0/app-readme.md similarity index 100% rename from stable/dontstarvetogether/5.1.0/app-readme.md rename to stable/dontstarvetogether/5.2.0/app-readme.md diff --git a/stable/dontstarvetogether/5.2.0/charts/common-18.1.2.tgz b/stable/dontstarvetogether/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/dontstarvetogether/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/dontstarvetogether/5.1.0/ix_values.yaml b/stable/dontstarvetogether/5.2.0/ix_values.yaml similarity index 100% rename from stable/dontstarvetogether/5.1.0/ix_values.yaml rename to stable/dontstarvetogether/5.2.0/ix_values.yaml diff --git a/stable/dontstarvetogether/5.1.0/questions.yaml b/stable/dontstarvetogether/5.2.0/questions.yaml similarity index 100% rename from stable/dontstarvetogether/5.1.0/questions.yaml rename to stable/dontstarvetogether/5.2.0/questions.yaml diff --git a/stable/dontstarvetogether/5.1.0/templates/common.yaml b/stable/dontstarvetogether/5.2.0/templates/common.yaml similarity index 100% rename from stable/dontstarvetogether/5.1.0/templates/common.yaml rename to stable/dontstarvetogether/5.2.0/templates/common.yaml diff --git a/stable/double-take/10.1.0/values.yaml b/stable/dontstarvetogether/5.2.0/values.yaml similarity index 100% rename from stable/double-take/10.1.0/values.yaml rename to stable/dontstarvetogether/5.2.0/values.yaml diff --git a/stable/doplarr/9.1.0/CHANGELOG.md b/stable/doplarr/9.1.0/CHANGELOG.md deleted file mode 100644 index bd48f111228..00000000000 --- a/stable/doplarr/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/doplarr/9.1.0/Chart.yaml b/stable/doplarr/9.1.0/Chart.yaml deleted file mode 100644 index b7bd18c1004..00000000000 --- a/stable/doplarr/9.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.6.3 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/doplarr/9.1.0/charts/common-18.0.1.tgz b/stable/doplarr/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/doplarr/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/doublecommander/12.1.1/.helmignore b/stable/doplarr/9.2.0/.helmignore similarity index 100% rename from stable/doublecommander/12.1.1/.helmignore rename to stable/doplarr/9.2.0/.helmignore diff --git a/stable/doplarr/9.2.0/CHANGELOG.md b/stable/doplarr/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a9870d103b7 --- /dev/null +++ b/stable/doplarr/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [doplarr-8.1.13](https://github.com/truecharts/charts/compare/doplarr-8.1.12...doplarr-8.1.13) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/kiranshila/doplarr to v3.6.3[@426517f](https://github.com/426517f) by renovate ([#18133](https://github.com/truecharts/charts/issues/18133)) + + +## [doplarr-8.1.12](https://github.com/truecharts/charts/compare/doplarr-8.1.11...doplarr-8.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [doplarr-8.1.11](https://github.com/truecharts/charts/compare/doplarr-8.1.10...doplarr-8.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [doplarr-8.1.10](https://github.com/truecharts/charts/compare/doplarr-8.1.9...doplarr-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [doplarr-8.1.9](https://github.com/truecharts/charts/compare/doplarr-8.1.8...doplarr-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [doplarr-8.1.8](https://github.com/truecharts/charts/compare/doplarr-8.1.7...doplarr-8.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [doplarr-8.1.7](https://github.com/truecharts/charts/compare/doplarr-8.1.6...doplarr-8.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [doplarr-8.1.6](https://github.com/truecharts/charts/compare/doplarr-8.1.5...doplarr-8.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [doplarr-8.1.5](https://github.com/truecharts/charts/compare/doplarr-8.1.4...doplarr-8.1.5) (2024-01-02) + +### Chore + + + +- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) diff --git a/stable/doplarr/9.2.0/Chart.yaml b/stable/doplarr/9.2.0/Chart.yaml new file mode 100644 index 00000000000..d5cac346ae7 --- /dev/null +++ b/stable/doplarr/9.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.6.3 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/doplarr/9.1.0/README.md b/stable/doplarr/9.2.0/README.md similarity index 100% rename from stable/doplarr/9.1.0/README.md rename to stable/doplarr/9.2.0/README.md diff --git a/stable/doplarr/9.1.0/app-readme.md b/stable/doplarr/9.2.0/app-readme.md similarity index 100% rename from stable/doplarr/9.1.0/app-readme.md rename to stable/doplarr/9.2.0/app-readme.md diff --git a/stable/doplarr/9.2.0/charts/common-18.1.2.tgz b/stable/doplarr/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/doplarr/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/doplarr/9.1.0/ix_values.yaml b/stable/doplarr/9.2.0/ix_values.yaml similarity index 100% rename from stable/doplarr/9.1.0/ix_values.yaml rename to stable/doplarr/9.2.0/ix_values.yaml diff --git a/stable/doplarr/9.1.0/questions.yaml b/stable/doplarr/9.2.0/questions.yaml similarity index 100% rename from stable/doplarr/9.1.0/questions.yaml rename to stable/doplarr/9.2.0/questions.yaml diff --git a/stable/doublecommander/12.1.1/templates/NOTES.txt b/stable/doplarr/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/doublecommander/12.1.1/templates/NOTES.txt rename to stable/doplarr/9.2.0/templates/NOTES.txt diff --git a/stable/drawio/10.1.1/templates/common.yaml b/stable/doplarr/9.2.0/templates/common.yaml similarity index 100% rename from stable/drawio/10.1.1/templates/common.yaml rename to stable/doplarr/9.2.0/templates/common.yaml diff --git a/stable/doublecommander/12.1.1/values.yaml b/stable/doplarr/9.2.0/values.yaml similarity index 100% rename from stable/doublecommander/12.1.1/values.yaml rename to stable/doplarr/9.2.0/values.yaml diff --git a/stable/double-take/10.1.0/CHANGELOG.md b/stable/double-take/10.1.0/CHANGELOG.md deleted file mode 100644 index dafdd7bef94..00000000000 --- a/stable/double-take/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [double-take-9.1.12](https://github.com/truecharts/charts/compare/double-take-9.1.11...double-take-9.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [double-take-9.1.11](https://github.com/truecharts/charts/compare/double-take-9.1.10...double-take-9.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [double-take-9.1.10](https://github.com/truecharts/charts/compare/double-take-9.1.9...double-take-9.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [double-take-9.1.9](https://github.com/truecharts/charts/compare/double-take-9.1.8...double-take-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [double-take-9.1.8](https://github.com/truecharts/charts/compare/double-take-9.1.7...double-take-9.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [double-take-9.1.7](https://github.com/truecharts/charts/compare/double-take-9.1.6...double-take-9.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [double-take-9.1.6](https://github.com/truecharts/charts/compare/double-take-9.1.5...double-take-9.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [double-take-9.1.5](https://github.com/truecharts/charts/compare/double-take-9.1.4...double-take-9.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [double-take-9.1.4](https://github.com/truecharts/charts/compare/double-take-9.1.3...double-take-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [double-take-9.1.3](https://github.com/truecharts/charts/compare/double-take-9.1.0...double-take-9.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/double-take/10.1.0/Chart.yaml b/stable/double-take/10.1.0/Chart.yaml deleted file mode 100644 index 413fc028c27..00000000000 --- a/stable/double-take/10.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/double-take/10.1.0/charts/common-18.0.1.tgz b/stable/double-take/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/double-take/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/drawio/10.1.1/.helmignore b/stable/double-take/10.2.0/.helmignore similarity index 100% rename from stable/drawio/10.1.1/.helmignore rename to stable/double-take/10.2.0/.helmignore diff --git a/stable/double-take/10.2.0/CHANGELOG.md b/stable/double-take/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..dfd021bddf9 --- /dev/null +++ b/stable/double-take/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/double-take/10.2.0/Chart.yaml b/stable/double-take/10.2.0/Chart.yaml new file mode 100644 index 00000000000..e6011a76464 --- /dev/null +++ b/stable/double-take/10.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.13.11 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/double-take/10.1.0/README.md b/stable/double-take/10.2.0/README.md similarity index 100% rename from stable/double-take/10.1.0/README.md rename to stable/double-take/10.2.0/README.md diff --git a/stable/double-take/10.1.0/app-readme.md b/stable/double-take/10.2.0/app-readme.md similarity index 100% rename from stable/double-take/10.1.0/app-readme.md rename to stable/double-take/10.2.0/app-readme.md diff --git a/stable/double-take/10.2.0/charts/common-18.1.2.tgz b/stable/double-take/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/double-take/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/double-take/10.1.0/ix_values.yaml b/stable/double-take/10.2.0/ix_values.yaml similarity index 100% rename from stable/double-take/10.1.0/ix_values.yaml rename to stable/double-take/10.2.0/ix_values.yaml diff --git a/stable/double-take/10.1.0/questions.yaml b/stable/double-take/10.2.0/questions.yaml similarity index 100% rename from stable/double-take/10.1.0/questions.yaml rename to stable/double-take/10.2.0/questions.yaml diff --git a/stable/drawio/10.1.1/templates/NOTES.txt b/stable/double-take/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/drawio/10.1.1/templates/NOTES.txt rename to stable/double-take/10.2.0/templates/NOTES.txt diff --git a/stable/duckdns/9.1.1/templates/common.yaml b/stable/double-take/10.2.0/templates/common.yaml similarity index 100% rename from stable/duckdns/9.1.1/templates/common.yaml rename to stable/double-take/10.2.0/templates/common.yaml diff --git a/stable/drawio/10.1.1/values.yaml b/stable/double-take/10.2.0/values.yaml similarity index 100% rename from stable/drawio/10.1.1/values.yaml rename to stable/double-take/10.2.0/values.yaml diff --git a/stable/doublecommander/12.1.1/CHANGELOG.md b/stable/doublecommander/12.1.1/CHANGELOG.md deleted file mode 100644 index 8bb039fda20..00000000000 --- a/stable/doublecommander/12.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [doublecommander-11.1.11](https://github.com/truecharts/charts/compare/doublecommander-11.1.10...doublecommander-11.1.11) (2024-01-21) \ No newline at end of file diff --git a/stable/doublecommander/12.1.1/Chart.yaml b/stable/doublecommander/12.1.1/Chart.yaml deleted file mode 100644 index 21b7159e5d3..00000000000 --- a/stable/doublecommander/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: 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.1 diff --git a/stable/doublecommander/12.1.1/charts/common-18.0.2.tgz b/stable/doublecommander/12.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/doublecommander/12.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/doublecommander/12.1.1/ix_values.yaml b/stable/doublecommander/12.1.1/ix_values.yaml deleted file mode 100644 index 0ee48a15de4..00000000000 --- a/stable/doublecommander/12.1.1/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/dropbox-by-otherguy/5.1.0/.helmignore b/stable/doublecommander/12.2.0/.helmignore similarity index 100% rename from stable/dropbox-by-otherguy/5.1.0/.helmignore rename to stable/doublecommander/12.2.0/.helmignore diff --git a/stable/doublecommander/12.2.0/CHANGELOG.md b/stable/doublecommander/12.2.0/CHANGELOG.md new file mode 100644 index 00000000000..79ec8b2fddb --- /dev/null +++ b/stable/doublecommander/12.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + +## [doublecommander-11.1.19](https://github.com/truecharts/charts/compare/doublecommander-11.1.18...doublecommander-11.1.19) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/doublecommander to latest[@adff165](https://github.com/adff165) by renovate ([#18059](https://github.com/truecharts/charts/issues/18059)) + + +## [doublecommander-11.1.18](https://github.com/truecharts/charts/compare/doublecommander-11.1.17...doublecommander-11.1.18) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/doublecommander to latest[@84d7905](https://github.com/84d7905) by renovate ([#17848](https://github.com/truecharts/charts/issues/17848)) + + +## [doublecommander-11.1.17](https://github.com/truecharts/charts/compare/doublecommander-11.1.16...doublecommander-11.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [doublecommander-11.1.16](https://github.com/truecharts/charts/compare/doublecommander-11.1.15...doublecommander-11.1.16) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/doublecommander to latest[@f20eed8](https://github.com/f20eed8) by renovate ([#17604](https://github.com/truecharts/charts/issues/17604)) + + +## [doublecommander-11.1.15](https://github.com/truecharts/charts/compare/doublecommander-11.1.14...doublecommander-11.1.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [doublecommander-11.1.14](https://github.com/truecharts/charts/compare/doublecommander-11.1.13...doublecommander-11.1.14) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [doublecommander-11.1.13](https://github.com/truecharts/charts/compare/doublecommander-11.1.12...doublecommander-11.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [doublecommander-11.1.12](https://github.com/truecharts/charts/compare/doublecommander-11.1.11...doublecommander-11.1.12) (2024-01-21) + +### Chore + + diff --git a/stable/doublecommander/12.2.0/Chart.yaml b/stable/doublecommander/12.2.0/Chart.yaml new file mode 100644 index 00000000000..7e1a0bc72de --- /dev/null +++ b/stable/doublecommander/12.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A free cross platform open source file manager with two panels side by side. +home: https://truecharts.org/charts/stable/doublecommander +icon: https://truecharts.org/img/hotlink-ok/chart-icons/doublecommander.png +keywords: + - doublecommander + - file + - manager +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: doublecommander +sources: + - https://github.com/linuxserver/docker-doublecommander + - https://doublecmd.sourceforge.io/ + - https://github.com/truecharts/charts/tree/master/charts/stable/doublecommander + - https://ghcr.io/linuxserver/doublecommander +type: application +version: 12.2.0 diff --git a/stable/doublecommander/12.1.1/README.md b/stable/doublecommander/12.2.0/README.md similarity index 100% rename from stable/doublecommander/12.1.1/README.md rename to stable/doublecommander/12.2.0/README.md diff --git a/stable/doublecommander/12.1.1/app-readme.md b/stable/doublecommander/12.2.0/app-readme.md similarity index 100% rename from stable/doublecommander/12.1.1/app-readme.md rename to stable/doublecommander/12.2.0/app-readme.md diff --git a/stable/doublecommander/12.2.0/charts/common-18.1.2.tgz b/stable/doublecommander/12.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/doublecommander/12.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/doublecommander/12.2.0/ix_values.yaml b/stable/doublecommander/12.2.0/ix_values.yaml new file mode 100644 index 00000000000..726ff94ff88 --- /dev/null +++ b/stable/doublecommander/12.2.0/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.1/questions.yaml b/stable/doublecommander/12.2.0/questions.yaml similarity index 100% rename from stable/doublecommander/12.1.1/questions.yaml rename to stable/doublecommander/12.2.0/questions.yaml diff --git a/stable/duckdns/9.1.1/templates/NOTES.txt b/stable/doublecommander/12.2.0/templates/NOTES.txt similarity index 100% rename from stable/duckdns/9.1.1/templates/NOTES.txt rename to stable/doublecommander/12.2.0/templates/NOTES.txt diff --git a/stable/doublecommander/12.1.1/templates/common.yaml b/stable/doublecommander/12.2.0/templates/common.yaml similarity index 100% rename from stable/doublecommander/12.1.1/templates/common.yaml rename to stable/doublecommander/12.2.0/templates/common.yaml diff --git a/stable/dropbox-by-otherguy/5.1.0/values.yaml b/stable/doublecommander/12.2.0/values.yaml similarity index 100% rename from stable/dropbox-by-otherguy/5.1.0/values.yaml rename to stable/doublecommander/12.2.0/values.yaml diff --git a/stable/drawio/10.1.1/CHANGELOG.md b/stable/drawio/10.1.1/CHANGELOG.md deleted file mode 100644 index 75e0def908d..00000000000 --- a/stable/drawio/10.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - -## [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)) - - -## [drawio-8.1.13](https://github.com/truecharts/charts/compare/drawio-8.1.12...drawio-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)) - - -## [drawio-8.1.12](https://github.com/truecharts/charts/compare/drawio-8.1.11...drawio-8.1.12) (2024-01-21) - -### Chore - - diff --git a/stable/drawio/10.1.1/Chart.yaml b/stable/drawio/10.1.1/Chart.yaml deleted file mode 100644 index 355d1af1017..00000000000 --- a/stable/drawio/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: 23.1.6 -dependencies: - - name: common - version: 18.0.1 - 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: 10.1.1 diff --git a/stable/drawio/10.1.1/charts/common-18.0.1.tgz b/stable/drawio/10.1.1/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/drawio/10.1.1/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/duckdns/9.1.1/.helmignore b/stable/drawio/10.2.0/.helmignore similarity index 100% rename from stable/duckdns/9.1.1/.helmignore rename to stable/drawio/10.2.0/.helmignore diff --git a/stable/drawio/10.2.0/CHANGELOG.md b/stable/drawio/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b23bf68334a --- /dev/null +++ b/stable/drawio/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + +## [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)) + + +## [drawio-8.1.13](https://github.com/truecharts/charts/compare/drawio-8.1.12...drawio-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)) + + +## [drawio-8.1.12](https://github.com/truecharts/charts/compare/drawio-8.1.11...drawio-8.1.12) (2024-01-21) diff --git a/stable/drawio/10.2.0/Chart.yaml b/stable/drawio/10.2.0/Chart.yaml new file mode 100644 index 00000000000..4ecbd1de4be --- /dev/null +++ b/stable/drawio/10.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 23.1.6 +dependencies: + - name: common + version: 18.1.2 + 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: 10.2.0 diff --git a/stable/drawio/10.1.1/README.md b/stable/drawio/10.2.0/README.md similarity index 100% rename from stable/drawio/10.1.1/README.md rename to stable/drawio/10.2.0/README.md diff --git a/stable/drawio/10.1.1/app-readme.md b/stable/drawio/10.2.0/app-readme.md similarity index 100% rename from stable/drawio/10.1.1/app-readme.md rename to stable/drawio/10.2.0/app-readme.md diff --git a/stable/drawio/10.2.0/charts/common-18.1.2.tgz b/stable/drawio/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/drawio/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/drawio/10.1.1/ix_values.yaml b/stable/drawio/10.2.0/ix_values.yaml similarity index 100% rename from stable/drawio/10.1.1/ix_values.yaml rename to stable/drawio/10.2.0/ix_values.yaml diff --git a/stable/drawio/10.1.1/questions.yaml b/stable/drawio/10.2.0/questions.yaml similarity index 100% rename from stable/drawio/10.1.1/questions.yaml rename to stable/drawio/10.2.0/questions.yaml diff --git a/stable/duplicacy/6.1.1/templates/NOTES.txt b/stable/drawio/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/duplicacy/6.1.1/templates/NOTES.txt rename to stable/drawio/10.2.0/templates/NOTES.txt diff --git a/stable/duplicati/13.1.0/templates/common.yaml b/stable/drawio/10.2.0/templates/common.yaml similarity index 100% rename from stable/duplicati/13.1.0/templates/common.yaml rename to stable/drawio/10.2.0/templates/common.yaml diff --git a/stable/duckdns/9.1.1/values.yaml b/stable/drawio/10.2.0/values.yaml similarity index 100% rename from stable/duckdns/9.1.1/values.yaml rename to stable/drawio/10.2.0/values.yaml diff --git a/stable/dropbox-by-otherguy/5.1.0/CHANGELOG.md b/stable/dropbox-by-otherguy/5.1.0/CHANGELOG.md deleted file mode 100644 index 5fb38becf2f..00000000000 --- a/stable/dropbox-by-otherguy/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [dropbox-by-otherguy-4.1.12](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.11...dropbox-by-otherguy-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dropbox-by-otherguy-4.1.11](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.10...dropbox-by-otherguy-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [dropbox-by-otherguy-4.1.10](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.9...dropbox-by-otherguy-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [dropbox-by-otherguy-4.1.9](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.8...dropbox-by-otherguy-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [dropbox-by-otherguy-4.1.8](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.7...dropbox-by-otherguy-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [dropbox-by-otherguy-4.1.7](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.6...dropbox-by-otherguy-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [dropbox-by-otherguy-4.1.6](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.5...dropbox-by-otherguy-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [dropbox-by-otherguy-4.1.5](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.4...dropbox-by-otherguy-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [dropbox-by-otherguy-4.1.4](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.3...dropbox-by-otherguy-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [dropbox-by-otherguy-4.1.3](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.0...dropbox-by-otherguy-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/dropbox-by-otherguy/5.1.0/Chart.yaml b/stable/dropbox-by-otherguy/5.1.0/Chart.yaml deleted file mode 100644 index adf59995033..00000000000 --- a/stable/dropbox-by-otherguy/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/dropbox-by-otherguy/5.1.0/charts/common-18.0.1.tgz b/stable/dropbox-by-otherguy/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/dropbox-by-otherguy/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/duplicacy/6.1.1/.helmignore b/stable/dropbox-by-otherguy/5.2.0/.helmignore similarity index 100% rename from stable/duplicacy/6.1.1/.helmignore rename to stable/dropbox-by-otherguy/5.2.0/.helmignore diff --git a/stable/dropbox-by-otherguy/5.2.0/CHANGELOG.md b/stable/dropbox-by-otherguy/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2d2a638a5c2 --- /dev/null +++ b/stable/dropbox-by-otherguy/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/dropbox-by-otherguy/5.2.0/Chart.yaml b/stable/dropbox-by-otherguy/5.2.0/Chart.yaml new file mode 100644 index 00000000000..5d6a74306a2 --- /dev/null +++ b/stable/dropbox-by-otherguy/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/dropbox-by-otherguy/5.1.0/README.md b/stable/dropbox-by-otherguy/5.2.0/README.md similarity index 100% rename from stable/dropbox-by-otherguy/5.1.0/README.md rename to stable/dropbox-by-otherguy/5.2.0/README.md diff --git a/stable/dropbox-by-otherguy/5.1.0/app-readme.md b/stable/dropbox-by-otherguy/5.2.0/app-readme.md similarity index 100% rename from stable/dropbox-by-otherguy/5.1.0/app-readme.md rename to stable/dropbox-by-otherguy/5.2.0/app-readme.md diff --git a/stable/dropbox-by-otherguy/5.2.0/charts/common-18.1.2.tgz b/stable/dropbox-by-otherguy/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/dropbox-by-otherguy/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/dropbox-by-otherguy/5.1.0/ix_values.yaml b/stable/dropbox-by-otherguy/5.2.0/ix_values.yaml similarity index 100% rename from stable/dropbox-by-otherguy/5.1.0/ix_values.yaml rename to stable/dropbox-by-otherguy/5.2.0/ix_values.yaml diff --git a/stable/dropbox-by-otherguy/5.1.0/questions.yaml b/stable/dropbox-by-otherguy/5.2.0/questions.yaml similarity index 100% rename from stable/dropbox-by-otherguy/5.1.0/questions.yaml rename to stable/dropbox-by-otherguy/5.2.0/questions.yaml diff --git a/stable/dropbox-by-otherguy/5.1.0/templates/common.yaml b/stable/dropbox-by-otherguy/5.2.0/templates/common.yaml similarity index 100% rename from stable/dropbox-by-otherguy/5.1.0/templates/common.yaml rename to stable/dropbox-by-otherguy/5.2.0/templates/common.yaml diff --git a/stable/duplicacy/6.1.1/values.yaml b/stable/dropbox-by-otherguy/5.2.0/values.yaml similarity index 100% rename from stable/duplicacy/6.1.1/values.yaml rename to stable/dropbox-by-otherguy/5.2.0/values.yaml diff --git a/stable/duckdns/9.1.1/CHANGELOG.md b/stable/duckdns/9.1.1/CHANGELOG.md deleted file mode 100644 index c9c7f0dab23..00000000000 --- a/stable/duckdns/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [duckdns-8.1.10](https://github.com/truecharts/charts/compare/duckdns-8.1.9...duckdns-8.1.10) (2024-01-15) \ No newline at end of file diff --git a/stable/duckdns/9.1.1/Chart.yaml b/stable/duckdns/9.1.1/Chart.yaml deleted file mode 100644 index cefd4acdb9a..00000000000 --- a/stable/duckdns/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: 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.1 diff --git a/stable/duckdns/9.1.1/charts/common-18.0.2.tgz b/stable/duckdns/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/duckdns/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/duckdns/9.1.1/ix_values.yaml b/stable/duckdns/9.1.1/ix_values.yaml deleted file mode 100644 index 01da9d3589c..00000000000 --- a/stable/duckdns/9.1.1/ix_values.yaml +++ /dev/null @@ -1,39 +0,0 @@ -image: - repository: ghcr.io/linuxserver/duckdns - pullPolicy: IfNotPresent - tag: latest@sha256:6fe857dd42f4cc1d85a2900e8194a19295c3370ea95d9a415ac7592b311520c9 -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/duplicati/13.1.0/.helmignore b/stable/duckdns/9.2.0/.helmignore similarity index 100% rename from stable/duplicati/13.1.0/.helmignore rename to stable/duckdns/9.2.0/.helmignore diff --git a/stable/duckdns/9.2.0/CHANGELOG.md b/stable/duckdns/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..30859b1abbd --- /dev/null +++ b/stable/duckdns/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + +## [duckdns-8.1.18](https://github.com/truecharts/charts/compare/duckdns-8.1.17...duckdns-8.1.18) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/duckdns to latest[@63cef06](https://github.com/63cef06) by renovate ([#17954](https://github.com/truecharts/charts/issues/17954)) + + +## [duckdns-8.1.17](https://github.com/truecharts/charts/compare/duckdns-8.1.16...duckdns-8.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [duckdns-8.1.16](https://github.com/truecharts/charts/compare/duckdns-8.1.15...duckdns-8.1.16) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/duckdns to latest[@cae91be](https://github.com/cae91be) by renovate ([#17718](https://github.com/truecharts/charts/issues/17718)) + + +## [duckdns-8.1.15](https://github.com/truecharts/charts/compare/duckdns-8.1.14...duckdns-8.1.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [duckdns-8.1.14](https://github.com/truecharts/charts/compare/duckdns-8.1.13...duckdns-8.1.14) (2024-01-22) + +### Chore + + + +- update container image ghcr.io/linuxserver/duckdns to latest[@91523ea](https://github.com/91523ea) by renovate ([#17493](https://github.com/truecharts/charts/issues/17493)) + + +## [duckdns-8.1.13](https://github.com/truecharts/charts/compare/duckdns-8.1.12...duckdns-8.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [duckdns-8.1.12](https://github.com/truecharts/charts/compare/duckdns-8.1.11...duckdns-8.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [duckdns-8.1.11](https://github.com/truecharts/charts/compare/duckdns-8.1.10...duckdns-8.1.11) (2024-01-21) + +### Chore + + diff --git a/stable/duckdns/9.2.0/Chart.yaml b/stable/duckdns/9.2.0/Chart.yaml new file mode 100644 index 00000000000..629d2767c26 --- /dev/null +++ b/stable/duckdns/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. +home: https://truecharts.org/charts/stable/duckdns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/duckdns.png +keywords: + - duckdns +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: duckdns +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/duckdns + - https://ghcr.io/linuxserver/duckdns +type: application +version: 9.2.0 diff --git a/stable/duckdns/9.1.1/README.md b/stable/duckdns/9.2.0/README.md similarity index 100% rename from stable/duckdns/9.1.1/README.md rename to stable/duckdns/9.2.0/README.md diff --git a/stable/duckdns/9.1.1/app-readme.md b/stable/duckdns/9.2.0/app-readme.md similarity index 100% rename from stable/duckdns/9.1.1/app-readme.md rename to stable/duckdns/9.2.0/app-readme.md diff --git a/stable/duckdns/9.2.0/charts/common-18.1.2.tgz b/stable/duckdns/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/duckdns/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/duckdns/9.2.0/ix_values.yaml b/stable/duckdns/9.2.0/ix_values.yaml new file mode 100644 index 00000000000..8137310fa51 --- /dev/null +++ b/stable/duckdns/9.2.0/ix_values.yaml @@ -0,0 +1,39 @@ +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/duckdns/9.1.1/questions.yaml b/stable/duckdns/9.2.0/questions.yaml similarity index 100% rename from stable/duckdns/9.1.1/questions.yaml rename to stable/duckdns/9.2.0/questions.yaml diff --git a/stable/duplicati/13.1.0/templates/NOTES.txt b/stable/duckdns/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/duplicati/13.1.0/templates/NOTES.txt rename to stable/duckdns/9.2.0/templates/NOTES.txt diff --git a/stable/emby/18.1.0/templates/common.yaml b/stable/duckdns/9.2.0/templates/common.yaml similarity index 100% rename from stable/emby/18.1.0/templates/common.yaml rename to stable/duckdns/9.2.0/templates/common.yaml diff --git a/stable/duplicati/13.1.0/values.yaml b/stable/duckdns/9.2.0/values.yaml similarity index 100% rename from stable/duplicati/13.1.0/values.yaml rename to stable/duckdns/9.2.0/values.yaml diff --git a/stable/duplicacy/6.1.1/CHANGELOG.md b/stable/duplicacy/6.1.1/CHANGELOG.md deleted file mode 100644 index 33e4c66c8af..00000000000 --- a/stable/duplicacy/6.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [duplicacy-5.1.10](https://github.com/truecharts/charts/compare/duplicacy-5.1.9...duplicacy-5.1.10) (2024-01-21) \ No newline at end of file diff --git a/stable/duplicacy/6.1.1/Chart.yaml b/stable/duplicacy/6.1.1/Chart.yaml deleted file mode 100644 index 643ee1699eb..00000000000 --- a/stable/duplicacy/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: 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.1 diff --git a/stable/duplicacy/6.1.1/charts/common-18.0.2.tgz b/stable/duplicacy/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/duplicacy/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/duplicacy/6.1.1/ix_values.yaml b/stable/duplicacy/6.1.1/ix_values.yaml deleted file mode 100644 index 339369eb1f6..00000000000 --- a/stable/duplicacy/6.1.1/ix_values.yaml +++ /dev/null @@ -1,29 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: ghcr.io/hotio/duplicacy - tag: release-1.7.2@sha256:920cb2b1f4ef10e71be4a7973a901ccfff62a6f6141df91b535b40d35083c491 -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/ecodms/5.1.0/.helmignore b/stable/duplicacy/6.2.0/.helmignore similarity index 100% rename from stable/ecodms/5.1.0/.helmignore rename to stable/duplicacy/6.2.0/.helmignore diff --git a/stable/duplicacy/6.2.0/CHANGELOG.md b/stable/duplicacy/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..3d701d8f5ab --- /dev/null +++ b/stable/duplicacy/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [duplicacy-5.1.17](https://github.com/truecharts/charts/compare/duplicacy-5.1.16...duplicacy-5.1.17) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@b778759](https://github.com/b778759) by renovate ([#18210](https://github.com/truecharts/charts/issues/18210)) + + +## [duplicacy-5.1.16](https://github.com/truecharts/charts/compare/duplicacy-5.1.15...duplicacy-5.1.16) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@3233802](https://github.com/3233802) by renovate ([#18048](https://github.com/truecharts/charts/issues/18048)) + + +## [duplicacy-5.1.15](https://github.com/truecharts/charts/compare/duplicacy-5.1.14...duplicacy-5.1.15) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@77c4b99](https://github.com/77c4b99) by renovate ([#17836](https://github.com/truecharts/charts/issues/17836)) + + +## [duplicacy-5.1.14](https://github.com/truecharts/charts/compare/duplicacy-5.1.13...duplicacy-5.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [duplicacy-5.1.13](https://github.com/truecharts/charts/compare/duplicacy-5.1.12...duplicacy-5.1.13) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@b4b1a79](https://github.com/b4b1a79) by renovate ([#17594](https://github.com/truecharts/charts/issues/17594)) + + +## [duplicacy-5.1.12](https://github.com/truecharts/charts/compare/duplicacy-5.1.11...duplicacy-5.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [duplicacy-5.1.11](https://github.com/truecharts/charts/compare/duplicacy-5.1.10...duplicacy-5.1.11) (2024-01-21) + +### Chore + + diff --git a/stable/duplicacy/6.2.0/Chart.yaml b/stable/duplicacy/6.2.0/Chart.yaml new file mode 100644 index 00000000000..d89776e01f1 --- /dev/null +++ b/stable/duplicacy/6.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.7.2 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A new generation cross-platform cloud backup tool. +home: https://truecharts.org/charts/stable/duplicacy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicacy.png +keywords: + - duplicacy + - Backup +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: duplicacy +sources: + - https://hotio.dev/containers/duplicacy + - https://github.com/truecharts/charts/tree/master/charts/stable/duplicacy + - https://ghcr.io/hotio/duplicacy +type: application +version: 6.2.0 diff --git a/stable/duplicacy/6.1.1/README.md b/stable/duplicacy/6.2.0/README.md similarity index 100% rename from stable/duplicacy/6.1.1/README.md rename to stable/duplicacy/6.2.0/README.md diff --git a/stable/duplicacy/6.1.1/app-readme.md b/stable/duplicacy/6.2.0/app-readme.md similarity index 100% rename from stable/duplicacy/6.1.1/app-readme.md rename to stable/duplicacy/6.2.0/app-readme.md diff --git a/stable/duplicacy/6.2.0/charts/common-18.1.2.tgz b/stable/duplicacy/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/duplicacy/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/duplicacy/6.2.0/ix_values.yaml b/stable/duplicacy/6.2.0/ix_values.yaml new file mode 100644 index 00000000000..96369b2a441 --- /dev/null +++ b/stable/duplicacy/6.2.0/ix_values.yaml @@ -0,0 +1,29 @@ +image: + pullPolicy: IfNotPresent + repository: ghcr.io/hotio/duplicacy + tag: release-1.7.2@sha256:e24ff4dafbccc25e0cd0055faa596295b20fb0cef35232cc3b42b420dd01471e +securityContext: + container: + runAsGroup: 0 + runAsUser: 0 + readOnlyRootFilesystem: false +service: + main: + ports: + main: + port: 3875 + protocol: http + targetPort: 3875 +persistence: + config: + enabled: true + mountPath: /config + cache: + enabled: true + mountPath: /cache + logs: + enabled: true + mountPath: /logs +portal: + open: + enabled: true diff --git a/stable/duplicacy/6.1.1/questions.yaml b/stable/duplicacy/6.2.0/questions.yaml similarity index 100% rename from stable/duplicacy/6.1.1/questions.yaml rename to stable/duplicacy/6.2.0/questions.yaml diff --git a/stable/emby/18.1.0/templates/NOTES.txt b/stable/duplicacy/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/emby/18.1.0/templates/NOTES.txt rename to stable/duplicacy/6.2.0/templates/NOTES.txt diff --git a/stable/duplicacy/6.1.1/templates/common.yaml b/stable/duplicacy/6.2.0/templates/common.yaml similarity index 100% rename from stable/duplicacy/6.1.1/templates/common.yaml rename to stable/duplicacy/6.2.0/templates/common.yaml diff --git a/stable/ecodms/5.1.0/values.yaml b/stable/duplicacy/6.2.0/values.yaml similarity index 100% rename from stable/ecodms/5.1.0/values.yaml rename to stable/duplicacy/6.2.0/values.yaml diff --git a/stable/duplicati/13.1.0/CHANGELOG.md b/stable/duplicati/13.1.0/CHANGELOG.md deleted file mode 100644 index 748bb058f4b..00000000000 --- a/stable/duplicati/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [duplicati-12.1.12](https://github.com/truecharts/charts/compare/duplicati-12.1.11...duplicati-12.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [duplicati-12.1.11](https://github.com/truecharts/charts/compare/duplicati-12.1.10...duplicati-12.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [duplicati-12.1.10](https://github.com/truecharts/charts/compare/duplicati-12.1.9...duplicati-12.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [duplicati-12.1.9](https://github.com/truecharts/charts/compare/duplicati-12.1.8...duplicati-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [duplicati-12.1.8](https://github.com/truecharts/charts/compare/duplicati-12.1.7...duplicati-12.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [duplicati-12.1.7](https://github.com/truecharts/charts/compare/duplicati-12.1.6...duplicati-12.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [duplicati-12.1.6](https://github.com/truecharts/charts/compare/duplicati-12.1.5...duplicati-12.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [duplicati-12.1.5](https://github.com/truecharts/charts/compare/duplicati-12.1.4...duplicati-12.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [duplicati-12.1.4](https://github.com/truecharts/charts/compare/duplicati-12.1.3...duplicati-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [duplicati-12.1.3](https://github.com/truecharts/charts/compare/duplicati-12.1.0...duplicati-12.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/duplicati/13.1.0/Chart.yaml b/stable/duplicati/13.1.0/Chart.yaml deleted file mode 100644 index a429b6d1fd4..00000000000 --- a/stable/duplicati/13.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/duplicati/13.1.0/charts/common-18.0.1.tgz b/stable/duplicati/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/duplicati/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/electrum/5.1.0/.helmignore b/stable/duplicati/13.2.0/.helmignore similarity index 100% rename from stable/electrum/5.1.0/.helmignore rename to stable/duplicati/13.2.0/.helmignore diff --git a/stable/duplicati/13.2.0/CHANGELOG.md b/stable/duplicati/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..781ad4a0925 --- /dev/null +++ b/stable/duplicati/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/duplicati/13.2.0/Chart.yaml b/stable/duplicati/13.2.0/Chart.yaml new file mode 100644 index 00000000000..7537bcc0622 --- /dev/null +++ b/stable/duplicati/13.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/duplicati/13.1.0/README.md b/stable/duplicati/13.2.0/README.md similarity index 100% rename from stable/duplicati/13.1.0/README.md rename to stable/duplicati/13.2.0/README.md diff --git a/stable/duplicati/13.1.0/app-readme.md b/stable/duplicati/13.2.0/app-readme.md similarity index 100% rename from stable/duplicati/13.1.0/app-readme.md rename to stable/duplicati/13.2.0/app-readme.md diff --git a/stable/duplicati/13.2.0/charts/common-18.1.2.tgz b/stable/duplicati/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/duplicati/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/duplicati/13.1.0/ix_values.yaml b/stable/duplicati/13.2.0/ix_values.yaml similarity index 100% rename from stable/duplicati/13.1.0/ix_values.yaml rename to stable/duplicati/13.2.0/ix_values.yaml diff --git a/stable/duplicati/13.1.0/questions.yaml b/stable/duplicati/13.2.0/questions.yaml similarity index 100% rename from stable/duplicati/13.1.0/questions.yaml rename to stable/duplicati/13.2.0/questions.yaml diff --git a/stable/embystat/9.1.0/templates/NOTES.txt b/stable/duplicati/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/embystat/9.1.0/templates/NOTES.txt rename to stable/duplicati/13.2.0/templates/NOTES.txt diff --git a/stable/embystat/9.1.0/templates/common.yaml b/stable/duplicati/13.2.0/templates/common.yaml similarity index 100% rename from stable/embystat/9.1.0/templates/common.yaml rename to stable/duplicati/13.2.0/templates/common.yaml diff --git a/stable/electrum/5.1.0/values.yaml b/stable/duplicati/13.2.0/values.yaml similarity index 100% rename from stable/electrum/5.1.0/values.yaml rename to stable/duplicati/13.2.0/values.yaml diff --git a/stable/ecodms/5.1.0/CHANGELOG.md b/stable/ecodms/5.1.0/CHANGELOG.md deleted file mode 100644 index 06eb004a640..00000000000 --- a/stable/ecodms/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [ecodms-4.1.12](https://github.com/truecharts/charts/compare/ecodms-4.1.11...ecodms-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ecodms-4.1.11](https://github.com/truecharts/charts/compare/ecodms-4.1.10...ecodms-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ecodms-4.1.10](https://github.com/truecharts/charts/compare/ecodms-4.1.9...ecodms-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ecodms-4.1.9](https://github.com/truecharts/charts/compare/ecodms-4.1.8...ecodms-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ecodms-4.1.8](https://github.com/truecharts/charts/compare/ecodms-4.1.7...ecodms-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [ecodms-4.1.7](https://github.com/truecharts/charts/compare/ecodms-4.1.6...ecodms-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ecodms-4.1.6](https://github.com/truecharts/charts/compare/ecodms-4.1.5...ecodms-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [ecodms-4.1.5](https://github.com/truecharts/charts/compare/ecodms-4.1.4...ecodms-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [ecodms-4.1.4](https://github.com/truecharts/charts/compare/ecodms-4.1.3...ecodms-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [ecodms-4.1.3](https://github.com/truecharts/charts/compare/ecodms-4.1.0...ecodms-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/ecodms/5.1.0/Chart.yaml b/stable/ecodms/5.1.0/Chart.yaml deleted file mode 100644 index 68561f6945f..00000000000 --- a/stable/ecodms/5.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/ecodms/5.1.0/charts/common-18.0.1.tgz b/stable/ecodms/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/ecodms/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/emby-sync/5.1.0/.helmignore b/stable/ecodms/5.2.0/.helmignore similarity index 100% rename from stable/emby-sync/5.1.0/.helmignore rename to stable/ecodms/5.2.0/.helmignore diff --git a/stable/ecodms/5.2.0/CHANGELOG.md b/stable/ecodms/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..98bbb2ffb25 --- /dev/null +++ b/stable/ecodms/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/ecodms/5.2.0/Chart.yaml b/stable/ecodms/5.2.0/Chart.yaml new file mode 100644 index 00000000000..f27244583db --- /dev/null +++ b/stable/ecodms/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/ecodms/5.1.0/README.md b/stable/ecodms/5.2.0/README.md similarity index 100% rename from stable/ecodms/5.1.0/README.md rename to stable/ecodms/5.2.0/README.md diff --git a/stable/ecodms/5.1.0/app-readme.md b/stable/ecodms/5.2.0/app-readme.md similarity index 100% rename from stable/ecodms/5.1.0/app-readme.md rename to stable/ecodms/5.2.0/app-readme.md diff --git a/stable/ecodms/5.2.0/charts/common-18.1.2.tgz b/stable/ecodms/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/ecodms/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/ecodms/5.1.0/ix_values.yaml b/stable/ecodms/5.2.0/ix_values.yaml similarity index 100% rename from stable/ecodms/5.1.0/ix_values.yaml rename to stable/ecodms/5.2.0/ix_values.yaml diff --git a/stable/ecodms/5.1.0/questions.yaml b/stable/ecodms/5.2.0/questions.yaml similarity index 100% rename from stable/ecodms/5.1.0/questions.yaml rename to stable/ecodms/5.2.0/questions.yaml diff --git a/stable/ecodms/5.1.0/templates/common.yaml b/stable/ecodms/5.2.0/templates/common.yaml similarity index 100% rename from stable/ecodms/5.1.0/templates/common.yaml rename to stable/ecodms/5.2.0/templates/common.yaml diff --git a/stable/emby-sync/5.1.0/values.yaml b/stable/ecodms/5.2.0/values.yaml similarity index 100% rename from stable/emby-sync/5.1.0/values.yaml rename to stable/ecodms/5.2.0/values.yaml diff --git a/stable/electrum/5.1.0/CHANGELOG.md b/stable/electrum/5.1.0/CHANGELOG.md deleted file mode 100644 index 57de1e775c2..00000000000 --- a/stable/electrum/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/electrum/5.1.0/Chart.yaml b/stable/electrum/5.1.0/Chart.yaml deleted file mode 100644 index 61aba789014..00000000000 --- a/stable/electrum/5.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: 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.1 - 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.0 diff --git a/stable/electrum/5.1.0/charts/common-18.0.1.tgz b/stable/electrum/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/electrum/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/emby/18.1.0/.helmignore b/stable/electrum/5.2.0/.helmignore similarity index 100% rename from stable/emby/18.1.0/.helmignore rename to stable/electrum/5.2.0/.helmignore diff --git a/stable/electrum/5.2.0/CHANGELOG.md b/stable/electrum/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..47f12877385 --- /dev/null +++ b/stable/electrum/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [electrum-4.1.13](https://github.com/truecharts/charts/compare/electrum-4.1.12...electrum-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [electrum-4.1.12](https://github.com/truecharts/charts/compare/electrum-4.1.11...electrum-4.1.12) (2024-01-29) + +### Chore + + + +- update container image ich777/electrum to latest[@e724345](https://github.com/e724345) by renovate ([#17632](https://github.com/truecharts/charts/issues/17632)) + + +## [electrum-4.1.11](https://github.com/truecharts/charts/compare/electrum-4.1.10...electrum-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [electrum-4.1.10](https://github.com/truecharts/charts/compare/electrum-4.1.9...electrum-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [electrum-4.1.9](https://github.com/truecharts/charts/compare/electrum-4.1.8...electrum-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [electrum-4.1.8](https://github.com/truecharts/charts/compare/electrum-4.1.7...electrum-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [electrum-4.1.7](https://github.com/truecharts/charts/compare/electrum-4.1.6...electrum-4.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [electrum-4.1.6](https://github.com/truecharts/charts/compare/electrum-4.1.5...electrum-4.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [electrum-4.1.5](https://github.com/truecharts/charts/compare/electrum-4.1.4...electrum-4.1.5) (2024-01-02) + +### Chore + + + +- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) diff --git a/stable/electrum/5.2.0/Chart.yaml b/stable/electrum/5.2.0/Chart.yaml new file mode 100644 index 00000000000..8d902eea9ee --- /dev/null +++ b/stable/electrum/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/electrum/5.1.0/README.md b/stable/electrum/5.2.0/README.md similarity index 100% rename from stable/electrum/5.1.0/README.md rename to stable/electrum/5.2.0/README.md diff --git a/stable/electrum/5.1.0/app-readme.md b/stable/electrum/5.2.0/app-readme.md similarity index 100% rename from stable/electrum/5.1.0/app-readme.md rename to stable/electrum/5.2.0/app-readme.md diff --git a/stable/electrum/5.2.0/charts/common-18.1.2.tgz b/stable/electrum/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/electrum/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/electrum/5.1.0/ix_values.yaml b/stable/electrum/5.2.0/ix_values.yaml similarity index 100% rename from stable/electrum/5.1.0/ix_values.yaml rename to stable/electrum/5.2.0/ix_values.yaml diff --git a/stable/electrum/5.1.0/questions.yaml b/stable/electrum/5.2.0/questions.yaml similarity index 100% rename from stable/electrum/5.1.0/questions.yaml rename to stable/electrum/5.2.0/questions.yaml diff --git a/stable/electrum/5.1.0/templates/common.yaml b/stable/electrum/5.2.0/templates/common.yaml similarity index 100% rename from stable/electrum/5.1.0/templates/common.yaml rename to stable/electrum/5.2.0/templates/common.yaml diff --git a/stable/emby/18.1.0/values.yaml b/stable/electrum/5.2.0/values.yaml similarity index 100% rename from stable/emby/18.1.0/values.yaml rename to stable/electrum/5.2.0/values.yaml diff --git a/stable/emby-sync/5.1.0/CHANGELOG.md b/stable/emby-sync/5.1.0/CHANGELOG.md deleted file mode 100644 index c48bcc9891d..00000000000 --- a/stable/emby-sync/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [emby-sync-4.1.12](https://github.com/truecharts/charts/compare/emby-sync-4.1.11...emby-sync-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [emby-sync-4.1.11](https://github.com/truecharts/charts/compare/emby-sync-4.1.10...emby-sync-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [emby-sync-4.1.10](https://github.com/truecharts/charts/compare/emby-sync-4.1.9...emby-sync-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [emby-sync-4.1.9](https://github.com/truecharts/charts/compare/emby-sync-4.1.8...emby-sync-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [emby-sync-4.1.8](https://github.com/truecharts/charts/compare/emby-sync-4.1.7...emby-sync-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [emby-sync-4.1.7](https://github.com/truecharts/charts/compare/emby-sync-4.1.6...emby-sync-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [emby-sync-4.1.6](https://github.com/truecharts/charts/compare/emby-sync-4.1.5...emby-sync-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [emby-sync-4.1.5](https://github.com/truecharts/charts/compare/emby-sync-4.1.4...emby-sync-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [emby-sync-4.1.4](https://github.com/truecharts/charts/compare/emby-sync-4.1.3...emby-sync-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [emby-sync-4.1.3](https://github.com/truecharts/charts/compare/emby-sync-4.1.0...emby-sync-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/emby-sync/5.1.0/Chart.yaml b/stable/emby-sync/5.1.0/Chart.yaml deleted file mode 100644 index cdf69e0cc05..00000000000 --- a/stable/emby-sync/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/emby-sync/5.1.0/charts/common-18.0.1.tgz b/stable/emby-sync/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/emby-sync/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/embystat/9.1.0/.helmignore b/stable/emby-sync/5.2.0/.helmignore similarity index 100% rename from stable/embystat/9.1.0/.helmignore rename to stable/emby-sync/5.2.0/.helmignore diff --git a/stable/emby-sync/5.2.0/CHANGELOG.md b/stable/emby-sync/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f54f6454fff --- /dev/null +++ b/stable/emby-sync/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/emby-sync/5.2.0/Chart.yaml b/stable/emby-sync/5.2.0/Chart.yaml new file mode 100644 index 00000000000..b64c50b061c --- /dev/null +++ b/stable/emby-sync/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/emby-sync/5.1.0/README.md b/stable/emby-sync/5.2.0/README.md similarity index 100% rename from stable/emby-sync/5.1.0/README.md rename to stable/emby-sync/5.2.0/README.md diff --git a/stable/emby-sync/5.1.0/app-readme.md b/stable/emby-sync/5.2.0/app-readme.md similarity index 100% rename from stable/emby-sync/5.1.0/app-readme.md rename to stable/emby-sync/5.2.0/app-readme.md diff --git a/stable/emby-sync/5.2.0/charts/common-18.1.2.tgz b/stable/emby-sync/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/emby-sync/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/emby-sync/5.1.0/ix_values.yaml b/stable/emby-sync/5.2.0/ix_values.yaml similarity index 100% rename from stable/emby-sync/5.1.0/ix_values.yaml rename to stable/emby-sync/5.2.0/ix_values.yaml diff --git a/stable/emby-sync/5.1.0/questions.yaml b/stable/emby-sync/5.2.0/questions.yaml similarity index 100% rename from stable/emby-sync/5.1.0/questions.yaml rename to stable/emby-sync/5.2.0/questions.yaml diff --git a/stable/emby-sync/5.1.0/templates/common.yaml b/stable/emby-sync/5.2.0/templates/common.yaml similarity index 100% rename from stable/emby-sync/5.1.0/templates/common.yaml rename to stable/emby-sync/5.2.0/templates/common.yaml diff --git a/stable/embystat/9.1.0/values.yaml b/stable/emby-sync/5.2.0/values.yaml similarity index 100% rename from stable/embystat/9.1.0/values.yaml rename to stable/emby-sync/5.2.0/values.yaml diff --git a/stable/emby/18.1.0/CHANGELOG.md b/stable/emby/18.1.0/CHANGELOG.md deleted file mode 100644 index 680fbd4d2e1..00000000000 --- a/stable/emby/18.1.0/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) - -### Chore \ No newline at end of file diff --git a/stable/emby/18.1.0/Chart.yaml b/stable/emby/18.1.0/Chart.yaml deleted file mode 100644 index 7c88fdbc4aa..00000000000 --- a/stable/emby/18.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.8.1.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/emby/18.1.0/charts/common-18.0.1.tgz b/stable/emby/18.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/emby/18.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/emulatorjs/9.1.1/.helmignore b/stable/emby/18.2.0/.helmignore similarity index 100% rename from stable/emulatorjs/9.1.1/.helmignore rename to stable/emby/18.2.0/.helmignore diff --git a/stable/emby/18.2.0/CHANGELOG.md b/stable/emby/18.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c129be7af62 --- /dev/null +++ b/stable/emby/18.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [emby-17.2.1](https://github.com/truecharts/charts/compare/emby-17.2.0...emby-17.2.1) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/geek-cookbook/emby to v4.8.1.0[@dad91c6](https://github.com/dad91c6) by renovate ([#18132](https://github.com/truecharts/charts/issues/18132)) + + +## [emby-17.2.0](https://github.com/truecharts/charts/compare/emby-17.1.13...emby-17.2.0) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/geek-cookbook/emby to v4.8.0.80[@d14aaee](https://github.com/d14aaee) by renovate ([#17937](https://github.com/truecharts/charts/issues/17937)) + + +## [emby-17.1.13](https://github.com/truecharts/charts/compare/emby-17.1.12...emby-17.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [emby-17.1.12](https://github.com/truecharts/charts/compare/emby-17.1.11...emby-17.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [emby-17.1.11](https://github.com/truecharts/charts/compare/emby-17.1.10...emby-17.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [emby-17.1.10](https://github.com/truecharts/charts/compare/emby-17.1.9...emby-17.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [emby-17.1.9](https://github.com/truecharts/charts/compare/emby-17.1.8...emby-17.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [emby-17.1.8](https://github.com/truecharts/charts/compare/emby-17.1.7...emby-17.1.8) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [emby-17.1.7](https://github.com/truecharts/charts/compare/emby-17.1.6...emby-17.1.7) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/emby/18.2.0/Chart.yaml b/stable/emby/18.2.0/Chart.yaml new file mode 100644 index 00000000000..a78f8c5af11 --- /dev/null +++ b/stable/emby/18.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.8.1.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Emby Server is a home media server +home: https://truecharts.org/charts/stable/emby +icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby.png +keywords: + - jellyfin + - plex + - emby +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: emby +sources: + - https://github.com/linuxserver/docker-emby.git + - https://github.com/truecharts/charts/tree/master/charts/stable/emby + - https://ghcr.io/geek-cookbook/emby +type: application +version: 18.2.0 diff --git a/stable/emby/18.1.0/README.md b/stable/emby/18.2.0/README.md similarity index 100% rename from stable/emby/18.1.0/README.md rename to stable/emby/18.2.0/README.md diff --git a/stable/emby/18.1.0/app-readme.md b/stable/emby/18.2.0/app-readme.md similarity index 100% rename from stable/emby/18.1.0/app-readme.md rename to stable/emby/18.2.0/app-readme.md diff --git a/stable/emby/18.2.0/charts/common-18.1.2.tgz b/stable/emby/18.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/emby/18.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/emby/18.1.0/ix_values.yaml b/stable/emby/18.2.0/ix_values.yaml similarity index 100% rename from stable/emby/18.1.0/ix_values.yaml rename to stable/emby/18.2.0/ix_values.yaml diff --git a/stable/emby/18.1.0/questions.yaml b/stable/emby/18.2.0/questions.yaml similarity index 100% rename from stable/emby/18.1.0/questions.yaml rename to stable/emby/18.2.0/questions.yaml diff --git a/stable/emulatorjs/9.1.1/templates/NOTES.txt b/stable/emby/18.2.0/templates/NOTES.txt similarity index 100% rename from stable/emulatorjs/9.1.1/templates/NOTES.txt rename to stable/emby/18.2.0/templates/NOTES.txt diff --git a/stable/emulatorjs/9.1.1/templates/common.yaml b/stable/emby/18.2.0/templates/common.yaml similarity index 100% rename from stable/emulatorjs/9.1.1/templates/common.yaml rename to stable/emby/18.2.0/templates/common.yaml diff --git a/stable/emulatorjs/9.1.1/values.yaml b/stable/emby/18.2.0/values.yaml similarity index 100% rename from stable/emulatorjs/9.1.1/values.yaml rename to stable/emby/18.2.0/values.yaml diff --git a/stable/embystat/9.1.0/CHANGELOG.md b/stable/embystat/9.1.0/CHANGELOG.md deleted file mode 100644 index 287786f29f7..00000000000 --- a/stable/embystat/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [embystat-8.1.12](https://github.com/truecharts/charts/compare/embystat-8.1.11...embystat-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [embystat-8.1.11](https://github.com/truecharts/charts/compare/embystat-8.1.10...embystat-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [embystat-8.1.10](https://github.com/truecharts/charts/compare/embystat-8.1.9...embystat-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [embystat-8.1.9](https://github.com/truecharts/charts/compare/embystat-8.1.8...embystat-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [embystat-8.1.8](https://github.com/truecharts/charts/compare/embystat-8.1.7...embystat-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [embystat-8.1.7](https://github.com/truecharts/charts/compare/embystat-8.1.6...embystat-8.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [embystat-8.1.6](https://github.com/truecharts/charts/compare/embystat-8.1.5...embystat-8.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [embystat-8.1.5](https://github.com/truecharts/charts/compare/embystat-8.1.4...embystat-8.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [embystat-8.1.4](https://github.com/truecharts/charts/compare/embystat-8.1.3...embystat-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [embystat-8.1.3](https://github.com/truecharts/charts/compare/embystat-8.1.0...embystat-8.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/embystat/9.1.0/Chart.yaml b/stable/embystat/9.1.0/Chart.yaml deleted file mode 100644 index 8659d0501e5..00000000000 --- a/stable/embystat/9.1.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: 0.2.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/embystat/9.1.0/charts/common-18.0.1.tgz b/stable/embystat/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/embystat/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/endlessh/9.1.0/.helmignore b/stable/embystat/9.2.0/.helmignore similarity index 100% rename from stable/endlessh/9.1.0/.helmignore rename to stable/embystat/9.2.0/.helmignore diff --git a/stable/embystat/9.2.0/CHANGELOG.md b/stable/embystat/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..66a55ab0740 --- /dev/null +++ b/stable/embystat/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/embystat/9.2.0/Chart.yaml b/stable/embystat/9.2.0/Chart.yaml new file mode 100644 index 00000000000..ce1983e69c5 --- /dev/null +++ b/stable/embystat/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.2.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/embystat/9.1.0/README.md b/stable/embystat/9.2.0/README.md similarity index 100% rename from stable/embystat/9.1.0/README.md rename to stable/embystat/9.2.0/README.md diff --git a/stable/embystat/9.1.0/app-readme.md b/stable/embystat/9.2.0/app-readme.md similarity index 100% rename from stable/embystat/9.1.0/app-readme.md rename to stable/embystat/9.2.0/app-readme.md diff --git a/stable/embystat/9.2.0/charts/common-18.1.2.tgz b/stable/embystat/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/embystat/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/embystat/9.1.0/ix_values.yaml b/stable/embystat/9.2.0/ix_values.yaml similarity index 100% rename from stable/embystat/9.1.0/ix_values.yaml rename to stable/embystat/9.2.0/ix_values.yaml diff --git a/stable/embystat/9.1.0/questions.yaml b/stable/embystat/9.2.0/questions.yaml similarity index 100% rename from stable/embystat/9.1.0/questions.yaml rename to stable/embystat/9.2.0/questions.yaml diff --git a/stable/endlessh/9.1.0/templates/NOTES.txt b/stable/embystat/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/endlessh/9.1.0/templates/NOTES.txt rename to stable/embystat/9.2.0/templates/NOTES.txt diff --git a/stable/endlessh/9.1.0/templates/common.yaml b/stable/embystat/9.2.0/templates/common.yaml similarity index 100% rename from stable/endlessh/9.1.0/templates/common.yaml rename to stable/embystat/9.2.0/templates/common.yaml diff --git a/stable/endlessh/9.1.0/values.yaml b/stable/embystat/9.2.0/values.yaml similarity index 100% rename from stable/endlessh/9.1.0/values.yaml rename to stable/embystat/9.2.0/values.yaml diff --git a/stable/emulatorjs/9.1.1/CHANGELOG.md b/stable/emulatorjs/9.1.1/CHANGELOG.md deleted file mode 100644 index ca6f6a9a53e..00000000000 --- a/stable/emulatorjs/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [emulatorjs-8.2.5](https://github.com/truecharts/charts/compare/emulatorjs-8.2.4...emulatorjs-8.2.5) (2024-01-21) \ No newline at end of file diff --git a/stable/emulatorjs/9.1.1/Chart.yaml b/stable/emulatorjs/9.1.1/Chart.yaml deleted file mode 100644 index c4b91e30890..00000000000 --- a/stable/emulatorjs/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: 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.1 diff --git a/stable/emulatorjs/9.1.1/charts/common-18.0.2.tgz b/stable/emulatorjs/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/emulatorjs/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/emulatorjs/9.1.1/ix_values.yaml b/stable/emulatorjs/9.1.1/ix_values.yaml deleted file mode 100644 index e168f592e78..00000000000 --- a/stable/emulatorjs/9.1.1/ix_values.yaml +++ /dev/null @@ -1,60 +0,0 @@ -image: - repository: ghcr.io/linuxserver/emulatorjs - pullPolicy: IfNotPresent - tag: 1.8.8@sha256:153aed34d85bb716e52027cbbbdf90ad72663da33fe49b0a7a02291b192ce484 -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/ersatztv/3.1.0/.helmignore b/stable/emulatorjs/9.2.0/.helmignore similarity index 100% rename from stable/ersatztv/3.1.0/.helmignore rename to stable/emulatorjs/9.2.0/.helmignore diff --git a/stable/emulatorjs/9.2.0/CHANGELOG.md b/stable/emulatorjs/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..00597521024 --- /dev/null +++ b/stable/emulatorjs/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + +## [emulatorjs-8.2.13](https://github.com/truecharts/charts/compare/emulatorjs-8.2.12...emulatorjs-8.2.13) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/emulatorjs to v1.8.8[@36428a8](https://github.com/36428a8) by renovate ([#18134](https://github.com/truecharts/charts/issues/18134)) + + +## [emulatorjs-8.2.12](https://github.com/truecharts/charts/compare/emulatorjs-8.2.11...emulatorjs-8.2.12) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/emulatorjs to v1.8.7[@4855047](https://github.com/4855047) by renovate ([#17910](https://github.com/truecharts/charts/issues/17910)) + + +## [emulatorjs-8.2.11](https://github.com/truecharts/charts/compare/emulatorjs-8.2.10...emulatorjs-8.2.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [emulatorjs-8.2.10](https://github.com/truecharts/charts/compare/emulatorjs-8.2.9...emulatorjs-8.2.10) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/emulatorjs to v1.8.5[@f2a8a9a](https://github.com/f2a8a9a) by renovate ([#17672](https://github.com/truecharts/charts/issues/17672)) + + +## [emulatorjs-8.2.9](https://github.com/truecharts/charts/compare/emulatorjs-8.2.8...emulatorjs-8.2.9) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [emulatorjs-8.2.8](https://github.com/truecharts/charts/compare/emulatorjs-8.2.7...emulatorjs-8.2.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [emulatorjs-8.2.7](https://github.com/truecharts/charts/compare/emulatorjs-8.2.6...emulatorjs-8.2.7) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [emulatorjs-8.2.6](https://github.com/truecharts/charts/compare/emulatorjs-8.2.5...emulatorjs-8.2.6) (2024-01-21) + +### Chore + + diff --git a/stable/emulatorjs/9.2.0/Chart.yaml b/stable/emulatorjs/9.2.0/Chart.yaml new file mode 100644 index 00000000000..71d492550ac --- /dev/null +++ b/stable/emulatorjs/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: emulator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.8.8 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles. +home: https://truecharts.org/charts/stable/emulatorjs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/emulatorjs.png +keywords: + - emulatorjs +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: emulatorjs +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/emulatorjs + - https://ghcr.io/linuxserver/emulatorjs +type: application +version: 9.2.0 diff --git a/stable/emulatorjs/9.1.1/README.md b/stable/emulatorjs/9.2.0/README.md similarity index 100% rename from stable/emulatorjs/9.1.1/README.md rename to stable/emulatorjs/9.2.0/README.md diff --git a/stable/emulatorjs/9.1.1/app-readme.md b/stable/emulatorjs/9.2.0/app-readme.md similarity index 100% rename from stable/emulatorjs/9.1.1/app-readme.md rename to stable/emulatorjs/9.2.0/app-readme.md diff --git a/stable/emulatorjs/9.2.0/charts/common-18.1.2.tgz b/stable/emulatorjs/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/emulatorjs/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/emulatorjs/9.2.0/ix_values.yaml b/stable/emulatorjs/9.2.0/ix_values.yaml new file mode 100644 index 00000000000..0d8758221cc --- /dev/null +++ b/stable/emulatorjs/9.2.0/ix_values.yaml @@ -0,0 +1,60 @@ +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/emulatorjs/9.1.1/questions.yaml b/stable/emulatorjs/9.2.0/questions.yaml similarity index 100% rename from stable/emulatorjs/9.1.1/questions.yaml rename to stable/emulatorjs/9.2.0/questions.yaml diff --git a/stable/esphome/19.1.1/templates/NOTES.txt b/stable/emulatorjs/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/esphome/19.1.1/templates/NOTES.txt rename to stable/emulatorjs/9.2.0/templates/NOTES.txt diff --git a/stable/ersatztv/3.1.0/templates/common.yaml b/stable/emulatorjs/9.2.0/templates/common.yaml similarity index 100% rename from stable/ersatztv/3.1.0/templates/common.yaml rename to stable/emulatorjs/9.2.0/templates/common.yaml diff --git a/stable/ersatztv/3.1.0/values.yaml b/stable/emulatorjs/9.2.0/values.yaml similarity index 100% rename from stable/ersatztv/3.1.0/values.yaml rename to stable/emulatorjs/9.2.0/values.yaml diff --git a/stable/endlessh/9.1.0/CHANGELOG.md b/stable/endlessh/9.1.0/CHANGELOG.md deleted file mode 100644 index 3e48a958e1e..00000000000 --- a/stable/endlessh/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [endlessh-8.1.12](https://github.com/truecharts/charts/compare/endlessh-8.1.11...endlessh-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [endlessh-8.1.11](https://github.com/truecharts/charts/compare/endlessh-8.1.10...endlessh-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [endlessh-8.1.10](https://github.com/truecharts/charts/compare/endlessh-8.1.9...endlessh-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [endlessh-8.1.9](https://github.com/truecharts/charts/compare/endlessh-8.1.8...endlessh-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [endlessh-8.1.8](https://github.com/truecharts/charts/compare/endlessh-8.1.7...endlessh-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [endlessh-8.1.7](https://github.com/truecharts/charts/compare/endlessh-8.1.6...endlessh-8.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [endlessh-8.1.6](https://github.com/truecharts/charts/compare/endlessh-8.1.5...endlessh-8.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [endlessh-8.1.5](https://github.com/truecharts/charts/compare/endlessh-8.1.4...endlessh-8.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [endlessh-8.1.4](https://github.com/truecharts/charts/compare/endlessh-8.1.3...endlessh-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [endlessh-8.1.3](https://github.com/truecharts/charts/compare/endlessh-8.1.0...endlessh-8.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/endlessh/9.1.0/Chart.yaml b/stable/endlessh/9.1.0/Chart.yaml deleted file mode 100644 index 1571b72238d..00000000000 --- a/stable/endlessh/9.1.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: 2021.11.21 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/endlessh/9.1.0/charts/common-18.0.1.tgz b/stable/endlessh/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/endlessh/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/esphome/19.1.1/.helmignore b/stable/endlessh/9.2.0/.helmignore similarity index 100% rename from stable/esphome/19.1.1/.helmignore rename to stable/endlessh/9.2.0/.helmignore diff --git a/stable/endlessh/9.2.0/CHANGELOG.md b/stable/endlessh/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5720f5fed24 --- /dev/null +++ b/stable/endlessh/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/endlessh/9.2.0/Chart.yaml b/stable/endlessh/9.2.0/Chart.yaml new file mode 100644 index 00000000000..68cf482703e --- /dev/null +++ b/stable/endlessh/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.11.21 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/endlessh/9.1.0/README.md b/stable/endlessh/9.2.0/README.md similarity index 100% rename from stable/endlessh/9.1.0/README.md rename to stable/endlessh/9.2.0/README.md diff --git a/stable/endlessh/9.1.0/app-readme.md b/stable/endlessh/9.2.0/app-readme.md similarity index 100% rename from stable/endlessh/9.1.0/app-readme.md rename to stable/endlessh/9.2.0/app-readme.md diff --git a/stable/endlessh/9.2.0/charts/common-18.1.2.tgz b/stable/endlessh/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/endlessh/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/endlessh/9.1.0/ix_values.yaml b/stable/endlessh/9.2.0/ix_values.yaml similarity index 100% rename from stable/endlessh/9.1.0/ix_values.yaml rename to stable/endlessh/9.2.0/ix_values.yaml diff --git a/stable/endlessh/9.1.0/questions.yaml b/stable/endlessh/9.2.0/questions.yaml similarity index 100% rename from stable/endlessh/9.1.0/questions.yaml rename to stable/endlessh/9.2.0/questions.yaml diff --git a/stable/etherpad/16.1.0/templates/NOTES.txt b/stable/endlessh/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/etherpad/16.1.0/templates/NOTES.txt rename to stable/endlessh/9.2.0/templates/NOTES.txt diff --git a/stable/esphome/19.1.1/templates/common.yaml b/stable/endlessh/9.2.0/templates/common.yaml similarity index 100% rename from stable/esphome/19.1.1/templates/common.yaml rename to stable/endlessh/9.2.0/templates/common.yaml diff --git a/stable/esphome/19.1.1/values.yaml b/stable/endlessh/9.2.0/values.yaml similarity index 100% rename from stable/esphome/19.1.1/values.yaml rename to stable/endlessh/9.2.0/values.yaml diff --git a/stable/ersatztv/3.1.0/CHANGELOG.md b/stable/ersatztv/3.1.0/CHANGELOG.md deleted file mode 100644 index 42b4e07e4e1..00000000000 --- a/stable/ersatztv/3.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/ersatztv/3.1.0/Chart.yaml b/stable/ersatztv/3.1.0/Chart.yaml deleted file mode 100644 index 83da546da0a..00000000000 --- a/stable/ersatztv/3.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/ersatztv/3.1.0/charts/common-18.0.1.tgz b/stable/ersatztv/3.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/ersatztv/3.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/etesync/9.1.0/.helmignore b/stable/ersatztv/3.2.0/.helmignore similarity index 100% rename from stable/etesync/9.1.0/.helmignore rename to stable/ersatztv/3.2.0/.helmignore diff --git a/stable/ersatztv/3.2.0/CHANGELOG.md b/stable/ersatztv/3.2.0/CHANGELOG.md new file mode 100644 index 00000000000..737121adff9 --- /dev/null +++ b/stable/ersatztv/3.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [ersatztv-2.1.15](https://github.com/truecharts/charts/compare/ersatztv-2.1.12...ersatztv-2.1.15) (2024-02-05) + +### Chore + + + +- update container image jasongdove/ersatztv to v0.8.5 by renovate ([#17920](https://github.com/truecharts/charts/issues/17920)) + + +## [ersatztv-2.1.12](https://github.com/truecharts/charts/compare/ersatztv-2.1.11...ersatztv-2.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ersatztv-2.1.11](https://github.com/truecharts/charts/compare/ersatztv-2.1.10...ersatztv-2.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ersatztv-2.1.10](https://github.com/truecharts/charts/compare/ersatztv-2.1.9...ersatztv-2.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ersatztv-2.1.9](https://github.com/truecharts/charts/compare/ersatztv-2.1.8...ersatztv-2.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [ersatztv-2.1.8](https://github.com/truecharts/charts/compare/ersatztv-2.1.7...ersatztv-2.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [ersatztv-2.1.7](https://github.com/truecharts/charts/compare/ersatztv-2.1.6...ersatztv-2.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [ersatztv-2.1.6](https://github.com/truecharts/charts/compare/ersatztv-2.1.5...ersatztv-2.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [ersatztv-2.1.5](https://github.com/truecharts/charts/compare/ersatztv-2.1.4...ersatztv-2.1.5) (2024-01-02) + +### Chore + + + +- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) diff --git a/stable/ersatztv/3.2.0/Chart.yaml b/stable/ersatztv/3.2.0/Chart.yaml new file mode 100644 index 00000000000..833c0e3d2b6 --- /dev/null +++ b/stable/ersatztv/3.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.8.5 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/ersatztv/3.1.0/README.md b/stable/ersatztv/3.2.0/README.md similarity index 100% rename from stable/ersatztv/3.1.0/README.md rename to stable/ersatztv/3.2.0/README.md diff --git a/stable/ersatztv/3.1.0/app-readme.md b/stable/ersatztv/3.2.0/app-readme.md similarity index 100% rename from stable/ersatztv/3.1.0/app-readme.md rename to stable/ersatztv/3.2.0/app-readme.md diff --git a/stable/ersatztv/3.2.0/charts/common-18.1.2.tgz b/stable/ersatztv/3.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/ersatztv/3.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/ersatztv/3.1.0/ix_values.yaml b/stable/ersatztv/3.2.0/ix_values.yaml similarity index 100% rename from stable/ersatztv/3.1.0/ix_values.yaml rename to stable/ersatztv/3.2.0/ix_values.yaml diff --git a/stable/ersatztv/3.1.0/questions.yaml b/stable/ersatztv/3.2.0/questions.yaml similarity index 100% rename from stable/ersatztv/3.1.0/questions.yaml rename to stable/ersatztv/3.2.0/questions.yaml diff --git a/stable/etherpad/16.1.0/templates/common.yaml b/stable/ersatztv/3.2.0/templates/common.yaml similarity index 100% rename from stable/etherpad/16.1.0/templates/common.yaml rename to stable/ersatztv/3.2.0/templates/common.yaml diff --git a/stable/etesync/9.1.0/values.yaml b/stable/ersatztv/3.2.0/values.yaml similarity index 100% rename from stable/etesync/9.1.0/values.yaml rename to stable/ersatztv/3.2.0/values.yaml diff --git a/stable/esphome/19.1.1/CHANGELOG.md b/stable/esphome/19.1.1/CHANGELOG.md deleted file mode 100644 index 7c49b4edf6b..00000000000 --- a/stable/esphome/19.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - -## [esphome-17.1.15](https://github.com/truecharts/charts/compare/esphome-17.1.14...esphome-17.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [esphome-17.1.14](https://github.com/truecharts/charts/compare/esphome-17.1.13...esphome-17.1.14) (2024-01-29) - -### Chore - - - -- update container image esphome/esphome to v2023.12.9[@0ec7b41](https://github.com/0ec7b41) by renovate ([#17666](https://github.com/truecharts/charts/issues/17666)) - - -## [esphome-17.1.13](https://github.com/truecharts/charts/compare/esphome-17.1.12...esphome-17.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [esphome-17.1.12](https://github.com/truecharts/charts/compare/esphome-17.1.11...esphome-17.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [esphome-17.1.11](https://github.com/truecharts/charts/compare/esphome-17.1.10...esphome-17.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [esphome-17.1.10](https://github.com/truecharts/charts/compare/esphome-17.1.9...esphome-17.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [esphome-17.1.9](https://github.com/truecharts/charts/compare/esphome-17.1.8...esphome-17.1.9) (2024-01-21) - -### Chore - - - -- update container image esphome/esphome to v2023.12.8[@d1b1b22](https://github.com/d1b1b22) by renovate ([#17411](https://github.com/truecharts/charts/issues/17411)) - - -## [esphome-17.1.8](https://github.com/truecharts/charts/compare/esphome-17.1.7...esphome-17.1.8) (2024-01-15) - -### Chore - - - -- update container image esphome/esphome to v2023.12.6[@7df17e1](https://github.com/7df17e1) by renovate ([#17281](https://github.com/truecharts/charts/issues/17281)) - - - - -## [esphome-17.1.7](https://github.com/truecharts/charts/compare/esphome-17.1.6...esphome-17.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [esphome-17.1.6](https://github.com/truecharts/charts/compare/esphome-17.1.5...esphome-17.1.6) (2024-01-02) \ No newline at end of file diff --git a/stable/esphome/19.1.1/Chart.yaml b/stable/esphome/19.1.1/Chart.yaml deleted file mode 100644 index eafadd45be5..00000000000 --- a/stable/esphome/19.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: 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.1 diff --git a/stable/esphome/19.1.1/charts/common-18.0.2.tgz b/stable/esphome/19.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/esphome/19.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/esphome/19.1.1/ix_values.yaml b/stable/esphome/19.1.1/ix_values.yaml deleted file mode 100644 index 1aa600d3fb7..00000000000 --- a/stable/esphome/19.1.1/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/ethercalc/5.1.0/.helmignore b/stable/esphome/19.2.0/.helmignore similarity index 100% rename from stable/ethercalc/5.1.0/.helmignore rename to stable/esphome/19.2.0/.helmignore diff --git a/stable/esphome/19.2.0/CHANGELOG.md b/stable/esphome/19.2.0/CHANGELOG.md new file mode 100644 index 00000000000..15f418b6daf --- /dev/null +++ b/stable/esphome/19.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/esphome/19.2.0/Chart.yaml b/stable/esphome/19.2.0/Chart.yaml new file mode 100644 index 00000000000..82c2a33e837 --- /dev/null +++ b/stable/esphome/19.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: tools + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.2.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/esphome/19.1.1/README.md b/stable/esphome/19.2.0/README.md similarity index 100% rename from stable/esphome/19.1.1/README.md rename to stable/esphome/19.2.0/README.md diff --git a/stable/esphome/19.1.1/app-readme.md b/stable/esphome/19.2.0/app-readme.md similarity index 100% rename from stable/esphome/19.1.1/app-readme.md rename to stable/esphome/19.2.0/app-readme.md diff --git a/stable/esphome/19.2.0/charts/common-18.1.2.tgz b/stable/esphome/19.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/esphome/19.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/esphome/19.2.0/ix_values.yaml b/stable/esphome/19.2.0/ix_values.yaml new file mode 100644 index 00000000000..382ec272e02 --- /dev/null +++ b/stable/esphome/19.2.0/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.1/questions.yaml b/stable/esphome/19.2.0/questions.yaml similarity index 100% rename from stable/esphome/19.1.1/questions.yaml rename to stable/esphome/19.2.0/questions.yaml diff --git a/stable/external-dns/4.1.0/templates/NOTES.txt b/stable/esphome/19.2.0/templates/NOTES.txt similarity index 100% rename from stable/external-dns/4.1.0/templates/NOTES.txt rename to stable/esphome/19.2.0/templates/NOTES.txt diff --git a/stable/external-service/13.1.0/templates/common.yaml b/stable/esphome/19.2.0/templates/common.yaml similarity index 100% rename from stable/external-service/13.1.0/templates/common.yaml rename to stable/esphome/19.2.0/templates/common.yaml diff --git a/stable/ethercalc/5.1.0/values.yaml b/stable/esphome/19.2.0/values.yaml similarity index 100% rename from stable/ethercalc/5.1.0/values.yaml rename to stable/esphome/19.2.0/values.yaml diff --git a/stable/etesync/9.1.0/CHANGELOG.md b/stable/etesync/9.1.0/CHANGELOG.md deleted file mode 100644 index 77032e9fd19..00000000000 --- a/stable/etesync/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [etesync-8.1.15](https://github.com/truecharts/charts/compare/etesync-8.1.14...etesync-8.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [etesync-8.1.14](https://github.com/truecharts/charts/compare/etesync-8.1.13...etesync-8.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [etesync-8.1.13](https://github.com/truecharts/charts/compare/etesync-8.1.12...etesync-8.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [etesync-8.1.12](https://github.com/truecharts/charts/compare/etesync-8.1.11...etesync-8.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [etesync-8.1.11](https://github.com/truecharts/charts/compare/etesync-8.1.10...etesync-8.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [etesync-8.1.10](https://github.com/truecharts/charts/compare/etesync-8.1.9...etesync-8.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [etesync-8.1.9](https://github.com/truecharts/charts/compare/etesync-8.1.8...etesync-8.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [etesync-8.1.8](https://github.com/truecharts/charts/compare/etesync-8.1.7...etesync-8.1.8) (2024-01-02) - -### Chore - - - -- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) - - -## [etesync-8.1.7](https://github.com/truecharts/charts/compare/etesync-8.1.6...etesync-8.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs diff --git a/stable/etesync/9.1.0/Chart.yaml b/stable/etesync/9.1.0/Chart.yaml deleted file mode 100644 index c8a3f61a70b..00000000000 --- a/stable/etesync/9.1.0/Chart.yaml +++ /dev/null @@ -1,50 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/etesync/9.1.0/charts/common-18.0.1.tgz b/stable/etesync/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/etesync/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/etherpad/16.1.0/.helmignore b/stable/etesync/9.2.0/.helmignore similarity index 100% rename from stable/etherpad/16.1.0/.helmignore rename to stable/etesync/9.2.0/.helmignore diff --git a/stable/etesync/9.2.0/CHANGELOG.md b/stable/etesync/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5f6cd26269a --- /dev/null +++ b/stable/etesync/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + +## [etesync-8.1.15](https://github.com/truecharts/charts/compare/etesync-8.1.14...etesync-8.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [etesync-8.1.14](https://github.com/truecharts/charts/compare/etesync-8.1.13...etesync-8.1.14) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [etesync-8.1.13](https://github.com/truecharts/charts/compare/etesync-8.1.12...etesync-8.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [etesync-8.1.12](https://github.com/truecharts/charts/compare/etesync-8.1.11...etesync-8.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [etesync-8.1.11](https://github.com/truecharts/charts/compare/etesync-8.1.10...etesync-8.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [etesync-8.1.10](https://github.com/truecharts/charts/compare/etesync-8.1.9...etesync-8.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [etesync-8.1.9](https://github.com/truecharts/charts/compare/etesync-8.1.8...etesync-8.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [etesync-8.1.8](https://github.com/truecharts/charts/compare/etesync-8.1.7...etesync-8.1.8) (2024-01-02) + +### Chore + + + +- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) + + +## [etesync-8.1.7](https://github.com/truecharts/charts/compare/etesync-8.1.6...etesync-8.1.7) (2024-01-02) + +### Chore diff --git a/stable/etesync/9.2.0/Chart.yaml b/stable/etesync/9.2.0/Chart.yaml new file mode 100644 index 00000000000..b23ddaef78d --- /dev/null +++ b/stable/etesync/9.2.0/Chart.yaml @@ -0,0 +1,50 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.11.0 +dependencies: + - name: common + version: 18.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: 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.0 diff --git a/stable/etesync/9.1.0/README.md b/stable/etesync/9.2.0/README.md similarity index 100% rename from stable/etesync/9.1.0/README.md rename to stable/etesync/9.2.0/README.md diff --git a/stable/etesync/9.1.0/app-readme.md b/stable/etesync/9.2.0/app-readme.md similarity index 100% rename from stable/etesync/9.1.0/app-readme.md rename to stable/etesync/9.2.0/app-readme.md diff --git a/stable/etesync/9.2.0/charts/common-18.1.2.tgz b/stable/etesync/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/etesync/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/etesync/9.1.0/charts/redis-11.2.1.tgz b/stable/etesync/9.2.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/etesync/9.1.0/charts/redis-11.2.1.tgz rename to stable/etesync/9.2.0/charts/redis-11.2.1.tgz diff --git a/stable/etesync/9.1.0/ix_values.yaml b/stable/etesync/9.2.0/ix_values.yaml similarity index 100% rename from stable/etesync/9.1.0/ix_values.yaml rename to stable/etesync/9.2.0/ix_values.yaml diff --git a/stable/etesync/9.1.0/questions.yaml b/stable/etesync/9.2.0/questions.yaml similarity index 100% rename from stable/etesync/9.1.0/questions.yaml rename to stable/etesync/9.2.0/questions.yaml diff --git a/stable/etesync/9.1.0/templates/_secret.tpl b/stable/etesync/9.2.0/templates/_secret.tpl similarity index 100% rename from stable/etesync/9.1.0/templates/_secret.tpl rename to stable/etesync/9.2.0/templates/_secret.tpl diff --git a/stable/etesync/9.1.0/templates/common.yaml b/stable/etesync/9.2.0/templates/common.yaml similarity index 100% rename from stable/etesync/9.1.0/templates/common.yaml rename to stable/etesync/9.2.0/templates/common.yaml diff --git a/stable/etherpad/16.1.0/values.yaml b/stable/etesync/9.2.0/values.yaml similarity index 100% rename from stable/etherpad/16.1.0/values.yaml rename to stable/etesync/9.2.0/values.yaml diff --git a/stable/ethercalc/5.1.0/CHANGELOG.md b/stable/ethercalc/5.1.0/CHANGELOG.md deleted file mode 100644 index 5ba50ea951a..00000000000 --- a/stable/ethercalc/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [ethercalc-4.1.12](https://github.com/truecharts/charts/compare/ethercalc-4.1.11...ethercalc-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ethercalc-4.1.11](https://github.com/truecharts/charts/compare/ethercalc-4.1.10...ethercalc-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ethercalc-4.1.10](https://github.com/truecharts/charts/compare/ethercalc-4.1.9...ethercalc-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ethercalc-4.1.9](https://github.com/truecharts/charts/compare/ethercalc-4.1.8...ethercalc-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ethercalc-4.1.8](https://github.com/truecharts/charts/compare/ethercalc-4.1.7...ethercalc-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [ethercalc-4.1.7](https://github.com/truecharts/charts/compare/ethercalc-4.1.6...ethercalc-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ethercalc-4.1.6](https://github.com/truecharts/charts/compare/ethercalc-4.1.5...ethercalc-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [ethercalc-4.1.5](https://github.com/truecharts/charts/compare/ethercalc-4.1.4...ethercalc-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [ethercalc-4.1.4](https://github.com/truecharts/charts/compare/ethercalc-4.1.3...ethercalc-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [ethercalc-4.1.3](https://github.com/truecharts/charts/compare/ethercalc-4.1.0...ethercalc-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/ethercalc/5.1.0/Chart.yaml b/stable/ethercalc/5.1.0/Chart.yaml deleted file mode 100644 index 292fd8e26c3..00000000000 --- a/stable/ethercalc/5.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: 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.1 - 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.0 diff --git a/stable/ethercalc/5.1.0/charts/common-18.0.1.tgz b/stable/ethercalc/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/ethercalc/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/explainshell/5.1.0/.helmignore b/stable/ethercalc/5.2.0/.helmignore similarity index 100% rename from stable/explainshell/5.1.0/.helmignore rename to stable/ethercalc/5.2.0/.helmignore diff --git a/stable/ethercalc/5.2.0/CHANGELOG.md b/stable/ethercalc/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..1ce3e7ffe7a --- /dev/null +++ b/stable/ethercalc/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/ethercalc/5.2.0/Chart.yaml b/stable/ethercalc/5.2.0/Chart.yaml new file mode 100644 index 00000000000..27de78b8e02 --- /dev/null +++ b/stable/ethercalc/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/ethercalc/5.1.0/README.md b/stable/ethercalc/5.2.0/README.md similarity index 100% rename from stable/ethercalc/5.1.0/README.md rename to stable/ethercalc/5.2.0/README.md diff --git a/stable/ethercalc/5.1.0/app-readme.md b/stable/ethercalc/5.2.0/app-readme.md similarity index 100% rename from stable/ethercalc/5.1.0/app-readme.md rename to stable/ethercalc/5.2.0/app-readme.md diff --git a/stable/ethercalc/5.2.0/charts/common-18.1.2.tgz b/stable/ethercalc/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/ethercalc/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/ethercalc/5.1.0/ix_values.yaml b/stable/ethercalc/5.2.0/ix_values.yaml similarity index 100% rename from stable/ethercalc/5.1.0/ix_values.yaml rename to stable/ethercalc/5.2.0/ix_values.yaml diff --git a/stable/ethercalc/5.1.0/questions.yaml b/stable/ethercalc/5.2.0/questions.yaml similarity index 100% rename from stable/ethercalc/5.1.0/questions.yaml rename to stable/ethercalc/5.2.0/questions.yaml diff --git a/stable/ethercalc/5.1.0/templates/common.yaml b/stable/ethercalc/5.2.0/templates/common.yaml similarity index 100% rename from stable/ethercalc/5.1.0/templates/common.yaml rename to stable/ethercalc/5.2.0/templates/common.yaml diff --git a/stable/explainshell/5.1.0/values.yaml b/stable/ethercalc/5.2.0/values.yaml similarity index 100% rename from stable/explainshell/5.1.0/values.yaml rename to stable/ethercalc/5.2.0/values.yaml diff --git a/stable/etherpad/16.1.0/CHANGELOG.md b/stable/etherpad/16.1.0/CHANGELOG.md deleted file mode 100644 index 2577b37c23f..00000000000 --- a/stable/etherpad/16.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [etherpad-15.1.12](https://github.com/truecharts/charts/compare/etherpad-15.1.11...etherpad-15.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [etherpad-15.1.11](https://github.com/truecharts/charts/compare/etherpad-15.1.10...etherpad-15.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [etherpad-15.1.10](https://github.com/truecharts/charts/compare/etherpad-15.1.9...etherpad-15.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [etherpad-15.1.9](https://github.com/truecharts/charts/compare/etherpad-15.1.8...etherpad-15.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [etherpad-15.1.8](https://github.com/truecharts/charts/compare/etherpad-15.1.7...etherpad-15.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [etherpad-15.1.7](https://github.com/truecharts/charts/compare/etherpad-15.1.6...etherpad-15.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [etherpad-15.1.6](https://github.com/truecharts/charts/compare/etherpad-15.1.5...etherpad-15.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [etherpad-15.1.5](https://github.com/truecharts/charts/compare/etherpad-15.1.4...etherpad-15.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [etherpad-15.1.4](https://github.com/truecharts/charts/compare/etherpad-15.1.3...etherpad-15.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [etherpad-15.1.3](https://github.com/truecharts/charts/compare/etherpad-15.1.0...etherpad-15.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/etherpad/16.1.0/Chart.yaml b/stable/etherpad/16.1.0/Chart.yaml deleted file mode 100644 index e39d7935955..00000000000 --- a/stable/etherpad/16.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.8.14 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/etherpad/16.1.0/charts/common-18.0.1.tgz b/stable/etherpad/16.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/etherpad/16.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/external-dns/4.1.0/.helmignore b/stable/etherpad/16.2.0/.helmignore similarity index 100% rename from stable/external-dns/4.1.0/.helmignore rename to stable/etherpad/16.2.0/.helmignore diff --git a/stable/etherpad/16.2.0/CHANGELOG.md b/stable/etherpad/16.2.0/CHANGELOG.md new file mode 100644 index 00000000000..0beebe33c87 --- /dev/null +++ b/stable/etherpad/16.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/etherpad/16.2.0/Chart.yaml b/stable/etherpad/16.2.0/Chart.yaml new file mode 100644 index 00000000000..c71eb03da49 --- /dev/null +++ b/stable/etherpad/16.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.8.14 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/etherpad/16.1.0/README.md b/stable/etherpad/16.2.0/README.md similarity index 100% rename from stable/etherpad/16.1.0/README.md rename to stable/etherpad/16.2.0/README.md diff --git a/stable/etherpad/16.1.0/app-readme.md b/stable/etherpad/16.2.0/app-readme.md similarity index 100% rename from stable/etherpad/16.1.0/app-readme.md rename to stable/etherpad/16.2.0/app-readme.md diff --git a/stable/etherpad/16.2.0/charts/common-18.1.2.tgz b/stable/etherpad/16.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/etherpad/16.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/etherpad/16.1.0/ix_values.yaml b/stable/etherpad/16.2.0/ix_values.yaml similarity index 100% rename from stable/etherpad/16.1.0/ix_values.yaml rename to stable/etherpad/16.2.0/ix_values.yaml diff --git a/stable/etherpad/16.1.0/questions.yaml b/stable/etherpad/16.2.0/questions.yaml similarity index 100% rename from stable/etherpad/16.1.0/questions.yaml rename to stable/etherpad/16.2.0/questions.yaml diff --git a/stable/external-service/13.1.0/templates/NOTES.txt b/stable/etherpad/16.2.0/templates/NOTES.txt similarity index 100% rename from stable/external-service/13.1.0/templates/NOTES.txt rename to stable/etherpad/16.2.0/templates/NOTES.txt diff --git a/stable/fabulinus/2.1.0/templates/common.yaml b/stable/etherpad/16.2.0/templates/common.yaml similarity index 100% rename from stable/fabulinus/2.1.0/templates/common.yaml rename to stable/etherpad/16.2.0/templates/common.yaml diff --git a/stable/external-dns/4.1.0/values.yaml b/stable/etherpad/16.2.0/values.yaml similarity index 100% rename from stable/external-dns/4.1.0/values.yaml rename to stable/etherpad/16.2.0/values.yaml diff --git a/stable/explainshell/5.1.0/CHANGELOG.md b/stable/explainshell/5.1.0/CHANGELOG.md deleted file mode 100644 index 7c9b6e37f33..00000000000 --- a/stable/explainshell/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [explainshell-4.1.12](https://github.com/truecharts/charts/compare/explainshell-4.1.11...explainshell-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [explainshell-4.1.11](https://github.com/truecharts/charts/compare/explainshell-4.1.10...explainshell-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [explainshell-4.1.10](https://github.com/truecharts/charts/compare/explainshell-4.1.9...explainshell-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [explainshell-4.1.9](https://github.com/truecharts/charts/compare/explainshell-4.1.8...explainshell-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [explainshell-4.1.8](https://github.com/truecharts/charts/compare/explainshell-4.1.7...explainshell-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [explainshell-4.1.7](https://github.com/truecharts/charts/compare/explainshell-4.1.6...explainshell-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [explainshell-4.1.6](https://github.com/truecharts/charts/compare/explainshell-4.1.5...explainshell-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [explainshell-4.1.5](https://github.com/truecharts/charts/compare/explainshell-4.1.4...explainshell-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [explainshell-4.1.4](https://github.com/truecharts/charts/compare/explainshell-4.1.3...explainshell-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [explainshell-4.1.3](https://github.com/truecharts/charts/compare/explainshell-4.1.0...explainshell-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/explainshell/5.1.0/Chart.yaml b/stable/explainshell/5.1.0/Chart.yaml deleted file mode 100644 index 4280f5f7ebc..00000000000 --- a/stable/explainshell/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/explainshell/5.1.0/charts/common-18.0.1.tgz b/stable/explainshell/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/explainshell/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/external-ip/5.1.0/.helmignore b/stable/explainshell/5.2.0/.helmignore similarity index 100% rename from stable/external-ip/5.1.0/.helmignore rename to stable/explainshell/5.2.0/.helmignore diff --git a/stable/explainshell/5.2.0/CHANGELOG.md b/stable/explainshell/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..fa69808b4e2 --- /dev/null +++ b/stable/explainshell/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/explainshell/5.2.0/Chart.yaml b/stable/explainshell/5.2.0/Chart.yaml new file mode 100644 index 00000000000..195c6524207 --- /dev/null +++ b/stable/explainshell/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/explainshell/5.1.0/README.md b/stable/explainshell/5.2.0/README.md similarity index 100% rename from stable/explainshell/5.1.0/README.md rename to stable/explainshell/5.2.0/README.md diff --git a/stable/explainshell/5.1.0/app-readme.md b/stable/explainshell/5.2.0/app-readme.md similarity index 100% rename from stable/explainshell/5.1.0/app-readme.md rename to stable/explainshell/5.2.0/app-readme.md diff --git a/stable/explainshell/5.2.0/charts/common-18.1.2.tgz b/stable/explainshell/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/explainshell/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/explainshell/5.1.0/ix_values.yaml b/stable/explainshell/5.2.0/ix_values.yaml similarity index 100% rename from stable/explainshell/5.1.0/ix_values.yaml rename to stable/explainshell/5.2.0/ix_values.yaml diff --git a/stable/explainshell/5.1.0/questions.yaml b/stable/explainshell/5.2.0/questions.yaml similarity index 100% rename from stable/explainshell/5.1.0/questions.yaml rename to stable/explainshell/5.2.0/questions.yaml diff --git a/stable/explainshell/5.1.0/templates/common.yaml b/stable/explainshell/5.2.0/templates/common.yaml similarity index 100% rename from stable/explainshell/5.1.0/templates/common.yaml rename to stable/explainshell/5.2.0/templates/common.yaml diff --git a/stable/external-ip/5.1.0/values.yaml b/stable/explainshell/5.2.0/values.yaml similarity index 100% rename from stable/external-ip/5.1.0/values.yaml rename to stable/explainshell/5.2.0/values.yaml diff --git a/stable/external-dns/4.1.0/CHANGELOG.md b/stable/external-dns/4.1.0/CHANGELOG.md deleted file mode 100644 index 2d27a759d37..00000000000 --- a/stable/external-dns/4.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/external-dns/4.1.0/Chart.yaml b/stable/external-dns/4.1.0/Chart.yaml deleted file mode 100644 index d4471c3df21..00000000000 --- a/stable/external-dns/4.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/external-dns/4.1.0/charts/common-18.0.1.tgz b/stable/external-dns/4.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/external-dns/4.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/external-service/13.1.0/.helmignore b/stable/external-dns/4.2.0/.helmignore similarity index 100% rename from stable/external-service/13.1.0/.helmignore rename to stable/external-dns/4.2.0/.helmignore diff --git a/stable/external-dns/4.2.0/CHANGELOG.md b/stable/external-dns/4.2.0/CHANGELOG.md new file mode 100644 index 00000000000..415edef618b --- /dev/null +++ b/stable/external-dns/4.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [external-dns-3.1.12](https://github.com/truecharts/charts/compare/external-dns-3.1.11...external-dns-3.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [external-dns-3.1.11](https://github.com/truecharts/charts/compare/external-dns-3.1.10...external-dns-3.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [external-dns-3.1.10](https://github.com/truecharts/charts/compare/external-dns-3.1.9...external-dns-3.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [external-dns-3.1.9](https://github.com/truecharts/charts/compare/external-dns-3.1.8...external-dns-3.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [external-dns-3.1.8](https://github.com/truecharts/charts/compare/external-dns-3.1.7...external-dns-3.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [external-dns-3.1.7](https://github.com/truecharts/charts/compare/external-dns-3.1.6...external-dns-3.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [external-dns-3.1.6](https://github.com/truecharts/charts/compare/external-dns-3.1.5...external-dns-3.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [external-dns-3.1.5](https://github.com/truecharts/charts/compare/external-dns-3.1.4...external-dns-3.1.5) (2024-01-02) + +### Chore + + + +- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) + + +## [external-dns-3.1.4](https://github.com/truecharts/charts/compare/external-dns-3.1.3...external-dns-3.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes diff --git a/stable/external-dns/4.2.0/Chart.yaml b/stable/external-dns/4.2.0/Chart.yaml new file mode 100644 index 00000000000..e25e04826b0 --- /dev/null +++ b/stable/external-dns/4.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.14.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/external-dns/4.1.0/README.md b/stable/external-dns/4.2.0/README.md similarity index 100% rename from stable/external-dns/4.1.0/README.md rename to stable/external-dns/4.2.0/README.md diff --git a/stable/external-dns/4.1.0/app-readme.md b/stable/external-dns/4.2.0/app-readme.md similarity index 100% rename from stable/external-dns/4.1.0/app-readme.md rename to stable/external-dns/4.2.0/app-readme.md diff --git a/stable/external-dns/4.2.0/charts/common-18.1.2.tgz b/stable/external-dns/4.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/external-dns/4.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/external-dns/4.1.0/ix_values.yaml b/stable/external-dns/4.2.0/ix_values.yaml similarity index 100% rename from stable/external-dns/4.1.0/ix_values.yaml rename to stable/external-dns/4.2.0/ix_values.yaml diff --git a/stable/external-dns/4.1.0/questions.yaml b/stable/external-dns/4.2.0/questions.yaml similarity index 100% rename from stable/external-dns/4.1.0/questions.yaml rename to stable/external-dns/4.2.0/questions.yaml diff --git a/stable/fabulinus/2.1.0/templates/NOTES.txt b/stable/external-dns/4.2.0/templates/NOTES.txt similarity index 100% rename from stable/fabulinus/2.1.0/templates/NOTES.txt rename to stable/external-dns/4.2.0/templates/NOTES.txt diff --git a/stable/external-dns/4.1.0/templates/_args.tpl b/stable/external-dns/4.2.0/templates/_args.tpl similarity index 100% rename from stable/external-dns/4.1.0/templates/_args.tpl rename to stable/external-dns/4.2.0/templates/_args.tpl diff --git a/stable/external-dns/4.1.0/templates/common.yaml b/stable/external-dns/4.2.0/templates/common.yaml similarity index 100% rename from stable/external-dns/4.1.0/templates/common.yaml rename to stable/external-dns/4.2.0/templates/common.yaml diff --git a/stable/external-service/13.1.0/values.yaml b/stable/external-dns/4.2.0/values.yaml similarity index 100% rename from stable/external-service/13.1.0/values.yaml rename to stable/external-dns/4.2.0/values.yaml diff --git a/stable/external-ip/5.1.0/CHANGELOG.md b/stable/external-ip/5.1.0/CHANGELOG.md deleted file mode 100644 index 48899cff31b..00000000000 --- a/stable/external-ip/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [external-ip-4.1.12](https://github.com/truecharts/charts/compare/external-ip-4.1.11...external-ip-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [external-ip-4.1.11](https://github.com/truecharts/charts/compare/external-ip-4.1.10...external-ip-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [external-ip-4.1.10](https://github.com/truecharts/charts/compare/external-ip-4.1.9...external-ip-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [external-ip-4.1.9](https://github.com/truecharts/charts/compare/external-ip-4.1.8...external-ip-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [external-ip-4.1.8](https://github.com/truecharts/charts/compare/external-ip-4.1.7...external-ip-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [external-ip-4.1.7](https://github.com/truecharts/charts/compare/external-ip-4.1.6...external-ip-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [external-ip-4.1.6](https://github.com/truecharts/charts/compare/external-ip-4.1.5...external-ip-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [external-ip-4.1.5](https://github.com/truecharts/charts/compare/external-ip-4.1.4...external-ip-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [external-ip-4.1.4](https://github.com/truecharts/charts/compare/external-ip-4.1.3...external-ip-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [external-ip-4.1.3](https://github.com/truecharts/charts/compare/external-ip-4.1.0...external-ip-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/external-ip/5.1.0/Chart.yaml b/stable/external-ip/5.1.0/Chart.yaml deleted file mode 100644 index 4351a1a61d8..00000000000 --- a/stable/external-ip/5.1.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: 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.1 - 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.0 diff --git a/stable/external-ip/5.1.0/charts/common-18.0.1.tgz b/stable/external-ip/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/external-ip/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/fabulinus/2.1.0/.helmignore b/stable/external-ip/5.2.0/.helmignore similarity index 100% rename from stable/fabulinus/2.1.0/.helmignore rename to stable/external-ip/5.2.0/.helmignore diff --git a/stable/external-ip/5.2.0/CHANGELOG.md b/stable/external-ip/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..3ffa1231385 --- /dev/null +++ b/stable/external-ip/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/external-ip/5.2.0/Chart.yaml b/stable/external-ip/5.2.0/Chart.yaml new file mode 100644 index 00000000000..d8cf9e2e4e0 --- /dev/null +++ b/stable/external-ip/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Management + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/external-ip/5.1.0/README.md b/stable/external-ip/5.2.0/README.md similarity index 100% rename from stable/external-ip/5.1.0/README.md rename to stable/external-ip/5.2.0/README.md diff --git a/stable/external-ip/5.1.0/app-readme.md b/stable/external-ip/5.2.0/app-readme.md similarity index 100% rename from stable/external-ip/5.1.0/app-readme.md rename to stable/external-ip/5.2.0/app-readme.md diff --git a/stable/external-ip/5.2.0/charts/common-18.1.2.tgz b/stable/external-ip/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/external-ip/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/external-ip/5.1.0/ix_values.yaml b/stable/external-ip/5.2.0/ix_values.yaml similarity index 100% rename from stable/external-ip/5.1.0/ix_values.yaml rename to stable/external-ip/5.2.0/ix_values.yaml diff --git a/stable/external-ip/5.1.0/questions.yaml b/stable/external-ip/5.2.0/questions.yaml similarity index 100% rename from stable/external-ip/5.1.0/questions.yaml rename to stable/external-ip/5.2.0/questions.yaml diff --git a/stable/external-ip/5.1.0/templates/common.yaml b/stable/external-ip/5.2.0/templates/common.yaml similarity index 100% rename from stable/external-ip/5.1.0/templates/common.yaml rename to stable/external-ip/5.2.0/templates/common.yaml diff --git a/stable/fabulinus/2.1.0/values.yaml b/stable/external-ip/5.2.0/values.yaml similarity index 100% rename from stable/fabulinus/2.1.0/values.yaml rename to stable/external-ip/5.2.0/values.yaml diff --git a/stable/external-service/13.1.0/CHANGELOG.md b/stable/external-service/13.1.0/CHANGELOG.md deleted file mode 100644 index 64f31de7aa4..00000000000 --- a/stable/external-service/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/external-service/13.1.0/Chart.yaml b/stable/external-service/13.1.0/Chart.yaml deleted file mode 100644 index c09da18fdd0..00000000000 --- a/stable/external-service/13.1.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: 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.1 - 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.0 diff --git a/stable/external-service/13.1.0/charts/common-18.0.1.tgz b/stable/external-service/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/external-service/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/factorio/7.1.0/.helmignore b/stable/external-service/13.2.0/.helmignore similarity index 100% rename from stable/factorio/7.1.0/.helmignore rename to stable/external-service/13.2.0/.helmignore diff --git a/stable/external-service/13.2.0/CHANGELOG.md b/stable/external-service/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..57610016ec2 --- /dev/null +++ b/stable/external-service/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [external-service-12.1.13](https://github.com/truecharts/charts/compare/external-service-12.1.12...external-service-12.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [external-service-12.1.12](https://github.com/truecharts/charts/compare/external-service-12.1.11...external-service-12.1.12) (2024-01-29) + +### Chore + + + +- update container image alpine to v3.19.1[@c5b1261](https://github.com/c5b1261) by renovate ([#17660](https://github.com/truecharts/charts/issues/17660)) + + +## [external-service-12.1.11](https://github.com/truecharts/charts/compare/external-service-12.1.10...external-service-12.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [external-service-12.1.10](https://github.com/truecharts/charts/compare/external-service-12.1.9...external-service-12.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [external-service-12.1.9](https://github.com/truecharts/charts/compare/external-service-12.1.8...external-service-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [external-service-12.1.8](https://github.com/truecharts/charts/compare/external-service-12.1.7...external-service-12.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [external-service-12.1.7](https://github.com/truecharts/charts/compare/external-service-12.1.6...external-service-12.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [external-service-12.1.6](https://github.com/truecharts/charts/compare/external-service-12.1.5...external-service-12.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [external-service-12.1.5](https://github.com/truecharts/charts/compare/external-service-12.1.4...external-service-12.1.5) (2024-01-02) + +### Chore + + + +- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) diff --git a/stable/external-service/13.2.0/Chart.yaml b/stable/external-service/13.2.0/Chart.yaml new file mode 100644 index 00000000000..64487afe657 --- /dev/null +++ b/stable/external-service/13.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.19.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/external-service/13.1.0/README.md b/stable/external-service/13.2.0/README.md similarity index 100% rename from stable/external-service/13.1.0/README.md rename to stable/external-service/13.2.0/README.md diff --git a/stable/external-service/13.1.0/app-readme.md b/stable/external-service/13.2.0/app-readme.md similarity index 100% rename from stable/external-service/13.1.0/app-readme.md rename to stable/external-service/13.2.0/app-readme.md diff --git a/stable/external-service/13.2.0/charts/common-18.1.2.tgz b/stable/external-service/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/external-service/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/external-service/13.1.0/ix_values.yaml b/stable/external-service/13.2.0/ix_values.yaml similarity index 100% rename from stable/external-service/13.1.0/ix_values.yaml rename to stable/external-service/13.2.0/ix_values.yaml diff --git a/stable/external-service/13.1.0/questions.yaml b/stable/external-service/13.2.0/questions.yaml similarity index 100% rename from stable/external-service/13.1.0/questions.yaml rename to stable/external-service/13.2.0/questions.yaml diff --git a/stable/factorio/7.1.0/templates/NOTES.txt b/stable/external-service/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/factorio/7.1.0/templates/NOTES.txt rename to stable/external-service/13.2.0/templates/NOTES.txt diff --git a/stable/filebot/9.1.0/templates/common.yaml b/stable/external-service/13.2.0/templates/common.yaml similarity index 100% rename from stable/filebot/9.1.0/templates/common.yaml rename to stable/external-service/13.2.0/templates/common.yaml diff --git a/stable/factorio/7.1.0/values.yaml b/stable/external-service/13.2.0/values.yaml similarity index 100% rename from stable/factorio/7.1.0/values.yaml rename to stable/external-service/13.2.0/values.yaml diff --git a/stable/fabulinus/2.1.0/CHANGELOG.md b/stable/fabulinus/2.1.0/CHANGELOG.md deleted file mode 100644 index f2ab1ddac8b..00000000000 --- a/stable/fabulinus/2.1.0/CHANGELOG.md +++ /dev/null @@ -1,15 +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.0/Chart.yaml b/stable/fabulinus/2.1.0/Chart.yaml deleted file mode 100644 index c6797ad0e07..00000000000 --- a/stable/fabulinus/2.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/fabulinus/2.1.0/charts/common-18.0.1.tgz b/stable/fabulinus/2.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/fabulinus/2.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/factorioservermanager/5.1.0/.helmignore b/stable/fabulinus/2.2.0/.helmignore similarity index 100% rename from stable/factorioservermanager/5.1.0/.helmignore rename to stable/fabulinus/2.2.0/.helmignore diff --git a/stable/fabulinus/2.2.0/CHANGELOG.md b/stable/fabulinus/2.2.0/CHANGELOG.md new file mode 100644 index 00000000000..27c6635e4b1 --- /dev/null +++ b/stable/fabulinus/2.2.0/CHANGELOG.md @@ -0,0 +1,19 @@ +--- +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.2.0/Chart.yaml b/stable/fabulinus/2.2.0/Chart.yaml new file mode 100644 index 00000000000..9da784ff40d --- /dev/null +++ b/stable/fabulinus/2.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: AI + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest-cpu +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/fabulinus/2.1.0/README.md b/stable/fabulinus/2.2.0/README.md similarity index 100% rename from stable/fabulinus/2.1.0/README.md rename to stable/fabulinus/2.2.0/README.md diff --git a/stable/fabulinus/2.1.0/app-readme.md b/stable/fabulinus/2.2.0/app-readme.md similarity index 100% rename from stable/fabulinus/2.1.0/app-readme.md rename to stable/fabulinus/2.2.0/app-readme.md diff --git a/stable/fabulinus/2.2.0/charts/common-18.1.2.tgz b/stable/fabulinus/2.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/fabulinus/2.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/fabulinus/2.1.0/ix_values.yaml b/stable/fabulinus/2.2.0/ix_values.yaml similarity index 100% rename from stable/fabulinus/2.1.0/ix_values.yaml rename to stable/fabulinus/2.2.0/ix_values.yaml diff --git a/stable/fabulinus/2.1.0/questions.yaml b/stable/fabulinus/2.2.0/questions.yaml similarity index 100% rename from stable/fabulinus/2.1.0/questions.yaml rename to stable/fabulinus/2.2.0/questions.yaml diff --git a/stable/ferdi-server/11.1.0/templates/NOTES.txt b/stable/fabulinus/2.2.0/templates/NOTES.txt similarity index 100% rename from stable/ferdi-server/11.1.0/templates/NOTES.txt rename to stable/fabulinus/2.2.0/templates/NOTES.txt diff --git a/stable/fileflows/10.1.1/templates/common.yaml b/stable/fabulinus/2.2.0/templates/common.yaml similarity index 100% rename from stable/fileflows/10.1.1/templates/common.yaml rename to stable/fabulinus/2.2.0/templates/common.yaml diff --git a/stable/factorioservermanager/5.1.0/values.yaml b/stable/fabulinus/2.2.0/values.yaml similarity index 100% rename from stable/factorioservermanager/5.1.0/values.yaml rename to stable/fabulinus/2.2.0/values.yaml diff --git a/stable/factorio/7.1.0/CHANGELOG.md b/stable/factorio/7.1.0/CHANGELOG.md deleted file mode 100644 index f61de6fc2b5..00000000000 --- a/stable/factorio/7.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - -## [factorio-6.1.18](https://github.com/truecharts/charts/compare/factorio-6.1.17...factorio-6.1.18) (2024-02-05) - -### Chore - - - -- update container image factoriotools/factorio to stable[@5c507d3](https://github.com/5c507d3) by renovate ([#17831](https://github.com/truecharts/charts/issues/17831)) - - -## [factorio-6.1.17](https://github.com/truecharts/charts/compare/factorio-6.1.16...factorio-6.1.17) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [factorio-6.1.16](https://github.com/truecharts/charts/compare/factorio-6.1.15...factorio-6.1.16) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [factorio-6.1.15](https://github.com/truecharts/charts/compare/factorio-6.1.14...factorio-6.1.15) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [factorio-6.1.14](https://github.com/truecharts/charts/compare/factorio-6.1.13...factorio-6.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [factorio-6.1.13](https://github.com/truecharts/charts/compare/factorio-6.1.12...factorio-6.1.13) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [factorio-6.1.12](https://github.com/truecharts/charts/compare/factorio-6.1.11...factorio-6.1.12) (2024-01-21) - -### Chore - - - -- update container image factoriotools/factorio to stable[@a9d8ea1](https://github.com/a9d8ea1) by renovate ([#17339](https://github.com/truecharts/charts/issues/17339)) - - -## [factorio-6.1.11](https://github.com/truecharts/charts/compare/factorio-6.1.10...factorio-6.1.11) (2024-01-14) - -### Chore - - - -- 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.0/Chart.yaml b/stable/factorio/7.1.0/Chart.yaml deleted file mode 100644 index 6eed59e9360..00000000000 --- a/stable/factorio/7.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/factorio/7.1.0/charts/common-18.0.1.tgz b/stable/factorio/7.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/factorio/7.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/farmos/5.1.0/.helmignore b/stable/factorio/7.2.0/.helmignore similarity index 100% rename from stable/farmos/5.1.0/.helmignore rename to stable/factorio/7.2.0/.helmignore diff --git a/stable/factorio/7.2.0/CHANGELOG.md b/stable/factorio/7.2.0/CHANGELOG.md new file mode 100644 index 00000000000..bcc3b45486c --- /dev/null +++ b/stable/factorio/7.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + +## [factorio-6.1.18](https://github.com/truecharts/charts/compare/factorio-6.1.17...factorio-6.1.18) (2024-02-05) + +### Chore + + + +- update container image factoriotools/factorio to stable[@5c507d3](https://github.com/5c507d3) by renovate ([#17831](https://github.com/truecharts/charts/issues/17831)) + + +## [factorio-6.1.17](https://github.com/truecharts/charts/compare/factorio-6.1.16...factorio-6.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [factorio-6.1.16](https://github.com/truecharts/charts/compare/factorio-6.1.15...factorio-6.1.16) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [factorio-6.1.15](https://github.com/truecharts/charts/compare/factorio-6.1.14...factorio-6.1.15) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [factorio-6.1.14](https://github.com/truecharts/charts/compare/factorio-6.1.13...factorio-6.1.14) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [factorio-6.1.13](https://github.com/truecharts/charts/compare/factorio-6.1.12...factorio-6.1.13) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [factorio-6.1.12](https://github.com/truecharts/charts/compare/factorio-6.1.11...factorio-6.1.12) (2024-01-21) + +### Chore + + + +- update container image factoriotools/factorio to stable[@a9d8ea1](https://github.com/a9d8ea1) by renovate ([#17339](https://github.com/truecharts/charts/issues/17339)) + + +## [factorio-6.1.11](https://github.com/truecharts/charts/compare/factorio-6.1.10...factorio-6.1.11) (2024-01-14) + +### Chore + + diff --git a/stable/factorio/7.2.0/Chart.yaml b/stable/factorio/7.2.0/Chart.yaml new file mode 100644 index 00000000000..d91368a2b57 --- /dev/null +++ b/stable/factorio/7.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A game in which you build and maintain factories. +home: https://truecharts.org/charts/stable/factorio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.png +keywords: + - factorio + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: factorio +sources: + - https://github.com/factoriotools/factorio-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/factorio + - https://hub.docker.com/r/factoriotools/factorio +type: application +version: 7.2.0 diff --git a/stable/factorio/7.1.0/README.md b/stable/factorio/7.2.0/README.md similarity index 100% rename from stable/factorio/7.1.0/README.md rename to stable/factorio/7.2.0/README.md diff --git a/stable/factorio/7.1.0/app-readme.md b/stable/factorio/7.2.0/app-readme.md similarity index 100% rename from stable/factorio/7.1.0/app-readme.md rename to stable/factorio/7.2.0/app-readme.md diff --git a/stable/factorio/7.2.0/charts/common-18.1.2.tgz b/stable/factorio/7.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/factorio/7.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/factorio/7.1.0/ix_values.yaml b/stable/factorio/7.2.0/ix_values.yaml similarity index 100% rename from stable/factorio/7.1.0/ix_values.yaml rename to stable/factorio/7.2.0/ix_values.yaml diff --git a/stable/factorio/7.1.0/questions.yaml b/stable/factorio/7.2.0/questions.yaml similarity index 100% rename from stable/factorio/7.1.0/questions.yaml rename to stable/factorio/7.2.0/questions.yaml diff --git a/stable/filebot/9.1.0/templates/NOTES.txt b/stable/factorio/7.2.0/templates/NOTES.txt similarity index 100% rename from stable/filebot/9.1.0/templates/NOTES.txt rename to stable/factorio/7.2.0/templates/NOTES.txt diff --git a/stable/factorio/7.1.0/templates/common.yaml b/stable/factorio/7.2.0/templates/common.yaml similarity index 100% rename from stable/factorio/7.1.0/templates/common.yaml rename to stable/factorio/7.2.0/templates/common.yaml diff --git a/stable/farmos/5.1.0/values.yaml b/stable/factorio/7.2.0/values.yaml similarity index 100% rename from stable/farmos/5.1.0/values.yaml rename to stable/factorio/7.2.0/values.yaml diff --git a/stable/factorioservermanager/5.1.0/CHANGELOG.md b/stable/factorioservermanager/5.1.0/CHANGELOG.md deleted file mode 100644 index f53813f11b5..00000000000 --- a/stable/factorioservermanager/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [factorioservermanager-4.1.12](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.11...factorioservermanager-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [factorioservermanager-4.1.11](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.10...factorioservermanager-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [factorioservermanager-4.1.10](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.9...factorioservermanager-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [factorioservermanager-4.1.9](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.8...factorioservermanager-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [factorioservermanager-4.1.8](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.7...factorioservermanager-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [factorioservermanager-4.1.7](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.6...factorioservermanager-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [factorioservermanager-4.1.6](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.5...factorioservermanager-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [factorioservermanager-4.1.5](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.4...factorioservermanager-4.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) - - -## [factorioservermanager-4.1.4](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.3...factorioservermanager-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [factorioservermanager-4.1.3](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.0...factorioservermanager-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/factorioservermanager/5.1.0/Chart.yaml b/stable/factorioservermanager/5.1.0/Chart.yaml deleted file mode 100644 index 5e0ba186e0a..00000000000 --- a/stable/factorioservermanager/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/factorioservermanager/5.1.0/charts/common-18.0.1.tgz b/stable/factorioservermanager/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/factorioservermanager/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/fastcom-mqtt/5.1.0/.helmignore b/stable/factorioservermanager/5.2.0/.helmignore similarity index 100% rename from stable/fastcom-mqtt/5.1.0/.helmignore rename to stable/factorioservermanager/5.2.0/.helmignore diff --git a/stable/factorioservermanager/5.2.0/CHANGELOG.md b/stable/factorioservermanager/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..3cb664e9631 --- /dev/null +++ b/stable/factorioservermanager/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/factorioservermanager/5.2.0/Chart.yaml b/stable/factorioservermanager/5.2.0/Chart.yaml new file mode 100644 index 00000000000..803f64173f2 --- /dev/null +++ b/stable/factorioservermanager/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/factorioservermanager/5.1.0/README.md b/stable/factorioservermanager/5.2.0/README.md similarity index 100% rename from stable/factorioservermanager/5.1.0/README.md rename to stable/factorioservermanager/5.2.0/README.md diff --git a/stable/factorioservermanager/5.1.0/app-readme.md b/stable/factorioservermanager/5.2.0/app-readme.md similarity index 100% rename from stable/factorioservermanager/5.1.0/app-readme.md rename to stable/factorioservermanager/5.2.0/app-readme.md diff --git a/stable/factorioservermanager/5.2.0/charts/common-18.1.2.tgz b/stable/factorioservermanager/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/factorioservermanager/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/factorioservermanager/5.1.0/ix_values.yaml b/stable/factorioservermanager/5.2.0/ix_values.yaml similarity index 100% rename from stable/factorioservermanager/5.1.0/ix_values.yaml rename to stable/factorioservermanager/5.2.0/ix_values.yaml diff --git a/stable/factorioservermanager/5.1.0/questions.yaml b/stable/factorioservermanager/5.2.0/questions.yaml similarity index 100% rename from stable/factorioservermanager/5.1.0/questions.yaml rename to stable/factorioservermanager/5.2.0/questions.yaml diff --git a/stable/factorioservermanager/5.1.0/templates/common.yaml b/stable/factorioservermanager/5.2.0/templates/common.yaml similarity index 100% rename from stable/factorioservermanager/5.1.0/templates/common.yaml rename to stable/factorioservermanager/5.2.0/templates/common.yaml diff --git a/stable/fastcom-mqtt/5.1.0/values.yaml b/stable/factorioservermanager/5.2.0/values.yaml similarity index 100% rename from stable/fastcom-mqtt/5.1.0/values.yaml rename to stable/factorioservermanager/5.2.0/values.yaml diff --git a/stable/farmos/5.1.0/CHANGELOG.md b/stable/farmos/5.1.0/CHANGELOG.md deleted file mode 100644 index c1ecc2dde8b..00000000000 --- a/stable/farmos/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/farmos/5.1.0/Chart.yaml b/stable/farmos/5.1.0/Chart.yaml deleted file mode 100644 index f1fb4696508..00000000000 --- a/stable/farmos/5.1.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: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/farmos/5.1.0/charts/common-18.0.1.tgz b/stable/farmos/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/farmos/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/farmos/5.1.0/ix_values.yaml b/stable/farmos/5.1.0/ix_values.yaml deleted file mode 100644 index d5c20ba106d..00000000000 --- a/stable/farmos/5.1.0/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/fenrus/5.1.0/.helmignore b/stable/farmos/5.2.0/.helmignore similarity index 100% rename from stable/fenrus/5.1.0/.helmignore rename to stable/farmos/5.2.0/.helmignore diff --git a/stable/farmos/5.2.0/CHANGELOG.md b/stable/farmos/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2c10d8b5881 --- /dev/null +++ b/stable/farmos/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [farmos-4.1.15](https://github.com/truecharts/charts/compare/farmos-4.1.14...farmos-4.1.15) (2024-02-12) + +### Chore + + + +- update container image farmos/farmos to latest[@9a872a7](https://github.com/9a872a7) by renovate ([#18044](https://github.com/truecharts/charts/issues/18044)) + + +## [farmos-4.1.14](https://github.com/truecharts/charts/compare/farmos-4.1.13...farmos-4.1.14) (2024-02-05) + +### Chore + + + +- update container image farmos/farmos to latest[@1e04909](https://github.com/1e04909) by renovate ([#17832](https://github.com/truecharts/charts/issues/17832)) + + +## [farmos-4.1.13](https://github.com/truecharts/charts/compare/farmos-4.1.12...farmos-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [farmos-4.1.12](https://github.com/truecharts/charts/compare/farmos-4.1.11...farmos-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [farmos-4.1.11](https://github.com/truecharts/charts/compare/farmos-4.1.10...farmos-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [farmos-4.1.10](https://github.com/truecharts/charts/compare/farmos-4.1.9...farmos-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [farmos-4.1.9](https://github.com/truecharts/charts/compare/farmos-4.1.8...farmos-4.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [farmos-4.1.8](https://github.com/truecharts/charts/compare/farmos-4.1.7...farmos-4.1.8) (2024-01-21) + +### Chore + + + +- update container image farmos/farmos to latest[@a8202fa](https://github.com/a8202fa) by renovate ([#17340](https://github.com/truecharts/charts/issues/17340)) + + + + +## [farmos-4.1.7](https://github.com/truecharts/charts/compare/farmos-4.1.6...farmos-4.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) diff --git a/stable/farmos/5.2.0/Chart.yaml b/stable/farmos/5.2.0/Chart.yaml new file mode 100644 index 00000000000..8d121074c9d --- /dev/null +++ b/stable/farmos/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/farmos/5.1.0/README.md b/stable/farmos/5.2.0/README.md similarity index 100% rename from stable/farmos/5.1.0/README.md rename to stable/farmos/5.2.0/README.md diff --git a/stable/farmos/5.1.0/app-readme.md b/stable/farmos/5.2.0/app-readme.md similarity index 100% rename from stable/farmos/5.1.0/app-readme.md rename to stable/farmos/5.2.0/app-readme.md diff --git a/stable/farmos/5.2.0/charts/common-18.1.2.tgz b/stable/farmos/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/farmos/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/farmos/5.2.0/ix_values.yaml b/stable/farmos/5.2.0/ix_values.yaml new file mode 100644 index 00000000000..34377b9c818 --- /dev/null +++ b/stable/farmos/5.2.0/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.0/questions.yaml b/stable/farmos/5.2.0/questions.yaml similarity index 100% rename from stable/farmos/5.1.0/questions.yaml rename to stable/farmos/5.2.0/questions.yaml diff --git a/stable/farmos/5.1.0/templates/common.yaml b/stable/farmos/5.2.0/templates/common.yaml similarity index 100% rename from stable/farmos/5.1.0/templates/common.yaml rename to stable/farmos/5.2.0/templates/common.yaml diff --git a/stable/fenrus/5.1.0/values.yaml b/stable/farmos/5.2.0/values.yaml similarity index 100% rename from stable/fenrus/5.1.0/values.yaml rename to stable/farmos/5.2.0/values.yaml diff --git a/stable/fastcom-mqtt/5.1.0/CHANGELOG.md b/stable/fastcom-mqtt/5.1.0/CHANGELOG.md deleted file mode 100644 index fd9b863f463..00000000000 --- a/stable/fastcom-mqtt/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/fastcom-mqtt/5.1.0/Chart.yaml b/stable/fastcom-mqtt/5.1.0/Chart.yaml deleted file mode 100644 index f8f5f324286..00000000000 --- a/stable/fastcom-mqtt/5.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/fastcom-mqtt/5.1.0/charts/common-18.0.1.tgz b/stable/fastcom-mqtt/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/fastcom-mqtt/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/ferdi-server/11.1.0/.helmignore b/stable/fastcom-mqtt/5.2.0/.helmignore similarity index 100% rename from stable/ferdi-server/11.1.0/.helmignore rename to stable/fastcom-mqtt/5.2.0/.helmignore diff --git a/stable/fastcom-mqtt/5.2.0/CHANGELOG.md b/stable/fastcom-mqtt/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..fa011e4d443 --- /dev/null +++ b/stable/fastcom-mqtt/5.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/fastcom-mqtt/5.2.0/Chart.yaml b/stable/fastcom-mqtt/5.2.0/Chart.yaml new file mode 100644 index 00000000000..2edc7084ed2 --- /dev/null +++ b/stable/fastcom-mqtt/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/fastcom-mqtt/5.1.0/README.md b/stable/fastcom-mqtt/5.2.0/README.md similarity index 100% rename from stable/fastcom-mqtt/5.1.0/README.md rename to stable/fastcom-mqtt/5.2.0/README.md diff --git a/stable/fastcom-mqtt/5.1.0/app-readme.md b/stable/fastcom-mqtt/5.2.0/app-readme.md similarity index 100% rename from stable/fastcom-mqtt/5.1.0/app-readme.md rename to stable/fastcom-mqtt/5.2.0/app-readme.md diff --git a/stable/fastcom-mqtt/5.2.0/charts/common-18.1.2.tgz b/stable/fastcom-mqtt/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/fastcom-mqtt/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/fastcom-mqtt/5.1.0/ix_values.yaml b/stable/fastcom-mqtt/5.2.0/ix_values.yaml similarity index 100% rename from stable/fastcom-mqtt/5.1.0/ix_values.yaml rename to stable/fastcom-mqtt/5.2.0/ix_values.yaml diff --git a/stable/fastcom-mqtt/5.1.0/questions.yaml b/stable/fastcom-mqtt/5.2.0/questions.yaml similarity index 100% rename from stable/fastcom-mqtt/5.1.0/questions.yaml rename to stable/fastcom-mqtt/5.2.0/questions.yaml diff --git a/stable/fastcom-mqtt/5.1.0/templates/common.yaml b/stable/fastcom-mqtt/5.2.0/templates/common.yaml similarity index 100% rename from stable/fastcom-mqtt/5.1.0/templates/common.yaml rename to stable/fastcom-mqtt/5.2.0/templates/common.yaml diff --git a/stable/ferdi-server/11.1.0/values.yaml b/stable/fastcom-mqtt/5.2.0/values.yaml similarity index 100% rename from stable/ferdi-server/11.1.0/values.yaml rename to stable/fastcom-mqtt/5.2.0/values.yaml diff --git a/stable/fenrus/5.1.0/CHANGELOG.md b/stable/fenrus/5.1.0/CHANGELOG.md deleted file mode 100644 index 2c4e4df5a96..00000000000 --- a/stable/fenrus/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/fenrus/5.1.0/Chart.yaml b/stable/fenrus/5.1.0/Chart.yaml deleted file mode 100644 index d9f33158cd4..00000000000 --- a/stable/fenrus/5.1.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: 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.1 - 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.0 diff --git a/stable/fenrus/5.1.0/charts/common-18.0.1.tgz b/stable/fenrus/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/fenrus/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.0/.helmignore b/stable/fenrus/5.2.0/.helmignore similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.1.0/.helmignore rename to stable/fenrus/5.2.0/.helmignore diff --git a/stable/fenrus/5.2.0/CHANGELOG.md b/stable/fenrus/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..ad200a0e464 --- /dev/null +++ b/stable/fenrus/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/fenrus/5.2.0/Chart.yaml b/stable/fenrus/5.2.0/Chart.yaml new file mode 100644 index 00000000000..4e6de41fa9c --- /dev/null +++ b/stable/fenrus/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/fenrus/5.1.0/README.md b/stable/fenrus/5.2.0/README.md similarity index 100% rename from stable/fenrus/5.1.0/README.md rename to stable/fenrus/5.2.0/README.md diff --git a/stable/fenrus/5.1.0/app-readme.md b/stable/fenrus/5.2.0/app-readme.md similarity index 100% rename from stable/fenrus/5.1.0/app-readme.md rename to stable/fenrus/5.2.0/app-readme.md diff --git a/stable/fenrus/5.2.0/charts/common-18.1.2.tgz b/stable/fenrus/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/fenrus/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/fenrus/5.1.0/ix_values.yaml b/stable/fenrus/5.2.0/ix_values.yaml similarity index 100% rename from stable/fenrus/5.1.0/ix_values.yaml rename to stable/fenrus/5.2.0/ix_values.yaml diff --git a/stable/fenrus/5.1.0/questions.yaml b/stable/fenrus/5.2.0/questions.yaml similarity index 100% rename from stable/fenrus/5.1.0/questions.yaml rename to stable/fenrus/5.2.0/questions.yaml diff --git a/stable/fenrus/5.1.0/templates/common.yaml b/stable/fenrus/5.2.0/templates/common.yaml similarity index 100% rename from stable/fenrus/5.1.0/templates/common.yaml rename to stable/fenrus/5.2.0/templates/common.yaml diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.0/values.yaml b/stable/fenrus/5.2.0/values.yaml similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.1.0/values.yaml rename to stable/fenrus/5.2.0/values.yaml diff --git a/stable/ferdi-server/11.1.0/CHANGELOG.md b/stable/ferdi-server/11.1.0/CHANGELOG.md deleted file mode 100644 index 2ec1b6ad70b..00000000000 --- a/stable/ferdi-server/11.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/ferdi-server/11.1.0/Chart.yaml b/stable/ferdi-server/11.1.0/Chart.yaml deleted file mode 100644 index ba4b7cd292a..00000000000 --- a/stable/ferdi-server/11.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.2 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/ferdi-server/11.1.0/charts/common-18.0.1.tgz b/stable/ferdi-server/11.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/ferdi-server/11.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/filebot/9.1.0/.helmignore b/stable/ferdi-server/11.2.0/.helmignore similarity index 100% rename from stable/filebot/9.1.0/.helmignore rename to stable/ferdi-server/11.2.0/.helmignore diff --git a/stable/ferdi-server/11.2.0/CHANGELOG.md b/stable/ferdi-server/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..535b2bf1238 --- /dev/null +++ b/stable/ferdi-server/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/ferdi-server/11.2.0/Chart.yaml b/stable/ferdi-server/11.2.0/Chart.yaml new file mode 100644 index 00000000000..e52170f7800 --- /dev/null +++ b/stable/ferdi-server/11.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/ferdi-server/11.1.0/README.md b/stable/ferdi-server/11.2.0/README.md similarity index 100% rename from stable/ferdi-server/11.1.0/README.md rename to stable/ferdi-server/11.2.0/README.md diff --git a/stable/ferdi-server/11.1.0/app-readme.md b/stable/ferdi-server/11.2.0/app-readme.md similarity index 100% rename from stable/ferdi-server/11.1.0/app-readme.md rename to stable/ferdi-server/11.2.0/app-readme.md diff --git a/stable/ferdi-server/11.2.0/charts/common-18.1.2.tgz b/stable/ferdi-server/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/ferdi-server/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/ferdi-server/11.1.0/ix_values.yaml b/stable/ferdi-server/11.2.0/ix_values.yaml similarity index 100% rename from stable/ferdi-server/11.1.0/ix_values.yaml rename to stable/ferdi-server/11.2.0/ix_values.yaml diff --git a/stable/ferdi-server/11.1.0/questions.yaml b/stable/ferdi-server/11.2.0/questions.yaml similarity index 100% rename from stable/ferdi-server/11.1.0/questions.yaml rename to stable/ferdi-server/11.2.0/questions.yaml diff --git a/stable/filebrowser/9.1.0/templates/NOTES.txt b/stable/ferdi-server/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/filebrowser/9.1.0/templates/NOTES.txt rename to stable/ferdi-server/11.2.0/templates/NOTES.txt diff --git a/stable/ferdi-server/11.1.0/templates/_secrets.tpl b/stable/ferdi-server/11.2.0/templates/_secrets.tpl similarity index 100% rename from stable/ferdi-server/11.1.0/templates/_secrets.tpl rename to stable/ferdi-server/11.2.0/templates/_secrets.tpl diff --git a/stable/ferdi-server/11.1.0/templates/common.yaml b/stable/ferdi-server/11.2.0/templates/common.yaml similarity index 100% rename from stable/ferdi-server/11.1.0/templates/common.yaml rename to stable/ferdi-server/11.2.0/templates/common.yaml diff --git a/stable/filebot/9.1.0/values.yaml b/stable/ferdi-server/11.2.0/values.yaml similarity index 100% rename from stable/filebot/9.1.0/values.yaml rename to stable/ferdi-server/11.2.0/values.yaml diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.0/CHANGELOG.md b/stable/ffmpeg-mkvdts2ac3/5.1.0/CHANGELOG.md deleted file mode 100644 index 48fcb9953b3..00000000000 --- a/stable/ffmpeg-mkvdts2ac3/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.0/Chart.yaml b/stable/ffmpeg-mkvdts2ac3/5.1.0/Chart.yaml deleted file mode 100644 index 8b3d3b2fef6..00000000000 --- a/stable/ffmpeg-mkvdts2ac3/5.1.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: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.0/charts/common-18.0.1.tgz b/stable/ffmpeg-mkvdts2ac3/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/ffmpeg-mkvdts2ac3/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/filebrowser/9.1.0/.helmignore b/stable/ffmpeg-mkvdts2ac3/5.2.0/.helmignore similarity index 100% rename from stable/filebrowser/9.1.0/.helmignore rename to stable/ffmpeg-mkvdts2ac3/5.2.0/.helmignore diff --git a/stable/ffmpeg-mkvdts2ac3/5.2.0/CHANGELOG.md b/stable/ffmpeg-mkvdts2ac3/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..1868492396a --- /dev/null +++ b/stable/ffmpeg-mkvdts2ac3/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/ffmpeg-mkvdts2ac3/5.2.0/Chart.yaml b/stable/ffmpeg-mkvdts2ac3/5.2.0/Chart.yaml new file mode 100644 index 00000000000..913f0d39631 --- /dev/null +++ b/stable/ffmpeg-mkvdts2ac3/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.0/README.md b/stable/ffmpeg-mkvdts2ac3/5.2.0/README.md similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.1.0/README.md rename to stable/ffmpeg-mkvdts2ac3/5.2.0/README.md diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.0/app-readme.md b/stable/ffmpeg-mkvdts2ac3/5.2.0/app-readme.md similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.1.0/app-readme.md rename to stable/ffmpeg-mkvdts2ac3/5.2.0/app-readme.md diff --git a/stable/ffmpeg-mkvdts2ac3/5.2.0/charts/common-18.1.2.tgz b/stable/ffmpeg-mkvdts2ac3/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/ffmpeg-mkvdts2ac3/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.0/ix_values.yaml b/stable/ffmpeg-mkvdts2ac3/5.2.0/ix_values.yaml similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.1.0/ix_values.yaml rename to stable/ffmpeg-mkvdts2ac3/5.2.0/ix_values.yaml diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.0/questions.yaml b/stable/ffmpeg-mkvdts2ac3/5.2.0/questions.yaml similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.1.0/questions.yaml rename to stable/ffmpeg-mkvdts2ac3/5.2.0/questions.yaml diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.0/templates/common.yaml b/stable/ffmpeg-mkvdts2ac3/5.2.0/templates/common.yaml similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.1.0/templates/common.yaml rename to stable/ffmpeg-mkvdts2ac3/5.2.0/templates/common.yaml diff --git a/stable/filebrowser/9.1.0/values.yaml b/stable/ffmpeg-mkvdts2ac3/5.2.0/values.yaml similarity index 100% rename from stable/filebrowser/9.1.0/values.yaml rename to stable/ffmpeg-mkvdts2ac3/5.2.0/values.yaml diff --git a/stable/filebot/9.1.0/CHANGELOG.md b/stable/filebot/9.1.0/CHANGELOG.md deleted file mode 100644 index 2c3a7e85107..00000000000 --- a/stable/filebot/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/filebot/9.1.0/Chart.yaml b/stable/filebot/9.1.0/Chart.yaml deleted file mode 100644 index a803b3b2959..00000000000 --- a/stable/filebot/9.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/filebot/9.1.0/charts/common-18.0.1.tgz b/stable/filebot/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/filebot/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/fileflows/10.1.1/.helmignore b/stable/filebot/9.2.0/.helmignore similarity index 100% rename from stable/fileflows/10.1.1/.helmignore rename to stable/filebot/9.2.0/.helmignore diff --git a/stable/filebot/9.2.0/CHANGELOG.md b/stable/filebot/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..48846483027 --- /dev/null +++ b/stable/filebot/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + +## [filebot-7.1.11](https://github.com/truecharts/charts/compare/filebot-7.1.10...filebot-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [filebot-7.1.10](https://github.com/truecharts/charts/compare/filebot-7.1.9...filebot-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [filebot-7.1.9](https://github.com/truecharts/charts/compare/filebot-7.1.8...filebot-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [filebot-7.1.8](https://github.com/truecharts/charts/compare/filebot-7.1.7...filebot-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [filebot-7.1.7](https://github.com/truecharts/charts/compare/filebot-7.1.6...filebot-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [filebot-7.1.6](https://github.com/truecharts/charts/compare/filebot-7.1.5...filebot-7.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [filebot-7.1.5](https://github.com/truecharts/charts/compare/filebot-7.1.4...filebot-7.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [filebot-7.1.4](https://github.com/truecharts/charts/compare/filebot-7.1.3...filebot-7.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes + +- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) + + +## [filebot-7.1.3](https://github.com/truecharts/charts/compare/filebot-7.1.0...filebot-7.1.3) (2024-01-01) + +### Chore + diff --git a/stable/filebot/9.2.0/Chart.yaml b/stable/filebot/9.2.0/Chart.yaml new file mode 100644 index 00000000000..b71f6d44499 --- /dev/null +++ b/stable/filebot/9.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.02.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/filebot/9.1.0/README.md b/stable/filebot/9.2.0/README.md similarity index 100% rename from stable/filebot/9.1.0/README.md rename to stable/filebot/9.2.0/README.md diff --git a/stable/filebot/9.1.0/app-readme.md b/stable/filebot/9.2.0/app-readme.md similarity index 100% rename from stable/filebot/9.1.0/app-readme.md rename to stable/filebot/9.2.0/app-readme.md diff --git a/stable/filebot/9.2.0/charts/common-18.1.2.tgz b/stable/filebot/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/filebot/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/filebot/9.1.0/ix_values.yaml b/stable/filebot/9.2.0/ix_values.yaml similarity index 100% rename from stable/filebot/9.1.0/ix_values.yaml rename to stable/filebot/9.2.0/ix_values.yaml diff --git a/stable/filebot/9.1.0/questions.yaml b/stable/filebot/9.2.0/questions.yaml similarity index 100% rename from stable/filebot/9.1.0/questions.yaml rename to stable/filebot/9.2.0/questions.yaml diff --git a/stable/fileflows/10.1.1/templates/NOTES.txt b/stable/filebot/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/fileflows/10.1.1/templates/NOTES.txt rename to stable/filebot/9.2.0/templates/NOTES.txt diff --git a/stable/filestash/6.1.0/templates/common.yaml b/stable/filebot/9.2.0/templates/common.yaml similarity index 100% rename from stable/filestash/6.1.0/templates/common.yaml rename to stable/filebot/9.2.0/templates/common.yaml diff --git a/stable/fileflows/10.1.1/values.yaml b/stable/filebot/9.2.0/values.yaml similarity index 100% rename from stable/fileflows/10.1.1/values.yaml rename to stable/filebot/9.2.0/values.yaml diff --git a/stable/filebrowser/9.1.0/CHANGELOG.md b/stable/filebrowser/9.1.0/CHANGELOG.md deleted file mode 100644 index 91186612125..00000000000 --- a/stable/filebrowser/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [filebrowser-8.2.6](https://github.com/truecharts/charts/compare/filebrowser-8.2.5...filebrowser-8.2.6) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [filebrowser-8.2.5](https://github.com/truecharts/charts/compare/filebrowser-8.2.4...filebrowser-8.2.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [filebrowser-8.2.4](https://github.com/truecharts/charts/compare/filebrowser-8.2.3...filebrowser-8.2.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [filebrowser-8.2.3](https://github.com/truecharts/charts/compare/filebrowser-8.2.2...filebrowser-8.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [filebrowser-8.2.2](https://github.com/truecharts/charts/compare/filebrowser-8.2.1...filebrowser-8.2.2) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [filebrowser-8.2.1](https://github.com/truecharts/charts/compare/filebrowser-8.2.0...filebrowser-8.2.1) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [filebrowser-8.2.0](https://github.com/truecharts/charts/compare/filebrowser-8.1.5...filebrowser-8.2.0) (2024-01-03) - -### Chore - - - -- update container image docker.io/filebrowser/filebrowser to v2.27.0[@00b75af](https://github.com/00b75af) by renovate ([#16821](https://github.com/truecharts/charts/issues/16821)) - - -## [filebrowser-8.1.5](https://github.com/truecharts/charts/compare/filebrowser-8.1.4...filebrowser-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [filebrowser-8.1.4](https://github.com/truecharts/charts/compare/filebrowser-8.1.3...filebrowser-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [filebrowser-8.1.3](https://github.com/truecharts/charts/compare/filebrowser-8.1.0...filebrowser-8.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/filebrowser/9.1.0/Chart.yaml b/stable/filebrowser/9.1.0/Chart.yaml deleted file mode 100644 index 722847dc9e1..00000000000 --- a/stable/filebrowser/9.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/filebrowser/9.1.0/charts/common-18.0.1.tgz b/stable/filebrowser/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/filebrowser/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/fileshelter/6.1.0/.helmignore b/stable/filebrowser/9.2.0/.helmignore similarity index 100% rename from stable/fileshelter/6.1.0/.helmignore rename to stable/filebrowser/9.2.0/.helmignore diff --git a/stable/filebrowser/9.2.0/CHANGELOG.md b/stable/filebrowser/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..4f9f547aa8d --- /dev/null +++ b/stable/filebrowser/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/filebrowser/9.2.0/Chart.yaml b/stable/filebrowser/9.2.0/Chart.yaml new file mode 100644 index 00000000000..46d2e83be3a --- /dev/null +++ b/stable/filebrowser/9.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.27.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/filebrowser/9.1.0/README.md b/stable/filebrowser/9.2.0/README.md similarity index 100% rename from stable/filebrowser/9.1.0/README.md rename to stable/filebrowser/9.2.0/README.md diff --git a/stable/filebrowser/9.1.0/app-readme.md b/stable/filebrowser/9.2.0/app-readme.md similarity index 100% rename from stable/filebrowser/9.1.0/app-readme.md rename to stable/filebrowser/9.2.0/app-readme.md diff --git a/stable/filebrowser/9.2.0/charts/common-18.1.2.tgz b/stable/filebrowser/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/filebrowser/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/filebrowser/9.1.0/ix_values.yaml b/stable/filebrowser/9.2.0/ix_values.yaml similarity index 100% rename from stable/filebrowser/9.1.0/ix_values.yaml rename to stable/filebrowser/9.2.0/ix_values.yaml diff --git a/stable/filebrowser/9.1.0/questions.yaml b/stable/filebrowser/9.2.0/questions.yaml similarity index 100% rename from stable/filebrowser/9.1.0/questions.yaml rename to stable/filebrowser/9.2.0/questions.yaml diff --git a/stable/filestash/6.1.0/templates/NOTES.txt b/stable/filebrowser/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/filestash/6.1.0/templates/NOTES.txt rename to stable/filebrowser/9.2.0/templates/NOTES.txt diff --git a/stable/filebrowser/9.1.0/templates/common.yaml b/stable/filebrowser/9.2.0/templates/common.yaml similarity index 100% rename from stable/filebrowser/9.1.0/templates/common.yaml rename to stable/filebrowser/9.2.0/templates/common.yaml diff --git a/stable/fileshelter/6.1.0/values.yaml b/stable/filebrowser/9.2.0/values.yaml similarity index 100% rename from stable/fileshelter/6.1.0/values.yaml rename to stable/filebrowser/9.2.0/values.yaml diff --git a/stable/fileflows/10.1.1/CHANGELOG.md b/stable/fileflows/10.1.1/CHANGELOG.md deleted file mode 100644 index cb91b3c6933..00000000000 --- a/stable/fileflows/10.1.1/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)) - - -## [fileflows-9.0.3](https://github.com/truecharts/charts/compare/fileflows-9.0.2...fileflows-9.0.3) (2024-01-21) diff --git a/stable/fileflows/10.1.1/Chart.yaml b/stable/fileflows/10.1.1/Chart.yaml deleted file mode 100644 index 3d58832fb9d..00000000000 --- a/stable/fileflows/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.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.1 diff --git a/stable/fileflows/10.1.1/charts/common-18.0.2.tgz b/stable/fileflows/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/fileflows/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/fileflows/10.1.1/ix_values.yaml b/stable/fileflows/10.1.1/ix_values.yaml deleted file mode 100644 index 7b09fce32a6..00000000000 --- a/stable/fileflows/10.1.1/ix_values.yaml +++ /dev/null @@ -1,48 +0,0 @@ -image: - repository: revenz/fileflows - tag: 24.02@sha256:ed09a60308bafa594edda553e37e21cc9d982c2822e51dfc4ff7ee575babec66 - 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/filestash/6.1.0/.helmignore b/stable/fileflows/10.2.0/.helmignore similarity index 100% rename from stable/filestash/6.1.0/.helmignore rename to stable/fileflows/10.2.0/.helmignore diff --git a/stable/fileflows/10.2.0/CHANGELOG.md b/stable/fileflows/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..de69aa5af1b --- /dev/null +++ b/stable/fileflows/10.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [fileflows-9.1.1](https://github.com/truecharts/charts/compare/fileflows-9.1.0...fileflows-9.1.1) (2024-02-12) + +### Chore + + + +- update container image revenz/fileflows to 24.02[@3e0b300](https://github.com/3e0b300) by renovate ([#18105](https://github.com/truecharts/charts/issues/18105)) + + +## [fileflows-9.1.0](https://github.com/truecharts/charts/compare/fileflows-9.0.8...fileflows-9.1.0) (2024-02-05) + +### Chore + + + +- update container image revenz/fileflows to v24.02[@4009c44](https://github.com/4009c44) by renovate ([#17947](https://github.com/truecharts/charts/issues/17947)) + + +## [fileflows-9.0.8](https://github.com/truecharts/charts/compare/fileflows-9.0.7...fileflows-9.0.8) (2024-02-05) + +### Chore + + + +- update container image revenz/fileflows to v[@3e10d33](https://github.com/3e10d33) by renovate ([#17894](https://github.com/truecharts/charts/issues/17894)) + + +## [fileflows-9.0.7](https://github.com/truecharts/charts/compare/fileflows-9.0.6...fileflows-9.0.7) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [fileflows-9.0.6](https://github.com/truecharts/charts/compare/fileflows-9.0.5...fileflows-9.0.6) (2024-01-29) + +### Chore + + + +- update container image revenz/fileflows to 24.01[@183939d](https://github.com/183939d) by renovate ([#17723](https://github.com/truecharts/charts/issues/17723)) + + +## [fileflows-9.0.5](https://github.com/truecharts/charts/compare/fileflows-9.0.4...fileflows-9.0.5) (2024-01-29) + +### Chore + + + +- update container image revenz/fileflows to 24.01[@5518f1b](https://github.com/5518f1b) by renovate ([#17650](https://github.com/truecharts/charts/issues/17650)) + + +## [fileflows-9.0.4](https://github.com/truecharts/charts/compare/fileflows-9.0.3...fileflows-9.0.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) \ No newline at end of file diff --git a/stable/fileflows/10.2.0/Chart.yaml b/stable/fileflows/10.2.0/Chart.yaml new file mode 100644 index 00000000000..8083b0dbf0d --- /dev/null +++ b/stable/fileflows/10.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.02.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An application that lets you automatically process files through a simple rule flow. +home: https://truecharts.org/charts/stable/fileflows +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileflows.png +keywords: + - fileflows +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fileflows +sources: + - https://github.com/revenz/FileFlows + - https://github.com/truecharts/charts/tree/master/charts/stable/fileflows + - https://hub.docker.com/r/revenz/fileflows +type: application +version: 10.2.0 diff --git a/stable/fileflows/10.1.1/README.md b/stable/fileflows/10.2.0/README.md similarity index 100% rename from stable/fileflows/10.1.1/README.md rename to stable/fileflows/10.2.0/README.md diff --git a/stable/fileflows/10.1.1/app-readme.md b/stable/fileflows/10.2.0/app-readme.md similarity index 100% rename from stable/fileflows/10.1.1/app-readme.md rename to stable/fileflows/10.2.0/app-readme.md diff --git a/stable/fileflows/10.2.0/charts/common-18.1.2.tgz b/stable/fileflows/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/fileflows/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/fileflows/10.2.0/ix_values.yaml b/stable/fileflows/10.2.0/ix_values.yaml new file mode 100644 index 00000000000..4a147e42bfb --- /dev/null +++ b/stable/fileflows/10.2.0/ix_values.yaml @@ -0,0 +1,48 @@ +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/fileflows/10.1.1/questions.yaml b/stable/fileflows/10.2.0/questions.yaml similarity index 100% rename from stable/fileflows/10.1.1/questions.yaml rename to stable/fileflows/10.2.0/questions.yaml diff --git a/stable/filezilla/11.1.0/templates/NOTES.txt b/stable/fileflows/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/filezilla/11.1.0/templates/NOTES.txt rename to stable/fileflows/10.2.0/templates/NOTES.txt diff --git a/stable/filezilla/11.1.0/templates/common.yaml b/stable/fileflows/10.2.0/templates/common.yaml similarity index 100% rename from stable/filezilla/11.1.0/templates/common.yaml rename to stable/fileflows/10.2.0/templates/common.yaml diff --git a/stable/filestash/6.1.0/values.yaml b/stable/fileflows/10.2.0/values.yaml similarity index 100% rename from stable/filestash/6.1.0/values.yaml rename to stable/fileflows/10.2.0/values.yaml diff --git a/stable/fileshelter/6.1.0/CHANGELOG.md b/stable/fileshelter/6.1.0/CHANGELOG.md deleted file mode 100644 index c4c81850255..00000000000 --- a/stable/fileshelter/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [fileshelter-5.0.5](https://github.com/truecharts/charts/compare/fileshelter-5.0.4...fileshelter-5.0.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fileshelter-5.0.4](https://github.com/truecharts/charts/compare/fileshelter-5.0.3...fileshelter-5.0.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [fileshelter-5.0.3](https://github.com/truecharts/charts/compare/fileshelter-5.0.2...fileshelter-5.0.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [fileshelter-5.0.2](https://github.com/truecharts/charts/compare/fileshelter-5.0.1...fileshelter-5.0.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [fileshelter-5.0.1](https://github.com/truecharts/charts/compare/fileshelter-5.0.0...fileshelter-5.0.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [fileshelter-5.0.0](https://github.com/truecharts/charts/compare/fileshelter-4.1.6...fileshelter-5.0.0) (2024-01-21) - -### Fix - - - -- Rework chart (persistance, ports, portal, etc) ([#17315](https://github.com/truecharts/charts/issues/17315)) - - - - -## [fileshelter-4.1.6](https://github.com/truecharts/charts/compare/fileshelter-4.1.5...fileshelter-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [fileshelter-4.1.5](https://github.com/truecharts/charts/compare/fileshelter-4.1.4...fileshelter-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [fileshelter-4.1.4](https://github.com/truecharts/charts/compare/fileshelter-4.1.3...fileshelter-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [fileshelter-4.1.3](https://github.com/truecharts/charts/compare/fileshelter-4.1.0...fileshelter-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/fileshelter/6.1.0/Chart.yaml b/stable/fileshelter/6.1.0/Chart.yaml deleted file mode 100644 index f4e066aefbe..00000000000 --- a/stable/fileshelter/6.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/fileshelter/6.1.0/charts/common-18.0.1.tgz b/stable/fileshelter/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/fileshelter/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/filezilla/11.1.0/.helmignore b/stable/fileshelter/6.2.0/.helmignore similarity index 100% rename from stable/filezilla/11.1.0/.helmignore rename to stable/fileshelter/6.2.0/.helmignore diff --git a/stable/fileshelter/6.2.0/CHANGELOG.md b/stable/fileshelter/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a4bac8e62f8 --- /dev/null +++ b/stable/fileshelter/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/fileshelter/6.2.0/Chart.yaml b/stable/fileshelter/6.2.0/Chart.yaml new file mode 100644 index 00000000000..424883eb235 --- /dev/null +++ b/stable/fileshelter/6.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.1.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/fileshelter/6.1.0/README.md b/stable/fileshelter/6.2.0/README.md similarity index 100% rename from stable/fileshelter/6.1.0/README.md rename to stable/fileshelter/6.2.0/README.md diff --git a/stable/fileshelter/6.1.0/app-readme.md b/stable/fileshelter/6.2.0/app-readme.md similarity index 100% rename from stable/fileshelter/6.1.0/app-readme.md rename to stable/fileshelter/6.2.0/app-readme.md diff --git a/stable/fileshelter/6.2.0/charts/common-18.1.2.tgz b/stable/fileshelter/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/fileshelter/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/fileshelter/6.1.0/ix_values.yaml b/stable/fileshelter/6.2.0/ix_values.yaml similarity index 100% rename from stable/fileshelter/6.1.0/ix_values.yaml rename to stable/fileshelter/6.2.0/ix_values.yaml diff --git a/stable/fileshelter/6.1.0/questions.yaml b/stable/fileshelter/6.2.0/questions.yaml similarity index 100% rename from stable/fileshelter/6.1.0/questions.yaml rename to stable/fileshelter/6.2.0/questions.yaml diff --git a/stable/fileshelter/6.1.0/templates/common.yaml b/stable/fileshelter/6.2.0/templates/common.yaml similarity index 100% rename from stable/fileshelter/6.1.0/templates/common.yaml rename to stable/fileshelter/6.2.0/templates/common.yaml diff --git a/stable/filezilla/11.1.0/values.yaml b/stable/fileshelter/6.2.0/values.yaml similarity index 100% rename from stable/filezilla/11.1.0/values.yaml rename to stable/fileshelter/6.2.0/values.yaml diff --git a/stable/filestash/6.1.0/CHANGELOG.md b/stable/filestash/6.1.0/CHANGELOG.md deleted file mode 100644 index a1ec6d8dbb3..00000000000 --- a/stable/filestash/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/filestash/6.1.0/Chart.yaml b/stable/filestash/6.1.0/Chart.yaml deleted file mode 100644 index b5b6ebfa238..00000000000 --- a/stable/filestash/6.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/filestash/6.1.0/charts/common-18.0.1.tgz b/stable/filestash/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/filestash/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/fireflyiii/25.1.0/.helmignore b/stable/filestash/6.2.0/.helmignore similarity index 100% rename from stable/fireflyiii/25.1.0/.helmignore rename to stable/filestash/6.2.0/.helmignore diff --git a/stable/filestash/6.2.0/CHANGELOG.md b/stable/filestash/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..79b46c3db71 --- /dev/null +++ b/stable/filestash/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [filestash-5.1.14](https://github.com/truecharts/charts/compare/filestash-5.1.13...filestash-5.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [filestash-5.1.13](https://github.com/truecharts/charts/compare/filestash-5.1.12...filestash-5.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [filestash-5.1.12](https://github.com/truecharts/charts/compare/filestash-5.1.11...filestash-5.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [filestash-5.1.11](https://github.com/truecharts/charts/compare/filestash-5.1.10...filestash-5.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [filestash-5.1.10](https://github.com/truecharts/charts/compare/filestash-5.1.9...filestash-5.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [filestash-5.1.9](https://github.com/truecharts/charts/compare/filestash-5.1.8...filestash-5.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [filestash-5.1.8](https://github.com/truecharts/charts/compare/filestash-5.1.7...filestash-5.1.8) (2024-01-03) + +### Chore + + + +- update container image machines/filestash to latest[@223f11a](https://github.com/223f11a) by renovate ([#16785](https://github.com/truecharts/charts/issues/16785)) + + +## [filestash-5.1.7](https://github.com/truecharts/charts/compare/filestash-5.1.6...filestash-5.1.7) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [filestash-5.1.6](https://github.com/truecharts/charts/compare/filestash-5.1.4...filestash-5.1.6) (2024-01-02) + +### Chore + + + +- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) diff --git a/stable/filestash/6.2.0/Chart.yaml b/stable/filestash/6.2.0/Chart.yaml new file mode 100644 index 00000000000..39d7f6b15cc --- /dev/null +++ b/stable/filestash/6.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/filestash/6.1.0/README.md b/stable/filestash/6.2.0/README.md similarity index 100% rename from stable/filestash/6.1.0/README.md rename to stable/filestash/6.2.0/README.md diff --git a/stable/filestash/6.1.0/app-readme.md b/stable/filestash/6.2.0/app-readme.md similarity index 100% rename from stable/filestash/6.1.0/app-readme.md rename to stable/filestash/6.2.0/app-readme.md diff --git a/stable/filestash/6.2.0/charts/common-18.1.2.tgz b/stable/filestash/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/filestash/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/filestash/6.1.0/ix_values.yaml b/stable/filestash/6.2.0/ix_values.yaml similarity index 100% rename from stable/filestash/6.1.0/ix_values.yaml rename to stable/filestash/6.2.0/ix_values.yaml diff --git a/stable/filestash/6.1.0/questions.yaml b/stable/filestash/6.2.0/questions.yaml similarity index 100% rename from stable/filestash/6.1.0/questions.yaml rename to stable/filestash/6.2.0/questions.yaml diff --git a/stable/fireflyiii/25.1.0/templates/NOTES.txt b/stable/filestash/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/fireflyiii/25.1.0/templates/NOTES.txt rename to stable/filestash/6.2.0/templates/NOTES.txt diff --git a/stable/firefox-syncserver/17.1.0/templates/common.yaml b/stable/filestash/6.2.0/templates/common.yaml similarity index 100% rename from stable/firefox-syncserver/17.1.0/templates/common.yaml rename to stable/filestash/6.2.0/templates/common.yaml diff --git a/stable/fireflyiii/25.1.0/values.yaml b/stable/filestash/6.2.0/values.yaml similarity index 100% rename from stable/fireflyiii/25.1.0/values.yaml rename to stable/filestash/6.2.0/values.yaml diff --git a/stable/filezilla/11.1.0/CHANGELOG.md b/stable/filezilla/11.1.0/CHANGELOG.md deleted file mode 100644 index 153219b92e6..00000000000 --- a/stable/filezilla/11.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - -## [filezilla-10.2.10](https://github.com/truecharts/charts/compare/filezilla-10.2.9...filezilla-10.2.10) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@be18175](https://github.com/be18175) by renovate ([#18060](https://github.com/truecharts/charts/issues/18060)) - - -## [filezilla-10.2.9](https://github.com/truecharts/charts/compare/filezilla-10.2.8...filezilla-10.2.9) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@889326c](https://github.com/889326c) by renovate ([#17849](https://github.com/truecharts/charts/issues/17849)) - - -## [filezilla-10.2.8](https://github.com/truecharts/charts/compare/filezilla-10.2.7...filezilla-10.2.8) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [filezilla-10.2.7](https://github.com/truecharts/charts/compare/filezilla-10.2.6...filezilla-10.2.7) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@96a0e47](https://github.com/96a0e47) by renovate ([#17605](https://github.com/truecharts/charts/issues/17605)) - - -## [filezilla-10.2.6](https://github.com/truecharts/charts/compare/filezilla-10.2.5...filezilla-10.2.6) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [filezilla-10.2.5](https://github.com/truecharts/charts/compare/filezilla-10.2.4...filezilla-10.2.5) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [filezilla-10.2.4](https://github.com/truecharts/charts/compare/filezilla-10.2.3...filezilla-10.2.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [filezilla-10.2.3](https://github.com/truecharts/charts/compare/filezilla-10.2.2...filezilla-10.2.3) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [filezilla-10.2.2](https://github.com/truecharts/charts/compare/filezilla-10.2.1...filezilla-10.2.2) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@ac65dd5](https://github.com/ac65dd5) by renovate ([#17350](https://github.com/truecharts/charts/issues/17350)) - - - - -## [filezilla-10.2.1](https://github.com/truecharts/charts/compare/filezilla-10.2.0...filezilla-10.2.1) (2024-01-09) diff --git a/stable/filezilla/11.1.0/Chart.yaml b/stable/filezilla/11.1.0/Chart.yaml deleted file mode 100644 index 8d84e0957a6..00000000000 --- a/stable/filezilla/11.1.0/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/filezilla/11.1.0/charts/common-18.0.1.tgz b/stable/filezilla/11.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/filezilla/11.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/firefox-desktop-g3/5.1.0/.helmignore b/stable/filezilla/11.2.0/.helmignore similarity index 100% rename from stable/firefox-desktop-g3/5.1.0/.helmignore rename to stable/filezilla/11.2.0/.helmignore diff --git a/stable/filezilla/11.2.0/CHANGELOG.md b/stable/filezilla/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..fdb8c822959 --- /dev/null +++ b/stable/filezilla/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + +## [filezilla-10.2.10](https://github.com/truecharts/charts/compare/filezilla-10.2.9...filezilla-10.2.10) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@be18175](https://github.com/be18175) by renovate ([#18060](https://github.com/truecharts/charts/issues/18060)) + + +## [filezilla-10.2.9](https://github.com/truecharts/charts/compare/filezilla-10.2.8...filezilla-10.2.9) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@889326c](https://github.com/889326c) by renovate ([#17849](https://github.com/truecharts/charts/issues/17849)) + + +## [filezilla-10.2.8](https://github.com/truecharts/charts/compare/filezilla-10.2.7...filezilla-10.2.8) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [filezilla-10.2.7](https://github.com/truecharts/charts/compare/filezilla-10.2.6...filezilla-10.2.7) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@96a0e47](https://github.com/96a0e47) by renovate ([#17605](https://github.com/truecharts/charts/issues/17605)) + + +## [filezilla-10.2.6](https://github.com/truecharts/charts/compare/filezilla-10.2.5...filezilla-10.2.6) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [filezilla-10.2.5](https://github.com/truecharts/charts/compare/filezilla-10.2.4...filezilla-10.2.5) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [filezilla-10.2.4](https://github.com/truecharts/charts/compare/filezilla-10.2.3...filezilla-10.2.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [filezilla-10.2.3](https://github.com/truecharts/charts/compare/filezilla-10.2.2...filezilla-10.2.3) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [filezilla-10.2.2](https://github.com/truecharts/charts/compare/filezilla-10.2.1...filezilla-10.2.2) (2024-01-21) + +### Chore + + + +- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@ac65dd5](https://github.com/ac65dd5) by renovate ([#17350](https://github.com/truecharts/charts/issues/17350)) + diff --git a/stable/filezilla/11.2.0/Chart.yaml b/stable/filezilla/11.2.0/Chart.yaml new file mode 100644 index 00000000000..92439c9f18a --- /dev/null +++ b/stable/filezilla/11.2.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.66.4 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Helm chart for Kubernetes +home: https://truecharts.org/charts/stable/filezilla +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filezilla.png +keywords: + - filezilla + - ftp + - sftp + - ftps + - client +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: filezilla +sources: + - https://github.com/linuxserver/docker-filezilla + - https://filezilla-project.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/filezilla + - https://ghcr.io/linuxserver/filezilla +type: application +version: 11.2.0 diff --git a/stable/filezilla/11.1.0/README.md b/stable/filezilla/11.2.0/README.md similarity index 100% rename from stable/filezilla/11.1.0/README.md rename to stable/filezilla/11.2.0/README.md diff --git a/stable/filezilla/11.1.0/app-readme.md b/stable/filezilla/11.2.0/app-readme.md similarity index 100% rename from stable/filezilla/11.1.0/app-readme.md rename to stable/filezilla/11.2.0/app-readme.md diff --git a/stable/filezilla/11.2.0/charts/common-18.1.2.tgz b/stable/filezilla/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/filezilla/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/filezilla/11.1.0/ix_values.yaml b/stable/filezilla/11.2.0/ix_values.yaml similarity index 100% rename from stable/filezilla/11.1.0/ix_values.yaml rename to stable/filezilla/11.2.0/ix_values.yaml diff --git a/stable/filezilla/11.1.0/questions.yaml b/stable/filezilla/11.2.0/questions.yaml similarity index 100% rename from stable/filezilla/11.1.0/questions.yaml rename to stable/filezilla/11.2.0/questions.yaml diff --git a/stable/firefox-syncserver/17.1.0/templates/NOTES.txt b/stable/filezilla/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/firefox-syncserver/17.1.0/templates/NOTES.txt rename to stable/filezilla/11.2.0/templates/NOTES.txt diff --git a/stable/firefox/11.1.0/templates/common.yaml b/stable/filezilla/11.2.0/templates/common.yaml similarity index 100% rename from stable/firefox/11.1.0/templates/common.yaml rename to stable/filezilla/11.2.0/templates/common.yaml diff --git a/stable/firefox-desktop-g3/5.1.0/values.yaml b/stable/filezilla/11.2.0/values.yaml similarity index 100% rename from stable/firefox-desktop-g3/5.1.0/values.yaml rename to stable/filezilla/11.2.0/values.yaml diff --git a/stable/fireflyiii/25.1.0/CHANGELOG.md b/stable/fireflyiii/25.1.0/CHANGELOG.md deleted file mode 100644 index 0786dcfdc6e..00000000000 --- a/stable/fireflyiii/25.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [fireflyiii-24.1.13](https://github.com/truecharts/charts/compare/fireflyiii-24.1.12...fireflyiii-24.1.13) (2024-01-14) \ No newline at end of file diff --git a/stable/fireflyiii/25.1.0/Chart.yaml b/stable/fireflyiii/25.1.0/Chart.yaml deleted file mode 100644 index 929a0ae639b..00000000000 --- a/stable/fireflyiii/25.1.0/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: finacial - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 6.1.9 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/fireflyiii/25.1.0/charts/common-18.0.1.tgz b/stable/fireflyiii/25.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/fireflyiii/25.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/firefox-syncserver/17.1.0/.helmignore b/stable/fireflyiii/25.2.0/.helmignore similarity index 100% rename from stable/firefox-syncserver/17.1.0/.helmignore rename to stable/fireflyiii/25.2.0/.helmignore diff --git a/stable/fireflyiii/25.2.0/CHANGELOG.md b/stable/fireflyiii/25.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f370dd2eda7 --- /dev/null +++ b/stable/fireflyiii/25.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + +## [fireflyiii-24.1.22](https://github.com/truecharts/charts/compare/fireflyiii-24.1.21...fireflyiii-24.1.22) (2024-02-12) + +### Chore + + + +- update container image fireflyiii/core to vversion-6.1.9[@3b2060a](https://github.com/3b2060a) by renovate ([#18131](https://github.com/truecharts/charts/issues/18131)) + + +## [fireflyiii-24.1.21](https://github.com/truecharts/charts/compare/fireflyiii-24.1.20...fireflyiii-24.1.21) (2024-02-05) + +### Chore + + + +- update container image fireflyiii/core to vversion-6.1.8[@7c93902](https://github.com/7c93902) by renovate ([#17905](https://github.com/truecharts/charts/issues/17905)) + + +## [fireflyiii-24.1.20](https://github.com/truecharts/charts/compare/fireflyiii-24.1.19...fireflyiii-24.1.20) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [fireflyiii-24.1.19](https://github.com/truecharts/charts/compare/fireflyiii-24.1.18...fireflyiii-24.1.19) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [fireflyiii-24.1.18](https://github.com/truecharts/charts/compare/fireflyiii-24.1.17...fireflyiii-24.1.18) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [fireflyiii-24.1.17](https://github.com/truecharts/charts/compare/fireflyiii-24.1.16...fireflyiii-24.1.17) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [fireflyiii-24.1.16](https://github.com/truecharts/charts/compare/fireflyiii-24.1.15...fireflyiii-24.1.16) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [fireflyiii-24.1.15](https://github.com/truecharts/charts/compare/fireflyiii-24.1.14...fireflyiii-24.1.15) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [fireflyiii-24.1.14](https://github.com/truecharts/charts/compare/fireflyiii-24.1.13...fireflyiii-24.1.14) (2024-01-21) + +### Chore + + diff --git a/stable/fireflyiii/25.2.0/Chart.yaml b/stable/fireflyiii/25.2.0/Chart.yaml new file mode 100644 index 00000000000..81f202a5cd2 --- /dev/null +++ b/stable/fireflyiii/25.2.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: finacial + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.1.9 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A free and open source personal finance manager +home: https://truecharts.org/charts/stable/fireflyiii +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireflyiii.png +keywords: + - fireflyiii + - finacial +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fireflyiii +sources: + - https://github.com/firefly-iii/firefly-iii/ + - https://github.com/truecharts/charts/tree/master/charts/stable/fireflyiii + - https://hub.docker.com/r/fireflyiii/core +type: application +version: 25.2.0 diff --git a/stable/fireflyiii/25.1.0/LICENSE b/stable/fireflyiii/25.2.0/LICENSE similarity index 100% rename from stable/fireflyiii/25.1.0/LICENSE rename to stable/fireflyiii/25.2.0/LICENSE diff --git a/stable/fireflyiii/25.1.0/README.md b/stable/fireflyiii/25.2.0/README.md similarity index 100% rename from stable/fireflyiii/25.1.0/README.md rename to stable/fireflyiii/25.2.0/README.md diff --git a/stable/fireflyiii/25.1.0/app-readme.md b/stable/fireflyiii/25.2.0/app-readme.md similarity index 100% rename from stable/fireflyiii/25.1.0/app-readme.md rename to stable/fireflyiii/25.2.0/app-readme.md diff --git a/stable/fireflyiii/25.2.0/charts/common-18.1.2.tgz b/stable/fireflyiii/25.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/fireflyiii/25.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/fireflyiii/25.1.0/charts/redis-11.2.1.tgz b/stable/fireflyiii/25.2.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/fireflyiii/25.1.0/charts/redis-11.2.1.tgz rename to stable/fireflyiii/25.2.0/charts/redis-11.2.1.tgz diff --git a/stable/fireflyiii/25.1.0/ix_values.yaml b/stable/fireflyiii/25.2.0/ix_values.yaml similarity index 100% rename from stable/fireflyiii/25.1.0/ix_values.yaml rename to stable/fireflyiii/25.2.0/ix_values.yaml diff --git a/stable/fireflyiii/25.1.0/questions.yaml b/stable/fireflyiii/25.2.0/questions.yaml similarity index 100% rename from stable/fireflyiii/25.1.0/questions.yaml rename to stable/fireflyiii/25.2.0/questions.yaml diff --git a/stable/firefox/11.1.0/templates/NOTES.txt b/stable/fireflyiii/25.2.0/templates/NOTES.txt similarity index 100% rename from stable/firefox/11.1.0/templates/NOTES.txt rename to stable/fireflyiii/25.2.0/templates/NOTES.txt diff --git a/stable/fireflyiii/25.1.0/templates/_cronjob.tpl b/stable/fireflyiii/25.2.0/templates/_cronjob.tpl similarity index 100% rename from stable/fireflyiii/25.1.0/templates/_cronjob.tpl rename to stable/fireflyiii/25.2.0/templates/_cronjob.tpl diff --git a/stable/fireflyiii/25.1.0/templates/_secrets.tpl b/stable/fireflyiii/25.2.0/templates/_secrets.tpl similarity index 100% rename from stable/fireflyiii/25.1.0/templates/_secrets.tpl rename to stable/fireflyiii/25.2.0/templates/_secrets.tpl diff --git a/stable/fireflyiii/25.1.0/templates/common.yaml b/stable/fireflyiii/25.2.0/templates/common.yaml similarity index 100% rename from stable/fireflyiii/25.1.0/templates/common.yaml rename to stable/fireflyiii/25.2.0/templates/common.yaml diff --git a/stable/firefox-syncserver/17.1.0/values.yaml b/stable/fireflyiii/25.2.0/values.yaml similarity index 100% rename from stable/firefox-syncserver/17.1.0/values.yaml rename to stable/fireflyiii/25.2.0/values.yaml diff --git a/stable/firefox-desktop-g3/5.1.0/CHANGELOG.md b/stable/firefox-desktop-g3/5.1.0/CHANGELOG.md deleted file mode 100644 index ffa182151f6..00000000000 --- a/stable/firefox-desktop-g3/5.1.0/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.0/Chart.yaml b/stable/firefox-desktop-g3/5.1.0/Chart.yaml deleted file mode 100644 index bb96cf0fcc2..00000000000 --- a/stable/firefox-desktop-g3/5.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: 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.1 - 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.0 diff --git a/stable/firefox-desktop-g3/5.1.0/charts/common-18.0.1.tgz b/stable/firefox-desktop-g3/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/firefox-desktop-g3/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/firefox/11.1.0/.helmignore b/stable/firefox-desktop-g3/5.2.0/.helmignore similarity index 100% rename from stable/firefox/11.1.0/.helmignore rename to stable/firefox-desktop-g3/5.2.0/.helmignore diff --git a/stable/firefox-desktop-g3/5.2.0/CHANGELOG.md b/stable/firefox-desktop-g3/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c33c8874726 --- /dev/null +++ b/stable/firefox-desktop-g3/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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) diff --git a/stable/firefox-desktop-g3/5.2.0/Chart.yaml b/stable/firefox-desktop-g3/5.2.0/Chart.yaml new file mode 100644 index 00000000000..922484130fc --- /dev/null +++ b/stable/firefox-desktop-g3/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing +home: https://truecharts.org/charts/stable/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.0 diff --git a/stable/firefox-desktop-g3/5.1.0/README.md b/stable/firefox-desktop-g3/5.2.0/README.md similarity index 100% rename from stable/firefox-desktop-g3/5.1.0/README.md rename to stable/firefox-desktop-g3/5.2.0/README.md diff --git a/stable/firefox-desktop-g3/5.1.0/app-readme.md b/stable/firefox-desktop-g3/5.2.0/app-readme.md similarity index 100% rename from stable/firefox-desktop-g3/5.1.0/app-readme.md rename to stable/firefox-desktop-g3/5.2.0/app-readme.md diff --git a/stable/firefox-desktop-g3/5.2.0/charts/common-18.1.2.tgz b/stable/firefox-desktop-g3/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/firefox-desktop-g3/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/firefox-desktop-g3/5.1.0/ix_values.yaml b/stable/firefox-desktop-g3/5.2.0/ix_values.yaml similarity index 100% rename from stable/firefox-desktop-g3/5.1.0/ix_values.yaml rename to stable/firefox-desktop-g3/5.2.0/ix_values.yaml diff --git a/stable/firefox-desktop-g3/5.1.0/questions.yaml b/stable/firefox-desktop-g3/5.2.0/questions.yaml similarity index 100% rename from stable/firefox-desktop-g3/5.1.0/questions.yaml rename to stable/firefox-desktop-g3/5.2.0/questions.yaml diff --git a/stable/firefox-desktop-g3/5.1.0/templates/common.yaml b/stable/firefox-desktop-g3/5.2.0/templates/common.yaml similarity index 100% rename from stable/firefox-desktop-g3/5.1.0/templates/common.yaml rename to stable/firefox-desktop-g3/5.2.0/templates/common.yaml diff --git a/stable/firefox/11.1.0/values.yaml b/stable/firefox-desktop-g3/5.2.0/values.yaml similarity index 100% rename from stable/firefox/11.1.0/values.yaml rename to stable/firefox-desktop-g3/5.2.0/values.yaml diff --git a/stable/firefox-syncserver/17.1.0/CHANGELOG.md b/stable/firefox-syncserver/17.1.0/CHANGELOG.md deleted file mode 100644 index 38ae618ac4c..00000000000 --- a/stable/firefox-syncserver/17.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/firefox-syncserver/17.1.0/Chart.yaml b/stable/firefox-syncserver/17.1.0/Chart.yaml deleted file mode 100644 index 5bbd62e6ee9..00000000000 --- a/stable/firefox-syncserver/17.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: 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.1 - 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.0 diff --git a/stable/firefox-syncserver/17.1.0/charts/common-18.0.1.tgz b/stable/firefox-syncserver/17.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/firefox-syncserver/17.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/fireshare/6.1.1/.helmignore b/stable/firefox-syncserver/17.2.0/.helmignore similarity index 100% rename from stable/fireshare/6.1.1/.helmignore rename to stable/firefox-syncserver/17.2.0/.helmignore diff --git a/stable/firefox-syncserver/17.2.0/CHANGELOG.md b/stable/firefox-syncserver/17.2.0/CHANGELOG.md new file mode 100644 index 00000000000..43fea0242f9 --- /dev/null +++ b/stable/firefox-syncserver/17.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/firefox-syncserver/17.2.0/Chart.yaml b/stable/firefox-syncserver/17.2.0/Chart.yaml new file mode 100644 index 00000000000..ba7f1334943 --- /dev/null +++ b/stable/firefox-syncserver/17.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.8.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/firefox-syncserver/17.1.0/README.md b/stable/firefox-syncserver/17.2.0/README.md similarity index 100% rename from stable/firefox-syncserver/17.1.0/README.md rename to stable/firefox-syncserver/17.2.0/README.md diff --git a/stable/firefox-syncserver/17.1.0/app-readme.md b/stable/firefox-syncserver/17.2.0/app-readme.md similarity index 100% rename from stable/firefox-syncserver/17.1.0/app-readme.md rename to stable/firefox-syncserver/17.2.0/app-readme.md diff --git a/stable/firefox-syncserver/17.2.0/charts/common-18.1.2.tgz b/stable/firefox-syncserver/17.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/firefox-syncserver/17.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/firefox-syncserver/17.1.0/ix_values.yaml b/stable/firefox-syncserver/17.2.0/ix_values.yaml similarity index 100% rename from stable/firefox-syncserver/17.1.0/ix_values.yaml rename to stable/firefox-syncserver/17.2.0/ix_values.yaml diff --git a/stable/firefox-syncserver/17.1.0/questions.yaml b/stable/firefox-syncserver/17.2.0/questions.yaml similarity index 100% rename from stable/firefox-syncserver/17.1.0/questions.yaml rename to stable/firefox-syncserver/17.2.0/questions.yaml diff --git a/stable/firezone/3.1.0/templates/NOTES.txt b/stable/firefox-syncserver/17.2.0/templates/NOTES.txt similarity index 100% rename from stable/firezone/3.1.0/templates/NOTES.txt rename to stable/firefox-syncserver/17.2.0/templates/NOTES.txt diff --git a/stable/flaresolverr/13.1.0/templates/common.yaml b/stable/firefox-syncserver/17.2.0/templates/common.yaml similarity index 100% rename from stable/flaresolverr/13.1.0/templates/common.yaml rename to stable/firefox-syncserver/17.2.0/templates/common.yaml diff --git a/stable/fireshare/6.1.1/values.yaml b/stable/firefox-syncserver/17.2.0/values.yaml similarity index 100% rename from stable/fireshare/6.1.1/values.yaml rename to stable/firefox-syncserver/17.2.0/values.yaml diff --git a/stable/firefox/11.1.0/CHANGELOG.md b/stable/firefox/11.1.0/CHANGELOG.md deleted file mode 100644 index d2cf57e6905..00000000000 --- a/stable/firefox/11.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/firefox/11.1.0/Chart.yaml b/stable/firefox/11.1.0/Chart.yaml deleted file mode 100644 index 11418c286ae..00000000000 --- a/stable/firefox/11.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/firefox/11.1.0/charts/common-18.0.1.tgz b/stable/firefox/11.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/firefox/11.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/firezone/3.1.0/.helmignore b/stable/firefox/11.2.0/.helmignore similarity index 100% rename from stable/firezone/3.1.0/.helmignore rename to stable/firefox/11.2.0/.helmignore diff --git a/stable/firefox/11.2.0/CHANGELOG.md b/stable/firefox/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..ff5c28d954c --- /dev/null +++ b/stable/firefox/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [firefox-10.0.9](https://github.com/truecharts/charts/compare/firefox-10.0.8...firefox-10.0.9) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [firefox-10.0.8](https://github.com/truecharts/charts/compare/firefox-10.0.7...firefox-10.0.8) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [firefox-10.0.7](https://github.com/truecharts/charts/compare/firefox-10.0.6...firefox-10.0.7) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [firefox-10.0.6](https://github.com/truecharts/charts/compare/firefox-10.0.5...firefox-10.0.6) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [firefox-10.0.5](https://github.com/truecharts/charts/compare/firefox-10.0.4...firefox-10.0.5) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [firefox-10.0.4](https://github.com/truecharts/charts/compare/firefox-10.0.3...firefox-10.0.4) (2024-01-21) + +### Chore + + + +- update container image ghcr.io/linuxserver/firefox to 120.0.1[@ac3c881](https://github.com/ac3c881) by renovate ([#17351](https://github.com/truecharts/charts/issues/17351)) + + +## [firefox-10.0.3](https://github.com/truecharts/charts/compare/firefox-10.0.2...firefox-10.0.3) (2024-01-15) + +### Chore + + + +- update container image ghcr.io/linuxserver/firefox to 120.0.1[@34df0f7](https://github.com/34df0f7) by renovate ([#17232](https://github.com/truecharts/charts/issues/17232)) + + + + +## [firefox-10.0.2](https://github.com/truecharts/charts/compare/firefox-10.0.1...firefox-10.0.2) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [firefox-10.0.1](https://github.com/truecharts/charts/compare/firefox-10.0.0...firefox-10.0.1) (2024-01-08) + +### Chore + + + +- update container image ghcr.io/linuxserver/firefox to 120.0.1[@2bf06b5](https://github.com/2bf06b5) by renovate ([#16940](https://github.com/truecharts/charts/issues/16940)) diff --git a/stable/firefox/11.2.0/Chart.yaml b/stable/firefox/11.2.0/Chart.yaml new file mode 100644 index 00000000000..185535ec3c6 --- /dev/null +++ b/stable/firefox/11.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: browser + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 120.0.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/firefox/11.1.0/README.md b/stable/firefox/11.2.0/README.md similarity index 100% rename from stable/firefox/11.1.0/README.md rename to stable/firefox/11.2.0/README.md diff --git a/stable/firefox/11.1.0/app-readme.md b/stable/firefox/11.2.0/app-readme.md similarity index 100% rename from stable/firefox/11.1.0/app-readme.md rename to stable/firefox/11.2.0/app-readme.md diff --git a/stable/firefox/11.2.0/charts/common-18.1.2.tgz b/stable/firefox/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/firefox/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/firefox/11.1.0/ix_values.yaml b/stable/firefox/11.2.0/ix_values.yaml similarity index 100% rename from stable/firefox/11.1.0/ix_values.yaml rename to stable/firefox/11.2.0/ix_values.yaml diff --git a/stable/firefox/11.1.0/questions.yaml b/stable/firefox/11.2.0/questions.yaml similarity index 100% rename from stable/firefox/11.1.0/questions.yaml rename to stable/firefox/11.2.0/questions.yaml diff --git a/stable/flaresolverr/13.1.0/templates/NOTES.txt b/stable/firefox/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/flaresolverr/13.1.0/templates/NOTES.txt rename to stable/firefox/11.2.0/templates/NOTES.txt diff --git a/stable/fleet/12.2.1/templates/common.yaml b/stable/firefox/11.2.0/templates/common.yaml similarity index 100% rename from stable/fleet/12.2.1/templates/common.yaml rename to stable/firefox/11.2.0/templates/common.yaml diff --git a/stable/firezone/3.1.0/values.yaml b/stable/firefox/11.2.0/values.yaml similarity index 100% rename from stable/firezone/3.1.0/values.yaml rename to stable/firefox/11.2.0/values.yaml diff --git a/stable/fireshare/6.1.1/CHANGELOG.md b/stable/fireshare/6.1.1/CHANGELOG.md deleted file mode 100644 index 17feb46b321..00000000000 --- a/stable/fireshare/6.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/fireshare/6.1.1/Chart.yaml b/stable/fireshare/6.1.1/Chart.yaml deleted file mode 100644 index 03edf4a864c..00000000000 --- a/stable/fireshare/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.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.1 diff --git a/stable/fireshare/6.1.1/charts/common-18.0.2.tgz b/stable/fireshare/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/fireshare/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/fireshare/6.1.1/ix_values.yaml b/stable/fireshare/6.1.1/ix_values.yaml deleted file mode 100644 index 8f4aa08a715..00000000000 --- a/stable/fireshare/6.1.1/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.1/questions.yaml b/stable/fireshare/6.1.1/questions.yaml deleted file mode 100755 index 8548e87cd55..00000000000 --- a/stable/fireshare/6.1.1/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/fistfuloffrags/5.1.0/.helmignore b/stable/fireshare/6.3.0/.helmignore similarity index 100% rename from stable/fistfuloffrags/5.1.0/.helmignore rename to stable/fireshare/6.3.0/.helmignore diff --git a/stable/fireshare/6.3.0/CHANGELOG.md b/stable/fireshare/6.3.0/CHANGELOG.md new file mode 100644 index 00000000000..76620c09446 --- /dev/null +++ b/stable/fireshare/6.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + +## [fireshare-5.1.12](https://github.com/truecharts/charts/compare/fireshare-5.1.11...fireshare-5.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [fireshare-5.1.11](https://github.com/truecharts/charts/compare/fireshare-5.1.10...fireshare-5.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [fireshare-5.1.10](https://github.com/truecharts/charts/compare/fireshare-5.1.9...fireshare-5.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [fireshare-5.1.9](https://github.com/truecharts/charts/compare/fireshare-5.1.8...fireshare-5.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [fireshare-5.1.8](https://github.com/truecharts/charts/compare/fireshare-5.1.7...fireshare-5.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [fireshare-5.1.7](https://github.com/truecharts/charts/compare/fireshare-5.1.6...fireshare-5.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [fireshare-5.1.6](https://github.com/truecharts/charts/compare/fireshare-5.1.5...fireshare-5.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [fireshare-5.1.5](https://github.com/truecharts/charts/compare/fireshare-5.1.4...fireshare-5.1.5) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes + +- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) + + +## [fireshare-5.1.4](https://github.com/truecharts/charts/compare/fireshare-5.1.1...fireshare-5.1.4) (2024-01-01) + +### Chore + diff --git a/stable/fireshare/6.3.0/Chart.yaml b/stable/fireshare/6.3.0/Chart.yaml new file mode 100644 index 00000000000..a00cef1ac5d --- /dev/null +++ b/stable/fireshare/6.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.19 +dependencies: + - name: common + version: 18.1.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.3.0 diff --git a/stable/fireshare/6.1.1/README.md b/stable/fireshare/6.3.0/README.md similarity index 100% rename from stable/fireshare/6.1.1/README.md rename to stable/fireshare/6.3.0/README.md diff --git a/stable/fireshare/6.1.1/app-readme.md b/stable/fireshare/6.3.0/app-readme.md similarity index 100% rename from stable/fireshare/6.1.1/app-readme.md rename to stable/fireshare/6.3.0/app-readme.md diff --git a/stable/fireshare/6.3.0/charts/common-18.1.2.tgz b/stable/fireshare/6.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/fireshare/6.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/fireshare/6.3.0/ix_values.yaml b/stable/fireshare/6.3.0/ix_values.yaml new file mode 100644 index 00000000000..c8d7a10d9e1 --- /dev/null +++ b/stable/fireshare/6.3.0/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.0/questions.yaml b/stable/fireshare/6.3.0/questions.yaml new file mode 100755 index 00000000000..209e4108e25 --- /dev/null +++ b/stable/fireshare/6.3.0/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.1/templates/_secrets.tpl b/stable/fireshare/6.3.0/templates/_secrets.tpl similarity index 100% rename from stable/fireshare/6.1.1/templates/_secrets.tpl rename to stable/fireshare/6.3.0/templates/_secrets.tpl diff --git a/stable/fireshare/6.1.1/templates/common.yaml b/stable/fireshare/6.3.0/templates/common.yaml similarity index 100% rename from stable/fireshare/6.1.1/templates/common.yaml rename to stable/fireshare/6.3.0/templates/common.yaml diff --git a/stable/fistfuloffrags/5.1.0/values.yaml b/stable/fireshare/6.3.0/values.yaml similarity index 100% rename from stable/fistfuloffrags/5.1.0/values.yaml rename to stable/fireshare/6.3.0/values.yaml diff --git a/stable/firezone/3.1.0/CHANGELOG.md b/stable/firezone/3.1.0/CHANGELOG.md deleted file mode 100644 index 963a0ea003a..00000000000 --- a/stable/firezone/3.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/firezone/3.1.0/Chart.yaml b/stable/firezone/3.1.0/Chart.yaml deleted file mode 100644 index 556e5888143..00000000000 --- a/stable/firezone/3.1.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: 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.1 - 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.0 diff --git a/stable/firezone/3.1.0/charts/common-18.0.1.tgz b/stable/firezone/3.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/firezone/3.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/fivem/5.1.0/.helmignore b/stable/firezone/3.2.0/.helmignore similarity index 100% rename from stable/fivem/5.1.0/.helmignore rename to stable/firezone/3.2.0/.helmignore diff --git a/stable/firezone/3.2.0/CHANGELOG.md b/stable/firezone/3.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f559306193c --- /dev/null +++ b/stable/firezone/3.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/firezone/3.2.0/Chart.yaml b/stable/firezone/3.2.0/Chart.yaml new file mode 100644 index 00000000000..a0156dc86a5 --- /dev/null +++ b/stable/firezone/3.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: vpn + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.36 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/firezone/3.1.0/README.md b/stable/firezone/3.2.0/README.md similarity index 100% rename from stable/firezone/3.1.0/README.md rename to stable/firezone/3.2.0/README.md diff --git a/stable/firezone/3.1.0/app-readme.md b/stable/firezone/3.2.0/app-readme.md similarity index 100% rename from stable/firezone/3.1.0/app-readme.md rename to stable/firezone/3.2.0/app-readme.md diff --git a/stable/firezone/3.2.0/charts/common-18.1.2.tgz b/stable/firezone/3.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/firezone/3.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/firezone/3.1.0/ix_values.yaml b/stable/firezone/3.2.0/ix_values.yaml similarity index 100% rename from stable/firezone/3.1.0/ix_values.yaml rename to stable/firezone/3.2.0/ix_values.yaml diff --git a/stable/firezone/3.1.0/questions.yaml b/stable/firezone/3.2.0/questions.yaml similarity index 100% rename from stable/firezone/3.1.0/questions.yaml rename to stable/firezone/3.2.0/questions.yaml diff --git a/stable/fleet/12.2.1/templates/NOTES.txt b/stable/firezone/3.2.0/templates/NOTES.txt similarity index 100% rename from stable/fleet/12.2.1/templates/NOTES.txt rename to stable/firezone/3.2.0/templates/NOTES.txt diff --git a/stable/firezone/3.1.0/templates/_secrets.tpl b/stable/firezone/3.2.0/templates/_secrets.tpl similarity index 100% rename from stable/firezone/3.1.0/templates/_secrets.tpl rename to stable/firezone/3.2.0/templates/_secrets.tpl diff --git a/stable/firezone/3.1.0/templates/common.yaml b/stable/firezone/3.2.0/templates/common.yaml similarity index 100% rename from stable/firezone/3.1.0/templates/common.yaml rename to stable/firezone/3.2.0/templates/common.yaml diff --git a/stable/fivem/5.1.0/values.yaml b/stable/firezone/3.2.0/values.yaml similarity index 100% rename from stable/fivem/5.1.0/values.yaml rename to stable/firezone/3.2.0/values.yaml diff --git a/stable/fistfuloffrags/5.1.0/CHANGELOG.md b/stable/fistfuloffrags/5.1.0/CHANGELOG.md deleted file mode 100644 index ee97aace6e7..00000000000 --- a/stable/fistfuloffrags/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/fistfuloffrags/5.1.0/Chart.yaml b/stable/fistfuloffrags/5.1.0/Chart.yaml deleted file mode 100644 index 78f394db0c4..00000000000 --- a/stable/fistfuloffrags/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/fistfuloffrags/5.1.0/charts/common-18.0.1.tgz b/stable/fistfuloffrags/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/fistfuloffrags/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/flame/5.1.0/.helmignore b/stable/fistfuloffrags/5.2.0/.helmignore similarity index 100% rename from stable/flame/5.1.0/.helmignore rename to stable/fistfuloffrags/5.2.0/.helmignore diff --git a/stable/fistfuloffrags/5.2.0/CHANGELOG.md b/stable/fistfuloffrags/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..be6f7748e0e --- /dev/null +++ b/stable/fistfuloffrags/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/fistfuloffrags/5.2.0/Chart.yaml b/stable/fistfuloffrags/5.2.0/Chart.yaml new file mode 100644 index 00000000000..5165fdc60ef --- /dev/null +++ b/stable/fistfuloffrags/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: fistfuloffrags +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/fistfuloffrags/5.1.0/README.md b/stable/fistfuloffrags/5.2.0/README.md similarity index 100% rename from stable/fistfuloffrags/5.1.0/README.md rename to stable/fistfuloffrags/5.2.0/README.md diff --git a/stable/fistfuloffrags/5.1.0/app-readme.md b/stable/fistfuloffrags/5.2.0/app-readme.md similarity index 100% rename from stable/fistfuloffrags/5.1.0/app-readme.md rename to stable/fistfuloffrags/5.2.0/app-readme.md diff --git a/stable/fistfuloffrags/5.2.0/charts/common-18.1.2.tgz b/stable/fistfuloffrags/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/fistfuloffrags/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/fistfuloffrags/5.1.0/ix_values.yaml b/stable/fistfuloffrags/5.2.0/ix_values.yaml similarity index 100% rename from stable/fistfuloffrags/5.1.0/ix_values.yaml rename to stable/fistfuloffrags/5.2.0/ix_values.yaml diff --git a/stable/fistfuloffrags/5.1.0/questions.yaml b/stable/fistfuloffrags/5.2.0/questions.yaml similarity index 100% rename from stable/fistfuloffrags/5.1.0/questions.yaml rename to stable/fistfuloffrags/5.2.0/questions.yaml diff --git a/stable/fistfuloffrags/5.1.0/templates/common.yaml b/stable/fistfuloffrags/5.2.0/templates/common.yaml similarity index 100% rename from stable/fistfuloffrags/5.1.0/templates/common.yaml rename to stable/fistfuloffrags/5.2.0/templates/common.yaml diff --git a/stable/flame/5.1.0/values.yaml b/stable/fistfuloffrags/5.2.0/values.yaml similarity index 100% rename from stable/flame/5.1.0/values.yaml rename to stable/fistfuloffrags/5.2.0/values.yaml diff --git a/stable/fivem/5.1.0/CHANGELOG.md b/stable/fivem/5.1.0/CHANGELOG.md deleted file mode 100644 index d82fb8c542b..00000000000 --- a/stable/fivem/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/fivem/5.1.0/Chart.yaml b/stable/fivem/5.1.0/Chart.yaml deleted file mode 100644 index 9507dd6a71f..00000000000 --- a/stable/fivem/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/fivem/5.1.0/charts/common-18.0.1.tgz b/stable/fivem/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/fivem/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/flaresolverr/13.1.0/.helmignore b/stable/fivem/5.2.0/.helmignore similarity index 100% rename from stable/flaresolverr/13.1.0/.helmignore rename to stable/fivem/5.2.0/.helmignore diff --git a/stable/fivem/5.2.0/CHANGELOG.md b/stable/fivem/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e2704fb2fd2 --- /dev/null +++ b/stable/fivem/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/fivem/5.2.0/Chart.yaml b/stable/fivem/5.2.0/Chart.yaml new file mode 100644 index 00000000000..ac1be0db9a1 --- /dev/null +++ b/stable/fivem/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/fivem/5.1.0/README.md b/stable/fivem/5.2.0/README.md similarity index 100% rename from stable/fivem/5.1.0/README.md rename to stable/fivem/5.2.0/README.md diff --git a/stable/fivem/5.1.0/app-readme.md b/stable/fivem/5.2.0/app-readme.md similarity index 100% rename from stable/fivem/5.1.0/app-readme.md rename to stable/fivem/5.2.0/app-readme.md diff --git a/stable/fivem/5.2.0/charts/common-18.1.2.tgz b/stable/fivem/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/fivem/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/fivem/5.1.0/ix_values.yaml b/stable/fivem/5.2.0/ix_values.yaml similarity index 100% rename from stable/fivem/5.1.0/ix_values.yaml rename to stable/fivem/5.2.0/ix_values.yaml diff --git a/stable/fivem/5.1.0/questions.yaml b/stable/fivem/5.2.0/questions.yaml similarity index 100% rename from stable/fivem/5.1.0/questions.yaml rename to stable/fivem/5.2.0/questions.yaml diff --git a/stable/fivem/5.1.0/templates/common.yaml b/stable/fivem/5.2.0/templates/common.yaml similarity index 100% rename from stable/fivem/5.1.0/templates/common.yaml rename to stable/fivem/5.2.0/templates/common.yaml diff --git a/stable/flaresolverr/13.1.0/values.yaml b/stable/fivem/5.2.0/values.yaml similarity index 100% rename from stable/flaresolverr/13.1.0/values.yaml rename to stable/fivem/5.2.0/values.yaml diff --git a/stable/flame/5.1.0/CHANGELOG.md b/stable/flame/5.1.0/CHANGELOG.md deleted file mode 100644 index 861e5880385..00000000000 --- a/stable/flame/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/flame/5.1.0/Chart.yaml b/stable/flame/5.1.0/Chart.yaml deleted file mode 100644 index 24d87bcd972..00000000000 --- a/stable/flame/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/flame/5.1.0/charts/common-18.0.1.tgz b/stable/flame/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/flame/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/fleet/12.2.1/.helmignore b/stable/flame/5.2.0/.helmignore similarity index 100% rename from stable/fleet/12.2.1/.helmignore rename to stable/flame/5.2.0/.helmignore diff --git a/stable/flame/5.2.0/CHANGELOG.md b/stable/flame/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..1f0b53bc6f6 --- /dev/null +++ b/stable/flame/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/flame/5.2.0/Chart.yaml b/stable/flame/5.2.0/Chart.yaml new file mode 100644 index 00000000000..45e627c271c --- /dev/null +++ b/stable/flame/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.3.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/flame/5.1.0/README.md b/stable/flame/5.2.0/README.md similarity index 100% rename from stable/flame/5.1.0/README.md rename to stable/flame/5.2.0/README.md diff --git a/stable/flame/5.1.0/app-readme.md b/stable/flame/5.2.0/app-readme.md similarity index 100% rename from stable/flame/5.1.0/app-readme.md rename to stable/flame/5.2.0/app-readme.md diff --git a/stable/flame/5.2.0/charts/common-18.1.2.tgz b/stable/flame/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/flame/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/flame/5.1.0/ix_values.yaml b/stable/flame/5.2.0/ix_values.yaml similarity index 100% rename from stable/flame/5.1.0/ix_values.yaml rename to stable/flame/5.2.0/ix_values.yaml diff --git a/stable/flame/5.1.0/questions.yaml b/stable/flame/5.2.0/questions.yaml similarity index 100% rename from stable/flame/5.1.0/questions.yaml rename to stable/flame/5.2.0/questions.yaml diff --git a/operators/openebs/3.1.0/templates/common.yaml b/stable/flame/5.2.0/templates/common.yaml similarity index 100% rename from operators/openebs/3.1.0/templates/common.yaml rename to stable/flame/5.2.0/templates/common.yaml diff --git a/stable/fleet/12.2.1/values.yaml b/stable/flame/5.2.0/values.yaml similarity index 100% rename from stable/fleet/12.2.1/values.yaml rename to stable/flame/5.2.0/values.yaml diff --git a/stable/flaresolverr/13.1.0/CHANGELOG.md b/stable/flaresolverr/13.1.0/CHANGELOG.md deleted file mode 100644 index 37b8bccffc2..00000000000 --- a/stable/flaresolverr/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/flaresolverr/13.1.0/Chart.yaml b/stable/flaresolverr/13.1.0/Chart.yaml deleted file mode 100644 index 50fc6e21a1a..00000000000 --- a/stable/flaresolverr/13.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/flaresolverr/13.1.0/charts/common-18.0.1.tgz b/stable/flaresolverr/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/flaresolverr/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/flexget/9.1.1/.helmignore b/stable/flaresolverr/13.2.0/.helmignore similarity index 100% rename from stable/flexget/9.1.1/.helmignore rename to stable/flaresolverr/13.2.0/.helmignore diff --git a/stable/flaresolverr/13.2.0/CHANGELOG.md b/stable/flaresolverr/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..77a834db4dc --- /dev/null +++ b/stable/flaresolverr/13.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + +## [flaresolverr-12.1.12](https://github.com/truecharts/charts/compare/flaresolverr-12.1.11...flaresolverr-12.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [flaresolverr-12.1.11](https://github.com/truecharts/charts/compare/flaresolverr-12.1.10...flaresolverr-12.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [flaresolverr-12.1.10](https://github.com/truecharts/charts/compare/flaresolverr-12.1.9...flaresolverr-12.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [flaresolverr-12.1.9](https://github.com/truecharts/charts/compare/flaresolverr-12.1.8...flaresolverr-12.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [flaresolverr-12.1.8](https://github.com/truecharts/charts/compare/flaresolverr-12.1.7...flaresolverr-12.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [flaresolverr-12.1.7](https://github.com/truecharts/charts/compare/flaresolverr-12.1.6...flaresolverr-12.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [flaresolverr-12.1.6](https://github.com/truecharts/charts/compare/flaresolverr-12.1.5...flaresolverr-12.1.6) (2024-01-08) + +### Chore + + + +- update container image ghcr.io/flaresolverr/flaresolverr to v3.3.13[@213bb58](https://github.com/213bb58) by renovate ([#16990](https://github.com/truecharts/charts/issues/16990)) + + +## [flaresolverr-12.1.5](https://github.com/truecharts/charts/compare/flaresolverr-12.1.4...flaresolverr-12.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [flaresolverr-12.1.4](https://github.com/truecharts/charts/compare/flaresolverr-12.1.3...flaresolverr-12.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes \ No newline at end of file diff --git a/stable/flaresolverr/13.2.0/Chart.yaml b/stable/flaresolverr/13.2.0/Chart.yaml new file mode 100644 index 00000000000..13a00be1cb4 --- /dev/null +++ b/stable/flaresolverr/13.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.3.15 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: FlareSolverr is a proxy server to bypass Cloudflare protection +home: https://truecharts.org/charts/stable/flaresolverr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flaresolverr.png +keywords: + - flaresolverr + - proxy +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: flaresolverr +sources: + - https://github.com/FlareSolverr/FlareSolverr + - https://github.com/truecharts/charts/tree/master/charts/stable/flaresolverr + - https://ghcr.io/flaresolverr/flaresolverr +type: application +version: 13.2.0 diff --git a/stable/flaresolverr/13.1.0/README.md b/stable/flaresolverr/13.2.0/README.md similarity index 100% rename from stable/flaresolverr/13.1.0/README.md rename to stable/flaresolverr/13.2.0/README.md diff --git a/stable/flaresolverr/13.1.0/app-readme.md b/stable/flaresolverr/13.2.0/app-readme.md similarity index 100% rename from stable/flaresolverr/13.1.0/app-readme.md rename to stable/flaresolverr/13.2.0/app-readme.md diff --git a/stable/flaresolverr/13.2.0/charts/common-18.1.2.tgz b/stable/flaresolverr/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/flaresolverr/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/flaresolverr/13.1.0/ix_values.yaml b/stable/flaresolverr/13.2.0/ix_values.yaml similarity index 100% rename from stable/flaresolverr/13.1.0/ix_values.yaml rename to stable/flaresolverr/13.2.0/ix_values.yaml diff --git a/stable/flaresolverr/13.1.0/questions.yaml b/stable/flaresolverr/13.2.0/questions.yaml similarity index 100% rename from stable/flaresolverr/13.1.0/questions.yaml rename to stable/flaresolverr/13.2.0/questions.yaml diff --git a/stable/flexget/9.1.1/templates/NOTES.txt b/stable/flaresolverr/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/flexget/9.1.1/templates/NOTES.txt rename to stable/flaresolverr/13.2.0/templates/NOTES.txt diff --git a/stable/flexget/9.1.1/templates/common.yaml b/stable/flaresolverr/13.2.0/templates/common.yaml similarity index 100% rename from stable/flexget/9.1.1/templates/common.yaml rename to stable/flaresolverr/13.2.0/templates/common.yaml diff --git a/stable/flexget/9.1.1/values.yaml b/stable/flaresolverr/13.2.0/values.yaml similarity index 100% rename from stable/flexget/9.1.1/values.yaml rename to stable/flaresolverr/13.2.0/values.yaml diff --git a/stable/fleet/12.2.1/CHANGELOG.md b/stable/fleet/12.2.1/CHANGELOG.md deleted file mode 100644 index 3b9f2da1aed..00000000000 --- a/stable/fleet/12.2.1/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 - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/fleet/12.2.1/Chart.yaml b/stable/fleet/12.2.1/Chart.yaml deleted file mode 100644 index 51ec544cdb7..00000000000 --- a/stable/fleet/12.2.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: 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.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: 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.1 diff --git a/stable/fleet/12.2.1/charts/common-18.0.2.tgz b/stable/fleet/12.2.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/fleet/12.2.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/fleet/12.2.1/ix_values.yaml b/stable/fleet/12.2.1/ix_values.yaml deleted file mode 100644 index 8622fcac7c5..00000000000 --- a/stable/fleet/12.2.1/ix_values.yaml +++ /dev/null @@ -1,59 +0,0 @@ -image: - repository: ghcr.io/linuxserver/fleet - pullPolicy: IfNotPresent - tag: 2.3.3@sha256:86962c1fb514fc02c9154d60b16b2e39f63efca28e754d04d7376e35c5288612 -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/flextv/5.1.0/.helmignore b/stable/fleet/12.3.0/.helmignore similarity index 100% rename from stable/flextv/5.1.0/.helmignore rename to stable/fleet/12.3.0/.helmignore diff --git a/stable/fleet/12.3.0/CHANGELOG.md b/stable/fleet/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..3e5ce365c26 --- /dev/null +++ b/stable/fleet/12.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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.3.0/Chart.yaml b/stable/fleet/12.3.0/Chart.yaml new file mode 100644 index 00000000000..c129e51b7b9 --- /dev/null +++ b/stable/fleet/12.3.0/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.3.3 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.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.3.0 diff --git a/stable/fleet/12.2.1/README.md b/stable/fleet/12.3.0/README.md similarity index 100% rename from stable/fleet/12.2.1/README.md rename to stable/fleet/12.3.0/README.md diff --git a/stable/fleet/12.2.1/app-readme.md b/stable/fleet/12.3.0/app-readme.md similarity index 100% rename from stable/fleet/12.2.1/app-readme.md rename to stable/fleet/12.3.0/app-readme.md diff --git a/stable/fleet/12.3.0/charts/common-18.1.2.tgz b/stable/fleet/12.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/fleet/12.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/fleet/12.2.1/charts/mariadb-13.0.0.tgz b/stable/fleet/12.3.0/charts/mariadb-13.0.0.tgz similarity index 100% rename from stable/fleet/12.2.1/charts/mariadb-13.0.0.tgz rename to stable/fleet/12.3.0/charts/mariadb-13.0.0.tgz diff --git a/stable/fleet/12.3.0/ix_values.yaml b/stable/fleet/12.3.0/ix_values.yaml new file mode 100644 index 00000000000..4827d906023 --- /dev/null +++ b/stable/fleet/12.3.0/ix_values.yaml @@ -0,0 +1,59 @@ +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/fleet/12.2.1/questions.yaml b/stable/fleet/12.3.0/questions.yaml similarity index 100% rename from stable/fleet/12.2.1/questions.yaml rename to stable/fleet/12.3.0/questions.yaml diff --git a/stable/flood/13.1.0/templates/NOTES.txt b/stable/fleet/12.3.0/templates/NOTES.txt similarity index 100% rename from stable/flood/13.1.0/templates/NOTES.txt rename to stable/fleet/12.3.0/templates/NOTES.txt diff --git a/stable/flood/13.1.0/templates/common.yaml b/stable/fleet/12.3.0/templates/common.yaml similarity index 100% rename from stable/flood/13.1.0/templates/common.yaml rename to stable/fleet/12.3.0/templates/common.yaml diff --git a/stable/flextv/5.1.0/values.yaml b/stable/fleet/12.3.0/values.yaml similarity index 100% rename from stable/flextv/5.1.0/values.yaml rename to stable/fleet/12.3.0/values.yaml diff --git a/stable/flexget/9.1.1/CHANGELOG.md b/stable/flexget/9.1.1/CHANGELOG.md deleted file mode 100644 index ad550395785..00000000000 --- a/stable/flexget/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - -## [flexget-8.2.18](https://github.com/truecharts/charts/compare/flexget-8.2.17...flexget-8.2.18) (2024-02-12) - -### Chore - - - -- update container image wiserain/flexget to v3.11.17[@4ba4a28](https://github.com/4ba4a28) by renovate ([#18170](https://github.com/truecharts/charts/issues/18170)) - - -## [flexget-8.2.17](https://github.com/truecharts/charts/compare/flexget-8.2.16...flexget-8.2.17) (2024-02-05) - -### Chore - - - -- update container image wiserain/flexget to 3.11.14[@7a60f26](https://github.com/7a60f26) by renovate ([#17962](https://github.com/truecharts/charts/issues/17962)) - - -## [flexget-8.2.16](https://github.com/truecharts/charts/compare/flexget-8.2.15...flexget-8.2.16) (2024-02-05) - -### Chore - - - -- update container image wiserain/flexget to v3.11.14[@a927176](https://github.com/a927176) by renovate ([#17933](https://github.com/truecharts/charts/issues/17933)) - - -## [flexget-8.2.15](https://github.com/truecharts/charts/compare/flexget-8.2.14...flexget-8.2.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [flexget-8.2.14](https://github.com/truecharts/charts/compare/flexget-8.2.13...flexget-8.2.14) (2024-01-29) - -### Chore - - - -- update container image wiserain/flexget to v3.11.12[@f20da4e](https://github.com/f20da4e) by renovate ([#17685](https://github.com/truecharts/charts/issues/17685)) - - -## [flexget-8.2.13](https://github.com/truecharts/charts/compare/flexget-8.2.12...flexget-8.2.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [flexget-8.2.12](https://github.com/truecharts/charts/compare/flexget-8.2.11...flexget-8.2.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [flexget-8.2.11](https://github.com/truecharts/charts/compare/flexget-8.2.10...flexget-8.2.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [flexget-8.2.10](https://github.com/truecharts/charts/compare/flexget-8.2.9...flexget-8.2.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/stable/flexget/9.1.1/Chart.yaml b/stable/flexget/9.1.1/Chart.yaml deleted file mode 100644 index ed514482372..00000000000 --- a/stable/flexget/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: 3.11.19 -dependencies: - - name: common - version: 18.0.1 - 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.1 diff --git a/stable/flexget/9.1.1/charts/common-18.0.1.tgz b/stable/flexget/9.1.1/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/flexget/9.1.1/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/flood/13.1.0/.helmignore b/stable/flexget/9.2.0/.helmignore similarity index 100% rename from stable/flood/13.1.0/.helmignore rename to stable/flexget/9.2.0/.helmignore diff --git a/stable/flexget/9.2.0/CHANGELOG.md b/stable/flexget/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..4122cba3dcd --- /dev/null +++ b/stable/flexget/9.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + +## [flexget-8.2.18](https://github.com/truecharts/charts/compare/flexget-8.2.17...flexget-8.2.18) (2024-02-12) + +### Chore + + + +- update container image wiserain/flexget to v3.11.17[@4ba4a28](https://github.com/4ba4a28) by renovate ([#18170](https://github.com/truecharts/charts/issues/18170)) + + +## [flexget-8.2.17](https://github.com/truecharts/charts/compare/flexget-8.2.16...flexget-8.2.17) (2024-02-05) + +### Chore + + + +- update container image wiserain/flexget to 3.11.14[@7a60f26](https://github.com/7a60f26) by renovate ([#17962](https://github.com/truecharts/charts/issues/17962)) + + +## [flexget-8.2.16](https://github.com/truecharts/charts/compare/flexget-8.2.15...flexget-8.2.16) (2024-02-05) + +### Chore + + + +- update container image wiserain/flexget to v3.11.14[@a927176](https://github.com/a927176) by renovate ([#17933](https://github.com/truecharts/charts/issues/17933)) + + +## [flexget-8.2.15](https://github.com/truecharts/charts/compare/flexget-8.2.14...flexget-8.2.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [flexget-8.2.14](https://github.com/truecharts/charts/compare/flexget-8.2.13...flexget-8.2.14) (2024-01-29) + +### Chore + + + +- update container image wiserain/flexget to v3.11.12[@f20da4e](https://github.com/f20da4e) by renovate ([#17685](https://github.com/truecharts/charts/issues/17685)) + + +## [flexget-8.2.13](https://github.com/truecharts/charts/compare/flexget-8.2.12...flexget-8.2.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [flexget-8.2.12](https://github.com/truecharts/charts/compare/flexget-8.2.11...flexget-8.2.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [flexget-8.2.11](https://github.com/truecharts/charts/compare/flexget-8.2.10...flexget-8.2.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [flexget-8.2.10](https://github.com/truecharts/charts/compare/flexget-8.2.9...flexget-8.2.10) (2024-01-21) + +### Chore \ No newline at end of file diff --git a/stable/flexget/9.2.0/Chart.yaml b/stable/flexget/9.2.0/Chart.yaml new file mode 100644 index 00000000000..24abe2f26f0 --- /dev/null +++ b/stable/flexget/9.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.11.19 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: FlexGet is a multipurpose automation tool for all of your media +home: https://truecharts.org/charts/stable/flexget +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flexget.png +keywords: + - flexget + - automation +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: flexget +sources: + - https://github.com/wiserain/docker-flexget + - https://github.com/truecharts/charts/tree/master/charts/stable/flexget + - https://hub.docker.com/r/wiserain/flexget +type: application +version: 9.2.0 diff --git a/stable/flexget/9.1.1/README.md b/stable/flexget/9.2.0/README.md similarity index 100% rename from stable/flexget/9.1.1/README.md rename to stable/flexget/9.2.0/README.md diff --git a/stable/flexget/9.1.1/app-readme.md b/stable/flexget/9.2.0/app-readme.md similarity index 100% rename from stable/flexget/9.1.1/app-readme.md rename to stable/flexget/9.2.0/app-readme.md diff --git a/stable/flexget/9.2.0/charts/common-18.1.2.tgz b/stable/flexget/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/flexget/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/flexget/9.1.1/ix_values.yaml b/stable/flexget/9.2.0/ix_values.yaml similarity index 100% rename from stable/flexget/9.1.1/ix_values.yaml rename to stable/flexget/9.2.0/ix_values.yaml diff --git a/stable/flexget/9.1.1/questions.yaml b/stable/flexget/9.2.0/questions.yaml similarity index 100% rename from stable/flexget/9.1.1/questions.yaml rename to stable/flexget/9.2.0/questions.yaml diff --git a/stable/flowise/4.1.0/templates/NOTES.txt b/stable/flexget/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/flowise/4.1.0/templates/NOTES.txt rename to stable/flexget/9.2.0/templates/NOTES.txt diff --git a/stable/fluidd/9.1.0/templates/common.yaml b/stable/flexget/9.2.0/templates/common.yaml similarity index 100% rename from stable/fluidd/9.1.0/templates/common.yaml rename to stable/flexget/9.2.0/templates/common.yaml diff --git a/stable/flood/13.1.0/values.yaml b/stable/flexget/9.2.0/values.yaml similarity index 100% rename from stable/flood/13.1.0/values.yaml rename to stable/flexget/9.2.0/values.yaml diff --git a/stable/flextv/5.1.0/CHANGELOG.md b/stable/flextv/5.1.0/CHANGELOG.md deleted file mode 100644 index 02d560476dd..00000000000 --- a/stable/flextv/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/flextv/5.1.0/Chart.yaml b/stable/flextv/5.1.0/Chart.yaml deleted file mode 100644 index 34d9ab9ac9c..00000000000 --- a/stable/flextv/5.1.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: 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.1 - 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.0 diff --git a/stable/flextv/5.1.0/charts/common-18.0.1.tgz b/stable/flextv/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/flextv/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/flowise/4.1.0/.helmignore b/stable/flextv/5.2.0/.helmignore similarity index 100% rename from stable/flowise/4.1.0/.helmignore rename to stable/flextv/5.2.0/.helmignore diff --git a/stable/flextv/5.2.0/CHANGELOG.md b/stable/flextv/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..24db3b46249 --- /dev/null +++ b/stable/flextv/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/flextv/5.2.0/Chart.yaml b/stable/flextv/5.2.0/Chart.yaml new file mode 100644 index 00000000000..e89e6275b98 --- /dev/null +++ b/stable/flextv/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/flextv/5.1.0/README.md b/stable/flextv/5.2.0/README.md similarity index 100% rename from stable/flextv/5.1.0/README.md rename to stable/flextv/5.2.0/README.md diff --git a/stable/flextv/5.1.0/app-readme.md b/stable/flextv/5.2.0/app-readme.md similarity index 100% rename from stable/flextv/5.1.0/app-readme.md rename to stable/flextv/5.2.0/app-readme.md diff --git a/stable/flextv/5.2.0/charts/common-18.1.2.tgz b/stable/flextv/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/flextv/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/flextv/5.1.0/ix_values.yaml b/stable/flextv/5.2.0/ix_values.yaml similarity index 100% rename from stable/flextv/5.1.0/ix_values.yaml rename to stable/flextv/5.2.0/ix_values.yaml diff --git a/stable/flextv/5.1.0/questions.yaml b/stable/flextv/5.2.0/questions.yaml similarity index 100% rename from stable/flextv/5.1.0/questions.yaml rename to stable/flextv/5.2.0/questions.yaml diff --git a/stable/flextv/5.1.0/templates/common.yaml b/stable/flextv/5.2.0/templates/common.yaml similarity index 100% rename from stable/flextv/5.1.0/templates/common.yaml rename to stable/flextv/5.2.0/templates/common.yaml diff --git a/stable/flowise/4.1.0/values.yaml b/stable/flextv/5.2.0/values.yaml similarity index 100% rename from stable/flowise/4.1.0/values.yaml rename to stable/flextv/5.2.0/values.yaml diff --git a/stable/flood/13.1.0/CHANGELOG.md b/stable/flood/13.1.0/CHANGELOG.md deleted file mode 100644 index 64d197d35a0..00000000000 --- a/stable/flood/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/flood/13.1.0/Chart.yaml b/stable/flood/13.1.0/Chart.yaml deleted file mode 100644 index 19ad1c4643f..00000000000 --- a/stable/flood/13.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: 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.1 - 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.0 diff --git a/stable/flood/13.1.0/charts/common-18.0.1.tgz b/stable/flood/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/flood/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/fluidd/9.1.0/.helmignore b/stable/flood/13.2.0/.helmignore similarity index 100% rename from stable/fluidd/9.1.0/.helmignore rename to stable/flood/13.2.0/.helmignore diff --git a/stable/flood/13.2.0/CHANGELOG.md b/stable/flood/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..cd3d6b14e8e --- /dev/null +++ b/stable/flood/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/flood/13.2.0/Chart.yaml b/stable/flood/13.2.0/Chart.yaml new file mode 100644 index 00000000000..02da0d919bd --- /dev/null +++ b/stable/flood/13.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.7.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/flood/13.1.0/README.md b/stable/flood/13.2.0/README.md similarity index 100% rename from stable/flood/13.1.0/README.md rename to stable/flood/13.2.0/README.md diff --git a/stable/flood/13.1.0/app-readme.md b/stable/flood/13.2.0/app-readme.md similarity index 100% rename from stable/flood/13.1.0/app-readme.md rename to stable/flood/13.2.0/app-readme.md diff --git a/stable/flood/13.2.0/charts/common-18.1.2.tgz b/stable/flood/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/flood/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/flood/13.1.0/ix_values.yaml b/stable/flood/13.2.0/ix_values.yaml similarity index 100% rename from stable/flood/13.1.0/ix_values.yaml rename to stable/flood/13.2.0/ix_values.yaml diff --git a/stable/flood/13.1.0/questions.yaml b/stable/flood/13.2.0/questions.yaml similarity index 100% rename from stable/flood/13.1.0/questions.yaml rename to stable/flood/13.2.0/questions.yaml diff --git a/stable/fluidd/9.1.0/templates/NOTES.txt b/stable/flood/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/fluidd/9.1.0/templates/NOTES.txt rename to stable/flood/13.2.0/templates/NOTES.txt diff --git a/stable/foldingathome/9.1.0/templates/common.yaml b/stable/flood/13.2.0/templates/common.yaml similarity index 100% rename from stable/foldingathome/9.1.0/templates/common.yaml rename to stable/flood/13.2.0/templates/common.yaml diff --git a/stable/fluidd/9.1.0/values.yaml b/stable/flood/13.2.0/values.yaml similarity index 100% rename from stable/fluidd/9.1.0/values.yaml rename to stable/flood/13.2.0/values.yaml diff --git a/stable/flowise/4.1.0/CHANGELOG.md b/stable/flowise/4.1.0/CHANGELOG.md deleted file mode 100644 index 3947489046d..00000000000 --- a/stable/flowise/4.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - -## [flowise-3.2.0](https://github.com/truecharts/charts/compare/flowise-3.1.16...flowise-3.2.0) (2024-02-12) - -### Chore - - - -- update container image flowiseai/flowise to v1.5.0[@aa38ca1](https://github.com/aa38ca1) by renovate ([#18181](https://github.com/truecharts/charts/issues/18181)) - - -## [flowise-3.1.16](https://github.com/truecharts/charts/compare/flowise-3.1.15...flowise-3.1.16) (2024-02-05) - -### Chore - - - -- update container image flowiseai/flowise to v1.4.12[@56c23bb](https://github.com/56c23bb) by renovate ([#17906](https://github.com/truecharts/charts/issues/17906)) - - -## [flowise-3.1.15](https://github.com/truecharts/charts/compare/flowise-3.1.14...flowise-3.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [flowise-3.1.14](https://github.com/truecharts/charts/compare/flowise-3.1.13...flowise-3.1.14) (2024-01-29) - -### Chore - - - -- update container image flowiseai/flowise to v1.4.11[@a94511f](https://github.com/a94511f) by renovate ([#17668](https://github.com/truecharts/charts/issues/17668)) - - -## [flowise-3.1.13](https://github.com/truecharts/charts/compare/flowise-3.1.12...flowise-3.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [flowise-3.1.12](https://github.com/truecharts/charts/compare/flowise-3.1.11...flowise-3.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [flowise-3.1.11](https://github.com/truecharts/charts/compare/flowise-3.1.10...flowise-3.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [flowise-3.1.10](https://github.com/truecharts/charts/compare/flowise-3.1.9...flowise-3.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [flowise-3.1.9](https://github.com/truecharts/charts/compare/flowise-3.1.8...flowise-3.1.9) (2024-01-21) - -### Chore - - - -- update container image flowiseai/flowise to v1.4.10[@9faed79](https://github.com/9faed79) by renovate ([#17413](https://github.com/truecharts/charts/issues/17413)) - - - - -## [flowise-3.1.8](https://github.com/truecharts/charts/compare/flowise-3.1.7...flowise-3.1.8) (2024-01-09) diff --git a/stable/flowise/4.1.0/Chart.yaml b/stable/flowise/4.1.0/Chart.yaml deleted file mode 100644 index 4997b13aee7..00000000000 --- a/stable/flowise/4.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: ai - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.5.1 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/flowise/4.1.0/charts/common-18.0.1.tgz b/stable/flowise/4.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/flowise/4.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/fluttercoin-wallet/5.1.0/.helmignore b/stable/flowise/4.2.0/.helmignore similarity index 100% rename from stable/fluttercoin-wallet/5.1.0/.helmignore rename to stable/flowise/4.2.0/.helmignore diff --git a/stable/flowise/4.2.0/CHANGELOG.md b/stable/flowise/4.2.0/CHANGELOG.md new file mode 100644 index 00000000000..02054527c44 --- /dev/null +++ b/stable/flowise/4.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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.2.0/Chart.yaml b/stable/flowise/4.2.0/Chart.yaml new file mode 100644 index 00000000000..82a4670a997 --- /dev/null +++ b/stable/flowise/4.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: 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.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Drag & drop UI to build your customized LLM flow. +home: https://truecharts.org/charts/stable/flowise +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flowise.png +keywords: + - flowise + - ai +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: flowise +sources: + - https://github.com/FlowiseAI/Flowise + - https://github.com/truecharts/charts/tree/master/charts/stable/flowise + - https://hub.docker.com/r/flowiseai/flowise +type: application +version: 4.2.0 diff --git a/stable/flowise/4.1.0/README.md b/stable/flowise/4.2.0/README.md similarity index 100% rename from stable/flowise/4.1.0/README.md rename to stable/flowise/4.2.0/README.md diff --git a/stable/flowise/4.1.0/app-readme.md b/stable/flowise/4.2.0/app-readme.md similarity index 100% rename from stable/flowise/4.1.0/app-readme.md rename to stable/flowise/4.2.0/app-readme.md diff --git a/stable/flowise/4.2.0/charts/common-18.1.2.tgz b/stable/flowise/4.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/flowise/4.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/flowise/4.1.0/ix_values.yaml b/stable/flowise/4.2.0/ix_values.yaml similarity index 100% rename from stable/flowise/4.1.0/ix_values.yaml rename to stable/flowise/4.2.0/ix_values.yaml diff --git a/stable/flowise/4.1.0/questions.yaml b/stable/flowise/4.2.0/questions.yaml similarity index 100% rename from stable/flowise/4.1.0/questions.yaml rename to stable/flowise/4.2.0/questions.yaml diff --git a/stable/foldingathome/9.1.0/templates/NOTES.txt b/stable/flowise/4.2.0/templates/NOTES.txt similarity index 100% rename from stable/foldingathome/9.1.0/templates/NOTES.txt rename to stable/flowise/4.2.0/templates/NOTES.txt diff --git a/stable/flowise/4.1.0/templates/_secrets.tpl b/stable/flowise/4.2.0/templates/_secrets.tpl similarity index 100% rename from stable/flowise/4.1.0/templates/_secrets.tpl rename to stable/flowise/4.2.0/templates/_secrets.tpl diff --git a/stable/flowise/4.1.0/templates/common.yaml b/stable/flowise/4.2.0/templates/common.yaml similarity index 100% rename from stable/flowise/4.1.0/templates/common.yaml rename to stable/flowise/4.2.0/templates/common.yaml diff --git a/stable/fluttercoin-wallet/5.1.0/values.yaml b/stable/flowise/4.2.0/values.yaml similarity index 100% rename from stable/fluttercoin-wallet/5.1.0/values.yaml rename to stable/flowise/4.2.0/values.yaml diff --git a/stable/fluidd/9.1.0/CHANGELOG.md b/stable/fluidd/9.1.0/CHANGELOG.md deleted file mode 100644 index aef5e7200e3..00000000000 --- a/stable/fluidd/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/fluidd/9.1.0/Chart.yaml b/stable/fluidd/9.1.0/Chart.yaml deleted file mode 100644 index a44f01b233b..00000000000 --- a/stable/fluidd/9.1.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: 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.1 - 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.0 diff --git a/stable/fluidd/9.1.0/charts/common-18.0.1.tgz b/stable/fluidd/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/fluidd/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/fmd2-wine/5.1.0/.helmignore b/stable/fluidd/9.2.0/.helmignore similarity index 100% rename from stable/fmd2-wine/5.1.0/.helmignore rename to stable/fluidd/9.2.0/.helmignore diff --git a/stable/fluidd/9.2.0/CHANGELOG.md b/stable/fluidd/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5ced8c7fc8e --- /dev/null +++ b/stable/fluidd/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + diff --git a/stable/fluidd/9.2.0/Chart.yaml b/stable/fluidd/9.2.0/Chart.yaml new file mode 100644 index 00000000000..71a1ebb747a --- /dev/null +++ b/stable/fluidd/9.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.28.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/fluidd/9.1.0/README.md b/stable/fluidd/9.2.0/README.md similarity index 100% rename from stable/fluidd/9.1.0/README.md rename to stable/fluidd/9.2.0/README.md diff --git a/stable/fluidd/9.1.0/app-readme.md b/stable/fluidd/9.2.0/app-readme.md similarity index 100% rename from stable/fluidd/9.1.0/app-readme.md rename to stable/fluidd/9.2.0/app-readme.md diff --git a/stable/fluidd/9.2.0/charts/common-18.1.2.tgz b/stable/fluidd/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/fluidd/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/fluidd/9.1.0/ix_values.yaml b/stable/fluidd/9.2.0/ix_values.yaml similarity index 100% rename from stable/fluidd/9.1.0/ix_values.yaml rename to stable/fluidd/9.2.0/ix_values.yaml diff --git a/stable/fluidd/9.1.0/questions.yaml b/stable/fluidd/9.2.0/questions.yaml similarity index 100% rename from stable/fluidd/9.1.0/questions.yaml rename to stable/fluidd/9.2.0/questions.yaml diff --git a/stable/fossil/11.1.0/templates/NOTES.txt b/stable/fluidd/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/fossil/11.1.0/templates/NOTES.txt rename to stable/fluidd/9.2.0/templates/NOTES.txt diff --git a/stable/freshrss/18.1.1/templates/common.yaml b/stable/fluidd/9.2.0/templates/common.yaml similarity index 100% rename from stable/freshrss/18.1.1/templates/common.yaml rename to stable/fluidd/9.2.0/templates/common.yaml diff --git a/stable/fmd2-wine/5.1.0/values.yaml b/stable/fluidd/9.2.0/values.yaml similarity index 100% rename from stable/fmd2-wine/5.1.0/values.yaml rename to stable/fluidd/9.2.0/values.yaml diff --git a/stable/fluttercoin-wallet/5.1.0/CHANGELOG.md b/stable/fluttercoin-wallet/5.1.0/CHANGELOG.md deleted file mode 100644 index 2e6eace6bc8..00000000000 --- a/stable/fluttercoin-wallet/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [fluttercoin-wallet-4.1.12](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.11...fluttercoin-wallet-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fluttercoin-wallet-4.1.11](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.10...fluttercoin-wallet-4.1.11) (2024-01-29) - -### Chore - - - -- update container image ich777/fluttercoin to latest[@532b141](https://github.com/532b141) by renovate ([#17633](https://github.com/truecharts/charts/issues/17633)) - - -## [fluttercoin-wallet-4.1.10](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.9...fluttercoin-wallet-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [fluttercoin-wallet-4.1.9](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.8...fluttercoin-wallet-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [fluttercoin-wallet-4.1.8](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.7...fluttercoin-wallet-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [fluttercoin-wallet-4.1.7](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.6...fluttercoin-wallet-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [fluttercoin-wallet-4.1.6](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.5...fluttercoin-wallet-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [fluttercoin-wallet-4.1.5](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.4...fluttercoin-wallet-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [fluttercoin-wallet-4.1.4](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.3...fluttercoin-wallet-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [fluttercoin-wallet-4.1.3](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.0...fluttercoin-wallet-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/fluttercoin-wallet/5.1.0/Chart.yaml b/stable/fluttercoin-wallet/5.1.0/Chart.yaml deleted file mode 100644 index 0999b1606d4..00000000000 --- a/stable/fluttercoin-wallet/5.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/fluttercoin-wallet/5.1.0/charts/common-18.0.1.tgz b/stable/fluttercoin-wallet/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/fluttercoin-wallet/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/foldingathome/9.1.0/.helmignore b/stable/fluttercoin-wallet/5.2.0/.helmignore similarity index 100% rename from stable/foldingathome/9.1.0/.helmignore rename to stable/fluttercoin-wallet/5.2.0/.helmignore diff --git a/stable/fluttercoin-wallet/5.2.0/CHANGELOG.md b/stable/fluttercoin-wallet/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f1078804f7f --- /dev/null +++ b/stable/fluttercoin-wallet/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/fluttercoin-wallet/5.2.0/Chart.yaml b/stable/fluttercoin-wallet/5.2.0/Chart.yaml new file mode 100644 index 00000000000..b8a1d3cbe86 --- /dev/null +++ b/stable/fluttercoin-wallet/5.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/fluttercoin-wallet/5.1.0/README.md b/stable/fluttercoin-wallet/5.2.0/README.md similarity index 100% rename from stable/fluttercoin-wallet/5.1.0/README.md rename to stable/fluttercoin-wallet/5.2.0/README.md diff --git a/stable/fluttercoin-wallet/5.1.0/app-readme.md b/stable/fluttercoin-wallet/5.2.0/app-readme.md similarity index 100% rename from stable/fluttercoin-wallet/5.1.0/app-readme.md rename to stable/fluttercoin-wallet/5.2.0/app-readme.md diff --git a/stable/fluttercoin-wallet/5.2.0/charts/common-18.1.2.tgz b/stable/fluttercoin-wallet/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/fluttercoin-wallet/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/fluttercoin-wallet/5.1.0/ix_values.yaml b/stable/fluttercoin-wallet/5.2.0/ix_values.yaml similarity index 100% rename from stable/fluttercoin-wallet/5.1.0/ix_values.yaml rename to stable/fluttercoin-wallet/5.2.0/ix_values.yaml diff --git a/stable/fluttercoin-wallet/5.1.0/questions.yaml b/stable/fluttercoin-wallet/5.2.0/questions.yaml similarity index 100% rename from stable/fluttercoin-wallet/5.1.0/questions.yaml rename to stable/fluttercoin-wallet/5.2.0/questions.yaml diff --git a/stable/fluttercoin-wallet/5.1.0/templates/common.yaml b/stable/fluttercoin-wallet/5.2.0/templates/common.yaml similarity index 100% rename from stable/fluttercoin-wallet/5.1.0/templates/common.yaml rename to stable/fluttercoin-wallet/5.2.0/templates/common.yaml diff --git a/stable/foldingathome/9.1.0/values.yaml b/stable/fluttercoin-wallet/5.2.0/values.yaml similarity index 100% rename from stable/foldingathome/9.1.0/values.yaml rename to stable/fluttercoin-wallet/5.2.0/values.yaml diff --git a/stable/fmd2-wine/5.1.0/CHANGELOG.md b/stable/fmd2-wine/5.1.0/CHANGELOG.md deleted file mode 100644 index 9cd5c2231d8..00000000000 --- a/stable/fmd2-wine/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/fmd2-wine/5.1.0/Chart.yaml b/stable/fmd2-wine/5.1.0/Chart.yaml deleted file mode 100644 index 845cf68e63b..00000000000 --- a/stable/fmd2-wine/5.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/fmd2-wine/5.1.0/charts/common-18.0.1.tgz b/stable/fmd2-wine/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/fmd2-wine/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/fossil/11.1.0/.helmignore b/stable/fmd2-wine/5.2.0/.helmignore similarity index 100% rename from stable/fossil/11.1.0/.helmignore rename to stable/fmd2-wine/5.2.0/.helmignore diff --git a/stable/fmd2-wine/5.2.0/CHANGELOG.md b/stable/fmd2-wine/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5e42da0c3cf --- /dev/null +++ b/stable/fmd2-wine/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/fmd2-wine/5.2.0/Chart.yaml b/stable/fmd2-wine/5.2.0/Chart.yaml new file mode 100644 index 00000000000..745de0f94fd --- /dev/null +++ b/stable/fmd2-wine/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/fmd2-wine/5.1.0/README.md b/stable/fmd2-wine/5.2.0/README.md similarity index 100% rename from stable/fmd2-wine/5.1.0/README.md rename to stable/fmd2-wine/5.2.0/README.md diff --git a/stable/fmd2-wine/5.1.0/app-readme.md b/stable/fmd2-wine/5.2.0/app-readme.md similarity index 100% rename from stable/fmd2-wine/5.1.0/app-readme.md rename to stable/fmd2-wine/5.2.0/app-readme.md diff --git a/stable/fmd2-wine/5.2.0/charts/common-18.1.2.tgz b/stable/fmd2-wine/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/fmd2-wine/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/fmd2-wine/5.1.0/ix_values.yaml b/stable/fmd2-wine/5.2.0/ix_values.yaml similarity index 100% rename from stable/fmd2-wine/5.1.0/ix_values.yaml rename to stable/fmd2-wine/5.2.0/ix_values.yaml diff --git a/stable/fmd2-wine/5.1.0/questions.yaml b/stable/fmd2-wine/5.2.0/questions.yaml similarity index 100% rename from stable/fmd2-wine/5.1.0/questions.yaml rename to stable/fmd2-wine/5.2.0/questions.yaml diff --git a/stable/fmd2-wine/5.1.0/templates/common.yaml b/stable/fmd2-wine/5.2.0/templates/common.yaml similarity index 100% rename from stable/fmd2-wine/5.1.0/templates/common.yaml rename to stable/fmd2-wine/5.2.0/templates/common.yaml diff --git a/stable/fossil/11.1.0/values.yaml b/stable/fmd2-wine/5.2.0/values.yaml similarity index 100% rename from stable/fossil/11.1.0/values.yaml rename to stable/fmd2-wine/5.2.0/values.yaml diff --git a/stable/foldingathome/9.1.0/CHANGELOG.md b/stable/foldingathome/9.1.0/CHANGELOG.md deleted file mode 100644 index 7d1fac87303..00000000000 --- a/stable/foldingathome/9.1.0/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) - -### Chore \ No newline at end of file diff --git a/stable/foldingathome/9.1.0/Chart.yaml b/stable/foldingathome/9.1.0/Chart.yaml deleted file mode 100644 index 5fa67401174..00000000000 --- a/stable/foldingathome/9.1.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: 7.6.21 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/foldingathome/9.1.0/charts/common-18.0.1.tgz b/stable/foldingathome/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/foldingathome/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/fotosho/5.1.0/.helmignore b/stable/foldingathome/9.2.0/.helmignore similarity index 100% rename from stable/fotosho/5.1.0/.helmignore rename to stable/foldingathome/9.2.0/.helmignore diff --git a/stable/foldingathome/9.2.0/CHANGELOG.md b/stable/foldingathome/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2e20d37475e --- /dev/null +++ b/stable/foldingathome/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + +## [foldingathome-8.1.16](https://github.com/truecharts/charts/compare/foldingathome-8.1.15...foldingathome-8.1.16) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@c1acbf0](https://github.com/c1acbf0) by renovate ([#18062](https://github.com/truecharts/charts/issues/18062)) + + +## [foldingathome-8.1.15](https://github.com/truecharts/charts/compare/foldingathome-8.1.14...foldingathome-8.1.15) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@0cad144](https://github.com/0cad144) by renovate ([#17851](https://github.com/truecharts/charts/issues/17851)) + + +## [foldingathome-8.1.14](https://github.com/truecharts/charts/compare/foldingathome-8.1.13...foldingathome-8.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [foldingathome-8.1.13](https://github.com/truecharts/charts/compare/foldingathome-8.1.12...foldingathome-8.1.13) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@910658a](https://github.com/910658a) by renovate ([#17607](https://github.com/truecharts/charts/issues/17607)) + + +## [foldingathome-8.1.12](https://github.com/truecharts/charts/compare/foldingathome-8.1.11...foldingathome-8.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [foldingathome-8.1.11](https://github.com/truecharts/charts/compare/foldingathome-8.1.10...foldingathome-8.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [foldingathome-8.1.10](https://github.com/truecharts/charts/compare/foldingathome-8.1.9...foldingathome-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [foldingathome-8.1.9](https://github.com/truecharts/charts/compare/foldingathome-8.1.8...foldingathome-8.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/foldingathome/9.2.0/Chart.yaml b/stable/foldingathome/9.2.0/Chart.yaml new file mode 100644 index 00000000000..74f8fe31b0e --- /dev/null +++ b/stable/foldingathome/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 7.6.21 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases. +home: https://truecharts.org/charts/stable/foldingathome +icon: https://truecharts.org/img/hotlink-ok/chart-icons/foldingathome.png +keywords: + - foldingathome +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: foldingathome +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/foldingathome + - https://ghcr.io/linuxserver/foldingathome +type: application +version: 9.2.0 diff --git a/stable/foldingathome/9.1.0/README.md b/stable/foldingathome/9.2.0/README.md similarity index 100% rename from stable/foldingathome/9.1.0/README.md rename to stable/foldingathome/9.2.0/README.md diff --git a/stable/foldingathome/9.1.0/app-readme.md b/stable/foldingathome/9.2.0/app-readme.md similarity index 100% rename from stable/foldingathome/9.1.0/app-readme.md rename to stable/foldingathome/9.2.0/app-readme.md diff --git a/stable/foldingathome/9.2.0/charts/common-18.1.2.tgz b/stable/foldingathome/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/foldingathome/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/foldingathome/9.1.0/ix_values.yaml b/stable/foldingathome/9.2.0/ix_values.yaml similarity index 100% rename from stable/foldingathome/9.1.0/ix_values.yaml rename to stable/foldingathome/9.2.0/ix_values.yaml diff --git a/stable/foldingathome/9.1.0/questions.yaml b/stable/foldingathome/9.2.0/questions.yaml similarity index 100% rename from stable/foldingathome/9.1.0/questions.yaml rename to stable/foldingathome/9.2.0/questions.yaml diff --git a/stable/freeradius/13.1.0/templates/NOTES.txt b/stable/foldingathome/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/freeradius/13.1.0/templates/NOTES.txt rename to stable/foldingathome/9.2.0/templates/NOTES.txt diff --git a/stable/gamevault-backend/5.1.0/templates/common.yaml b/stable/foldingathome/9.2.0/templates/common.yaml similarity index 100% rename from stable/gamevault-backend/5.1.0/templates/common.yaml rename to stable/foldingathome/9.2.0/templates/common.yaml diff --git a/stable/fotosho/5.1.0/values.yaml b/stable/foldingathome/9.2.0/values.yaml similarity index 100% rename from stable/fotosho/5.1.0/values.yaml rename to stable/foldingathome/9.2.0/values.yaml diff --git a/stable/fossil/11.1.0/CHANGELOG.md b/stable/fossil/11.1.0/CHANGELOG.md deleted file mode 100644 index 50e411f16b1..00000000000 --- a/stable/fossil/11.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/fossil/11.1.0/Chart.yaml b/stable/fossil/11.1.0/Chart.yaml deleted file mode 100644 index 95359fb3eed..00000000000 --- a/stable/fossil/11.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/fossil/11.1.0/charts/common-18.0.1.tgz b/stable/fossil/11.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/fossil/11.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/freecad-desktop-g3/5.1.0/.helmignore b/stable/fossil/11.2.0/.helmignore similarity index 100% rename from stable/freecad-desktop-g3/5.1.0/.helmignore rename to stable/fossil/11.2.0/.helmignore diff --git a/stable/fossil/11.2.0/CHANGELOG.md b/stable/fossil/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..866e76c7ac2 --- /dev/null +++ b/stable/fossil/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/fossil/11.2.0/Chart.yaml b/stable/fossil/11.2.0/Chart.yaml new file mode 100644 index 00000000000..ecc056f7dd4 --- /dev/null +++ b/stable/fossil/11.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.15.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/fossil/11.1.0/README.md b/stable/fossil/11.2.0/README.md similarity index 100% rename from stable/fossil/11.1.0/README.md rename to stable/fossil/11.2.0/README.md diff --git a/stable/fossil/11.1.0/app-readme.md b/stable/fossil/11.2.0/app-readme.md similarity index 100% rename from stable/fossil/11.1.0/app-readme.md rename to stable/fossil/11.2.0/app-readme.md diff --git a/stable/fossil/11.2.0/charts/common-18.1.2.tgz b/stable/fossil/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/fossil/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/fossil/11.1.0/ix_values.yaml b/stable/fossil/11.2.0/ix_values.yaml similarity index 100% rename from stable/fossil/11.1.0/ix_values.yaml rename to stable/fossil/11.2.0/ix_values.yaml diff --git a/stable/fossil/11.1.0/questions.yaml b/stable/fossil/11.2.0/questions.yaml similarity index 100% rename from stable/fossil/11.1.0/questions.yaml rename to stable/fossil/11.2.0/questions.yaml diff --git a/stable/freshrss/18.1.1/templates/NOTES.txt b/stable/fossil/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/freshrss/18.1.1/templates/NOTES.txt rename to stable/fossil/11.2.0/templates/NOTES.txt diff --git a/stable/fossil/11.1.0/templates/common.yaml b/stable/fossil/11.2.0/templates/common.yaml similarity index 100% rename from stable/fossil/11.1.0/templates/common.yaml rename to stable/fossil/11.2.0/templates/common.yaml diff --git a/stable/freecad-desktop-g3/5.1.0/values.yaml b/stable/fossil/11.2.0/values.yaml similarity index 100% rename from stable/freecad-desktop-g3/5.1.0/values.yaml rename to stable/fossil/11.2.0/values.yaml diff --git a/stable/fotosho/5.1.0/CHANGELOG.md b/stable/fotosho/5.1.0/CHANGELOG.md deleted file mode 100644 index 147d58186da..00000000000 --- a/stable/fotosho/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/fotosho/5.1.0/Chart.yaml b/stable/fotosho/5.1.0/Chart.yaml deleted file mode 100644 index fd4c5c7ee8e..00000000000 --- a/stable/fotosho/5.1.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: 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.1 - 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.0 diff --git a/stable/fotosho/5.1.0/charts/common-18.0.1.tgz b/stable/fotosho/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/fotosho/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/freeradius/13.1.0/.helmignore b/stable/fotosho/5.2.0/.helmignore similarity index 100% rename from stable/freeradius/13.1.0/.helmignore rename to stable/fotosho/5.2.0/.helmignore diff --git a/stable/fotosho/5.2.0/CHANGELOG.md b/stable/fotosho/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..bb40691b4c5 --- /dev/null +++ b/stable/fotosho/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/fotosho/5.2.0/Chart.yaml b/stable/fotosho/5.2.0/Chart.yaml new file mode 100644 index 00000000000..5c59d074686 --- /dev/null +++ b/stable/fotosho/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Photos + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/fotosho/5.1.0/README.md b/stable/fotosho/5.2.0/README.md similarity index 100% rename from stable/fotosho/5.1.0/README.md rename to stable/fotosho/5.2.0/README.md diff --git a/stable/fotosho/5.1.0/app-readme.md b/stable/fotosho/5.2.0/app-readme.md similarity index 100% rename from stable/fotosho/5.1.0/app-readme.md rename to stable/fotosho/5.2.0/app-readme.md diff --git a/stable/fotosho/5.2.0/charts/common-18.1.2.tgz b/stable/fotosho/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/fotosho/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/fotosho/5.1.0/ix_values.yaml b/stable/fotosho/5.2.0/ix_values.yaml similarity index 100% rename from stable/fotosho/5.1.0/ix_values.yaml rename to stable/fotosho/5.2.0/ix_values.yaml diff --git a/stable/fotosho/5.1.0/questions.yaml b/stable/fotosho/5.2.0/questions.yaml similarity index 100% rename from stable/fotosho/5.1.0/questions.yaml rename to stable/fotosho/5.2.0/questions.yaml diff --git a/stable/fotosho/5.1.0/templates/common.yaml b/stable/fotosho/5.2.0/templates/common.yaml similarity index 100% rename from stable/fotosho/5.1.0/templates/common.yaml rename to stable/fotosho/5.2.0/templates/common.yaml diff --git a/stable/freeradius/13.1.0/values.yaml b/stable/fotosho/5.2.0/values.yaml similarity index 100% rename from stable/freeradius/13.1.0/values.yaml rename to stable/fotosho/5.2.0/values.yaml diff --git a/stable/freecad-desktop-g3/5.1.0/CHANGELOG.md b/stable/freecad-desktop-g3/5.1.0/CHANGELOG.md deleted file mode 100644 index bc60b77d28b..00000000000 --- a/stable/freecad-desktop-g3/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [freecad-desktop-g3-4.1.3](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.0...freecad-desktop-g3-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/freecad-desktop-g3/5.1.0/Chart.yaml b/stable/freecad-desktop-g3/5.1.0/Chart.yaml deleted file mode 100644 index bcd0ab5f278..00000000000 --- a/stable/freecad-desktop-g3/5.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: 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.1 - 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.0 diff --git a/stable/freecad-desktop-g3/5.1.0/charts/common-18.0.1.tgz b/stable/freecad-desktop-g3/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/freecad-desktop-g3/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/freshrss/18.1.1/.helmignore b/stable/freecad-desktop-g3/5.2.0/.helmignore similarity index 100% rename from stable/freshrss/18.1.1/.helmignore rename to stable/freecad-desktop-g3/5.2.0/.helmignore diff --git a/stable/freecad-desktop-g3/5.2.0/CHANGELOG.md b/stable/freecad-desktop-g3/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2b79390e25e --- /dev/null +++ b/stable/freecad-desktop-g3/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [freecad-desktop-g3-4.1.12](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.11...freecad-desktop-g3-4.1.12) (2024-02-12) + +### Chore + + + +- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1b3df98](https://github.com/1b3df98) by renovate ([#18021](https://github.com/truecharts/charts/issues/18021)) + + +## [freecad-desktop-g3-4.1.11](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.10...freecad-desktop-g3-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [freecad-desktop-g3-4.1.10](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.9...freecad-desktop-g3-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [freecad-desktop-g3-4.1.9](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.8...freecad-desktop-g3-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [freecad-desktop-g3-4.1.8](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.7...freecad-desktop-g3-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [freecad-desktop-g3-4.1.7](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.6...freecad-desktop-g3-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [freecad-desktop-g3-4.1.6](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.5...freecad-desktop-g3-4.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [freecad-desktop-g3-4.1.5](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.4...freecad-desktop-g3-4.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [freecad-desktop-g3-4.1.4](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.3...freecad-desktop-g3-4.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes diff --git a/stable/freecad-desktop-g3/5.2.0/Chart.yaml b/stable/freecad-desktop-g3/5.2.0/Chart.yaml new file mode 100644 index 00000000000..37d69e7f621 --- /dev/null +++ b/stable/freecad-desktop-g3/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing +home: https://truecharts.org/charts/stable/freecad-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/freecad-desktop-g3.png +keywords: + - freecad-desktop-g3 + - Productivity + - Tools-Utilities + - MediaApp-Photos +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: freecad-desktop-g3 +sources: + - https://github.com/accetto/headless-drawing-g3/ + - https://github.com/truecharts/charts/tree/master/charts/stable/freecad-desktop-g3 + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-freecad-g3 +type: application +version: 5.2.0 diff --git a/stable/freecad-desktop-g3/5.1.0/README.md b/stable/freecad-desktop-g3/5.2.0/README.md similarity index 100% rename from stable/freecad-desktop-g3/5.1.0/README.md rename to stable/freecad-desktop-g3/5.2.0/README.md diff --git a/stable/freecad-desktop-g3/5.1.0/app-readme.md b/stable/freecad-desktop-g3/5.2.0/app-readme.md similarity index 100% rename from stable/freecad-desktop-g3/5.1.0/app-readme.md rename to stable/freecad-desktop-g3/5.2.0/app-readme.md diff --git a/stable/freecad-desktop-g3/5.2.0/charts/common-18.1.2.tgz b/stable/freecad-desktop-g3/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/freecad-desktop-g3/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/freecad-desktop-g3/5.1.0/ix_values.yaml b/stable/freecad-desktop-g3/5.2.0/ix_values.yaml similarity index 100% rename from stable/freecad-desktop-g3/5.1.0/ix_values.yaml rename to stable/freecad-desktop-g3/5.2.0/ix_values.yaml diff --git a/stable/freecad-desktop-g3/5.1.0/questions.yaml b/stable/freecad-desktop-g3/5.2.0/questions.yaml similarity index 100% rename from stable/freecad-desktop-g3/5.1.0/questions.yaml rename to stable/freecad-desktop-g3/5.2.0/questions.yaml diff --git a/stable/freecad-desktop-g3/5.1.0/templates/common.yaml b/stable/freecad-desktop-g3/5.2.0/templates/common.yaml similarity index 100% rename from stable/freecad-desktop-g3/5.1.0/templates/common.yaml rename to stable/freecad-desktop-g3/5.2.0/templates/common.yaml diff --git a/stable/freshrss/18.1.1/values.yaml b/stable/freecad-desktop-g3/5.2.0/values.yaml similarity index 100% rename from stable/freshrss/18.1.1/values.yaml rename to stable/freecad-desktop-g3/5.2.0/values.yaml diff --git a/stable/freeradius/13.1.0/CHANGELOG.md b/stable/freeradius/13.1.0/CHANGELOG.md deleted file mode 100644 index d50d02f426d..00000000000 --- a/stable/freeradius/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [freeradius-12.1.12](https://github.com/truecharts/charts/compare/freeradius-12.1.11...freeradius-12.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [freeradius-12.1.11](https://github.com/truecharts/charts/compare/freeradius-12.1.10...freeradius-12.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [freeradius-12.1.10](https://github.com/truecharts/charts/compare/freeradius-12.1.9...freeradius-12.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [freeradius-12.1.9](https://github.com/truecharts/charts/compare/freeradius-12.1.8...freeradius-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [freeradius-12.1.8](https://github.com/truecharts/charts/compare/freeradius-12.1.7...freeradius-12.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [freeradius-12.1.7](https://github.com/truecharts/charts/compare/freeradius-12.1.6...freeradius-12.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [freeradius-12.1.6](https://github.com/truecharts/charts/compare/freeradius-12.1.5...freeradius-12.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [freeradius-12.1.5](https://github.com/truecharts/charts/compare/freeradius-12.1.4...freeradius-12.1.5) (2024-01-02) - -### Chore - - - -- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) - - -## [freeradius-12.1.4](https://github.com/truecharts/charts/compare/freeradius-12.1.3...freeradius-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [freeradius-12.1.3](https://github.com/truecharts/charts/compare/freeradius-12.1.0...freeradius-12.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/freeradius/13.1.0/Chart.yaml b/stable/freeradius/13.1.0/Chart.yaml deleted file mode 100644 index 615d22703eb..00000000000 --- a/stable/freeradius/13.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/freeradius/13.1.0/charts/common-18.0.1.tgz b/stable/freeradius/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/freeradius/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/friendica/13.3.1/.helmignore b/stable/freeradius/13.2.0/.helmignore similarity index 100% rename from stable/friendica/13.3.1/.helmignore rename to stable/freeradius/13.2.0/.helmignore diff --git a/stable/freeradius/13.2.0/CHANGELOG.md b/stable/freeradius/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..38c66279e6d --- /dev/null +++ b/stable/freeradius/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/freeradius/13.2.0/Chart.yaml b/stable/freeradius/13.2.0/Chart.yaml new file mode 100644 index 00000000000..b0d263c015a --- /dev/null +++ b/stable/freeradius/13.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: auth + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.2.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/freeradius/13.1.0/README.md b/stable/freeradius/13.2.0/README.md similarity index 100% rename from stable/freeradius/13.1.0/README.md rename to stable/freeradius/13.2.0/README.md diff --git a/stable/freeradius/13.1.0/app-readme.md b/stable/freeradius/13.2.0/app-readme.md similarity index 100% rename from stable/freeradius/13.1.0/app-readme.md rename to stable/freeradius/13.2.0/app-readme.md diff --git a/stable/freeradius/13.2.0/charts/common-18.1.2.tgz b/stable/freeradius/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/freeradius/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/freeradius/13.1.0/ix_values.yaml b/stable/freeradius/13.2.0/ix_values.yaml similarity index 100% rename from stable/freeradius/13.1.0/ix_values.yaml rename to stable/freeradius/13.2.0/ix_values.yaml diff --git a/stable/freeradius/13.1.0/questions.yaml b/stable/freeradius/13.2.0/questions.yaml similarity index 100% rename from stable/freeradius/13.1.0/questions.yaml rename to stable/freeradius/13.2.0/questions.yaml diff --git a/stable/friendica/13.3.1/templates/NOTES.txt b/stable/freeradius/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/friendica/13.3.1/templates/NOTES.txt rename to stable/freeradius/13.2.0/templates/NOTES.txt diff --git a/stable/flame/5.1.0/templates/common.yaml b/stable/freeradius/13.2.0/templates/common.yaml similarity index 100% rename from stable/flame/5.1.0/templates/common.yaml rename to stable/freeradius/13.2.0/templates/common.yaml diff --git a/stable/friendica/13.3.1/values.yaml b/stable/freeradius/13.2.0/values.yaml similarity index 100% rename from stable/friendica/13.3.1/values.yaml rename to stable/freeradius/13.2.0/values.yaml diff --git a/stable/freshrss/18.1.1/CHANGELOG.md b/stable/freshrss/18.1.1/CHANGELOG.md deleted file mode 100644 index dadeedb6c46..00000000000 --- a/stable/freshrss/18.1.1/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 - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/freshrss/18.1.1/Chart.yaml b/stable/freshrss/18.1.1/Chart.yaml deleted file mode 100644 index 1c5cbf946d3..00000000000 --- a/stable/freshrss/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: 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.1 diff --git a/stable/freshrss/18.1.1/charts/common-18.0.2.tgz b/stable/freshrss/18.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/freshrss/18.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/freshrss/18.1.1/ix_values.yaml b/stable/freshrss/18.1.1/ix_values.yaml deleted file mode 100644 index 25707e6e47f..00000000000 --- a/stable/freshrss/18.1.1/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - repository: ghcr.io/linuxserver/freshrss - pullPolicy: IfNotPresent - tag: 1.23.1@sha256:807e9bf3c9a887108375125a0b58a4251282ee40e331475e623b9504a6dbab1e -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/frigate/13.1.0/.helmignore b/stable/freshrss/18.2.0/.helmignore similarity index 100% rename from stable/frigate/13.1.0/.helmignore rename to stable/freshrss/18.2.0/.helmignore diff --git a/stable/freshrss/18.2.0/CHANGELOG.md b/stable/freshrss/18.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b5619aa8f69 --- /dev/null +++ b/stable/freshrss/18.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + +## [freshrss-17.1.17](https://github.com/truecharts/charts/compare/freshrss-17.1.16...freshrss-17.1.17) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@1d5a55e](https://github.com/1d5a55e) by renovate ([#18063](https://github.com/truecharts/charts/issues/18063)) + + +## [freshrss-17.1.16](https://github.com/truecharts/charts/compare/freshrss-17.1.15...freshrss-17.1.16) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@e83a01c](https://github.com/e83a01c) by renovate ([#17852](https://github.com/truecharts/charts/issues/17852)) + + +## [freshrss-17.1.15](https://github.com/truecharts/charts/compare/freshrss-17.1.14...freshrss-17.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [freshrss-17.1.14](https://github.com/truecharts/charts/compare/freshrss-17.1.13...freshrss-17.1.14) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@2326bb8](https://github.com/2326bb8) by renovate ([#17608](https://github.com/truecharts/charts/issues/17608)) + + +## [freshrss-17.1.13](https://github.com/truecharts/charts/compare/freshrss-17.1.12...freshrss-17.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [freshrss-17.1.12](https://github.com/truecharts/charts/compare/freshrss-17.1.11...freshrss-17.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [freshrss-17.1.11](https://github.com/truecharts/charts/compare/freshrss-17.1.10...freshrss-17.1.11) (2024-01-21) + +### Chore + + + +- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@fc790bd](https://github.com/fc790bd) by renovate ([#17461](https://github.com/truecharts/charts/issues/17461)) + + +## [freshrss-17.1.10](https://github.com/truecharts/charts/compare/freshrss-17.1.9...freshrss-17.1.10) (2024-01-21) + +### Chore diff --git a/stable/freshrss/18.2.0/Chart.yaml b/stable/freshrss/18.2.0/Chart.yaml new file mode 100644 index 00000000000..a3c54952084 --- /dev/null +++ b/stable/freshrss/18.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.23.1 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: FreshRSS is a self-hosted RSS feed aggregator +home: https://truecharts.org/charts/stable/freshrss +icon: https://truecharts.org/img/hotlink-ok/chart-icons/freshrss.png +keywords: + - freshrss + - rss +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: freshrss +sources: + - https://github.com/FreshRSS/FreshRSS + - https://github.com/truecharts/charts/tree/master/charts/stable/freshrss + - https://ghcr.io/linuxserver/freshrss +type: application +version: 18.2.0 diff --git a/stable/freshrss/18.1.1/README.md b/stable/freshrss/18.2.0/README.md similarity index 100% rename from stable/freshrss/18.1.1/README.md rename to stable/freshrss/18.2.0/README.md diff --git a/stable/freshrss/18.1.1/app-readme.md b/stable/freshrss/18.2.0/app-readme.md similarity index 100% rename from stable/freshrss/18.1.1/app-readme.md rename to stable/freshrss/18.2.0/app-readme.md diff --git a/stable/freshrss/18.2.0/charts/common-18.1.2.tgz b/stable/freshrss/18.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/freshrss/18.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/freshrss/18.2.0/ix_values.yaml b/stable/freshrss/18.2.0/ix_values.yaml new file mode 100644 index 00000000000..0ff7531c306 --- /dev/null +++ b/stable/freshrss/18.2.0/ix_values.yaml @@ -0,0 +1,23 @@ +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/freshrss/18.1.1/questions.yaml b/stable/freshrss/18.2.0/questions.yaml similarity index 100% rename from stable/freshrss/18.1.1/questions.yaml rename to stable/freshrss/18.2.0/questions.yaml diff --git a/stable/frigate/13.1.0/templates/NOTES.txt b/stable/freshrss/18.2.0/templates/NOTES.txt similarity index 100% rename from stable/frigate/13.1.0/templates/NOTES.txt rename to stable/freshrss/18.2.0/templates/NOTES.txt diff --git a/stable/gaps/18.1.0/templates/common.yaml b/stable/freshrss/18.2.0/templates/common.yaml similarity index 100% rename from stable/gaps/18.1.0/templates/common.yaml rename to stable/freshrss/18.2.0/templates/common.yaml diff --git a/stable/frigate/13.1.0/values.yaml b/stable/freshrss/18.2.0/values.yaml similarity index 100% rename from stable/frigate/13.1.0/values.yaml rename to stable/freshrss/18.2.0/values.yaml diff --git a/stable/friendica/13.3.1/CHANGELOG.md b/stable/friendica/13.3.1/CHANGELOG.md deleted file mode 100644 index 548feb042d0..00000000000 --- a/stable/friendica/13.3.1/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) - -### Chore \ No newline at end of file diff --git a/stable/friendica/13.3.1/Chart.yaml b/stable/friendica/13.3.1/Chart.yaml deleted file mode 100644 index 6622159fa53..00000000000 --- a/stable/friendica/13.3.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: 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.2.1 - 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.3.1 diff --git a/stable/friendica/13.3.1/charts/common-18.0.2.tgz b/stable/friendica/13.3.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/friendica/13.3.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/friendica/13.3.1/charts/mariadb-12.2.1.tgz b/stable/friendica/13.3.1/charts/mariadb-12.2.1.tgz deleted file mode 100644 index 941aca9f75f..00000000000 Binary files a/stable/friendica/13.3.1/charts/mariadb-12.2.1.tgz and /dev/null differ diff --git a/stable/fsm/5.1.0/.helmignore b/stable/friendica/13.5.0/.helmignore similarity index 100% rename from stable/fsm/5.1.0/.helmignore rename to stable/friendica/13.5.0/.helmignore diff --git a/stable/friendica/13.5.0/CHANGELOG.md b/stable/friendica/13.5.0/CHANGELOG.md new file mode 100644 index 00000000000..dd0501ceb34 --- /dev/null +++ b/stable/friendica/13.5.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [friendica-12.2.17](https://github.com/truecharts/charts/compare/friendica-12.2.16...friendica-12.2.17) (2024-02-05) + +### Chore + + + +- update container image friendica to 2023.12[@2e221cf](https://github.com/2e221cf) by renovate ([#17833](https://github.com/truecharts/charts/issues/17833)) + + +## [friendica-12.2.16](https://github.com/truecharts/charts/compare/friendica-12.2.15...friendica-12.2.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [friendica-12.2.15](https://github.com/truecharts/charts/compare/friendica-12.2.14...friendica-12.2.15) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [friendica-12.2.14](https://github.com/truecharts/charts/compare/friendica-12.2.13...friendica-12.2.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [friendica-12.2.13](https://github.com/truecharts/charts/compare/friendica-12.2.12...friendica-12.2.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [friendica-12.2.12](https://github.com/truecharts/charts/compare/friendica-12.2.11...friendica-12.2.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [friendica-12.2.11](https://github.com/truecharts/charts/compare/friendica-12.2.10...friendica-12.2.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/friendica/13.5.0/Chart.yaml b/stable/friendica/13.5.0/Chart.yaml new file mode 100644 index 00000000000..9e7f04800e8 --- /dev/null +++ b/stable/friendica/13.5.0/Chart.yaml @@ -0,0 +1,51 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: social + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.12.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 12.3.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.3.0 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Welcome to the free social web +home: https://truecharts.org/charts/stable/friendica +icon: https://truecharts.org/img/hotlink-ok/chart-icons/friendica.png +keywords: + - friend + - social +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: friendica +sources: + - https://friendi.ca/ + - https://github.com/truecharts/charts/tree/master/charts/stable/friendica + - https://hub.docker.com/_/friendica +type: application +version: 13.5.0 diff --git a/stable/friendica/13.3.1/README.md b/stable/friendica/13.5.0/README.md similarity index 100% rename from stable/friendica/13.3.1/README.md rename to stable/friendica/13.5.0/README.md diff --git a/stable/friendica/13.3.1/app-readme.md b/stable/friendica/13.5.0/app-readme.md similarity index 100% rename from stable/friendica/13.3.1/app-readme.md rename to stable/friendica/13.5.0/app-readme.md diff --git a/stable/friendica/13.5.0/charts/common-18.1.2.tgz b/stable/friendica/13.5.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/friendica/13.5.0/charts/common-18.1.2.tgz differ diff --git a/stable/friendica/13.5.0/charts/mariadb-12.3.0.tgz b/stable/friendica/13.5.0/charts/mariadb-12.3.0.tgz new file mode 100644 index 00000000000..34dba3a8e5b Binary files /dev/null and b/stable/friendica/13.5.0/charts/mariadb-12.3.0.tgz differ diff --git a/stable/friendica/13.3.1/charts/redis-11.3.0.tgz b/stable/friendica/13.5.0/charts/redis-11.3.0.tgz similarity index 100% rename from stable/friendica/13.3.1/charts/redis-11.3.0.tgz rename to stable/friendica/13.5.0/charts/redis-11.3.0.tgz diff --git a/stable/friendica/13.3.1/ix_values.yaml b/stable/friendica/13.5.0/ix_values.yaml similarity index 100% rename from stable/friendica/13.3.1/ix_values.yaml rename to stable/friendica/13.5.0/ix_values.yaml diff --git a/stable/friendica/13.3.1/questions.yaml b/stable/friendica/13.5.0/questions.yaml similarity index 100% rename from stable/friendica/13.3.1/questions.yaml rename to stable/friendica/13.5.0/questions.yaml diff --git a/stable/gamevault-backend/5.1.0/templates/NOTES.txt b/stable/friendica/13.5.0/templates/NOTES.txt similarity index 100% rename from stable/gamevault-backend/5.1.0/templates/NOTES.txt rename to stable/friendica/13.5.0/templates/NOTES.txt diff --git a/stable/friendica/13.3.1/templates/common.yaml b/stable/friendica/13.5.0/templates/common.yaml similarity index 100% rename from stable/friendica/13.3.1/templates/common.yaml rename to stable/friendica/13.5.0/templates/common.yaml diff --git a/stable/fsm/5.1.0/values.yaml b/stable/friendica/13.5.0/values.yaml similarity index 100% rename from stable/fsm/5.1.0/values.yaml rename to stable/friendica/13.5.0/values.yaml diff --git a/stable/frigate/13.1.0/CHANGELOG.md b/stable/frigate/13.1.0/CHANGELOG.md deleted file mode 100644 index b19ef300810..00000000000 --- a/stable/frigate/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/frigate/13.1.0/Chart.yaml b/stable/frigate/13.1.0/Chart.yaml deleted file mode 100644 index bd1762ebe91..00000000000 --- a/stable/frigate/13.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: 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.1 - 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.0 diff --git a/stable/frigate/13.1.0/charts/common-18.0.1.tgz b/stable/frigate/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/frigate/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/gamevault-backend/5.1.0/.helmignore b/stable/frigate/13.2.0/.helmignore similarity index 100% rename from stable/gamevault-backend/5.1.0/.helmignore rename to stable/frigate/13.2.0/.helmignore diff --git a/stable/frigate/13.2.0/CHANGELOG.md b/stable/frigate/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..596ae07c177 --- /dev/null +++ b/stable/frigate/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/frigate/13.2.0/Chart.yaml b/stable/frigate/13.2.0/Chart.yaml new file mode 100644 index 00000000000..f34e6fca337 --- /dev/null +++ b/stable/frigate/13.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: nvr + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.12.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/frigate/13.1.0/README.md b/stable/frigate/13.2.0/README.md similarity index 100% rename from stable/frigate/13.1.0/README.md rename to stable/frigate/13.2.0/README.md diff --git a/stable/frigate/13.1.0/app-readme.md b/stable/frigate/13.2.0/app-readme.md similarity index 100% rename from stable/frigate/13.1.0/app-readme.md rename to stable/frigate/13.2.0/app-readme.md diff --git a/stable/frigate/13.2.0/charts/common-18.1.2.tgz b/stable/frigate/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/frigate/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/frigate/13.1.0/ix_values.yaml b/stable/frigate/13.2.0/ix_values.yaml similarity index 100% rename from stable/frigate/13.1.0/ix_values.yaml rename to stable/frigate/13.2.0/ix_values.yaml diff --git a/stable/frigate/13.1.0/questions.yaml b/stable/frigate/13.2.0/questions.yaml similarity index 100% rename from stable/frigate/13.1.0/questions.yaml rename to stable/frigate/13.2.0/questions.yaml diff --git a/stable/gaps/18.1.0/templates/NOTES.txt b/stable/frigate/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/gaps/18.1.0/templates/NOTES.txt rename to stable/frigate/13.2.0/templates/NOTES.txt diff --git a/stable/frigate/13.1.0/templates/_configmap.tpl b/stable/frigate/13.2.0/templates/_configmap.tpl similarity index 100% rename from stable/frigate/13.1.0/templates/_configmap.tpl rename to stable/frigate/13.2.0/templates/_configmap.tpl diff --git a/stable/frigate/13.1.0/templates/common.yaml b/stable/frigate/13.2.0/templates/common.yaml similarity index 100% rename from stable/frigate/13.1.0/templates/common.yaml rename to stable/frigate/13.2.0/templates/common.yaml diff --git a/stable/gamevault-backend/5.1.0/values.yaml b/stable/frigate/13.2.0/values.yaml similarity index 100% rename from stable/gamevault-backend/5.1.0/values.yaml rename to stable/frigate/13.2.0/values.yaml diff --git a/stable/fsm/5.1.0/CHANGELOG.md b/stable/fsm/5.1.0/CHANGELOG.md deleted file mode 100644 index a8a170d72b3..00000000000 --- a/stable/fsm/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/fsm/5.1.0/Chart.yaml b/stable/fsm/5.1.0/Chart.yaml deleted file mode 100644 index 6ccdf8019a5..00000000000 --- a/stable/fsm/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/fsm/5.1.0/charts/common-18.0.1.tgz b/stable/fsm/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/fsm/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/gaps/18.1.0/.helmignore b/stable/fsm/5.2.0/.helmignore similarity index 100% rename from stable/gaps/18.1.0/.helmignore rename to stable/fsm/5.2.0/.helmignore diff --git a/stable/fsm/5.2.0/CHANGELOG.md b/stable/fsm/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..353fdabef9b --- /dev/null +++ b/stable/fsm/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/fsm/5.2.0/Chart.yaml b/stable/fsm/5.2.0/Chart.yaml new file mode 100644 index 00000000000..bf3a51e342e --- /dev/null +++ b/stable/fsm/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/fsm/5.1.0/README.md b/stable/fsm/5.2.0/README.md similarity index 100% rename from stable/fsm/5.1.0/README.md rename to stable/fsm/5.2.0/README.md diff --git a/stable/fsm/5.1.0/app-readme.md b/stable/fsm/5.2.0/app-readme.md similarity index 100% rename from stable/fsm/5.1.0/app-readme.md rename to stable/fsm/5.2.0/app-readme.md diff --git a/stable/fsm/5.2.0/charts/common-18.1.2.tgz b/stable/fsm/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/fsm/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/fsm/5.1.0/ix_values.yaml b/stable/fsm/5.2.0/ix_values.yaml similarity index 100% rename from stable/fsm/5.1.0/ix_values.yaml rename to stable/fsm/5.2.0/ix_values.yaml diff --git a/stable/fsm/5.1.0/questions.yaml b/stable/fsm/5.2.0/questions.yaml similarity index 100% rename from stable/fsm/5.1.0/questions.yaml rename to stable/fsm/5.2.0/questions.yaml diff --git a/stable/fsm/5.1.0/templates/common.yaml b/stable/fsm/5.2.0/templates/common.yaml similarity index 100% rename from stable/fsm/5.1.0/templates/common.yaml rename to stable/fsm/5.2.0/templates/common.yaml diff --git a/stable/gaps/18.1.0/values.yaml b/stable/fsm/5.2.0/values.yaml similarity index 100% rename from stable/gaps/18.1.0/values.yaml rename to stable/fsm/5.2.0/values.yaml diff --git a/stable/gamevault-backend/5.1.0/CHANGELOG.md b/stable/gamevault-backend/5.1.0/CHANGELOG.md deleted file mode 100644 index a612509117e..00000000000 --- a/stable/gamevault-backend/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - -## [gamevault-backend-4.2.5](https://github.com/truecharts/charts/compare/gamevault-backend-4.2.4...gamevault-backend-4.2.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [gamevault-backend-4.2.4](https://github.com/truecharts/charts/compare/gamevault-backend-4.2.3...gamevault-backend-4.2.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [gamevault-backend-4.2.3](https://github.com/truecharts/charts/compare/gamevault-backend-4.2.2...gamevault-backend-4.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [gamevault-backend-4.2.2](https://github.com/truecharts/charts/compare/gamevault-backend-4.2.1...gamevault-backend-4.2.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [gamevault-backend-4.2.1](https://github.com/truecharts/charts/compare/gamevault-backend-4.2.0...gamevault-backend-4.2.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [gamevault-backend-4.2.0](https://github.com/truecharts/charts/compare/gamevault-backend-4.1.8...gamevault-backend-4.2.0) (2024-01-15) - -### Chore - - - -- update container image phalcode/gamevault-backend to v10.1.0[@49cbc35](https://github.com/49cbc35) by renovate ([#17272](https://github.com/truecharts/charts/issues/17272)) - - -## [gamevault-backend-4.1.8](https://github.com/truecharts/charts/compare/gamevault-backend-4.1.7...gamevault-backend-4.1.8) (2024-01-15) - -### Chore - - - -- update container image phalcode/gamevault-backend to v[@0cce517](https://github.com/0cce517) by renovate ([#17266](https://github.com/truecharts/charts/issues/17266)) - - - - -## [gamevault-backend-4.1.7](https://github.com/truecharts/charts/compare/gamevault-backend-4.1.6...gamevault-backend-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [gamevault-backend-4.1.6](https://github.com/truecharts/charts/compare/gamevault-backend-4.1.5...gamevault-backend-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [gamevault-backend-4.1.5](https://github.com/truecharts/charts/compare/gamevault-backend-4.1.4...gamevault-backend-4.1.5) (2024-01-01) diff --git a/stable/gamevault-backend/5.1.0/Chart.yaml b/stable/gamevault-backend/5.1.0/Chart.yaml deleted file mode 100644 index c04c6b065c6..00000000000 --- a/stable/gamevault-backend/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/gamevault-backend/5.1.0/charts/common-18.0.1.tgz b/stable/gamevault-backend/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/gamevault-backend/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/garrysmod/5.1.0/.helmignore b/stable/gamevault-backend/5.2.0/.helmignore similarity index 100% rename from stable/garrysmod/5.1.0/.helmignore rename to stable/gamevault-backend/5.2.0/.helmignore diff --git a/stable/gamevault-backend/5.2.0/CHANGELOG.md b/stable/gamevault-backend/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b2c4626908f --- /dev/null +++ b/stable/gamevault-backend/5.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/gamevault-backend/5.2.0/Chart.yaml b/stable/gamevault-backend/5.2.0/Chart.yaml new file mode 100644 index 00000000000..5719433760d --- /dev/null +++ b/stable/gamevault-backend/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 10.2.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/gamevault-backend/5.1.0/README.md b/stable/gamevault-backend/5.2.0/README.md similarity index 100% rename from stable/gamevault-backend/5.1.0/README.md rename to stable/gamevault-backend/5.2.0/README.md diff --git a/stable/gamevault-backend/5.1.0/app-readme.md b/stable/gamevault-backend/5.2.0/app-readme.md similarity index 100% rename from stable/gamevault-backend/5.1.0/app-readme.md rename to stable/gamevault-backend/5.2.0/app-readme.md diff --git a/stable/gamevault-backend/5.2.0/charts/common-18.1.2.tgz b/stable/gamevault-backend/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/gamevault-backend/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/gamevault-backend/5.1.0/ix_values.yaml b/stable/gamevault-backend/5.2.0/ix_values.yaml similarity index 100% rename from stable/gamevault-backend/5.1.0/ix_values.yaml rename to stable/gamevault-backend/5.2.0/ix_values.yaml diff --git a/stable/gamevault-backend/5.1.0/questions.yaml b/stable/gamevault-backend/5.2.0/questions.yaml similarity index 100% rename from stable/gamevault-backend/5.1.0/questions.yaml rename to stable/gamevault-backend/5.2.0/questions.yaml diff --git a/stable/ghostfolio/4.1.1/templates/NOTES.txt b/stable/gamevault-backend/5.2.0/templates/NOTES.txt similarity index 100% rename from stable/ghostfolio/4.1.1/templates/NOTES.txt rename to stable/gamevault-backend/5.2.0/templates/NOTES.txt diff --git a/stable/gonic/13.1.0/templates/common.yaml b/stable/gamevault-backend/5.2.0/templates/common.yaml similarity index 100% rename from stable/gonic/13.1.0/templates/common.yaml rename to stable/gamevault-backend/5.2.0/templates/common.yaml diff --git a/stable/garrysmod/5.1.0/values.yaml b/stable/gamevault-backend/5.2.0/values.yaml similarity index 100% rename from stable/garrysmod/5.1.0/values.yaml rename to stable/gamevault-backend/5.2.0/values.yaml diff --git a/stable/gaps/18.1.0/CHANGELOG.md b/stable/gaps/18.1.0/CHANGELOG.md deleted file mode 100644 index 6f20124fe42..00000000000 --- a/stable/gaps/18.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/gaps/18.1.0/Chart.yaml b/stable/gaps/18.1.0/Chart.yaml deleted file mode 100644 index cca342180c1..00000000000 --- a/stable/gaps/18.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.10.4 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/gaps/18.1.0/charts/common-18.0.1.tgz b/stable/gaps/18.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/gaps/18.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/genea/5.1.0/.helmignore b/stable/gaps/18.2.0/.helmignore similarity index 100% rename from stable/genea/5.1.0/.helmignore rename to stable/gaps/18.2.0/.helmignore diff --git a/stable/gaps/18.2.0/CHANGELOG.md b/stable/gaps/18.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b4fd9f65e75 --- /dev/null +++ b/stable/gaps/18.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/gaps/18.2.0/Chart.yaml b/stable/gaps/18.2.0/Chart.yaml new file mode 100644 index 00000000000..f0c9299f8f1 --- /dev/null +++ b/stable/gaps/18.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.10.4 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/gaps/18.1.0/README.md b/stable/gaps/18.2.0/README.md similarity index 100% rename from stable/gaps/18.1.0/README.md rename to stable/gaps/18.2.0/README.md diff --git a/stable/gaps/18.1.0/app-readme.md b/stable/gaps/18.2.0/app-readme.md similarity index 100% rename from stable/gaps/18.1.0/app-readme.md rename to stable/gaps/18.2.0/app-readme.md diff --git a/stable/gaps/18.2.0/charts/common-18.1.2.tgz b/stable/gaps/18.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/gaps/18.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/gaps/18.1.0/ix_values.yaml b/stable/gaps/18.2.0/ix_values.yaml similarity index 100% rename from stable/gaps/18.1.0/ix_values.yaml rename to stable/gaps/18.2.0/ix_values.yaml diff --git a/stable/gaps/18.1.0/questions.yaml b/stable/gaps/18.2.0/questions.yaml similarity index 100% rename from stable/gaps/18.1.0/questions.yaml rename to stable/gaps/18.2.0/questions.yaml diff --git a/stable/gitea/18.2.3/templates/NOTES.txt b/stable/gaps/18.2.0/templates/NOTES.txt similarity index 100% rename from stable/gitea/18.2.3/templates/NOTES.txt rename to stable/gaps/18.2.0/templates/NOTES.txt diff --git a/stable/grocy/18.1.1/templates/common.yaml b/stable/gaps/18.2.0/templates/common.yaml similarity index 100% rename from stable/grocy/18.1.1/templates/common.yaml rename to stable/gaps/18.2.0/templates/common.yaml diff --git a/stable/genea/5.1.0/values.yaml b/stable/gaps/18.2.0/values.yaml similarity index 100% rename from stable/genea/5.1.0/values.yaml rename to stable/gaps/18.2.0/values.yaml diff --git a/stable/garrysmod/5.1.0/CHANGELOG.md b/stable/garrysmod/5.1.0/CHANGELOG.md deleted file mode 100644 index ca30de192dd..00000000000 --- a/stable/garrysmod/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/garrysmod/5.1.0/Chart.yaml b/stable/garrysmod/5.1.0/Chart.yaml deleted file mode 100644 index f5467434172..00000000000 --- a/stable/garrysmod/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/garrysmod/5.1.0/charts/common-18.0.1.tgz b/stable/garrysmod/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/garrysmod/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/ghostfolio/4.1.1/.helmignore b/stable/garrysmod/5.2.0/.helmignore similarity index 100% rename from stable/ghostfolio/4.1.1/.helmignore rename to stable/garrysmod/5.2.0/.helmignore diff --git a/stable/garrysmod/5.2.0/CHANGELOG.md b/stable/garrysmod/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..809ea4a6360 --- /dev/null +++ b/stable/garrysmod/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/garrysmod/5.2.0/Chart.yaml b/stable/garrysmod/5.2.0/Chart.yaml new file mode 100644 index 00000000000..45270e047d4 --- /dev/null +++ b/stable/garrysmod/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: garrysmod +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/garrysmod/5.1.0/README.md b/stable/garrysmod/5.2.0/README.md similarity index 100% rename from stable/garrysmod/5.1.0/README.md rename to stable/garrysmod/5.2.0/README.md diff --git a/stable/garrysmod/5.1.0/app-readme.md b/stable/garrysmod/5.2.0/app-readme.md similarity index 100% rename from stable/garrysmod/5.1.0/app-readme.md rename to stable/garrysmod/5.2.0/app-readme.md diff --git a/stable/garrysmod/5.2.0/charts/common-18.1.2.tgz b/stable/garrysmod/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/garrysmod/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/garrysmod/5.1.0/ix_values.yaml b/stable/garrysmod/5.2.0/ix_values.yaml similarity index 100% rename from stable/garrysmod/5.1.0/ix_values.yaml rename to stable/garrysmod/5.2.0/ix_values.yaml diff --git a/stable/garrysmod/5.1.0/questions.yaml b/stable/garrysmod/5.2.0/questions.yaml similarity index 100% rename from stable/garrysmod/5.1.0/questions.yaml rename to stable/garrysmod/5.2.0/questions.yaml diff --git a/stable/garrysmod/5.1.0/templates/common.yaml b/stable/garrysmod/5.2.0/templates/common.yaml similarity index 100% rename from stable/garrysmod/5.1.0/templates/common.yaml rename to stable/garrysmod/5.2.0/templates/common.yaml diff --git a/stable/ghostfolio/4.1.1/values.yaml b/stable/garrysmod/5.2.0/values.yaml similarity index 100% rename from stable/ghostfolio/4.1.1/values.yaml rename to stable/garrysmod/5.2.0/values.yaml diff --git a/stable/genea/5.1.0/CHANGELOG.md b/stable/genea/5.1.0/CHANGELOG.md deleted file mode 100644 index a94da662f50..00000000000 --- a/stable/genea/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/genea/5.1.0/Chart.yaml b/stable/genea/5.1.0/Chart.yaml deleted file mode 100644 index 5df9b6ad26e..00000000000 --- a/stable/genea/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/genea/5.1.0/charts/common-18.0.1.tgz b/stable/genea/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/genea/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/gitea/18.2.3/.helmignore b/stable/genea/5.2.0/.helmignore similarity index 100% rename from stable/gitea/18.2.3/.helmignore rename to stable/genea/5.2.0/.helmignore diff --git a/stable/genea/5.2.0/CHANGELOG.md b/stable/genea/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..865efcd75f4 --- /dev/null +++ b/stable/genea/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/genea/5.2.0/Chart.yaml b/stable/genea/5.2.0/Chart.yaml new file mode 100644 index 00000000000..96a8baa4282 --- /dev/null +++ b/stable/genea/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/genea/5.1.0/README.md b/stable/genea/5.2.0/README.md similarity index 100% rename from stable/genea/5.1.0/README.md rename to stable/genea/5.2.0/README.md diff --git a/stable/genea/5.1.0/app-readme.md b/stable/genea/5.2.0/app-readme.md similarity index 100% rename from stable/genea/5.1.0/app-readme.md rename to stable/genea/5.2.0/app-readme.md diff --git a/stable/genea/5.2.0/charts/common-18.1.2.tgz b/stable/genea/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/genea/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/genea/5.1.0/ix_values.yaml b/stable/genea/5.2.0/ix_values.yaml similarity index 100% rename from stable/genea/5.1.0/ix_values.yaml rename to stable/genea/5.2.0/ix_values.yaml diff --git a/stable/genea/5.1.0/questions.yaml b/stable/genea/5.2.0/questions.yaml similarity index 100% rename from stable/genea/5.1.0/questions.yaml rename to stable/genea/5.2.0/questions.yaml diff --git a/stable/genea/5.1.0/templates/common.yaml b/stable/genea/5.2.0/templates/common.yaml similarity index 100% rename from stable/genea/5.1.0/templates/common.yaml rename to stable/genea/5.2.0/templates/common.yaml diff --git a/stable/gitea/18.2.3/values.yaml b/stable/genea/5.2.0/values.yaml similarity index 100% rename from stable/gitea/18.2.3/values.yaml rename to stable/genea/5.2.0/values.yaml diff --git a/stable/ghostfolio/4.1.1/CHANGELOG.md b/stable/ghostfolio/4.1.1/CHANGELOG.md deleted file mode 100644 index d9f610905b8..00000000000 --- a/stable/ghostfolio/4.1.1/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.1.1/Chart.yaml b/stable/ghostfolio/4.1.1/Chart.yaml deleted file mode 100644 index 0f386f2d3b0..00000000000 --- a/stable/ghostfolio/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: finance - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.54.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.1.1 diff --git a/stable/ghostfolio/4.1.1/charts/common-18.0.2.tgz b/stable/ghostfolio/4.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/ghostfolio/4.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ghostfolio/4.1.1/ix_values.yaml b/stable/ghostfolio/4.1.1/ix_values.yaml deleted file mode 100644 index 5136fda8abc..00000000000 --- a/stable/ghostfolio/4.1.1/ix_values.yaml +++ /dev/null @@ -1,65 +0,0 @@ -image: - repository: ghostfolio/ghostfolio - pullPolicy: IfNotPresent - tag: 2.54.0@sha256:2fa747eec0747635c143be43ee30e3d5419d670bd7211aebe4a6230d4947a983 -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/github-backup/5.1.0/.helmignore b/stable/ghostfolio/4.3.0/.helmignore similarity index 100% rename from stable/github-backup/5.1.0/.helmignore rename to stable/ghostfolio/4.3.0/.helmignore diff --git a/stable/ghostfolio/4.3.0/CHANGELOG.md b/stable/ghostfolio/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..837c78c2794 --- /dev/null +++ b/stable/ghostfolio/4.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + +## [ghostfolio-3.10.0](https://github.com/truecharts/charts/compare/ghostfolio-3.9.0...ghostfolio-3.10.0) (2024-02-12) + +### Chore + + + +- update container image ghostfolio/ghostfolio to v2.50.0[@8fa4eef](https://github.com/8fa4eef) by renovate ([#18191](https://github.com/truecharts/charts/issues/18191)) + + +## [ghostfolio-3.9.0](https://github.com/truecharts/charts/compare/ghostfolio-3.8.1...ghostfolio-3.9.0) (2024-02-05) + +### Chore + + + +- update container image ghostfolio/ghostfolio to v2.47.0[@b5bd04e](https://github.com/b5bd04e) by renovate ([#17942](https://github.com/truecharts/charts/issues/17942)) + + +## [ghostfolio-3.8.1](https://github.com/truecharts/charts/compare/ghostfolio-3.8.0...ghostfolio-3.8.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ghostfolio-3.8.0](https://github.com/truecharts/charts/compare/ghostfolio-3.7.5...ghostfolio-3.8.0) (2024-01-29) + +### Chore + + + +- update container image ghostfolio/ghostfolio to v2.46.0[@d7f9487](https://github.com/d7f9487) by renovate ([#17696](https://github.com/truecharts/charts/issues/17696)) + + +## [ghostfolio-3.7.5](https://github.com/truecharts/charts/compare/ghostfolio-3.7.4...ghostfolio-3.7.5) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [ghostfolio-3.7.4](https://github.com/truecharts/charts/compare/ghostfolio-3.7.3...ghostfolio-3.7.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ghostfolio-3.7.3](https://github.com/truecharts/charts/compare/ghostfolio-3.7.2...ghostfolio-3.7.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ghostfolio-3.7.2](https://github.com/truecharts/charts/compare/ghostfolio-3.7.1...ghostfolio-3.7.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [ghostfolio-3.7.1](https://github.com/truecharts/charts/compare/ghostfolio-3.7.0...ghostfolio-3.7.1) (2024-01-21) diff --git a/stable/ghostfolio/4.3.0/Chart.yaml b/stable/ghostfolio/4.3.0/Chart.yaml new file mode 100644 index 00000000000..f0bc1feacd3 --- /dev/null +++ b/stable/ghostfolio/4.3.0/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: finance + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.57.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Ghostfolio is a privacy-first, open source dashboard for your personal finances. Break down your asset allocation, know your net worth and make solid, data-driven investment decisions. +home: https://truecharts.org/charts/stable/ghostfolio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ghostfolio.png +keywords: + - ghostfolio + - finance +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ghostfolio +sources: + - https://github.com/ghostfolio/ghostfolio + - https://ghostfol.io/ + - https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio + - https://hub.docker.com/r/ghostfolio/ghostfolio +type: application +version: 4.3.0 diff --git a/stable/ghostfolio/4.1.1/README.md b/stable/ghostfolio/4.3.0/README.md similarity index 100% rename from stable/ghostfolio/4.1.1/README.md rename to stable/ghostfolio/4.3.0/README.md diff --git a/stable/ghostfolio/4.1.1/app-readme.md b/stable/ghostfolio/4.3.0/app-readme.md similarity index 100% rename from stable/ghostfolio/4.1.1/app-readme.md rename to stable/ghostfolio/4.3.0/app-readme.md diff --git a/stable/ghostfolio/4.3.0/charts/common-18.1.2.tgz b/stable/ghostfolio/4.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/ghostfolio/4.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/ghostfolio/4.1.1/charts/redis-11.2.1.tgz b/stable/ghostfolio/4.3.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/ghostfolio/4.1.1/charts/redis-11.2.1.tgz rename to stable/ghostfolio/4.3.0/charts/redis-11.2.1.tgz diff --git a/stable/ghostfolio/4.3.0/ix_values.yaml b/stable/ghostfolio/4.3.0/ix_values.yaml new file mode 100644 index 00000000000..da7a6f19262 --- /dev/null +++ b/stable/ghostfolio/4.3.0/ix_values.yaml @@ -0,0 +1,65 @@ +image: + repository: ghostfolio/ghostfolio + pullPolicy: IfNotPresent + tag: 2.57.0@sha256:6cdba7d7c4ba8e65584fb55080057c03b88ae5dab20819ba3aaa72401c7fc224 +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 3333 + targetPort: 3333 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: "/" + type: http + readiness: + path: "/" + type: http + startup: + type: tcp + env: + ALPHA_VANTAGE_API_KEY: "" + ACCESS_TOKEN_SALT: + secretKeyRef: + name: ghostfolio-secrets + key: ACCESS_TOKEN_SALT + JWT_SECRET_KEY: + secretKeyRef: + name: ghostfolio-secrets + key: JWT_SECRET_KEY + DATABASE_URL: + secretKeyRef: + name: ghostfolio-secrets + key: DATABASE_URL + REDIS_HOST: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: plainhost + REDIS_PASSWORD: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: redis-password + REDIS_PORT: "6379" +cnpg: + main: + enabled: true + user: ghostfolio + database: ghostfolio +redis: + enabled: true +portal: + open: + enabled: true diff --git a/stable/ghostfolio/4.1.1/questions.yaml b/stable/ghostfolio/4.3.0/questions.yaml similarity index 100% rename from stable/ghostfolio/4.1.1/questions.yaml rename to stable/ghostfolio/4.3.0/questions.yaml diff --git a/stable/golinks/11.1.0/templates/NOTES.txt b/stable/ghostfolio/4.3.0/templates/NOTES.txt similarity index 100% rename from stable/golinks/11.1.0/templates/NOTES.txt rename to stable/ghostfolio/4.3.0/templates/NOTES.txt diff --git a/stable/ghostfolio/4.1.1/templates/_secrets.tpl b/stable/ghostfolio/4.3.0/templates/_secrets.tpl similarity index 100% rename from stable/ghostfolio/4.1.1/templates/_secrets.tpl rename to stable/ghostfolio/4.3.0/templates/_secrets.tpl diff --git a/stable/ghostfolio/4.1.1/templates/common.yaml b/stable/ghostfolio/4.3.0/templates/common.yaml similarity index 100% rename from stable/ghostfolio/4.1.1/templates/common.yaml rename to stable/ghostfolio/4.3.0/templates/common.yaml diff --git a/stable/github-backup/5.1.0/values.yaml b/stable/ghostfolio/4.3.0/values.yaml similarity index 100% rename from stable/github-backup/5.1.0/values.yaml rename to stable/ghostfolio/4.3.0/values.yaml diff --git a/stable/gitea/18.2.3/CHANGELOG.md b/stable/gitea/18.2.3/CHANGELOG.md deleted file mode 100644 index 90165f2c38a..00000000000 --- a/stable/gitea/18.2.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - -## [gitea-17.1.18](https://github.com/truecharts/charts/compare/gitea-17.1.17...gitea-17.1.18) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [gitea-17.1.17](https://github.com/truecharts/charts/compare/gitea-17.1.16...gitea-17.1.17) (2024-02-02) - -### Chore - - - -- update container image gitea/gitea to v1.21.5[@874a8d8](https://github.com/874a8d8) by renovate ([#17787](https://github.com/truecharts/charts/issues/17787)) - - -## [gitea-17.1.16](https://github.com/truecharts/charts/compare/gitea-17.1.15...gitea-17.1.16) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [gitea-17.1.15](https://github.com/truecharts/charts/compare/gitea-17.1.14...gitea-17.1.15) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [gitea-17.1.14](https://github.com/truecharts/charts/compare/gitea-17.1.13...gitea-17.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [gitea-17.1.13](https://github.com/truecharts/charts/compare/gitea-17.1.12...gitea-17.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [gitea-17.1.12](https://github.com/truecharts/charts/compare/gitea-17.1.11...gitea-17.1.12) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [gitea-17.1.11](https://github.com/truecharts/charts/compare/gitea-17.1.10...gitea-17.1.11) (2024-01-21) - -### Chore - - - -- update container image gitea/gitea to v1.21.4[@600f1f1](https://github.com/600f1f1) by renovate ([#17304](https://github.com/truecharts/charts/issues/17304)) - - - - -## [gitea-17.1.10](https://github.com/truecharts/charts/compare/gitea-17.1.9...gitea-17.1.10) (2024-01-09) - -### Chore diff --git a/stable/gitea/18.2.3/Chart.yaml b/stable/gitea/18.2.3/Chart.yaml deleted file mode 100644 index f8d9e6def2f..00000000000 --- a/stable/gitea/18.2.3/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.21.6 -dependencies: - - name: common - version: 18.0.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: memcached - version: 12.0.0 - repository: oci://tccr.io/truecharts - condition: memcached.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Self hosted GIT repositories -home: https://truecharts.org/charts/stable/gitea -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gitea.png -keywords: - - git - - issue tracker - - code review - - wiki - - gitea - - gogs -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: gitea -sources: - - https://gitea.com/gitea/helm-chart - - https://github.com/go-gitea/gitea - - https://github.com/truecharts/charts/tree/master/charts/stable/gitea - - https://hub.docker.com/r/gitea/gitea -type: application -version: 18.2.3 diff --git a/stable/gitea/18.2.3/charts/common-18.0.2.tgz b/stable/gitea/18.2.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/gitea/18.2.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/gitea/18.2.3/charts/memcached-12.0.0.tgz b/stable/gitea/18.2.3/charts/memcached-12.0.0.tgz deleted file mode 100644 index a678bf0115a..00000000000 Binary files a/stable/gitea/18.2.3/charts/memcached-12.0.0.tgz and /dev/null differ diff --git a/stable/gitea/18.2.3/ix_values.yaml b/stable/gitea/18.2.3/ix_values.yaml deleted file mode 100644 index 01155822fb3..00000000000 --- a/stable/gitea/18.2.3/ix_values.yaml +++ /dev/null @@ -1,132 +0,0 @@ -image: - repository: gitea/gitea - tag: 1.21.6-rootless@sha256:07d9eeb873575a76b79f549cf97abe6b55d2e1bb5f4a899aae0c775ec7650960 - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 10037 - targetPort: 3000 - ssh: - enabled: true - ports: - ssh: - enabled: true - port: 2222 - targetPort: 2222 -persistence: - data: - enabled: true - mountPath: "/data" - targetSelectAll: true - varlib: - enabled: true - mountPath: "/var/lib/gitea" - type: emptyDir -# Configure commit/action signing prerequisites -signing: - enabled: true - gpgHome: /data/git/.gnupg -admin: - username: giteaadmin - password: r8sA8CPHD9!bt6d - email: "gitea@local.domain" -metrics: - main: - enabled: true - type: "servicemonitor" - endpoints: - - port: main - path: /metrics -ldap: - enabled: false - # name: - # securityProtocol: - # host: - # port: - # userSearchBase: - # userFilter: - # adminFilter: - # emailAttribute: - # bindDn: - # bindPassword: - # usernameAttribute: - # sshPublicKeyAttribute: -oauth: - enabled: false - # name: - # provider: - # key: - # secret: - # autoDiscoverUrl: - # useCustomUrls: - # customAuthUrl: - # customTokenUrl: - # customProfileUrl: - # customEmailUrl: -config: - APP_NAME: "Gitea: Git with a cup of tea" - RUN_MODE: dev - ALLOWED_HOST_LIST: "127.0.0.1" - nodeIP: 127.0.0.1 -customConfig: [] -# - name: test -# keys: -# - name: testkey -# value: testvalue - -# Enabled postgres -cnpg: - main: - enabled: true - user: gitea - database: gitea -# -- memcached dependency settings -memcached: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - runAsUser: 1000 - runAsGroup: 1000 - fsGroup: 1000 -workload: - main: - podSpec: - initContainers: - 1-init-directories: - enabled: true - imageSelector: image - type: init - command: - - "/usr/sbin/init_directory_structure.sh" - securityContext: - runAsUser: 0 - runAsNonRoot: false - envFrom: - - configMapRef: - name: gitea-env - 2-configure-gitea: - enabled: true - imageSelector: image - type: init - command: - - "/usr/sbin/configure_gitea.sh" - envFrom: - - configMapRef: - name: gitea-env - containers: - main: - probes: - liveness: - type: tcp - readiness: - type: tcp - startup: - type: tcp - envFrom: - - configMapRef: - name: gitea-env diff --git a/stable/glauth/5.1.0/.helmignore b/stable/gitea/18.4.0/.helmignore similarity index 100% rename from stable/glauth/5.1.0/.helmignore rename to stable/gitea/18.4.0/.helmignore diff --git a/stable/gitea/18.4.0/CHANGELOG.md b/stable/gitea/18.4.0/CHANGELOG.md new file mode 100644 index 00000000000..052664210a9 --- /dev/null +++ b/stable/gitea/18.4.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + +## [gitea-17.1.18](https://github.com/truecharts/charts/compare/gitea-17.1.17...gitea-17.1.18) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [gitea-17.1.17](https://github.com/truecharts/charts/compare/gitea-17.1.16...gitea-17.1.17) (2024-02-02) + +### Chore + + + +- update container image gitea/gitea to v1.21.5[@874a8d8](https://github.com/874a8d8) by renovate ([#17787](https://github.com/truecharts/charts/issues/17787)) + + +## [gitea-17.1.16](https://github.com/truecharts/charts/compare/gitea-17.1.15...gitea-17.1.16) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [gitea-17.1.15](https://github.com/truecharts/charts/compare/gitea-17.1.14...gitea-17.1.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [gitea-17.1.14](https://github.com/truecharts/charts/compare/gitea-17.1.13...gitea-17.1.14) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [gitea-17.1.13](https://github.com/truecharts/charts/compare/gitea-17.1.12...gitea-17.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [gitea-17.1.12](https://github.com/truecharts/charts/compare/gitea-17.1.11...gitea-17.1.12) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [gitea-17.1.11](https://github.com/truecharts/charts/compare/gitea-17.1.10...gitea-17.1.11) (2024-01-21) + +### Chore + + + +- update container image gitea/gitea to v1.21.4[@600f1f1](https://github.com/600f1f1) by renovate ([#17304](https://github.com/truecharts/charts/issues/17304)) + + + diff --git a/stable/gitea/18.4.0/Chart.yaml b/stable/gitea/18.4.0/Chart.yaml new file mode 100644 index 00000000000..2840fd1beb1 --- /dev/null +++ b/stable/gitea/18.4.0/Chart.yaml @@ -0,0 +1,49 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GIT + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.21.7 +dependencies: + - name: common + version: 18.1.2 + 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.4.0 diff --git a/stable/gitea/18.2.3/README.md b/stable/gitea/18.4.0/README.md similarity index 100% rename from stable/gitea/18.2.3/README.md rename to stable/gitea/18.4.0/README.md diff --git a/stable/gitea/18.2.3/app-readme.md b/stable/gitea/18.4.0/app-readme.md similarity index 100% rename from stable/gitea/18.2.3/app-readme.md rename to stable/gitea/18.4.0/app-readme.md diff --git a/stable/gitea/18.4.0/charts/common-18.1.2.tgz b/stable/gitea/18.4.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/gitea/18.4.0/charts/common-18.1.2.tgz differ diff --git a/stable/gitea/18.4.0/charts/memcached-12.1.4.tgz b/stable/gitea/18.4.0/charts/memcached-12.1.4.tgz new file mode 100644 index 00000000000..293b6d75714 Binary files /dev/null and b/stable/gitea/18.4.0/charts/memcached-12.1.4.tgz differ diff --git a/stable/gitea/18.4.0/ix_values.yaml b/stable/gitea/18.4.0/ix_values.yaml new file mode 100644 index 00000000000..ef7d0898d59 --- /dev/null +++ b/stable/gitea/18.4.0/ix_values.yaml @@ -0,0 +1,132 @@ +image: + repository: gitea/gitea + tag: 1.21.7-rootless@sha256:5d433ef2ebae7eae7b0d0ec42263645a9d200d342fc31ea5bca9745611f89811 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10037 + targetPort: 3000 + ssh: + enabled: true + ports: + ssh: + enabled: true + port: 2222 + targetPort: 2222 +persistence: + data: + enabled: true + mountPath: "/data" + targetSelectAll: true + varlib: + enabled: true + mountPath: "/var/lib/gitea" + type: emptyDir +# Configure commit/action signing prerequisites +signing: + enabled: true + gpgHome: /data/git/.gnupg +admin: + username: giteaadmin + password: r8sA8CPHD9!bt6d + email: "gitea@local.domain" +metrics: + main: + enabled: true + type: "servicemonitor" + endpoints: + - port: main + path: /metrics +ldap: + enabled: false + # name: + # securityProtocol: + # host: + # port: + # userSearchBase: + # userFilter: + # adminFilter: + # emailAttribute: + # bindDn: + # bindPassword: + # usernameAttribute: + # sshPublicKeyAttribute: +oauth: + enabled: false + # name: + # provider: + # key: + # secret: + # autoDiscoverUrl: + # useCustomUrls: + # customAuthUrl: + # customTokenUrl: + # customProfileUrl: + # customEmailUrl: +config: + APP_NAME: "Gitea: Git with a cup of tea" + RUN_MODE: dev + ALLOWED_HOST_LIST: "127.0.0.1" + nodeIP: 127.0.0.1 +customConfig: [] +# - name: test +# keys: +# - name: testkey +# value: testvalue + +# Enabled postgres +cnpg: + main: + enabled: true + user: gitea + database: gitea +# -- memcached dependency settings +memcached: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + runAsUser: 1000 + runAsGroup: 1000 + fsGroup: 1000 +workload: + main: + podSpec: + initContainers: + 1-init-directories: + enabled: true + imageSelector: image + type: init + command: + - "/usr/sbin/init_directory_structure.sh" + securityContext: + runAsUser: 0 + runAsNonRoot: false + envFrom: + - configMapRef: + name: gitea-env + 2-configure-gitea: + enabled: true + imageSelector: image + type: init + command: + - "/usr/sbin/configure_gitea.sh" + envFrom: + - configMapRef: + name: gitea-env + containers: + main: + probes: + liveness: + type: tcp + readiness: + type: tcp + startup: + type: tcp + envFrom: + - configMapRef: + name: gitea-env diff --git a/stable/gitea/18.2.3/questions.yaml b/stable/gitea/18.4.0/questions.yaml similarity index 100% rename from stable/gitea/18.2.3/questions.yaml rename to stable/gitea/18.4.0/questions.yaml diff --git a/stable/gonic/13.1.0/templates/NOTES.txt b/stable/gitea/18.4.0/templates/NOTES.txt similarity index 100% rename from stable/gonic/13.1.0/templates/NOTES.txt rename to stable/gitea/18.4.0/templates/NOTES.txt diff --git a/stable/gitea/18.2.3/templates/_configmap.tpl b/stable/gitea/18.4.0/templates/_configmap.tpl similarity index 100% rename from stable/gitea/18.2.3/templates/_configmap.tpl rename to stable/gitea/18.4.0/templates/_configmap.tpl diff --git a/stable/gitea/18.2.3/templates/_secrets.tpl b/stable/gitea/18.4.0/templates/_secrets.tpl similarity index 100% rename from stable/gitea/18.2.3/templates/_secrets.tpl rename to stable/gitea/18.4.0/templates/_secrets.tpl diff --git a/stable/gitea/18.2.3/templates/common.yaml b/stable/gitea/18.4.0/templates/common.yaml similarity index 100% rename from stable/gitea/18.2.3/templates/common.yaml rename to stable/gitea/18.4.0/templates/common.yaml diff --git a/stable/glauth/5.1.0/values.yaml b/stable/gitea/18.4.0/values.yaml similarity index 100% rename from stable/glauth/5.1.0/values.yaml rename to stable/gitea/18.4.0/values.yaml diff --git a/stable/github-backup/5.1.0/CHANGELOG.md b/stable/github-backup/5.1.0/CHANGELOG.md deleted file mode 100644 index 3cf2cf71d8d..00000000000 --- a/stable/github-backup/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/github-backup/5.1.0/Chart.yaml b/stable/github-backup/5.1.0/Chart.yaml deleted file mode 100644 index 14aba8c2dbc..00000000000 --- a/stable/github-backup/5.1.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: 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.1 - 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.0 diff --git a/stable/github-backup/5.1.0/charts/common-18.0.1.tgz b/stable/github-backup/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/github-backup/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/go-playground/5.1.0/.helmignore b/stable/github-backup/5.2.0/.helmignore similarity index 100% rename from stable/go-playground/5.1.0/.helmignore rename to stable/github-backup/5.2.0/.helmignore diff --git a/stable/github-backup/5.2.0/CHANGELOG.md b/stable/github-backup/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..fd6928c816d --- /dev/null +++ b/stable/github-backup/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/github-backup/5.2.0/Chart.yaml b/stable/github-backup/5.2.0/Chart.yaml new file mode 100644 index 00000000000..3bc74e8c245 --- /dev/null +++ b/stable/github-backup/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/github-backup/5.1.0/README.md b/stable/github-backup/5.2.0/README.md similarity index 100% rename from stable/github-backup/5.1.0/README.md rename to stable/github-backup/5.2.0/README.md diff --git a/stable/github-backup/5.1.0/app-readme.md b/stable/github-backup/5.2.0/app-readme.md similarity index 100% rename from stable/github-backup/5.1.0/app-readme.md rename to stable/github-backup/5.2.0/app-readme.md diff --git a/stable/github-backup/5.2.0/charts/common-18.1.2.tgz b/stable/github-backup/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/github-backup/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/github-backup/5.1.0/ix_values.yaml b/stable/github-backup/5.2.0/ix_values.yaml similarity index 100% rename from stable/github-backup/5.1.0/ix_values.yaml rename to stable/github-backup/5.2.0/ix_values.yaml diff --git a/stable/github-backup/5.1.0/questions.yaml b/stable/github-backup/5.2.0/questions.yaml similarity index 100% rename from stable/github-backup/5.1.0/questions.yaml rename to stable/github-backup/5.2.0/questions.yaml diff --git a/stable/github-backup/5.1.0/templates/common.yaml b/stable/github-backup/5.2.0/templates/common.yaml similarity index 100% rename from stable/github-backup/5.1.0/templates/common.yaml rename to stable/github-backup/5.2.0/templates/common.yaml diff --git a/stable/go-playground/5.1.0/values.yaml b/stable/github-backup/5.2.0/values.yaml similarity index 100% rename from stable/go-playground/5.1.0/values.yaml rename to stable/github-backup/5.2.0/values.yaml diff --git a/stable/glauth/5.1.0/CHANGELOG.md b/stable/glauth/5.1.0/CHANGELOG.md deleted file mode 100644 index b9f6923a659..00000000000 --- a/stable/glauth/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - -## [glauth-4.1.12](https://github.com/truecharts/charts/compare/glauth-4.1.11...glauth-4.1.12) (2024-02-12) - -### Chore - - - -- update container image glauth/glauth to latest[@23af115](https://github.com/23af115) by renovate ([#18166](https://github.com/truecharts/charts/issues/18166)) - - -## [glauth-4.1.11](https://github.com/truecharts/charts/compare/glauth-4.1.10...glauth-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [glauth-4.1.10](https://github.com/truecharts/charts/compare/glauth-4.1.9...glauth-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [glauth-4.1.9](https://github.com/truecharts/charts/compare/glauth-4.1.8...glauth-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [glauth-4.1.8](https://github.com/truecharts/charts/compare/glauth-4.1.7...glauth-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [glauth-4.1.7](https://github.com/truecharts/charts/compare/glauth-4.1.6...glauth-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [glauth-4.1.6](https://github.com/truecharts/charts/compare/glauth-4.1.5...glauth-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [glauth-4.1.5](https://github.com/truecharts/charts/compare/glauth-4.1.4...glauth-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [glauth-4.1.4](https://github.com/truecharts/charts/compare/glauth-4.1.3...glauth-4.1.4) (2024-01-01) \ No newline at end of file diff --git a/stable/glauth/5.1.0/Chart.yaml b/stable/glauth/5.1.0/Chart.yaml deleted file mode 100644 index a775b16b4fc..00000000000 --- a/stable/glauth/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/glauth/5.1.0/charts/common-18.0.1.tgz b/stable/glauth/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/glauth/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/goaccess-npm-logs/5.1.0/.helmignore b/stable/glauth/5.2.0/.helmignore similarity index 100% rename from stable/goaccess-npm-logs/5.1.0/.helmignore rename to stable/glauth/5.2.0/.helmignore diff --git a/stable/glauth/5.2.0/CHANGELOG.md b/stable/glauth/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..6c4ff4ff6a7 --- /dev/null +++ b/stable/glauth/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/glauth/5.2.0/Chart.yaml b/stable/glauth/5.2.0/Chart.yaml new file mode 100644 index 00000000000..2c08e9f4e16 --- /dev/null +++ b/stable/glauth/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Security + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/glauth/5.1.0/README.md b/stable/glauth/5.2.0/README.md similarity index 100% rename from stable/glauth/5.1.0/README.md rename to stable/glauth/5.2.0/README.md diff --git a/stable/glauth/5.1.0/app-readme.md b/stable/glauth/5.2.0/app-readme.md similarity index 100% rename from stable/glauth/5.1.0/app-readme.md rename to stable/glauth/5.2.0/app-readme.md diff --git a/stable/glauth/5.2.0/charts/common-18.1.2.tgz b/stable/glauth/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/glauth/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/glauth/5.1.0/ix_values.yaml b/stable/glauth/5.2.0/ix_values.yaml similarity index 100% rename from stable/glauth/5.1.0/ix_values.yaml rename to stable/glauth/5.2.0/ix_values.yaml diff --git a/stable/glauth/5.1.0/questions.yaml b/stable/glauth/5.2.0/questions.yaml similarity index 100% rename from stable/glauth/5.1.0/questions.yaml rename to stable/glauth/5.2.0/questions.yaml diff --git a/stable/glauth/5.1.0/templates/common.yaml b/stable/glauth/5.2.0/templates/common.yaml similarity index 100% rename from stable/glauth/5.1.0/templates/common.yaml rename to stable/glauth/5.2.0/templates/common.yaml diff --git a/stable/goaccess-npm-logs/5.1.0/values.yaml b/stable/glauth/5.2.0/values.yaml similarity index 100% rename from stable/goaccess-npm-logs/5.1.0/values.yaml rename to stable/glauth/5.2.0/values.yaml diff --git a/stable/go-playground/5.1.0/CHANGELOG.md b/stable/go-playground/5.1.0/CHANGELOG.md deleted file mode 100644 index 3a5b2756db5..00000000000 --- a/stable/go-playground/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/go-playground/5.1.0/Chart.yaml b/stable/go-playground/5.1.0/Chart.yaml deleted file mode 100644 index 62ee00a3bbc..00000000000 --- a/stable/go-playground/5.1.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: 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.1 - 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.0 diff --git a/stable/go-playground/5.1.0/charts/common-18.0.1.tgz b/stable/go-playground/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/go-playground/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/goaccess/5.1.0/.helmignore b/stable/go-playground/5.2.0/.helmignore similarity index 100% rename from stable/goaccess/5.1.0/.helmignore rename to stable/go-playground/5.2.0/.helmignore diff --git a/stable/go-playground/5.2.0/CHANGELOG.md b/stable/go-playground/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..22ce17b724c --- /dev/null +++ b/stable/go-playground/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + diff --git a/stable/go-playground/5.2.0/Chart.yaml b/stable/go-playground/5.2.0/Chart.yaml new file mode 100644 index 00000000000..9fa4bb4a46f --- /dev/null +++ b/stable/go-playground/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/go-playground/5.1.0/README.md b/stable/go-playground/5.2.0/README.md similarity index 100% rename from stable/go-playground/5.1.0/README.md rename to stable/go-playground/5.2.0/README.md diff --git a/stable/go-playground/5.1.0/app-readme.md b/stable/go-playground/5.2.0/app-readme.md similarity index 100% rename from stable/go-playground/5.1.0/app-readme.md rename to stable/go-playground/5.2.0/app-readme.md diff --git a/stable/go-playground/5.2.0/charts/common-18.1.2.tgz b/stable/go-playground/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/go-playground/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/go-playground/5.1.0/ix_values.yaml b/stable/go-playground/5.2.0/ix_values.yaml similarity index 100% rename from stable/go-playground/5.1.0/ix_values.yaml rename to stable/go-playground/5.2.0/ix_values.yaml diff --git a/stable/go-playground/5.1.0/questions.yaml b/stable/go-playground/5.2.0/questions.yaml similarity index 100% rename from stable/go-playground/5.1.0/questions.yaml rename to stable/go-playground/5.2.0/questions.yaml diff --git a/stable/go-playground/5.1.0/templates/common.yaml b/stable/go-playground/5.2.0/templates/common.yaml similarity index 100% rename from stable/go-playground/5.1.0/templates/common.yaml rename to stable/go-playground/5.2.0/templates/common.yaml diff --git a/stable/goaccess/5.1.0/values.yaml b/stable/go-playground/5.2.0/values.yaml similarity index 100% rename from stable/goaccess/5.1.0/values.yaml rename to stable/go-playground/5.2.0/values.yaml diff --git a/stable/goaccess-npm-logs/5.1.0/CHANGELOG.md b/stable/goaccess-npm-logs/5.1.0/CHANGELOG.md deleted file mode 100644 index 87956bb068d..00000000000 --- a/stable/goaccess-npm-logs/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/goaccess-npm-logs/5.1.0/Chart.yaml b/stable/goaccess-npm-logs/5.1.0/Chart.yaml deleted file mode 100644 index 0e47b040c63..00000000000 --- a/stable/goaccess-npm-logs/5.1.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: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/goaccess-npm-logs/5.1.0/charts/common-18.0.1.tgz b/stable/goaccess-npm-logs/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/goaccess-npm-logs/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/godaddy-ddns/5.1.0/.helmignore b/stable/goaccess-npm-logs/5.2.0/.helmignore similarity index 100% rename from stable/godaddy-ddns/5.1.0/.helmignore rename to stable/goaccess-npm-logs/5.2.0/.helmignore diff --git a/stable/goaccess-npm-logs/5.2.0/CHANGELOG.md b/stable/goaccess-npm-logs/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..eab22989ed3 --- /dev/null +++ b/stable/goaccess-npm-logs/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [goaccess-npm-logs-4.1.13](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.12...goaccess-npm-logs-4.1.13) (2024-02-12) + +### Chore + + + +- update container image xavierh/goaccess-for-nginxproxymanager to latest[@a1b2ab3](https://github.com/a1b2ab3) by renovate ([#18115](https://github.com/truecharts/charts/issues/18115)) + + +## [goaccess-npm-logs-4.1.12](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.11...goaccess-npm-logs-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [goaccess-npm-logs-4.1.11](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.10...goaccess-npm-logs-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [goaccess-npm-logs-4.1.10](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.9...goaccess-npm-logs-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [goaccess-npm-logs-4.1.9](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.8...goaccess-npm-logs-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [goaccess-npm-logs-4.1.8](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.7...goaccess-npm-logs-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [goaccess-npm-logs-4.1.7](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.6...goaccess-npm-logs-4.1.7) (2024-01-21) + +### Chore + + + +- update container image xavierh/goaccess-for-nginxproxymanager to latest[@36a68d8](https://github.com/36a68d8) by renovate ([#17400](https://github.com/truecharts/charts/issues/17400)) + + + + +## [goaccess-npm-logs-4.1.6](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.5...goaccess-npm-logs-4.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [goaccess-npm-logs-4.1.5](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.4...goaccess-npm-logs-4.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/goaccess-npm-logs/5.2.0/Chart.yaml b/stable/goaccess-npm-logs/5.2.0/Chart.yaml new file mode 100644 index 00000000000..e95604533f4 --- /dev/null +++ b/stable/goaccess-npm-logs/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/goaccess-npm-logs/5.1.0/README.md b/stable/goaccess-npm-logs/5.2.0/README.md similarity index 100% rename from stable/goaccess-npm-logs/5.1.0/README.md rename to stable/goaccess-npm-logs/5.2.0/README.md diff --git a/stable/goaccess-npm-logs/5.1.0/app-readme.md b/stable/goaccess-npm-logs/5.2.0/app-readme.md similarity index 100% rename from stable/goaccess-npm-logs/5.1.0/app-readme.md rename to stable/goaccess-npm-logs/5.2.0/app-readme.md diff --git a/stable/goaccess-npm-logs/5.2.0/charts/common-18.1.2.tgz b/stable/goaccess-npm-logs/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/goaccess-npm-logs/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/goaccess-npm-logs/5.1.0/ix_values.yaml b/stable/goaccess-npm-logs/5.2.0/ix_values.yaml similarity index 100% rename from stable/goaccess-npm-logs/5.1.0/ix_values.yaml rename to stable/goaccess-npm-logs/5.2.0/ix_values.yaml diff --git a/stable/goaccess-npm-logs/5.1.0/questions.yaml b/stable/goaccess-npm-logs/5.2.0/questions.yaml similarity index 100% rename from stable/goaccess-npm-logs/5.1.0/questions.yaml rename to stable/goaccess-npm-logs/5.2.0/questions.yaml diff --git a/stable/goaccess-npm-logs/5.1.0/templates/common.yaml b/stable/goaccess-npm-logs/5.2.0/templates/common.yaml similarity index 100% rename from stable/goaccess-npm-logs/5.1.0/templates/common.yaml rename to stable/goaccess-npm-logs/5.2.0/templates/common.yaml diff --git a/stable/godaddy-ddns/5.1.0/values.yaml b/stable/goaccess-npm-logs/5.2.0/values.yaml similarity index 100% rename from stable/godaddy-ddns/5.1.0/values.yaml rename to stable/goaccess-npm-logs/5.2.0/values.yaml diff --git a/stable/goaccess/5.1.0/CHANGELOG.md b/stable/goaccess/5.1.0/CHANGELOG.md deleted file mode 100644 index 8657654bf41..00000000000 --- a/stable/goaccess/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/goaccess/5.1.0/Chart.yaml b/stable/goaccess/5.1.0/Chart.yaml deleted file mode 100644 index b3df2b86bce..00000000000 --- a/stable/goaccess/5.1.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: 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.1 - 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.0 diff --git a/stable/goaccess/5.1.0/charts/common-18.0.1.tgz b/stable/goaccess/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/goaccess/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/gokapi/5.1.0/.helmignore b/stable/goaccess/5.2.0/.helmignore similarity index 100% rename from stable/gokapi/5.1.0/.helmignore rename to stable/goaccess/5.2.0/.helmignore diff --git a/stable/goaccess/5.2.0/CHANGELOG.md b/stable/goaccess/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e2451d0e434 --- /dev/null +++ b/stable/goaccess/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/goaccess/5.2.0/Chart.yaml b/stable/goaccess/5.2.0/Chart.yaml new file mode 100644 index 00000000000..75c24f221a6 --- /dev/null +++ b/stable/goaccess/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/goaccess/5.1.0/README.md b/stable/goaccess/5.2.0/README.md similarity index 100% rename from stable/goaccess/5.1.0/README.md rename to stable/goaccess/5.2.0/README.md diff --git a/stable/goaccess/5.1.0/app-readme.md b/stable/goaccess/5.2.0/app-readme.md similarity index 100% rename from stable/goaccess/5.1.0/app-readme.md rename to stable/goaccess/5.2.0/app-readme.md diff --git a/stable/goaccess/5.2.0/charts/common-18.1.2.tgz b/stable/goaccess/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/goaccess/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/goaccess/5.1.0/ix_values.yaml b/stable/goaccess/5.2.0/ix_values.yaml similarity index 100% rename from stable/goaccess/5.1.0/ix_values.yaml rename to stable/goaccess/5.2.0/ix_values.yaml diff --git a/stable/goaccess/5.1.0/questions.yaml b/stable/goaccess/5.2.0/questions.yaml similarity index 100% rename from stable/goaccess/5.1.0/questions.yaml rename to stable/goaccess/5.2.0/questions.yaml diff --git a/stable/goaccess/5.1.0/templates/common.yaml b/stable/goaccess/5.2.0/templates/common.yaml similarity index 100% rename from stable/goaccess/5.1.0/templates/common.yaml rename to stable/goaccess/5.2.0/templates/common.yaml diff --git a/stable/gokapi/5.1.0/values.yaml b/stable/goaccess/5.2.0/values.yaml similarity index 100% rename from stable/gokapi/5.1.0/values.yaml rename to stable/goaccess/5.2.0/values.yaml diff --git a/stable/godaddy-ddns/5.1.0/CHANGELOG.md b/stable/godaddy-ddns/5.1.0/CHANGELOG.md deleted file mode 100644 index cb570b01357..00000000000 --- a/stable/godaddy-ddns/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/godaddy-ddns/5.1.0/Chart.yaml b/stable/godaddy-ddns/5.1.0/Chart.yaml deleted file mode 100644 index 9dabda53a39..00000000000 --- a/stable/godaddy-ddns/5.1.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: 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.1 - 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.0 diff --git a/stable/godaddy-ddns/5.1.0/charts/common-18.0.1.tgz b/stable/godaddy-ddns/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/godaddy-ddns/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/golinks/11.1.0/.helmignore b/stable/godaddy-ddns/5.2.0/.helmignore similarity index 100% rename from stable/golinks/11.1.0/.helmignore rename to stable/godaddy-ddns/5.2.0/.helmignore diff --git a/stable/godaddy-ddns/5.2.0/CHANGELOG.md b/stable/godaddy-ddns/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..0e5fc3d3951 --- /dev/null +++ b/stable/godaddy-ddns/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/godaddy-ddns/5.2.0/Chart.yaml b/stable/godaddy-ddns/5.2.0/Chart.yaml new file mode 100644 index 00000000000..5b9816954c5 --- /dev/null +++ b/stable/godaddy-ddns/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Web + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/godaddy-ddns/5.1.0/README.md b/stable/godaddy-ddns/5.2.0/README.md similarity index 100% rename from stable/godaddy-ddns/5.1.0/README.md rename to stable/godaddy-ddns/5.2.0/README.md diff --git a/stable/godaddy-ddns/5.1.0/app-readme.md b/stable/godaddy-ddns/5.2.0/app-readme.md similarity index 100% rename from stable/godaddy-ddns/5.1.0/app-readme.md rename to stable/godaddy-ddns/5.2.0/app-readme.md diff --git a/stable/godaddy-ddns/5.2.0/charts/common-18.1.2.tgz b/stable/godaddy-ddns/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/godaddy-ddns/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/godaddy-ddns/5.1.0/ix_values.yaml b/stable/godaddy-ddns/5.2.0/ix_values.yaml similarity index 100% rename from stable/godaddy-ddns/5.1.0/ix_values.yaml rename to stable/godaddy-ddns/5.2.0/ix_values.yaml diff --git a/stable/godaddy-ddns/5.1.0/questions.yaml b/stable/godaddy-ddns/5.2.0/questions.yaml similarity index 100% rename from stable/godaddy-ddns/5.1.0/questions.yaml rename to stable/godaddy-ddns/5.2.0/questions.yaml diff --git a/stable/godaddy-ddns/5.1.0/templates/common.yaml b/stable/godaddy-ddns/5.2.0/templates/common.yaml similarity index 100% rename from stable/godaddy-ddns/5.1.0/templates/common.yaml rename to stable/godaddy-ddns/5.2.0/templates/common.yaml diff --git a/stable/golinks/11.1.0/values.yaml b/stable/godaddy-ddns/5.2.0/values.yaml similarity index 100% rename from stable/golinks/11.1.0/values.yaml rename to stable/godaddy-ddns/5.2.0/values.yaml diff --git a/stable/gokapi/5.1.0/CHANGELOG.md b/stable/gokapi/5.1.0/CHANGELOG.md deleted file mode 100644 index dff294242c0..00000000000 --- a/stable/gokapi/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - -## [gokapi-4.1.12](https://github.com/truecharts/charts/compare/gokapi-4.1.11...gokapi-4.1.12) (2024-02-12) - -### Chore - - - -- update container image f0rc3/gokapi to v1.8.0[@0003cc9](https://github.com/0003cc9) by renovate ([#18043](https://github.com/truecharts/charts/issues/18043)) - - -## [gokapi-4.1.11](https://github.com/truecharts/charts/compare/gokapi-4.1.10...gokapi-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [gokapi-4.1.10](https://github.com/truecharts/charts/compare/gokapi-4.1.9...gokapi-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [gokapi-4.1.9](https://github.com/truecharts/charts/compare/gokapi-4.1.8...gokapi-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [gokapi-4.1.8](https://github.com/truecharts/charts/compare/gokapi-4.1.7...gokapi-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [gokapi-4.1.7](https://github.com/truecharts/charts/compare/gokapi-4.1.6...gokapi-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [gokapi-4.1.6](https://github.com/truecharts/charts/compare/gokapi-4.1.5...gokapi-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [gokapi-4.1.5](https://github.com/truecharts/charts/compare/gokapi-4.1.4...gokapi-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs diff --git a/stable/gokapi/5.1.0/Chart.yaml b/stable/gokapi/5.1.0/Chart.yaml deleted file mode 100644 index 20b25f6bc8e..00000000000 --- a/stable/gokapi/5.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.8.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/gokapi/5.1.0/charts/common-18.0.1.tgz b/stable/gokapi/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/gokapi/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/gonic/13.1.0/.helmignore b/stable/gokapi/5.2.0/.helmignore similarity index 100% rename from stable/gonic/13.1.0/.helmignore rename to stable/gokapi/5.2.0/.helmignore diff --git a/stable/gokapi/5.2.0/CHANGELOG.md b/stable/gokapi/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..8b349b4f663 --- /dev/null +++ b/stable/gokapi/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + +## [gokapi-4.1.12](https://github.com/truecharts/charts/compare/gokapi-4.1.11...gokapi-4.1.12) (2024-02-12) + +### Chore + + + +- update container image f0rc3/gokapi to v1.8.0[@0003cc9](https://github.com/0003cc9) by renovate ([#18043](https://github.com/truecharts/charts/issues/18043)) + + +## [gokapi-4.1.11](https://github.com/truecharts/charts/compare/gokapi-4.1.10...gokapi-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [gokapi-4.1.10](https://github.com/truecharts/charts/compare/gokapi-4.1.9...gokapi-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [gokapi-4.1.9](https://github.com/truecharts/charts/compare/gokapi-4.1.8...gokapi-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [gokapi-4.1.8](https://github.com/truecharts/charts/compare/gokapi-4.1.7...gokapi-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [gokapi-4.1.7](https://github.com/truecharts/charts/compare/gokapi-4.1.6...gokapi-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [gokapi-4.1.6](https://github.com/truecharts/charts/compare/gokapi-4.1.5...gokapi-4.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [gokapi-4.1.5](https://github.com/truecharts/charts/compare/gokapi-4.1.4...gokapi-4.1.5) (2024-01-02) + +### Chore diff --git a/stable/gokapi/5.2.0/Chart.yaml b/stable/gokapi/5.2.0/Chart.yaml new file mode 100644 index 00000000000..14211985f2e --- /dev/null +++ b/stable/gokapi/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.8.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/gokapi/5.1.0/README.md b/stable/gokapi/5.2.0/README.md similarity index 100% rename from stable/gokapi/5.1.0/README.md rename to stable/gokapi/5.2.0/README.md diff --git a/stable/gokapi/5.1.0/app-readme.md b/stable/gokapi/5.2.0/app-readme.md similarity index 100% rename from stable/gokapi/5.1.0/app-readme.md rename to stable/gokapi/5.2.0/app-readme.md diff --git a/stable/gokapi/5.2.0/charts/common-18.1.2.tgz b/stable/gokapi/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/gokapi/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/gokapi/5.1.0/ix_values.yaml b/stable/gokapi/5.2.0/ix_values.yaml similarity index 100% rename from stable/gokapi/5.1.0/ix_values.yaml rename to stable/gokapi/5.2.0/ix_values.yaml diff --git a/stable/gokapi/5.1.0/questions.yaml b/stable/gokapi/5.2.0/questions.yaml similarity index 100% rename from stable/gokapi/5.1.0/questions.yaml rename to stable/gokapi/5.2.0/questions.yaml diff --git a/stable/gokapi/5.1.0/templates/common.yaml b/stable/gokapi/5.2.0/templates/common.yaml similarity index 100% rename from stable/gokapi/5.1.0/templates/common.yaml rename to stable/gokapi/5.2.0/templates/common.yaml diff --git a/stable/gonic/13.1.0/values.yaml b/stable/gokapi/5.2.0/values.yaml similarity index 100% rename from stable/gonic/13.1.0/values.yaml rename to stable/gokapi/5.2.0/values.yaml diff --git a/stable/golinks/11.1.0/CHANGELOG.md b/stable/golinks/11.1.0/CHANGELOG.md deleted file mode 100644 index 9a25209902d..00000000000 --- a/stable/golinks/11.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/golinks/11.1.0/Chart.yaml b/stable/golinks/11.1.0/Chart.yaml deleted file mode 100644 index fb0f6b9ffaa..00000000000 --- a/stable/golinks/11.1.0/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/golinks/11.1.0/charts/common-18.0.1.tgz b/stable/golinks/11.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/golinks/11.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/googlephotossync/5.1.0/.helmignore b/stable/golinks/11.2.0/.helmignore similarity index 100% rename from stable/googlephotossync/5.1.0/.helmignore rename to stable/golinks/11.2.0/.helmignore diff --git a/stable/golinks/11.2.0/CHANGELOG.md b/stable/golinks/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e305456a616 --- /dev/null +++ b/stable/golinks/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/golinks/11.2.0/Chart.yaml b/stable/golinks/11.2.0/Chart.yaml new file mode 100644 index 00000000000..71448d48fd1 --- /dev/null +++ b/stable/golinks/11.2.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 154c581 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/golinks/11.1.0/README.md b/stable/golinks/11.2.0/README.md similarity index 100% rename from stable/golinks/11.1.0/README.md rename to stable/golinks/11.2.0/README.md diff --git a/stable/golinks/11.1.0/app-readme.md b/stable/golinks/11.2.0/app-readme.md similarity index 100% rename from stable/golinks/11.1.0/app-readme.md rename to stable/golinks/11.2.0/app-readme.md diff --git a/stable/golinks/11.2.0/charts/common-18.1.2.tgz b/stable/golinks/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/golinks/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/golinks/11.1.0/ix_values.yaml b/stable/golinks/11.2.0/ix_values.yaml similarity index 100% rename from stable/golinks/11.1.0/ix_values.yaml rename to stable/golinks/11.2.0/ix_values.yaml diff --git a/stable/golinks/11.1.0/questions.yaml b/stable/golinks/11.2.0/questions.yaml similarity index 100% rename from stable/golinks/11.1.0/questions.yaml rename to stable/golinks/11.2.0/questions.yaml diff --git a/stable/grav/11.1.1/templates/NOTES.txt b/stable/golinks/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/grav/11.1.1/templates/NOTES.txt rename to stable/golinks/11.2.0/templates/NOTES.txt diff --git a/stable/golinks/11.1.0/templates/common.yaml b/stable/golinks/11.2.0/templates/common.yaml similarity index 100% rename from stable/golinks/11.1.0/templates/common.yaml rename to stable/golinks/11.2.0/templates/common.yaml diff --git a/stable/googlephotossync/5.1.0/values.yaml b/stable/golinks/11.2.0/values.yaml similarity index 100% rename from stable/googlephotossync/5.1.0/values.yaml rename to stable/golinks/11.2.0/values.yaml diff --git a/stable/gonic/13.1.0/CHANGELOG.md b/stable/gonic/13.1.0/CHANGELOG.md deleted file mode 100644 index 7779959f753..00000000000 --- a/stable/gonic/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/gonic/13.1.0/Chart.yaml b/stable/gonic/13.1.0/Chart.yaml deleted file mode 100644 index 529fa450bf3..00000000000 --- a/stable/gonic/13.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/gonic/13.1.0/charts/common-18.0.1.tgz b/stable/gonic/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/gonic/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/gpodder/5.1.0/.helmignore b/stable/gonic/13.2.0/.helmignore similarity index 100% rename from stable/gpodder/5.1.0/.helmignore rename to stable/gonic/13.2.0/.helmignore diff --git a/stable/gonic/13.2.0/CHANGELOG.md b/stable/gonic/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b2ac0eeb5c6 --- /dev/null +++ b/stable/gonic/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/gonic/13.2.0/Chart.yaml b/stable/gonic/13.2.0/Chart.yaml new file mode 100644 index 00000000000..5cd674a072e --- /dev/null +++ b/stable/gonic/13.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.16.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/gonic/13.1.0/README.md b/stable/gonic/13.2.0/README.md similarity index 100% rename from stable/gonic/13.1.0/README.md rename to stable/gonic/13.2.0/README.md diff --git a/stable/gonic/13.1.0/app-readme.md b/stable/gonic/13.2.0/app-readme.md similarity index 100% rename from stable/gonic/13.1.0/app-readme.md rename to stable/gonic/13.2.0/app-readme.md diff --git a/stable/gonic/13.2.0/charts/common-18.1.2.tgz b/stable/gonic/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/gonic/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/gonic/13.1.0/ix_values.yaml b/stable/gonic/13.2.0/ix_values.yaml similarity index 100% rename from stable/gonic/13.1.0/ix_values.yaml rename to stable/gonic/13.2.0/ix_values.yaml diff --git a/stable/gonic/13.1.0/questions.yaml b/stable/gonic/13.2.0/questions.yaml similarity index 100% rename from stable/gonic/13.1.0/questions.yaml rename to stable/gonic/13.2.0/questions.yaml diff --git a/stable/gravity/3.1.0/templates/NOTES.txt b/stable/gonic/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/gravity/3.1.0/templates/NOTES.txt rename to stable/gonic/13.2.0/templates/NOTES.txt diff --git a/stable/guacd/9.1.0/templates/common.yaml b/stable/gonic/13.2.0/templates/common.yaml similarity index 100% rename from stable/guacd/9.1.0/templates/common.yaml rename to stable/gonic/13.2.0/templates/common.yaml diff --git a/stable/gpodder/5.1.0/values.yaml b/stable/gonic/13.2.0/values.yaml similarity index 100% rename from stable/gpodder/5.1.0/values.yaml rename to stable/gonic/13.2.0/values.yaml diff --git a/stable/googlephotossync/5.1.0/CHANGELOG.md b/stable/googlephotossync/5.1.0/CHANGELOG.md deleted file mode 100644 index 24659fdab32..00000000000 --- a/stable/googlephotossync/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/googlephotossync/5.1.0/Chart.yaml b/stable/googlephotossync/5.1.0/Chart.yaml deleted file mode 100644 index 07155e24b23..00000000000 --- a/stable/googlephotossync/5.1.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: 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.1 - 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.0 diff --git a/stable/googlephotossync/5.1.0/charts/common-18.0.1.tgz b/stable/googlephotossync/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/googlephotossync/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/grafana-image-renderer/5.1.0/.helmignore b/stable/googlephotossync/5.2.0/.helmignore similarity index 100% rename from stable/grafana-image-renderer/5.1.0/.helmignore rename to stable/googlephotossync/5.2.0/.helmignore diff --git a/stable/googlephotossync/5.2.0/CHANGELOG.md b/stable/googlephotossync/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d2fbc85f54b --- /dev/null +++ b/stable/googlephotossync/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [googlephotossync-4.2.7](https://github.com/truecharts/charts/compare/googlephotossync-4.2.6...googlephotossync-4.2.7) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [googlephotossync-4.2.6](https://github.com/truecharts/charts/compare/googlephotossync-4.2.5...googlephotossync-4.2.6) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [googlephotossync-4.2.5](https://github.com/truecharts/charts/compare/googlephotossync-4.2.4...googlephotossync-4.2.5) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [googlephotossync-4.2.4](https://github.com/truecharts/charts/compare/googlephotossync-4.2.3...googlephotossync-4.2.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [googlephotossync-4.2.3](https://github.com/truecharts/charts/compare/googlephotossync-4.2.2...googlephotossync-4.2.3) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [googlephotossync-4.2.2](https://github.com/truecharts/charts/compare/googlephotossync-4.2.1...googlephotossync-4.2.2) (2024-01-10) + +### Chore + + + +- update container image ghcr.io/gilesknap/gphotos-sync to v3.2.1[@a0a0a83](https://github.com/a0a0a83) by renovate ([#16991](https://github.com/truecharts/charts/issues/16991)) + + +## [googlephotossync-4.2.1](https://github.com/truecharts/charts/compare/googlephotossync-4.2.0...googlephotossync-4.2.1) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [googlephotossync-4.2.0](https://github.com/truecharts/charts/compare/googlephotossync-4.1.5...googlephotossync-4.2.0) (2024-01-03) + +### Chore + + + +- update container image ghcr.io/gilesknap/gphotos-sync to v3.2.0[@c67e0cb](https://github.com/c67e0cb) by renovate ([#16676](https://github.com/truecharts/charts/issues/16676)) + + +## [googlephotossync-4.1.5](https://github.com/truecharts/charts/compare/googlephotossync-4.1.4...googlephotossync-4.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/googlephotossync/5.2.0/Chart.yaml b/stable/googlephotossync/5.2.0/Chart.yaml new file mode 100644 index 00000000000..aa471e2383c --- /dev/null +++ b/stable/googlephotossync/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.2.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/googlephotossync/5.1.0/README.md b/stable/googlephotossync/5.2.0/README.md similarity index 100% rename from stable/googlephotossync/5.1.0/README.md rename to stable/googlephotossync/5.2.0/README.md diff --git a/stable/googlephotossync/5.1.0/app-readme.md b/stable/googlephotossync/5.2.0/app-readme.md similarity index 100% rename from stable/googlephotossync/5.1.0/app-readme.md rename to stable/googlephotossync/5.2.0/app-readme.md diff --git a/stable/googlephotossync/5.2.0/charts/common-18.1.2.tgz b/stable/googlephotossync/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/googlephotossync/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/googlephotossync/5.1.0/ix_values.yaml b/stable/googlephotossync/5.2.0/ix_values.yaml similarity index 100% rename from stable/googlephotossync/5.1.0/ix_values.yaml rename to stable/googlephotossync/5.2.0/ix_values.yaml diff --git a/stable/googlephotossync/5.1.0/questions.yaml b/stable/googlephotossync/5.2.0/questions.yaml similarity index 100% rename from stable/googlephotossync/5.1.0/questions.yaml rename to stable/googlephotossync/5.2.0/questions.yaml diff --git a/stable/googlephotossync/5.1.0/templates/common.yaml b/stable/googlephotossync/5.2.0/templates/common.yaml similarity index 100% rename from stable/googlephotossync/5.1.0/templates/common.yaml rename to stable/googlephotossync/5.2.0/templates/common.yaml diff --git a/stable/grafana-image-renderer/5.1.0/values.yaml b/stable/googlephotossync/5.2.0/values.yaml similarity index 100% rename from stable/grafana-image-renderer/5.1.0/values.yaml rename to stable/googlephotossync/5.2.0/values.yaml diff --git a/stable/gpodder/5.1.0/CHANGELOG.md b/stable/gpodder/5.1.0/CHANGELOG.md deleted file mode 100644 index 1ea2164c87f..00000000000 --- a/stable/gpodder/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/gpodder/5.1.0/Chart.yaml b/stable/gpodder/5.1.0/Chart.yaml deleted file mode 100644 index 7a9b038b13d..00000000000 --- a/stable/gpodder/5.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/gpodder/5.1.0/charts/common-18.0.1.tgz b/stable/gpodder/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/gpodder/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/grav/11.1.1/.helmignore b/stable/gpodder/5.2.0/.helmignore similarity index 100% rename from stable/grav/11.1.1/.helmignore rename to stable/gpodder/5.2.0/.helmignore diff --git a/stable/gpodder/5.2.0/CHANGELOG.md b/stable/gpodder/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..9e0ccbbc850 --- /dev/null +++ b/stable/gpodder/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/gpodder/5.2.0/Chart.yaml b/stable/gpodder/5.2.0/Chart.yaml new file mode 100644 index 00000000000..76e847ad5c9 --- /dev/null +++ b/stable/gpodder/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/gpodder/5.1.0/README.md b/stable/gpodder/5.2.0/README.md similarity index 100% rename from stable/gpodder/5.1.0/README.md rename to stable/gpodder/5.2.0/README.md diff --git a/stable/gpodder/5.1.0/app-readme.md b/stable/gpodder/5.2.0/app-readme.md similarity index 100% rename from stable/gpodder/5.1.0/app-readme.md rename to stable/gpodder/5.2.0/app-readme.md diff --git a/stable/gpodder/5.2.0/charts/common-18.1.2.tgz b/stable/gpodder/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/gpodder/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/gpodder/5.1.0/ix_values.yaml b/stable/gpodder/5.2.0/ix_values.yaml similarity index 100% rename from stable/gpodder/5.1.0/ix_values.yaml rename to stable/gpodder/5.2.0/ix_values.yaml diff --git a/stable/gpodder/5.1.0/questions.yaml b/stable/gpodder/5.2.0/questions.yaml similarity index 100% rename from stable/gpodder/5.1.0/questions.yaml rename to stable/gpodder/5.2.0/questions.yaml diff --git a/stable/gpodder/5.1.0/templates/common.yaml b/stable/gpodder/5.2.0/templates/common.yaml similarity index 100% rename from stable/gpodder/5.1.0/templates/common.yaml rename to stable/gpodder/5.2.0/templates/common.yaml diff --git a/stable/grav/11.1.1/values.yaml b/stable/gpodder/5.2.0/values.yaml similarity index 100% rename from stable/grav/11.1.1/values.yaml rename to stable/gpodder/5.2.0/values.yaml diff --git a/stable/grafana-image-renderer/5.1.0/CHANGELOG.md b/stable/grafana-image-renderer/5.1.0/CHANGELOG.md deleted file mode 100644 index 98a5b64b219..00000000000 --- a/stable/grafana-image-renderer/5.1.0/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.0/Chart.yaml b/stable/grafana-image-renderer/5.1.0/Chart.yaml deleted file mode 100644 index b2f04bd4bb4..00000000000 --- a/stable/grafana-image-renderer/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/grafana-image-renderer/5.1.0/charts/common-18.0.1.tgz b/stable/grafana-image-renderer/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/grafana-image-renderer/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/gravity/3.1.0/.helmignore b/stable/grafana-image-renderer/5.2.0/.helmignore similarity index 100% rename from stable/gravity/3.1.0/.helmignore rename to stable/grafana-image-renderer/5.2.0/.helmignore diff --git a/stable/grafana-image-renderer/5.2.0/CHANGELOG.md b/stable/grafana-image-renderer/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..0fd5c06dedc --- /dev/null +++ b/stable/grafana-image-renderer/5.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/grafana-image-renderer/5.2.0/Chart.yaml b/stable/grafana-image-renderer/5.2.0/Chart.yaml new file mode 100644 index 00000000000..998b96add32 --- /dev/null +++ b/stable/grafana-image-renderer/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/grafana-image-renderer/5.1.0/README.md b/stable/grafana-image-renderer/5.2.0/README.md similarity index 100% rename from stable/grafana-image-renderer/5.1.0/README.md rename to stable/grafana-image-renderer/5.2.0/README.md diff --git a/stable/grafana-image-renderer/5.1.0/app-readme.md b/stable/grafana-image-renderer/5.2.0/app-readme.md similarity index 100% rename from stable/grafana-image-renderer/5.1.0/app-readme.md rename to stable/grafana-image-renderer/5.2.0/app-readme.md diff --git a/stable/grafana-image-renderer/5.2.0/charts/common-18.1.2.tgz b/stable/grafana-image-renderer/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/grafana-image-renderer/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/grafana-image-renderer/5.1.0/ix_values.yaml b/stable/grafana-image-renderer/5.2.0/ix_values.yaml similarity index 100% rename from stable/grafana-image-renderer/5.1.0/ix_values.yaml rename to stable/grafana-image-renderer/5.2.0/ix_values.yaml diff --git a/stable/grafana-image-renderer/5.1.0/questions.yaml b/stable/grafana-image-renderer/5.2.0/questions.yaml similarity index 100% rename from stable/grafana-image-renderer/5.1.0/questions.yaml rename to stable/grafana-image-renderer/5.2.0/questions.yaml diff --git a/stable/grafana-image-renderer/5.1.0/templates/common.yaml b/stable/grafana-image-renderer/5.2.0/templates/common.yaml similarity index 100% rename from stable/grafana-image-renderer/5.1.0/templates/common.yaml rename to stable/grafana-image-renderer/5.2.0/templates/common.yaml diff --git a/stable/gravity/3.1.0/values.yaml b/stable/grafana-image-renderer/5.2.0/values.yaml similarity index 100% rename from stable/gravity/3.1.0/values.yaml rename to stable/grafana-image-renderer/5.2.0/values.yaml diff --git a/stable/grav/11.1.1/CHANGELOG.md b/stable/grav/11.1.1/CHANGELOG.md deleted file mode 100644 index 025ae2994a9..00000000000 --- a/stable/grav/11.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [grav-10.1.9](https://github.com/truecharts/charts/compare/grav-10.1.8...grav-10.1.9) (2024-01-21) \ No newline at end of file diff --git a/stable/grav/11.1.1/Chart.yaml b/stable/grav/11.1.1/Chart.yaml deleted file mode 100644 index c51dfe3ecff..00000000000 --- a/stable/grav/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.7.44 -dependencies: - - name: common - version: 18.0.1 - 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.1 diff --git a/stable/grav/11.1.1/charts/common-18.0.1.tgz b/stable/grav/11.1.1/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/grav/11.1.1/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/gridcoinwalletgui/5.1.0/.helmignore b/stable/grav/11.2.0/.helmignore similarity index 100% rename from stable/gridcoinwalletgui/5.1.0/.helmignore rename to stable/grav/11.2.0/.helmignore diff --git a/stable/grav/11.2.0/CHANGELOG.md b/stable/grav/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..019aca8af22 --- /dev/null +++ b/stable/grav/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + +## [grav-10.1.17](https://github.com/truecharts/charts/compare/grav-10.1.16...grav-10.1.17) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/grav to 1.7.44[@b9741a0](https://github.com/b9741a0) by renovate ([#18064](https://github.com/truecharts/charts/issues/18064)) + + +## [grav-10.1.16](https://github.com/truecharts/charts/compare/grav-10.1.15...grav-10.1.16) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/grav to 1.7.44[@7f93b4b](https://github.com/7f93b4b) by renovate ([#17853](https://github.com/truecharts/charts/issues/17853)) + + +## [grav-10.1.15](https://github.com/truecharts/charts/compare/grav-10.1.14...grav-10.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [grav-10.1.14](https://github.com/truecharts/charts/compare/grav-10.1.13...grav-10.1.14) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/grav to 1.7.44[@a96780d](https://github.com/a96780d) by renovate ([#17609](https://github.com/truecharts/charts/issues/17609)) + + +## [grav-10.1.13](https://github.com/truecharts/charts/compare/grav-10.1.12...grav-10.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [grav-10.1.12](https://github.com/truecharts/charts/compare/grav-10.1.11...grav-10.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [grav-10.1.11](https://github.com/truecharts/charts/compare/grav-10.1.10...grav-10.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [grav-10.1.10](https://github.com/truecharts/charts/compare/grav-10.1.9...grav-10.1.10) (2024-01-21) + +### Chore + + diff --git a/stable/grav/11.2.0/Chart.yaml b/stable/grav/11.2.0/Chart.yaml new file mode 100644 index 00000000000..0c2a7af7e4f --- /dev/null +++ b/stable/grav/11.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.7.44 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Fast, Simple, and Flexible, file-based Web-platform. +home: https://truecharts.org/charts/stable/grav +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grav.png +keywords: + - grav + - web + - platform + - file +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: grav +sources: + - https://github.com/getgrav/grav/ + - https://github.com/linuxserver/docker-grav + - https://github.com/truecharts/charts/tree/master/charts/stable/grav + - https://ghcr.io/linuxserver/grav +type: application +version: 11.2.0 diff --git a/stable/grav/11.1.1/README.md b/stable/grav/11.2.0/README.md similarity index 100% rename from stable/grav/11.1.1/README.md rename to stable/grav/11.2.0/README.md diff --git a/stable/grav/11.1.1/app-readme.md b/stable/grav/11.2.0/app-readme.md similarity index 100% rename from stable/grav/11.1.1/app-readme.md rename to stable/grav/11.2.0/app-readme.md diff --git a/stable/grav/11.2.0/charts/common-18.1.2.tgz b/stable/grav/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/grav/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/grav/11.1.1/ix_values.yaml b/stable/grav/11.2.0/ix_values.yaml similarity index 100% rename from stable/grav/11.1.1/ix_values.yaml rename to stable/grav/11.2.0/ix_values.yaml diff --git a/stable/grav/11.1.1/questions.yaml b/stable/grav/11.2.0/questions.yaml similarity index 100% rename from stable/grav/11.1.1/questions.yaml rename to stable/grav/11.2.0/questions.yaml diff --git a/stable/grocy/18.1.1/templates/NOTES.txt b/stable/grav/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/grocy/18.1.1/templates/NOTES.txt rename to stable/grav/11.2.0/templates/NOTES.txt diff --git a/stable/grav/11.1.1/templates/common.yaml b/stable/grav/11.2.0/templates/common.yaml similarity index 100% rename from stable/grav/11.1.1/templates/common.yaml rename to stable/grav/11.2.0/templates/common.yaml diff --git a/stable/gridcoinwalletgui/5.1.0/values.yaml b/stable/grav/11.2.0/values.yaml similarity index 100% rename from stable/gridcoinwalletgui/5.1.0/values.yaml rename to stable/grav/11.2.0/values.yaml diff --git a/stable/gravity/3.1.0/CHANGELOG.md b/stable/gravity/3.1.0/CHANGELOG.md deleted file mode 100644 index 347ab7e4245..00000000000 --- a/stable/gravity/3.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/gravity/3.1.0/Chart.yaml b/stable/gravity/3.1.0/Chart.yaml deleted file mode 100644 index 32bce8f4ce7..00000000000 --- a/stable/gravity/3.1.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: 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.1 - 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.0 diff --git a/stable/gravity/3.1.0/charts/common-18.0.1.tgz b/stable/gravity/3.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/gravity/3.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/grocy/18.1.1/.helmignore b/stable/gravity/3.2.0/.helmignore similarity index 100% rename from stable/grocy/18.1.1/.helmignore rename to stable/gravity/3.2.0/.helmignore diff --git a/stable/gravity/3.2.0/CHANGELOG.md b/stable/gravity/3.2.0/CHANGELOG.md new file mode 100644 index 00000000000..66d041129a1 --- /dev/null +++ b/stable/gravity/3.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [gravity-2.2.6](https://github.com/truecharts/charts/compare/gravity-2.2.5...gravity-2.2.6) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [gravity-2.2.5](https://github.com/truecharts/charts/compare/gravity-2.2.4...gravity-2.2.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [gravity-2.2.4](https://github.com/truecharts/charts/compare/gravity-2.2.3...gravity-2.2.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [gravity-2.2.3](https://github.com/truecharts/charts/compare/gravity-2.2.2...gravity-2.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [gravity-2.2.2](https://github.com/truecharts/charts/compare/gravity-2.2.1...gravity-2.2.2) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [gravity-2.2.1](https://github.com/truecharts/charts/compare/gravity-2.2.0...gravity-2.2.1) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [gravity-2.2.0](https://github.com/truecharts/charts/compare/gravity-2.1.9...gravity-2.2.0) (2024-01-03) + +### Chore + + + +- update container image ghcr.io/beryju/gravity to v0.8.1[@14ddf7b](https://github.com/14ddf7b) by renovate ([#16809](https://github.com/truecharts/charts/issues/16809)) + + +## [gravity-2.1.9](https://github.com/truecharts/charts/compare/gravity-2.1.8...gravity-2.1.9) (2024-01-03) + +### Chore + + + +- update container image ghcr.io/beryju/gravity to v0.6.19[@f70c4b8](https://github.com/f70c4b8) by renovate ([#16801](https://github.com/truecharts/charts/issues/16801)) + + +## [gravity-2.1.8](https://github.com/truecharts/charts/compare/gravity-2.1.7...gravity-2.1.8) (2024-01-03) + +### Chore + + + +- update container image ghcr.io/beryju/gravity to v[@3b30bdb](https://github.com/3b30bdb) by renovate ([#16763](https://github.com/truecharts/charts/issues/16763)) diff --git a/stable/gravity/3.2.0/Chart.yaml b/stable/gravity/3.2.0/Chart.yaml new file mode 100644 index 00000000000..ff4ecd1aef9 --- /dev/null +++ b/stable/gravity/3.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: dns + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.8.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/gravity/3.1.0/README.md b/stable/gravity/3.2.0/README.md similarity index 100% rename from stable/gravity/3.1.0/README.md rename to stable/gravity/3.2.0/README.md diff --git a/stable/gravity/3.1.0/app-readme.md b/stable/gravity/3.2.0/app-readme.md similarity index 100% rename from stable/gravity/3.1.0/app-readme.md rename to stable/gravity/3.2.0/app-readme.md diff --git a/stable/gravity/3.2.0/charts/common-18.1.2.tgz b/stable/gravity/3.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/gravity/3.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/gravity/3.1.0/ix_values.yaml b/stable/gravity/3.2.0/ix_values.yaml similarity index 100% rename from stable/gravity/3.1.0/ix_values.yaml rename to stable/gravity/3.2.0/ix_values.yaml diff --git a/stable/gravity/3.1.0/logo.png b/stable/gravity/3.2.0/logo.png similarity index 100% rename from stable/gravity/3.1.0/logo.png rename to stable/gravity/3.2.0/logo.png diff --git a/stable/gravity/3.1.0/questions.yaml b/stable/gravity/3.2.0/questions.yaml similarity index 100% rename from stable/gravity/3.1.0/questions.yaml rename to stable/gravity/3.2.0/questions.yaml diff --git a/stable/guacd/9.1.0/templates/NOTES.txt b/stable/gravity/3.2.0/templates/NOTES.txt similarity index 100% rename from stable/guacd/9.1.0/templates/NOTES.txt rename to stable/gravity/3.2.0/templates/NOTES.txt diff --git a/stable/gravity/3.1.0/templates/_secrets.tpl b/stable/gravity/3.2.0/templates/_secrets.tpl similarity index 100% rename from stable/gravity/3.1.0/templates/_secrets.tpl rename to stable/gravity/3.2.0/templates/_secrets.tpl diff --git a/stable/gravity/3.1.0/templates/common.yaml b/stable/gravity/3.2.0/templates/common.yaml similarity index 100% rename from stable/gravity/3.1.0/templates/common.yaml rename to stable/gravity/3.2.0/templates/common.yaml diff --git a/stable/grocy/18.1.1/values.yaml b/stable/gravity/3.2.0/values.yaml similarity index 100% rename from stable/grocy/18.1.1/values.yaml rename to stable/gravity/3.2.0/values.yaml diff --git a/stable/gridcoinwalletgui/5.1.0/CHANGELOG.md b/stable/gridcoinwalletgui/5.1.0/CHANGELOG.md deleted file mode 100644 index 938b6375552..00000000000 --- a/stable/gridcoinwalletgui/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/gridcoinwalletgui/5.1.0/Chart.yaml b/stable/gridcoinwalletgui/5.1.0/Chart.yaml deleted file mode 100644 index cb6e22b1d1b..00000000000 --- a/stable/gridcoinwalletgui/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/gridcoinwalletgui/5.1.0/charts/common-18.0.1.tgz b/stable/gridcoinwalletgui/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/gridcoinwalletgui/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/guacamole/13.1.0/.helmignore b/stable/gridcoinwalletgui/5.2.0/.helmignore similarity index 100% rename from stable/guacamole/13.1.0/.helmignore rename to stable/gridcoinwalletgui/5.2.0/.helmignore diff --git a/stable/gridcoinwalletgui/5.2.0/CHANGELOG.md b/stable/gridcoinwalletgui/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..6ec84c34baa --- /dev/null +++ b/stable/gridcoinwalletgui/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/gridcoinwalletgui/5.2.0/Chart.yaml b/stable/gridcoinwalletgui/5.2.0/Chart.yaml new file mode 100644 index 00000000000..16a1a8d8cab --- /dev/null +++ b/stable/gridcoinwalletgui/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Crypto + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/gridcoinwalletgui/5.1.0/README.md b/stable/gridcoinwalletgui/5.2.0/README.md similarity index 100% rename from stable/gridcoinwalletgui/5.1.0/README.md rename to stable/gridcoinwalletgui/5.2.0/README.md diff --git a/stable/gridcoinwalletgui/5.1.0/app-readme.md b/stable/gridcoinwalletgui/5.2.0/app-readme.md similarity index 100% rename from stable/gridcoinwalletgui/5.1.0/app-readme.md rename to stable/gridcoinwalletgui/5.2.0/app-readme.md diff --git a/stable/gridcoinwalletgui/5.2.0/charts/common-18.1.2.tgz b/stable/gridcoinwalletgui/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/gridcoinwalletgui/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/gridcoinwalletgui/5.1.0/ix_values.yaml b/stable/gridcoinwalletgui/5.2.0/ix_values.yaml similarity index 100% rename from stable/gridcoinwalletgui/5.1.0/ix_values.yaml rename to stable/gridcoinwalletgui/5.2.0/ix_values.yaml diff --git a/stable/gridcoinwalletgui/5.1.0/questions.yaml b/stable/gridcoinwalletgui/5.2.0/questions.yaml similarity index 100% rename from stable/gridcoinwalletgui/5.1.0/questions.yaml rename to stable/gridcoinwalletgui/5.2.0/questions.yaml diff --git a/stable/gridcoinwalletgui/5.1.0/templates/common.yaml b/stable/gridcoinwalletgui/5.2.0/templates/common.yaml similarity index 100% rename from stable/gridcoinwalletgui/5.1.0/templates/common.yaml rename to stable/gridcoinwalletgui/5.2.0/templates/common.yaml diff --git a/stable/guacamole/13.1.0/values.yaml b/stable/gridcoinwalletgui/5.2.0/values.yaml similarity index 100% rename from stable/guacamole/13.1.0/values.yaml rename to stable/gridcoinwalletgui/5.2.0/values.yaml diff --git a/stable/grocy/18.1.1/CHANGELOG.md b/stable/grocy/18.1.1/CHANGELOG.md deleted file mode 100644 index 1e65975f175..00000000000 --- a/stable/grocy/18.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [grocy-17.1.9](https://github.com/truecharts/charts/compare/grocy-17.1.8...grocy-17.1.9) (2024-01-15) \ No newline at end of file diff --git a/stable/grocy/18.1.1/Chart.yaml b/stable/grocy/18.1.1/Chart.yaml deleted file mode 100644 index ba5473767c3..00000000000 --- a/stable/grocy/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: 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.1 diff --git a/stable/grocy/18.1.1/charts/common-18.0.2.tgz b/stable/grocy/18.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/grocy/18.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/grocy/18.1.1/ix_values.yaml b/stable/grocy/18.1.1/ix_values.yaml deleted file mode 100644 index e405eb50578..00000000000 --- a/stable/grocy/18.1.1/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - repository: ghcr.io/linuxserver/grocy - tag: 4.1.0@sha256:fdc28feec9bde8d645b8e7d25421567b5017b0a1e7f5a57c2a428cfab0095e28 - 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/guacd/9.1.0/.helmignore b/stable/grocy/18.2.0/.helmignore similarity index 100% rename from stable/guacd/9.1.0/.helmignore rename to stable/grocy/18.2.0/.helmignore diff --git a/stable/grocy/18.2.0/CHANGELOG.md b/stable/grocy/18.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b5985d0d473 --- /dev/null +++ b/stable/grocy/18.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + +## [grocy-17.2.0](https://github.com/truecharts/charts/compare/grocy-17.1.16...grocy-17.2.0) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/grocy to v4.1.0[@c43f9f2](https://github.com/c43f9f2) by renovate ([#18184](https://github.com/truecharts/charts/issues/18184)) + + +## [grocy-17.1.16](https://github.com/truecharts/charts/compare/grocy-17.1.15...grocy-17.1.16) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/grocy to 4.0.3[@32845cb](https://github.com/32845cb) by renovate ([#17854](https://github.com/truecharts/charts/issues/17854)) + + +## [grocy-17.1.15](https://github.com/truecharts/charts/compare/grocy-17.1.14...grocy-17.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [grocy-17.1.14](https://github.com/truecharts/charts/compare/grocy-17.1.13...grocy-17.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [grocy-17.1.13](https://github.com/truecharts/charts/compare/grocy-17.1.12...grocy-17.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [grocy-17.1.12](https://github.com/truecharts/charts/compare/grocy-17.1.11...grocy-17.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [grocy-17.1.11](https://github.com/truecharts/charts/compare/grocy-17.1.10...grocy-17.1.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [grocy-17.1.10](https://github.com/truecharts/charts/compare/grocy-17.1.9...grocy-17.1.10) (2024-01-21) + +### Chore + + diff --git a/stable/grocy/18.2.0/Chart.yaml b/stable/grocy/18.2.0/Chart.yaml new file mode 100644 index 00000000000..efe917c541c --- /dev/null +++ b/stable/grocy/18.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.1.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home +home: https://truecharts.org/charts/stable/grocy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grocy.png +keywords: + - grocy + - home-automation +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: grocy +sources: + - https://github.com/grocy/grocy + - https://github.com/truecharts/charts/tree/master/charts/stable/grocy + - https://ghcr.io/linuxserver/grocy +type: application +version: 18.2.0 diff --git a/stable/grocy/18.1.1/README.md b/stable/grocy/18.2.0/README.md similarity index 100% rename from stable/grocy/18.1.1/README.md rename to stable/grocy/18.2.0/README.md diff --git a/stable/grocy/18.1.1/app-readme.md b/stable/grocy/18.2.0/app-readme.md similarity index 100% rename from stable/grocy/18.1.1/app-readme.md rename to stable/grocy/18.2.0/app-readme.md diff --git a/stable/grocy/18.2.0/charts/common-18.1.2.tgz b/stable/grocy/18.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/grocy/18.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/grocy/18.2.0/ix_values.yaml b/stable/grocy/18.2.0/ix_values.yaml new file mode 100644 index 00000000000..dcc6c60d3cf --- /dev/null +++ b/stable/grocy/18.2.0/ix_values.yaml @@ -0,0 +1,23 @@ +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/grocy/18.1.1/questions.yaml b/stable/grocy/18.2.0/questions.yaml similarity index 100% rename from stable/grocy/18.1.1/questions.yaml rename to stable/grocy/18.2.0/questions.yaml diff --git a/stable/hammond/9.1.1/templates/NOTES.txt b/stable/grocy/18.2.0/templates/NOTES.txt similarity index 100% rename from stable/hammond/9.1.1/templates/NOTES.txt rename to stable/grocy/18.2.0/templates/NOTES.txt diff --git a/stable/handbrake/21.1.0/templates/common.yaml b/stable/grocy/18.2.0/templates/common.yaml similarity index 100% rename from stable/handbrake/21.1.0/templates/common.yaml rename to stable/grocy/18.2.0/templates/common.yaml diff --git a/stable/guacd/9.1.0/values.yaml b/stable/grocy/18.2.0/values.yaml similarity index 100% rename from stable/guacd/9.1.0/values.yaml rename to stable/grocy/18.2.0/values.yaml diff --git a/stable/guacamole/13.1.0/CHANGELOG.md b/stable/guacamole/13.1.0/CHANGELOG.md deleted file mode 100644 index fb52cf19d33..00000000000 --- a/stable/guacamole/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/guacamole/13.1.0/Chart.yaml b/stable/guacamole/13.1.0/Chart.yaml deleted file mode 100644 index ca0cf82bd85..00000000000 --- a/stable/guacamole/13.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.5.4 -dependencies: - - name: common - version: 18.0.1 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Apache Guacamole is a clientless remote desktop gateway. -home: https://truecharts.org/charts/stable/guacamole -icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacamole.png -keywords: - - guacamole - - remote -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: guacamole -sources: - - https://github.com/apache/guacamole-client - - https://github.com/truecharts/charts/tree/master/charts/stable/guacamole - - https://hub.docker.com/r/guacamole/guacamole - - https://hub.docker.com/r/guacamole/guacd -type: application -version: 13.1.0 diff --git a/stable/guacamole/13.1.0/charts/common-18.0.1.tgz b/stable/guacamole/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/guacamole/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/guide2go/5.1.0/.helmignore b/stable/guacamole/13.2.0/.helmignore similarity index 100% rename from stable/guide2go/5.1.0/.helmignore rename to stable/guacamole/13.2.0/.helmignore diff --git a/stable/guacamole/13.2.0/CHANGELOG.md b/stable/guacamole/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e2d6989ae91 --- /dev/null +++ b/stable/guacamole/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/guacamole/13.2.0/Chart.yaml b/stable/guacamole/13.2.0/Chart.yaml new file mode 100644 index 00000000000..b3d216c4ffe --- /dev/null +++ b/stable/guacamole/13.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.4 +dependencies: + - name: common + version: 18.1.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/guacamole + - https://hub.docker.com/r/guacamole/guacd +type: application +version: 13.2.0 diff --git a/stable/guacamole/13.1.0/README.md b/stable/guacamole/13.2.0/README.md similarity index 100% rename from stable/guacamole/13.1.0/README.md rename to stable/guacamole/13.2.0/README.md diff --git a/stable/guacamole/13.1.0/app-readme.md b/stable/guacamole/13.2.0/app-readme.md similarity index 100% rename from stable/guacamole/13.1.0/app-readme.md rename to stable/guacamole/13.2.0/app-readme.md diff --git a/stable/guacamole/13.2.0/charts/common-18.1.2.tgz b/stable/guacamole/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/guacamole/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/guacamole/13.1.0/ix_values.yaml b/stable/guacamole/13.2.0/ix_values.yaml similarity index 100% rename from stable/guacamole/13.1.0/ix_values.yaml rename to stable/guacamole/13.2.0/ix_values.yaml diff --git a/stable/guacamole/13.1.0/questions.yaml b/stable/guacamole/13.2.0/questions.yaml similarity index 100% rename from stable/guacamole/13.1.0/questions.yaml rename to stable/guacamole/13.2.0/questions.yaml diff --git a/stable/guacamole/13.1.0/templates/_configmap.tpl b/stable/guacamole/13.2.0/templates/_configmap.tpl similarity index 100% rename from stable/guacamole/13.1.0/templates/_configmap.tpl rename to stable/guacamole/13.2.0/templates/_configmap.tpl diff --git a/stable/guacamole/13.1.0/templates/common.yaml b/stable/guacamole/13.2.0/templates/common.yaml similarity index 100% rename from stable/guacamole/13.1.0/templates/common.yaml rename to stable/guacamole/13.2.0/templates/common.yaml diff --git a/stable/guide2go/5.1.0/values.yaml b/stable/guacamole/13.2.0/values.yaml similarity index 100% rename from stable/guide2go/5.1.0/values.yaml rename to stable/guacamole/13.2.0/values.yaml diff --git a/stable/guacd/9.1.0/CHANGELOG.md b/stable/guacd/9.1.0/CHANGELOG.md deleted file mode 100644 index 797d54f9a10..00000000000 --- a/stable/guacd/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/guacd/9.1.0/Chart.yaml b/stable/guacd/9.1.0/Chart.yaml deleted file mode 100644 index 37f90e554b1..00000000000 --- a/stable/guacd/9.1.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: 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.1 - 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.0 diff --git a/stable/guacd/9.1.0/charts/common-18.0.1.tgz b/stable/guacd/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/guacd/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/h5ai/5.1.0/.helmignore b/stable/guacd/9.2.0/.helmignore similarity index 100% rename from stable/h5ai/5.1.0/.helmignore rename to stable/guacd/9.2.0/.helmignore diff --git a/stable/guacd/9.2.0/CHANGELOG.md b/stable/guacd/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..016b1e87df3 --- /dev/null +++ b/stable/guacd/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/guacd/9.2.0/Chart.yaml b/stable/guacd/9.2.0/Chart.yaml new file mode 100644 index 00000000000..5f53eb9f05f --- /dev/null +++ b/stable/guacd/9.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.4 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/guacd/9.1.0/README.md b/stable/guacd/9.2.0/README.md similarity index 100% rename from stable/guacd/9.1.0/README.md rename to stable/guacd/9.2.0/README.md diff --git a/stable/guacd/9.1.0/app-readme.md b/stable/guacd/9.2.0/app-readme.md similarity index 100% rename from stable/guacd/9.1.0/app-readme.md rename to stable/guacd/9.2.0/app-readme.md diff --git a/stable/guacd/9.2.0/charts/common-18.1.2.tgz b/stable/guacd/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/guacd/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/guacd/9.1.0/ix_values.yaml b/stable/guacd/9.2.0/ix_values.yaml similarity index 100% rename from stable/guacd/9.1.0/ix_values.yaml rename to stable/guacd/9.2.0/ix_values.yaml diff --git a/stable/guacd/9.1.0/questions.yaml b/stable/guacd/9.2.0/questions.yaml similarity index 100% rename from stable/guacd/9.1.0/questions.yaml rename to stable/guacd/9.2.0/questions.yaml diff --git a/stable/handbrake/21.1.0/templates/NOTES.txt b/stable/guacd/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/handbrake/21.1.0/templates/NOTES.txt rename to stable/guacd/9.2.0/templates/NOTES.txt diff --git a/stable/haste-server/13.1.0/templates/common.yaml b/stable/guacd/9.2.0/templates/common.yaml similarity index 100% rename from stable/haste-server/13.1.0/templates/common.yaml rename to stable/guacd/9.2.0/templates/common.yaml diff --git a/stable/h5ai/5.1.0/values.yaml b/stable/guacd/9.2.0/values.yaml similarity index 100% rename from stable/h5ai/5.1.0/values.yaml rename to stable/guacd/9.2.0/values.yaml diff --git a/stable/guide2go/5.1.0/CHANGELOG.md b/stable/guide2go/5.1.0/CHANGELOG.md deleted file mode 100644 index 0b07dc4cebc..00000000000 --- a/stable/guide2go/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/guide2go/5.1.0/Chart.yaml b/stable/guide2go/5.1.0/Chart.yaml deleted file mode 100644 index 42ee52e5ea8..00000000000 --- a/stable/guide2go/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/guide2go/5.1.0/charts/common-18.0.1.tgz b/stable/guide2go/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/guide2go/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/halflife2deathmatch/5.1.0/.helmignore b/stable/guide2go/5.2.0/.helmignore similarity index 100% rename from stable/halflife2deathmatch/5.1.0/.helmignore rename to stable/guide2go/5.2.0/.helmignore diff --git a/stable/guide2go/5.2.0/CHANGELOG.md b/stable/guide2go/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..90a2f8202f3 --- /dev/null +++ b/stable/guide2go/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/guide2go/5.2.0/Chart.yaml b/stable/guide2go/5.2.0/Chart.yaml new file mode 100644 index 00000000000..f163de2b9cf --- /dev/null +++ b/stable/guide2go/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/guide2go/5.1.0/README.md b/stable/guide2go/5.2.0/README.md similarity index 100% rename from stable/guide2go/5.1.0/README.md rename to stable/guide2go/5.2.0/README.md diff --git a/stable/guide2go/5.1.0/app-readme.md b/stable/guide2go/5.2.0/app-readme.md similarity index 100% rename from stable/guide2go/5.1.0/app-readme.md rename to stable/guide2go/5.2.0/app-readme.md diff --git a/stable/guide2go/5.2.0/charts/common-18.1.2.tgz b/stable/guide2go/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/guide2go/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/guide2go/5.1.0/ix_values.yaml b/stable/guide2go/5.2.0/ix_values.yaml similarity index 100% rename from stable/guide2go/5.1.0/ix_values.yaml rename to stable/guide2go/5.2.0/ix_values.yaml diff --git a/stable/guide2go/5.1.0/questions.yaml b/stable/guide2go/5.2.0/questions.yaml similarity index 100% rename from stable/guide2go/5.1.0/questions.yaml rename to stable/guide2go/5.2.0/questions.yaml diff --git a/stable/guide2go/5.1.0/templates/common.yaml b/stable/guide2go/5.2.0/templates/common.yaml similarity index 100% rename from stable/guide2go/5.1.0/templates/common.yaml rename to stable/guide2go/5.2.0/templates/common.yaml diff --git a/stable/halflife2deathmatch/5.1.0/values.yaml b/stable/guide2go/5.2.0/values.yaml similarity index 100% rename from stable/halflife2deathmatch/5.1.0/values.yaml rename to stable/guide2go/5.2.0/values.yaml diff --git a/stable/h5ai/5.1.0/CHANGELOG.md b/stable/h5ai/5.1.0/CHANGELOG.md deleted file mode 100644 index 357a7009c9e..00000000000 --- a/stable/h5ai/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/h5ai/5.1.0/Chart.yaml b/stable/h5ai/5.1.0/Chart.yaml deleted file mode 100644 index 4a787423635..00000000000 --- a/stable/h5ai/5.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/h5ai/5.1.0/charts/common-18.0.1.tgz b/stable/h5ai/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/h5ai/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/hammond/9.1.1/.helmignore b/stable/h5ai/5.2.0/.helmignore similarity index 100% rename from stable/hammond/9.1.1/.helmignore rename to stable/h5ai/5.2.0/.helmignore diff --git a/stable/h5ai/5.2.0/CHANGELOG.md b/stable/h5ai/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..68284a02390 --- /dev/null +++ b/stable/h5ai/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/h5ai/5.2.0/Chart.yaml b/stable/h5ai/5.2.0/Chart.yaml new file mode 100644 index 00000000000..f32eeaccfa7 --- /dev/null +++ b/stable/h5ai/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/h5ai/5.1.0/README.md b/stable/h5ai/5.2.0/README.md similarity index 100% rename from stable/h5ai/5.1.0/README.md rename to stable/h5ai/5.2.0/README.md diff --git a/stable/h5ai/5.1.0/app-readme.md b/stable/h5ai/5.2.0/app-readme.md similarity index 100% rename from stable/h5ai/5.1.0/app-readme.md rename to stable/h5ai/5.2.0/app-readme.md diff --git a/stable/h5ai/5.2.0/charts/common-18.1.2.tgz b/stable/h5ai/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/h5ai/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/h5ai/5.1.0/ix_values.yaml b/stable/h5ai/5.2.0/ix_values.yaml similarity index 100% rename from stable/h5ai/5.1.0/ix_values.yaml rename to stable/h5ai/5.2.0/ix_values.yaml diff --git a/stable/h5ai/5.1.0/questions.yaml b/stable/h5ai/5.2.0/questions.yaml similarity index 100% rename from stable/h5ai/5.1.0/questions.yaml rename to stable/h5ai/5.2.0/questions.yaml diff --git a/stable/h5ai/5.1.0/templates/common.yaml b/stable/h5ai/5.2.0/templates/common.yaml similarity index 100% rename from stable/h5ai/5.1.0/templates/common.yaml rename to stable/h5ai/5.2.0/templates/common.yaml diff --git a/stable/hammond/9.1.1/values.yaml b/stable/h5ai/5.2.0/values.yaml similarity index 100% rename from stable/hammond/9.1.1/values.yaml rename to stable/h5ai/5.2.0/values.yaml diff --git a/stable/halflife2deathmatch/5.1.0/CHANGELOG.md b/stable/halflife2deathmatch/5.1.0/CHANGELOG.md deleted file mode 100644 index eb1cfbc3ca4..00000000000 --- a/stable/halflife2deathmatch/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/halflife2deathmatch/5.1.0/Chart.yaml b/stable/halflife2deathmatch/5.1.0/Chart.yaml deleted file mode 100644 index ff59eb1a104..00000000000 --- a/stable/halflife2deathmatch/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/halflife2deathmatch/5.1.0/charts/common-18.0.1.tgz b/stable/halflife2deathmatch/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/halflife2deathmatch/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/handbrake/21.1.0/.helmignore b/stable/halflife2deathmatch/5.2.0/.helmignore similarity index 100% rename from stable/handbrake/21.1.0/.helmignore rename to stable/halflife2deathmatch/5.2.0/.helmignore diff --git a/stable/halflife2deathmatch/5.2.0/CHANGELOG.md b/stable/halflife2deathmatch/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b8c07add696 --- /dev/null +++ b/stable/halflife2deathmatch/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/halflife2deathmatch/5.2.0/Chart.yaml b/stable/halflife2deathmatch/5.2.0/Chart.yaml new file mode 100644 index 00000000000..675d2b6e827 --- /dev/null +++ b/stable/halflife2deathmatch/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: hl2dm +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/halflife2deathmatch/5.1.0/README.md b/stable/halflife2deathmatch/5.2.0/README.md similarity index 100% rename from stable/halflife2deathmatch/5.1.0/README.md rename to stable/halflife2deathmatch/5.2.0/README.md diff --git a/stable/halflife2deathmatch/5.1.0/app-readme.md b/stable/halflife2deathmatch/5.2.0/app-readme.md similarity index 100% rename from stable/halflife2deathmatch/5.1.0/app-readme.md rename to stable/halflife2deathmatch/5.2.0/app-readme.md diff --git a/stable/halflife2deathmatch/5.2.0/charts/common-18.1.2.tgz b/stable/halflife2deathmatch/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/halflife2deathmatch/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/halflife2deathmatch/5.1.0/ix_values.yaml b/stable/halflife2deathmatch/5.2.0/ix_values.yaml similarity index 100% rename from stable/halflife2deathmatch/5.1.0/ix_values.yaml rename to stable/halflife2deathmatch/5.2.0/ix_values.yaml diff --git a/stable/halflife2deathmatch/5.1.0/questions.yaml b/stable/halflife2deathmatch/5.2.0/questions.yaml similarity index 100% rename from stable/halflife2deathmatch/5.1.0/questions.yaml rename to stable/halflife2deathmatch/5.2.0/questions.yaml diff --git a/stable/halflife2deathmatch/5.1.0/templates/common.yaml b/stable/halflife2deathmatch/5.2.0/templates/common.yaml similarity index 100% rename from stable/halflife2deathmatch/5.1.0/templates/common.yaml rename to stable/halflife2deathmatch/5.2.0/templates/common.yaml diff --git a/stable/handbrake/21.1.0/values.yaml b/stable/halflife2deathmatch/5.2.0/values.yaml similarity index 100% rename from stable/handbrake/21.1.0/values.yaml rename to stable/halflife2deathmatch/5.2.0/values.yaml diff --git a/stable/hammond/9.1.1/CHANGELOG.md b/stable/hammond/9.1.1/CHANGELOG.md deleted file mode 100644 index 659e9395c6f..00000000000 --- a/stable/hammond/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/hammond/9.1.1/Chart.yaml b/stable/hammond/9.1.1/Chart.yaml deleted file mode 100644 index a77245fbd55..00000000000 --- a/stable/hammond/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: productivity - 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 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/akhilrex/hammond - - https://github.com/truecharts/charts/tree/master/charts/stable/hammond - - https://hub.docker.com/r/akhilrex/hammond -type: application -version: 9.1.1 diff --git a/stable/hammond/9.1.1/charts/common-18.0.2.tgz b/stable/hammond/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/hammond/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/hammond/9.1.1/ix_values.yaml b/stable/hammond/9.1.1/ix_values.yaml deleted file mode 100644 index d4f5a7add20..00000000000 --- a/stable/hammond/9.1.1/ix_values.yaml +++ /dev/null @@ -1,37 +0,0 @@ -image: - repository: akhilrex/hammond - tag: 1.0.0@sha256:07e73c226c3bae8863a0aff1530d84d5edd68308264e42375d1af61ad9955be4 - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 10186 - targetPort: 3000 -persistence: - config: - enabled: true - mountPath: "/config" - assets: - enabled: true - mountPath: "/assets" -portal: - open: - enabled: true -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: tcp - readiness: - type: tcp - startup: - type: tcp - env: - JWT_SECRET: - secretKeyRef: - name: secrets - key: JWT_SECRET diff --git a/stable/hassconfigurator/5.1.0/.helmignore b/stable/hammond/9.2.0/.helmignore similarity index 100% rename from stable/hassconfigurator/5.1.0/.helmignore rename to stable/hammond/9.2.0/.helmignore diff --git a/stable/hammond/9.2.0/CHANGELOG.md b/stable/hammond/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..433379687af --- /dev/null +++ b/stable/hammond/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + +## [hammond-8.1.11](https://github.com/truecharts/charts/compare/hammond-8.1.10...hammond-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [hammond-8.1.10](https://github.com/truecharts/charts/compare/hammond-8.1.9...hammond-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [hammond-8.1.9](https://github.com/truecharts/charts/compare/hammond-8.1.8...hammond-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [hammond-8.1.8](https://github.com/truecharts/charts/compare/hammond-8.1.7...hammond-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [hammond-8.1.7](https://github.com/truecharts/charts/compare/hammond-8.1.6...hammond-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [hammond-8.1.6](https://github.com/truecharts/charts/compare/hammond-8.1.5...hammond-8.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [hammond-8.1.5](https://github.com/truecharts/charts/compare/hammond-8.1.4...hammond-8.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [hammond-8.1.4](https://github.com/truecharts/charts/compare/hammond-8.1.3...hammond-8.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes + +- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) + + +## [hammond-8.1.3](https://github.com/truecharts/charts/compare/hammond-8.1.0...hammond-8.1.3) (2024-01-01) + +### Chore + diff --git a/stable/hammond/9.2.0/Chart.yaml b/stable/hammond/9.2.0/Chart.yaml new file mode 100644 index 00000000000..ca98f1f425f --- /dev/null +++ b/stable/hammond/9.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.0.24 +dependencies: + - name: common + version: 18.1.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/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.0 diff --git a/stable/hammond/9.1.1/README.md b/stable/hammond/9.2.0/README.md similarity index 100% rename from stable/hammond/9.1.1/README.md rename to stable/hammond/9.2.0/README.md diff --git a/stable/hammond/9.1.1/app-readme.md b/stable/hammond/9.2.0/app-readme.md similarity index 100% rename from stable/hammond/9.1.1/app-readme.md rename to stable/hammond/9.2.0/app-readme.md diff --git a/stable/hammond/9.2.0/charts/common-18.1.2.tgz b/stable/hammond/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/hammond/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/hammond/9.2.0/ix_values.yaml b/stable/hammond/9.2.0/ix_values.yaml new file mode 100644 index 00000000000..fe66b7d8d12 --- /dev/null +++ b/stable/hammond/9.2.0/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.1/questions.yaml b/stable/hammond/9.2.0/questions.yaml similarity index 100% rename from stable/hammond/9.1.1/questions.yaml rename to stable/hammond/9.2.0/questions.yaml diff --git a/stable/haste-server/13.1.0/templates/NOTES.txt b/stable/hammond/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/haste-server/13.1.0/templates/NOTES.txt rename to stable/hammond/9.2.0/templates/NOTES.txt diff --git a/stable/hammond/9.1.1/templates/_secrets.tpl b/stable/hammond/9.2.0/templates/_secrets.tpl similarity index 100% rename from stable/hammond/9.1.1/templates/_secrets.tpl rename to stable/hammond/9.2.0/templates/_secrets.tpl diff --git a/stable/hammond/9.1.1/templates/common.yaml b/stable/hammond/9.2.0/templates/common.yaml similarity index 100% rename from stable/hammond/9.1.1/templates/common.yaml rename to stable/hammond/9.2.0/templates/common.yaml diff --git a/stable/hassconfigurator/5.1.0/values.yaml b/stable/hammond/9.2.0/values.yaml similarity index 100% rename from stable/hassconfigurator/5.1.0/values.yaml rename to stable/hammond/9.2.0/values.yaml diff --git a/stable/handbrake/21.1.0/CHANGELOG.md b/stable/handbrake/21.1.0/CHANGELOG.md deleted file mode 100644 index db8ea59d0eb..00000000000 --- a/stable/handbrake/21.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/handbrake/21.1.0/Chart.yaml b/stable/handbrake/21.1.0/Chart.yaml deleted file mode 100644 index bfc3dee9e91..00000000000 --- a/stable/handbrake/21.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: 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.1 - 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.0 diff --git a/stable/handbrake/21.1.0/charts/common-18.0.1.tgz b/stable/handbrake/21.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/handbrake/21.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/haste-server/13.1.0/.helmignore b/stable/handbrake/21.2.0/.helmignore similarity index 100% rename from stable/haste-server/13.1.0/.helmignore rename to stable/handbrake/21.2.0/.helmignore diff --git a/stable/handbrake/21.2.0/CHANGELOG.md b/stable/handbrake/21.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d155e1c47f4 --- /dev/null +++ b/stable/handbrake/21.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [handbrake-20.0.6](https://github.com/truecharts/charts/compare/handbrake-20.0.5...handbrake-20.0.6) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [handbrake-20.0.5](https://github.com/truecharts/charts/compare/handbrake-20.0.4...handbrake-20.0.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [handbrake-20.0.4](https://github.com/truecharts/charts/compare/handbrake-20.0.3...handbrake-20.0.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [handbrake-20.0.3](https://github.com/truecharts/charts/compare/handbrake-20.0.2...handbrake-20.0.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [handbrake-20.0.2](https://github.com/truecharts/charts/compare/handbrake-20.0.1...handbrake-20.0.2) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [handbrake-20.0.1](https://github.com/truecharts/charts/compare/handbrake-20.0.0...handbrake-20.0.1) (2024-01-15) + +### Chore + + + +- update container image jlesage/handbrake to v24.01.2[@0752dcb](https://github.com/0752dcb) by renovate ([#17249](https://github.com/truecharts/charts/issues/17249)) + + +## [handbrake-20.0.0](https://github.com/truecharts/charts/compare/handbrake-19.1.6...handbrake-20.0.0) (2024-01-14) + +### Chore + + + +- update container image jlesage/handbrake to v24.01.1[@442c40b](https://github.com/442c40b) by renovate ([#17111](https://github.com/truecharts/charts/issues/17111)) + + + + +## [handbrake-19.1.6](https://github.com/truecharts/charts/compare/handbrake-19.1.5...handbrake-19.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [handbrake-19.1.5](https://github.com/truecharts/charts/compare/handbrake-19.1.4...handbrake-19.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/handbrake/21.2.0/Chart.yaml b/stable/handbrake/21.2.0/Chart.yaml new file mode 100644 index 00000000000..77260b2a986 --- /dev/null +++ b/stable/handbrake/21.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/handbrake/21.1.0/README.md b/stable/handbrake/21.2.0/README.md similarity index 100% rename from stable/handbrake/21.1.0/README.md rename to stable/handbrake/21.2.0/README.md diff --git a/stable/handbrake/21.1.0/app-readme.md b/stable/handbrake/21.2.0/app-readme.md similarity index 100% rename from stable/handbrake/21.1.0/app-readme.md rename to stable/handbrake/21.2.0/app-readme.md diff --git a/stable/handbrake/21.2.0/charts/common-18.1.2.tgz b/stable/handbrake/21.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/handbrake/21.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/handbrake/21.1.0/ix_values.yaml b/stable/handbrake/21.2.0/ix_values.yaml similarity index 100% rename from stable/handbrake/21.1.0/ix_values.yaml rename to stable/handbrake/21.2.0/ix_values.yaml diff --git a/stable/handbrake/21.1.0/questions.yaml b/stable/handbrake/21.2.0/questions.yaml similarity index 100% rename from stable/handbrake/21.1.0/questions.yaml rename to stable/handbrake/21.2.0/questions.yaml diff --git a/stable/headphones/11.1.0/templates/NOTES.txt b/stable/handbrake/21.2.0/templates/NOTES.txt similarity index 100% rename from stable/headphones/11.1.0/templates/NOTES.txt rename to stable/handbrake/21.2.0/templates/NOTES.txt diff --git a/stable/healthchecks/14.1.0/templates/common.yaml b/stable/handbrake/21.2.0/templates/common.yaml similarity index 100% rename from stable/healthchecks/14.1.0/templates/common.yaml rename to stable/handbrake/21.2.0/templates/common.yaml diff --git a/stable/haste-server/13.1.0/values.yaml b/stable/handbrake/21.2.0/values.yaml similarity index 100% rename from stable/haste-server/13.1.0/values.yaml rename to stable/handbrake/21.2.0/values.yaml diff --git a/stable/hassconfigurator/5.1.0/CHANGELOG.md b/stable/hassconfigurator/5.1.0/CHANGELOG.md deleted file mode 100644 index fd3bf6a41f8..00000000000 --- a/stable/hassconfigurator/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/hassconfigurator/5.1.0/Chart.yaml b/stable/hassconfigurator/5.1.0/Chart.yaml deleted file mode 100644 index 8a804c757c8..00000000000 --- a/stable/hassconfigurator/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/hassconfigurator/5.1.0/charts/common-18.0.1.tgz b/stable/hassconfigurator/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/hassconfigurator/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/hastebin/5.1.0/.helmignore b/stable/hassconfigurator/5.2.0/.helmignore similarity index 100% rename from stable/hastebin/5.1.0/.helmignore rename to stable/hassconfigurator/5.2.0/.helmignore diff --git a/stable/hassconfigurator/5.2.0/CHANGELOG.md b/stable/hassconfigurator/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..aa175197455 --- /dev/null +++ b/stable/hassconfigurator/5.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/hassconfigurator/5.2.0/Chart.yaml b/stable/hassconfigurator/5.2.0/Chart.yaml new file mode 100644 index 00000000000..6e46a731b4d --- /dev/null +++ b/stable/hassconfigurator/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: x86_64 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/hassconfigurator/5.1.0/README.md b/stable/hassconfigurator/5.2.0/README.md similarity index 100% rename from stable/hassconfigurator/5.1.0/README.md rename to stable/hassconfigurator/5.2.0/README.md diff --git a/stable/hassconfigurator/5.1.0/app-readme.md b/stable/hassconfigurator/5.2.0/app-readme.md similarity index 100% rename from stable/hassconfigurator/5.1.0/app-readme.md rename to stable/hassconfigurator/5.2.0/app-readme.md diff --git a/stable/hassconfigurator/5.2.0/charts/common-18.1.2.tgz b/stable/hassconfigurator/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/hassconfigurator/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/hassconfigurator/5.1.0/ix_values.yaml b/stable/hassconfigurator/5.2.0/ix_values.yaml similarity index 100% rename from stable/hassconfigurator/5.1.0/ix_values.yaml rename to stable/hassconfigurator/5.2.0/ix_values.yaml diff --git a/stable/hassconfigurator/5.1.0/questions.yaml b/stable/hassconfigurator/5.2.0/questions.yaml similarity index 100% rename from stable/hassconfigurator/5.1.0/questions.yaml rename to stable/hassconfigurator/5.2.0/questions.yaml diff --git a/stable/hassconfigurator/5.1.0/templates/common.yaml b/stable/hassconfigurator/5.2.0/templates/common.yaml similarity index 100% rename from stable/hassconfigurator/5.1.0/templates/common.yaml rename to stable/hassconfigurator/5.2.0/templates/common.yaml diff --git a/stable/hastebin/5.1.0/values.yaml b/stable/hassconfigurator/5.2.0/values.yaml similarity index 100% rename from stable/hastebin/5.1.0/values.yaml rename to stable/hassconfigurator/5.2.0/values.yaml diff --git a/stable/haste-server/13.1.0/CHANGELOG.md b/stable/haste-server/13.1.0/CHANGELOG.md deleted file mode 100644 index b5377aed098..00000000000 --- a/stable/haste-server/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/haste-server/13.1.0/Chart.yaml b/stable/haste-server/13.1.0/Chart.yaml deleted file mode 100644 index 5a84544486a..00000000000 --- a/stable/haste-server/13.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/haste-server/13.1.0/charts/common-18.0.1.tgz b/stable/haste-server/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/haste-server/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/hasty-paste/6.1.0/.helmignore b/stable/haste-server/13.2.0/.helmignore similarity index 100% rename from stable/hasty-paste/6.1.0/.helmignore rename to stable/haste-server/13.2.0/.helmignore diff --git a/stable/haste-server/13.2.0/CHANGELOG.md b/stable/haste-server/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..7a4eaf96726 --- /dev/null +++ b/stable/haste-server/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/haste-server/13.2.0/Chart.yaml b/stable/haste-server/13.2.0/Chart.yaml new file mode 100644 index 00000000000..451a3b2909c --- /dev/null +++ b/stable/haste-server/13.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/haste-server/13.1.0/README.md b/stable/haste-server/13.2.0/README.md similarity index 100% rename from stable/haste-server/13.1.0/README.md rename to stable/haste-server/13.2.0/README.md diff --git a/stable/haste-server/13.1.0/app-readme.md b/stable/haste-server/13.2.0/app-readme.md similarity index 100% rename from stable/haste-server/13.1.0/app-readme.md rename to stable/haste-server/13.2.0/app-readme.md diff --git a/stable/haste-server/13.2.0/charts/common-18.1.2.tgz b/stable/haste-server/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/haste-server/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/haste-server/13.1.0/ix_values.yaml b/stable/haste-server/13.2.0/ix_values.yaml similarity index 100% rename from stable/haste-server/13.1.0/ix_values.yaml rename to stable/haste-server/13.2.0/ix_values.yaml diff --git a/stable/haste-server/13.1.0/questions.yaml b/stable/haste-server/13.2.0/questions.yaml similarity index 100% rename from stable/haste-server/13.1.0/questions.yaml rename to stable/haste-server/13.2.0/questions.yaml diff --git a/stable/healthchecks/14.1.0/templates/NOTES.txt b/stable/haste-server/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/healthchecks/14.1.0/templates/NOTES.txt rename to stable/haste-server/13.2.0/templates/NOTES.txt diff --git a/stable/heimdall/20.1.1/templates/common.yaml b/stable/haste-server/13.2.0/templates/common.yaml similarity index 100% rename from stable/heimdall/20.1.1/templates/common.yaml rename to stable/haste-server/13.2.0/templates/common.yaml diff --git a/stable/hasty-paste/6.1.0/values.yaml b/stable/haste-server/13.2.0/values.yaml similarity index 100% rename from stable/hasty-paste/6.1.0/values.yaml rename to stable/haste-server/13.2.0/values.yaml diff --git a/stable/hastebin/5.1.0/CHANGELOG.md b/stable/hastebin/5.1.0/CHANGELOG.md deleted file mode 100644 index 82d5647e9a3..00000000000 --- a/stable/hastebin/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/hastebin/5.1.0/Chart.yaml b/stable/hastebin/5.1.0/Chart.yaml deleted file mode 100644 index 007361b7371..00000000000 --- a/stable/hastebin/5.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/hastebin/5.1.0/charts/common-18.0.1.tgz b/stable/hastebin/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/hastebin/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/headphones/11.1.0/.helmignore b/stable/hastebin/5.2.0/.helmignore similarity index 100% rename from stable/headphones/11.1.0/.helmignore rename to stable/hastebin/5.2.0/.helmignore diff --git a/stable/hastebin/5.2.0/CHANGELOG.md b/stable/hastebin/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..221ef0b9c1a --- /dev/null +++ b/stable/hastebin/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/hastebin/5.2.0/Chart.yaml b/stable/hastebin/5.2.0/Chart.yaml new file mode 100644 index 00000000000..0d5cffbed8c --- /dev/null +++ b/stable/hastebin/5.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/hastebin/5.1.0/README.md b/stable/hastebin/5.2.0/README.md similarity index 100% rename from stable/hastebin/5.1.0/README.md rename to stable/hastebin/5.2.0/README.md diff --git a/stable/hastebin/5.1.0/app-readme.md b/stable/hastebin/5.2.0/app-readme.md similarity index 100% rename from stable/hastebin/5.1.0/app-readme.md rename to stable/hastebin/5.2.0/app-readme.md diff --git a/stable/hastebin/5.2.0/charts/common-18.1.2.tgz b/stable/hastebin/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/hastebin/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/hastebin/5.1.0/ix_values.yaml b/stable/hastebin/5.2.0/ix_values.yaml similarity index 100% rename from stable/hastebin/5.1.0/ix_values.yaml rename to stable/hastebin/5.2.0/ix_values.yaml diff --git a/stable/hastebin/5.1.0/questions.yaml b/stable/hastebin/5.2.0/questions.yaml similarity index 100% rename from stable/hastebin/5.1.0/questions.yaml rename to stable/hastebin/5.2.0/questions.yaml diff --git a/stable/hastebin/5.1.0/templates/common.yaml b/stable/hastebin/5.2.0/templates/common.yaml similarity index 100% rename from stable/hastebin/5.1.0/templates/common.yaml rename to stable/hastebin/5.2.0/templates/common.yaml diff --git a/stable/headphones/11.1.0/values.yaml b/stable/hastebin/5.2.0/values.yaml similarity index 100% rename from stable/headphones/11.1.0/values.yaml rename to stable/hastebin/5.2.0/values.yaml diff --git a/stable/hasty-paste/6.1.0/CHANGELOG.md b/stable/hasty-paste/6.1.0/CHANGELOG.md deleted file mode 100644 index 7684bd001bb..00000000000 --- a/stable/hasty-paste/6.1.0/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.0/Chart.yaml b/stable/hasty-paste/6.1.0/Chart.yaml deleted file mode 100644 index 9df0f3c45ac..00000000000 --- a/stable/hasty-paste/6.1.0/Chart.yaml +++ /dev/null @@ -1,48 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/hasty-paste/6.1.0/charts/common-18.0.1.tgz b/stable/hasty-paste/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/hasty-paste/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/healthchecks/14.1.0/.helmignore b/stable/hasty-paste/6.2.0/.helmignore similarity index 100% rename from stable/healthchecks/14.1.0/.helmignore rename to stable/hasty-paste/6.2.0/.helmignore diff --git a/stable/hasty-paste/6.2.0/CHANGELOG.md b/stable/hasty-paste/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..afab6522c76 --- /dev/null +++ b/stable/hasty-paste/6.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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) \ No newline at end of file diff --git a/stable/hasty-paste/6.2.0/Chart.yaml b/stable/hasty-paste/6.2.0/Chart.yaml new file mode 100644 index 00000000000..d20f4a619c1 --- /dev/null +++ b/stable/hasty-paste/6.2.0/Chart.yaml @@ -0,0 +1,48 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.10.0 +dependencies: + - name: common + version: 18.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 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.0 diff --git a/stable/hasty-paste/6.1.0/README.md b/stable/hasty-paste/6.2.0/README.md similarity index 100% rename from stable/hasty-paste/6.1.0/README.md rename to stable/hasty-paste/6.2.0/README.md diff --git a/stable/hasty-paste/6.1.0/app-readme.md b/stable/hasty-paste/6.2.0/app-readme.md similarity index 100% rename from stable/hasty-paste/6.1.0/app-readme.md rename to stable/hasty-paste/6.2.0/app-readme.md diff --git a/stable/hasty-paste/6.2.0/charts/common-18.1.2.tgz b/stable/hasty-paste/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/hasty-paste/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/hasty-paste/6.1.0/charts/redis-11.2.1.tgz b/stable/hasty-paste/6.2.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/hasty-paste/6.1.0/charts/redis-11.2.1.tgz rename to stable/hasty-paste/6.2.0/charts/redis-11.2.1.tgz diff --git a/stable/hasty-paste/6.1.0/ix_values.yaml b/stable/hasty-paste/6.2.0/ix_values.yaml similarity index 100% rename from stable/hasty-paste/6.1.0/ix_values.yaml rename to stable/hasty-paste/6.2.0/ix_values.yaml diff --git a/stable/hasty-paste/6.1.0/questions.yaml b/stable/hasty-paste/6.2.0/questions.yaml similarity index 100% rename from stable/hasty-paste/6.1.0/questions.yaml rename to stable/hasty-paste/6.2.0/questions.yaml diff --git a/stable/hasty-paste/6.1.0/templates/_secrets.tpl b/stable/hasty-paste/6.2.0/templates/_secrets.tpl similarity index 100% rename from stable/hasty-paste/6.1.0/templates/_secrets.tpl rename to stable/hasty-paste/6.2.0/templates/_secrets.tpl diff --git a/stable/hasty-paste/6.1.0/templates/common.yaml b/stable/hasty-paste/6.2.0/templates/common.yaml similarity index 100% rename from stable/hasty-paste/6.1.0/templates/common.yaml rename to stable/hasty-paste/6.2.0/templates/common.yaml diff --git a/stable/healthchecks/14.1.0/values.yaml b/stable/hasty-paste/6.2.0/values.yaml similarity index 100% rename from stable/healthchecks/14.1.0/values.yaml rename to stable/hasty-paste/6.2.0/values.yaml diff --git a/stable/headphones/11.1.0/CHANGELOG.md b/stable/headphones/11.1.0/CHANGELOG.md deleted file mode 100644 index b468be76b5c..00000000000 --- a/stable/headphones/11.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/headphones/11.1.0/Chart.yaml b/stable/headphones/11.1.0/Chart.yaml deleted file mode 100644 index 044748bb56d..00000000000 --- a/stable/headphones/11.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: 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.1 - 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.0 diff --git a/stable/headphones/11.1.0/charts/common-18.0.1.tgz b/stable/headphones/11.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/headphones/11.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/hedgedoc/12.1.0/.helmignore b/stable/headphones/11.2.0/.helmignore similarity index 100% rename from stable/hedgedoc/12.1.0/.helmignore rename to stable/headphones/11.2.0/.helmignore diff --git a/stable/headphones/11.2.0/CHANGELOG.md b/stable/headphones/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a64d8e99cc1 --- /dev/null +++ b/stable/headphones/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/headphones/11.2.0/Chart.yaml b/stable/headphones/11.2.0/Chart.yaml new file mode 100644 index 00000000000..6610572e32d --- /dev/null +++ b/stable/headphones/11.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: a78f38c1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/headphones/11.1.0/README.md b/stable/headphones/11.2.0/README.md similarity index 100% rename from stable/headphones/11.1.0/README.md rename to stable/headphones/11.2.0/README.md diff --git a/stable/headphones/11.1.0/app-readme.md b/stable/headphones/11.2.0/app-readme.md similarity index 100% rename from stable/headphones/11.1.0/app-readme.md rename to stable/headphones/11.2.0/app-readme.md diff --git a/stable/headphones/11.2.0/charts/common-18.1.2.tgz b/stable/headphones/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/headphones/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/headphones/11.1.0/ix_values.yaml b/stable/headphones/11.2.0/ix_values.yaml similarity index 100% rename from stable/headphones/11.1.0/ix_values.yaml rename to stable/headphones/11.2.0/ix_values.yaml diff --git a/stable/headphones/11.1.0/questions.yaml b/stable/headphones/11.2.0/questions.yaml similarity index 100% rename from stable/headphones/11.1.0/questions.yaml rename to stable/headphones/11.2.0/questions.yaml diff --git a/stable/hedgedoc/12.1.0/templates/NOTES.txt b/stable/headphones/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/hedgedoc/12.1.0/templates/NOTES.txt rename to stable/headphones/11.2.0/templates/NOTES.txt diff --git a/stable/headphones/11.1.0/templates/common.yaml b/stable/headphones/11.2.0/templates/common.yaml similarity index 100% rename from stable/headphones/11.1.0/templates/common.yaml rename to stable/headphones/11.2.0/templates/common.yaml diff --git a/stable/hedgedoc/12.1.0/values.yaml b/stable/headphones/11.2.0/values.yaml similarity index 100% rename from stable/hedgedoc/12.1.0/values.yaml rename to stable/headphones/11.2.0/values.yaml diff --git a/stable/healthchecks/14.1.0/CHANGELOG.md b/stable/healthchecks/14.1.0/CHANGELOG.md deleted file mode 100644 index 31ec523b54f..00000000000 --- a/stable/healthchecks/14.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - -## [healthchecks-13.2.1](https://github.com/truecharts/charts/compare/healthchecks-13.2.0...healthchecks-13.2.1) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240212[@68301ea](https://github.com/68301ea) by renovate ([#18218](https://github.com/truecharts/charts/issues/18218)) - - -## [healthchecks-13.2.0](https://github.com/truecharts/charts/compare/healthchecks-13.1.18...healthchecks-13.2.0) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240209[@4209009](https://github.com/4209009) by renovate ([#18185](https://github.com/truecharts/charts/issues/18185)) - - -## [healthchecks-13.1.18](https://github.com/truecharts/charts/compare/healthchecks-13.1.17...healthchecks-13.1.18) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/healthchecks to v3.1.20240205[@1fe5c82](https://github.com/1fe5c82) by renovate ([#17973](https://github.com/truecharts/charts/issues/17973)) - - -## [healthchecks-13.1.17](https://github.com/truecharts/charts/compare/healthchecks-13.1.16...healthchecks-13.1.17) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [healthchecks-13.1.16](https://github.com/truecharts/charts/compare/healthchecks-13.1.15...healthchecks-13.1.16) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/healthchecks to v3.1.20240128[@593017d](https://github.com/593017d) by renovate ([#17673](https://github.com/truecharts/charts/issues/17673)) - - -## [healthchecks-13.1.15](https://github.com/truecharts/charts/compare/healthchecks-13.1.14...healthchecks-13.1.15) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [healthchecks-13.1.14](https://github.com/truecharts/charts/compare/healthchecks-13.1.13...healthchecks-13.1.14) (2024-01-26) - -### Chore - - - -- update container image ghcr.io/linuxserver/healthchecks to v3.1.20240125[@4fa326d](https://github.com/4fa326d) by renovate ([#17548](https://github.com/truecharts/charts/issues/17548)) - - -## [healthchecks-13.1.13](https://github.com/truecharts/charts/compare/healthchecks-13.1.12...healthchecks-13.1.13) (2024-01-22) - -### Chore - - - -- update container image ghcr.io/linuxserver/healthchecks to v3.1.20240122[@2849f47](https://github.com/2849f47) by renovate ([#17507](https://github.com/truecharts/charts/issues/17507)) - - -## [healthchecks-13.1.12](https://github.com/truecharts/charts/compare/healthchecks-13.1.11...healthchecks-13.1.12) (2024-01-21) - -### Chore - - - -- 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/healthchecks/14.1.0/Chart.yaml b/stable/healthchecks/14.1.0/Chart.yaml deleted file mode 100644 index 26a23feae76..00000000000 --- a/stable/healthchecks/14.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.2.20240219 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/healthchecks/14.1.0/charts/common-18.0.1.tgz b/stable/healthchecks/14.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/healthchecks/14.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/healthchecks/14.1.0/ix_values.yaml b/stable/healthchecks/14.1.0/ix_values.yaml deleted file mode 100644 index 1e5dbcce78d..00000000000 --- a/stable/healthchecks/14.1.0/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/heimdall/20.1.1/.helmignore b/stable/healthchecks/14.2.0/.helmignore similarity index 100% rename from stable/heimdall/20.1.1/.helmignore rename to stable/healthchecks/14.2.0/.helmignore diff --git a/stable/healthchecks/14.2.0/CHANGELOG.md b/stable/healthchecks/14.2.0/CHANGELOG.md new file mode 100644 index 00000000000..9ef1c0ca7fd --- /dev/null +++ b/stable/healthchecks/14.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + +## [healthchecks-13.2.1](https://github.com/truecharts/charts/compare/healthchecks-13.2.0...healthchecks-13.2.1) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240212[@68301ea](https://github.com/68301ea) by renovate ([#18218](https://github.com/truecharts/charts/issues/18218)) + + +## [healthchecks-13.2.0](https://github.com/truecharts/charts/compare/healthchecks-13.1.18...healthchecks-13.2.0) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240209[@4209009](https://github.com/4209009) by renovate ([#18185](https://github.com/truecharts/charts/issues/18185)) + + +## [healthchecks-13.1.18](https://github.com/truecharts/charts/compare/healthchecks-13.1.17...healthchecks-13.1.18) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/healthchecks to v3.1.20240205[@1fe5c82](https://github.com/1fe5c82) by renovate ([#17973](https://github.com/truecharts/charts/issues/17973)) + + +## [healthchecks-13.1.17](https://github.com/truecharts/charts/compare/healthchecks-13.1.16...healthchecks-13.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [healthchecks-13.1.16](https://github.com/truecharts/charts/compare/healthchecks-13.1.15...healthchecks-13.1.16) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/healthchecks to v3.1.20240128[@593017d](https://github.com/593017d) by renovate ([#17673](https://github.com/truecharts/charts/issues/17673)) + + +## [healthchecks-13.1.15](https://github.com/truecharts/charts/compare/healthchecks-13.1.14...healthchecks-13.1.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [healthchecks-13.1.14](https://github.com/truecharts/charts/compare/healthchecks-13.1.13...healthchecks-13.1.14) (2024-01-26) + +### Chore + + + +- update container image ghcr.io/linuxserver/healthchecks to v3.1.20240125[@4fa326d](https://github.com/4fa326d) by renovate ([#17548](https://github.com/truecharts/charts/issues/17548)) + + +## [healthchecks-13.1.13](https://github.com/truecharts/charts/compare/healthchecks-13.1.12...healthchecks-13.1.13) (2024-01-22) + +### Chore + + + +- update container image ghcr.io/linuxserver/healthchecks to v3.1.20240122[@2849f47](https://github.com/2849f47) by renovate ([#17507](https://github.com/truecharts/charts/issues/17507)) + + +## [healthchecks-13.1.12](https://github.com/truecharts/charts/compare/healthchecks-13.1.11...healthchecks-13.1.12) (2024-01-21) + +### Chore \ No newline at end of file diff --git a/stable/healthchecks/14.2.0/Chart.yaml b/stable/healthchecks/14.2.0/Chart.yaml new file mode 100644 index 00000000000..c43a561e7e5 --- /dev/null +++ b/stable/healthchecks/14.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.2.20240226 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Healthchecks is a cron job monitoring service. It listens for HTTP requests and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts. +home: https://truecharts.org/charts/stable/healthchecks +icon: https://truecharts.org/img/hotlink-ok/chart-icons/healthchecks.png +keywords: + - cron + - monitoring + - alert +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: healthchecks +sources: + - https://github.com/healthchecks/healthchecks + - https://github.com/truecharts/charts/tree/master/charts/stable/healthchecks + - https://ghcr.io/linuxserver/healthchecks +type: application +version: 14.2.0 diff --git a/stable/healthchecks/14.1.0/README.md b/stable/healthchecks/14.2.0/README.md similarity index 100% rename from stable/healthchecks/14.1.0/README.md rename to stable/healthchecks/14.2.0/README.md diff --git a/stable/healthchecks/14.1.0/app-readme.md b/stable/healthchecks/14.2.0/app-readme.md similarity index 100% rename from stable/healthchecks/14.1.0/app-readme.md rename to stable/healthchecks/14.2.0/app-readme.md diff --git a/stable/healthchecks/14.2.0/charts/common-18.1.2.tgz b/stable/healthchecks/14.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/healthchecks/14.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/healthchecks/14.2.0/ix_values.yaml b/stable/healthchecks/14.2.0/ix_values.yaml new file mode 100644 index 00000000000..e81bc4f1ac6 --- /dev/null +++ b/stable/healthchecks/14.2.0/ix_values.yaml @@ -0,0 +1,41 @@ +image: + repository: ghcr.io/linuxserver/healthchecks + tag: 3.2.20240226@sha256:3ed588eda38b7739b6cdfcd236065bb3b2762dad58d48db55cf27d50fe6c96fa + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10074 + targetPort: 8000 +persistence: + config: + enabled: true + mountPath: "/config" +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: tcp + readiness: + type: tcp + startup: + type: tcp + env: + REGENERATE_SETTINGS: "True" + SITE_ROOT: "https://healthchecks.domain" + SITE_NAME: "" + SUPERUSER_EMAIL: "email@healthchecks.io" + SUPERUSER_PASSWORD: "myVeryStrongPassword" diff --git a/stable/healthchecks/14.1.0/questions.yaml b/stable/healthchecks/14.2.0/questions.yaml similarity index 100% rename from stable/healthchecks/14.1.0/questions.yaml rename to stable/healthchecks/14.2.0/questions.yaml diff --git a/stable/heimdall/20.1.1/templates/NOTES.txt b/stable/healthchecks/14.2.0/templates/NOTES.txt similarity index 100% rename from stable/heimdall/20.1.1/templates/NOTES.txt rename to stable/healthchecks/14.2.0/templates/NOTES.txt diff --git a/stable/homebridge/7.1.0/templates/common.yaml b/stable/healthchecks/14.2.0/templates/common.yaml similarity index 100% rename from stable/homebridge/7.1.0/templates/common.yaml rename to stable/healthchecks/14.2.0/templates/common.yaml diff --git a/stable/heimdall/20.1.1/values.yaml b/stable/healthchecks/14.2.0/values.yaml similarity index 100% rename from stable/heimdall/20.1.1/values.yaml rename to stable/healthchecks/14.2.0/values.yaml diff --git a/stable/hedgedoc/12.1.0/CHANGELOG.md b/stable/hedgedoc/12.1.0/CHANGELOG.md deleted file mode 100644 index 27eb7b480b2..00000000000 --- a/stable/hedgedoc/12.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/hedgedoc/12.1.0/Chart.yaml b/stable/hedgedoc/12.1.0/Chart.yaml deleted file mode 100644 index fea59635b24..00000000000 --- a/stable/hedgedoc/12.1.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.9 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/hedgedoc/12.1.0/charts/common-18.0.1.tgz b/stable/hedgedoc/12.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/hedgedoc/12.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/hetzner-ddns/5.1.0/.helmignore b/stable/hedgedoc/12.2.0/.helmignore similarity index 100% rename from stable/hetzner-ddns/5.1.0/.helmignore rename to stable/hedgedoc/12.2.0/.helmignore diff --git a/stable/hedgedoc/12.2.0/CHANGELOG.md b/stable/hedgedoc/12.2.0/CHANGELOG.md new file mode 100644 index 00000000000..ba37db66c1a --- /dev/null +++ b/stable/hedgedoc/12.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/hedgedoc/12.2.0/Chart.yaml b/stable/hedgedoc/12.2.0/Chart.yaml new file mode 100644 index 00000000000..139c48dfc65 --- /dev/null +++ b/stable/hedgedoc/12.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.9.9 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/hedgedoc/12.1.0/README.md b/stable/hedgedoc/12.2.0/README.md similarity index 100% rename from stable/hedgedoc/12.1.0/README.md rename to stable/hedgedoc/12.2.0/README.md diff --git a/stable/hedgedoc/12.1.0/app-readme.md b/stable/hedgedoc/12.2.0/app-readme.md similarity index 100% rename from stable/hedgedoc/12.1.0/app-readme.md rename to stable/hedgedoc/12.2.0/app-readme.md diff --git a/stable/hedgedoc/12.2.0/charts/common-18.1.2.tgz b/stable/hedgedoc/12.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/hedgedoc/12.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/hedgedoc/12.1.0/ix_values.yaml b/stable/hedgedoc/12.2.0/ix_values.yaml similarity index 100% rename from stable/hedgedoc/12.1.0/ix_values.yaml rename to stable/hedgedoc/12.2.0/ix_values.yaml diff --git a/stable/hedgedoc/12.1.0/questions.yaml b/stable/hedgedoc/12.2.0/questions.yaml similarity index 100% rename from stable/hedgedoc/12.1.0/questions.yaml rename to stable/hedgedoc/12.2.0/questions.yaml diff --git a/stable/homarr/10.1.0/templates/NOTES.txt b/stable/hedgedoc/12.2.0/templates/NOTES.txt similarity index 100% rename from stable/homarr/10.1.0/templates/NOTES.txt rename to stable/hedgedoc/12.2.0/templates/NOTES.txt diff --git a/stable/hedgedoc/12.1.0/templates/_secrets.tpl b/stable/hedgedoc/12.2.0/templates/_secrets.tpl similarity index 100% rename from stable/hedgedoc/12.1.0/templates/_secrets.tpl rename to stable/hedgedoc/12.2.0/templates/_secrets.tpl diff --git a/stable/hedgedoc/12.1.0/templates/common.yaml b/stable/hedgedoc/12.2.0/templates/common.yaml similarity index 100% rename from stable/hedgedoc/12.1.0/templates/common.yaml rename to stable/hedgedoc/12.2.0/templates/common.yaml diff --git a/stable/hetzner-ddns/5.1.0/values.yaml b/stable/hedgedoc/12.2.0/values.yaml similarity index 100% rename from stable/hetzner-ddns/5.1.0/values.yaml rename to stable/hedgedoc/12.2.0/values.yaml diff --git a/stable/heimdall/20.1.1/CHANGELOG.md b/stable/heimdall/20.1.1/CHANGELOG.md deleted file mode 100644 index 1119e2b1445..00000000000 --- a/stable/heimdall/20.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [heimdall-18.1.8](https://github.com/truecharts/charts/compare/heimdall-18.1.7...heimdall-18.1.8) (2024-01-21) \ No newline at end of file diff --git a/stable/heimdall/20.1.1/Chart.yaml b/stable/heimdall/20.1.1/Chart.yaml deleted file mode 100644 index 77bb08df5d8..00000000000 --- a/stable/heimdall/20.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: 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.1 diff --git a/stable/heimdall/20.1.1/charts/common-18.0.2.tgz b/stable/heimdall/20.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/heimdall/20.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/heimdall/20.1.1/ix_values.yaml b/stable/heimdall/20.1.1/ix_values.yaml deleted file mode 100644 index 154d01fafb3..00000000000 --- a/stable/heimdall/20.1.1/ix_values.yaml +++ /dev/null @@ -1,31 +0,0 @@ -image: - repository: linuxserver/heimdall - tag: 2.6.1@sha256:e179d8edcf7686cadd07be7531e8635cf08a01d557d3c3742007fa3ac672fc23 - 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/hexchat/5.1.0/.helmignore b/stable/heimdall/20.2.0/.helmignore similarity index 100% rename from stable/hexchat/5.1.0/.helmignore rename to stable/heimdall/20.2.0/.helmignore diff --git a/stable/heimdall/20.2.0/CHANGELOG.md b/stable/heimdall/20.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d9655827c94 --- /dev/null +++ b/stable/heimdall/20.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + +## [heimdall-19.0.4](https://github.com/truecharts/charts/compare/heimdall-19.0.3...heimdall-19.0.4) (2024-02-12) + +### Chore + + + +- update container image linuxserver/heimdall to v[@9f3a009](https://github.com/9f3a009) by renovate ([#18087](https://github.com/truecharts/charts/issues/18087)) + + +## [heimdall-19.0.3](https://github.com/truecharts/charts/compare/heimdall-19.0.2...heimdall-19.0.3) (2024-02-05) + +### Chore + + + +- update container image linuxserver/heimdall to v[@481920a](https://github.com/481920a) by renovate ([#17879](https://github.com/truecharts/charts/issues/17879)) + + +## [heimdall-19.0.2](https://github.com/truecharts/charts/compare/heimdall-19.0.1...heimdall-19.0.2) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [heimdall-19.0.1](https://github.com/truecharts/charts/compare/heimdall-19.0.0...heimdall-19.0.1) (2024-02-03) + +### Fix + + + +- Undo old chart update from poor upstream versioning ([#17792](https://github.com/truecharts/charts/issues/17792)) + + +## [heimdall-19.0.0](https://github.com/truecharts/charts/compare/heimdall-18.1.11...heimdall-19.0.0) (2024-01-29) + +### Chore + + + +- update container image linuxserver/heimdall to v2021.11.28[@08863e3](https://github.com/08863e3) by renovate ([#17727](https://github.com/truecharts/charts/issues/17727)) + + +## [heimdall-18.1.11](https://github.com/truecharts/charts/compare/heimdall-18.1.10...heimdall-18.1.11) (2024-01-29) + +### Fix + + + +- Update to 2.5.8 ([#17713](https://github.com/truecharts/charts/issues/17713)) + + +## [heimdall-18.1.10](https://github.com/truecharts/charts/compare/heimdall-18.1.9...heimdall-18.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [heimdall-18.1.9](https://github.com/truecharts/charts/compare/heimdall-18.1.8...heimdall-18.1.9) (2024-01-21) + +### Chore + + diff --git a/stable/heimdall/20.2.0/Chart.yaml b/stable/heimdall/20.2.0/Chart.yaml new file mode 100644 index 00000000000..0284041ecaa --- /dev/null +++ b/stable/heimdall/20.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: organizers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.6.1 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An Application dashboard and launcher +home: https://truecharts.org/charts/stable/heimdall +icon: https://truecharts.org/img/hotlink-ok/chart-icons/heimdall.png +keywords: + - heimdall +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: heimdall +sources: + - https://github.com/linuxserver/Heimdall/ + - https://github.com/truecharts/charts/tree/master/charts/stable/heimdall + - https://hub.docker.com/r/linuxserver/heimdall +type: application +version: 20.2.0 diff --git a/stable/heimdall/20.1.1/README.md b/stable/heimdall/20.2.0/README.md similarity index 100% rename from stable/heimdall/20.1.1/README.md rename to stable/heimdall/20.2.0/README.md diff --git a/stable/heimdall/20.1.1/app-readme.md b/stable/heimdall/20.2.0/app-readme.md similarity index 100% rename from stable/heimdall/20.1.1/app-readme.md rename to stable/heimdall/20.2.0/app-readme.md diff --git a/stable/heimdall/20.2.0/charts/common-18.1.2.tgz b/stable/heimdall/20.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/heimdall/20.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/heimdall/20.2.0/ix_values.yaml b/stable/heimdall/20.2.0/ix_values.yaml new file mode 100644 index 00000000000..2f4da42c5de --- /dev/null +++ b/stable/heimdall/20.2.0/ix_values.yaml @@ -0,0 +1,31 @@ +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/heimdall/20.1.1/questions.yaml b/stable/heimdall/20.2.0/questions.yaml similarity index 100% rename from stable/heimdall/20.1.1/questions.yaml rename to stable/heimdall/20.2.0/questions.yaml diff --git a/stable/home-assistant/24.1.1/templates/NOTES.txt b/stable/heimdall/20.2.0/templates/NOTES.txt similarity index 100% rename from stable/home-assistant/24.1.1/templates/NOTES.txt rename to stable/heimdall/20.2.0/templates/NOTES.txt diff --git a/stable/homepage/7.1.0/templates/common.yaml b/stable/heimdall/20.2.0/templates/common.yaml similarity index 100% rename from stable/homepage/7.1.0/templates/common.yaml rename to stable/heimdall/20.2.0/templates/common.yaml diff --git a/stable/hexchat/5.1.0/values.yaml b/stable/heimdall/20.2.0/values.yaml similarity index 100% rename from stable/hexchat/5.1.0/values.yaml rename to stable/heimdall/20.2.0/values.yaml diff --git a/stable/hetzner-ddns/5.1.0/CHANGELOG.md b/stable/hetzner-ddns/5.1.0/CHANGELOG.md deleted file mode 100644 index 7a168c6d867..00000000000 --- a/stable/hetzner-ddns/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/hetzner-ddns/5.1.0/Chart.yaml b/stable/hetzner-ddns/5.1.0/Chart.yaml deleted file mode 100644 index 26ca910c406..00000000000 --- a/stable/hetzner-ddns/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/hetzner-ddns/5.1.0/charts/common-18.0.1.tgz b/stable/hetzner-ddns/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/hetzner-ddns/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/hexo-blog/5.1.0/.helmignore b/stable/hetzner-ddns/5.2.0/.helmignore similarity index 100% rename from stable/hexo-blog/5.1.0/.helmignore rename to stable/hetzner-ddns/5.2.0/.helmignore diff --git a/stable/hetzner-ddns/5.2.0/CHANGELOG.md b/stable/hetzner-ddns/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..341bfa843bc --- /dev/null +++ b/stable/hetzner-ddns/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/hetzner-ddns/5.2.0/Chart.yaml b/stable/hetzner-ddns/5.2.0/Chart.yaml new file mode 100644 index 00000000000..39da2266af6 --- /dev/null +++ b/stable/hetzner-ddns/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-DNS + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/hetzner-ddns/5.1.0/README.md b/stable/hetzner-ddns/5.2.0/README.md similarity index 100% rename from stable/hetzner-ddns/5.1.0/README.md rename to stable/hetzner-ddns/5.2.0/README.md diff --git a/stable/hetzner-ddns/5.1.0/app-readme.md b/stable/hetzner-ddns/5.2.0/app-readme.md similarity index 100% rename from stable/hetzner-ddns/5.1.0/app-readme.md rename to stable/hetzner-ddns/5.2.0/app-readme.md diff --git a/stable/hetzner-ddns/5.2.0/charts/common-18.1.2.tgz b/stable/hetzner-ddns/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/hetzner-ddns/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/hetzner-ddns/5.1.0/ix_values.yaml b/stable/hetzner-ddns/5.2.0/ix_values.yaml similarity index 100% rename from stable/hetzner-ddns/5.1.0/ix_values.yaml rename to stable/hetzner-ddns/5.2.0/ix_values.yaml diff --git a/stable/hetzner-ddns/5.1.0/questions.yaml b/stable/hetzner-ddns/5.2.0/questions.yaml similarity index 100% rename from stable/hetzner-ddns/5.1.0/questions.yaml rename to stable/hetzner-ddns/5.2.0/questions.yaml diff --git a/stable/hetzner-ddns/5.1.0/templates/common.yaml b/stable/hetzner-ddns/5.2.0/templates/common.yaml similarity index 100% rename from stable/hetzner-ddns/5.1.0/templates/common.yaml rename to stable/hetzner-ddns/5.2.0/templates/common.yaml diff --git a/stable/hexo-blog/5.1.0/values.yaml b/stable/hetzner-ddns/5.2.0/values.yaml similarity index 100% rename from stable/hexo-blog/5.1.0/values.yaml rename to stable/hetzner-ddns/5.2.0/values.yaml diff --git a/stable/hexchat/5.1.0/CHANGELOG.md b/stable/hexchat/5.1.0/CHANGELOG.md deleted file mode 100644 index ca92aea76c0..00000000000 --- a/stable/hexchat/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [hexchat-4.1.12](https://github.com/truecharts/charts/compare/hexchat-4.1.11...hexchat-4.1.12) (2024-02-12) - -### Chore - - - -- update container image binhex/arch-hexchat to latest[@87c3fc6](https://github.com/87c3fc6) by renovate ([#18025](https://github.com/truecharts/charts/issues/18025)) - - -## [hexchat-4.1.11](https://github.com/truecharts/charts/compare/hexchat-4.1.10...hexchat-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [hexchat-4.1.10](https://github.com/truecharts/charts/compare/hexchat-4.1.9...hexchat-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [hexchat-4.1.9](https://github.com/truecharts/charts/compare/hexchat-4.1.8...hexchat-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [hexchat-4.1.8](https://github.com/truecharts/charts/compare/hexchat-4.1.7...hexchat-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [hexchat-4.1.7](https://github.com/truecharts/charts/compare/hexchat-4.1.6...hexchat-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [hexchat-4.1.6](https://github.com/truecharts/charts/compare/hexchat-4.1.5...hexchat-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [hexchat-4.1.5](https://github.com/truecharts/charts/compare/hexchat-4.1.4...hexchat-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [hexchat-4.1.4](https://github.com/truecharts/charts/compare/hexchat-4.1.3...hexchat-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [hexchat-4.1.3](https://github.com/truecharts/charts/compare/hexchat-4.1.0...hexchat-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/hexchat/5.1.0/Chart.yaml b/stable/hexchat/5.1.0/Chart.yaml deleted file mode 100644 index 78d790d4593..00000000000 --- a/stable/hexchat/5.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/hexchat/5.1.0/charts/common-18.0.1.tgz b/stable/hexchat/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/hexchat/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/homarr/10.1.0/.helmignore b/stable/hexchat/5.2.0/.helmignore similarity index 100% rename from stable/homarr/10.1.0/.helmignore rename to stable/hexchat/5.2.0/.helmignore diff --git a/stable/hexchat/5.2.0/CHANGELOG.md b/stable/hexchat/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..9c7d1f52324 --- /dev/null +++ b/stable/hexchat/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/hexchat/5.2.0/Chart.yaml b/stable/hexchat/5.2.0/Chart.yaml new file mode 100644 index 00000000000..a3667352e07 --- /dev/null +++ b/stable/hexchat/5.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/hexchat/5.1.0/README.md b/stable/hexchat/5.2.0/README.md similarity index 100% rename from stable/hexchat/5.1.0/README.md rename to stable/hexchat/5.2.0/README.md diff --git a/stable/hexchat/5.1.0/app-readme.md b/stable/hexchat/5.2.0/app-readme.md similarity index 100% rename from stable/hexchat/5.1.0/app-readme.md rename to stable/hexchat/5.2.0/app-readme.md diff --git a/stable/hexchat/5.2.0/charts/common-18.1.2.tgz b/stable/hexchat/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/hexchat/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/hexchat/5.1.0/ix_values.yaml b/stable/hexchat/5.2.0/ix_values.yaml similarity index 100% rename from stable/hexchat/5.1.0/ix_values.yaml rename to stable/hexchat/5.2.0/ix_values.yaml diff --git a/stable/hexchat/5.1.0/questions.yaml b/stable/hexchat/5.2.0/questions.yaml similarity index 100% rename from stable/hexchat/5.1.0/questions.yaml rename to stable/hexchat/5.2.0/questions.yaml diff --git a/stable/hexchat/5.1.0/templates/common.yaml b/stable/hexchat/5.2.0/templates/common.yaml similarity index 100% rename from stable/hexchat/5.1.0/templates/common.yaml rename to stable/hexchat/5.2.0/templates/common.yaml diff --git a/stable/homarr/10.1.0/values.yaml b/stable/hexchat/5.2.0/values.yaml similarity index 100% rename from stable/homarr/10.1.0/values.yaml rename to stable/hexchat/5.2.0/values.yaml diff --git a/stable/hexo-blog/5.1.0/CHANGELOG.md b/stable/hexo-blog/5.1.0/CHANGELOG.md deleted file mode 100644 index 4a2f535c745..00000000000 --- a/stable/hexo-blog/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/hexo-blog/5.1.0/Chart.yaml b/stable/hexo-blog/5.1.0/Chart.yaml deleted file mode 100644 index 9b8dfd141b3..00000000000 --- a/stable/hexo-blog/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/hexo-blog/5.1.0/charts/common-18.0.1.tgz b/stable/hexo-blog/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/hexo-blog/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/home-assistant/24.1.1/.helmignore b/stable/hexo-blog/5.2.0/.helmignore similarity index 100% rename from stable/home-assistant/24.1.1/.helmignore rename to stable/hexo-blog/5.2.0/.helmignore diff --git a/stable/hexo-blog/5.2.0/CHANGELOG.md b/stable/hexo-blog/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e98aa56d6fd --- /dev/null +++ b/stable/hexo-blog/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/hexo-blog/5.2.0/Chart.yaml b/stable/hexo-blog/5.2.0/Chart.yaml new file mode 100644 index 00000000000..b914f9ed241 --- /dev/null +++ b/stable/hexo-blog/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/hexo-blog/5.1.0/README.md b/stable/hexo-blog/5.2.0/README.md similarity index 100% rename from stable/hexo-blog/5.1.0/README.md rename to stable/hexo-blog/5.2.0/README.md diff --git a/stable/hexo-blog/5.1.0/app-readme.md b/stable/hexo-blog/5.2.0/app-readme.md similarity index 100% rename from stable/hexo-blog/5.1.0/app-readme.md rename to stable/hexo-blog/5.2.0/app-readme.md diff --git a/stable/hexo-blog/5.2.0/charts/common-18.1.2.tgz b/stable/hexo-blog/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/hexo-blog/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/hexo-blog/5.1.0/ix_values.yaml b/stable/hexo-blog/5.2.0/ix_values.yaml similarity index 100% rename from stable/hexo-blog/5.1.0/ix_values.yaml rename to stable/hexo-blog/5.2.0/ix_values.yaml diff --git a/stable/hexo-blog/5.1.0/questions.yaml b/stable/hexo-blog/5.2.0/questions.yaml similarity index 100% rename from stable/hexo-blog/5.1.0/questions.yaml rename to stable/hexo-blog/5.2.0/questions.yaml diff --git a/stable/hexo-blog/5.1.0/templates/common.yaml b/stable/hexo-blog/5.2.0/templates/common.yaml similarity index 100% rename from stable/hexo-blog/5.1.0/templates/common.yaml rename to stable/hexo-blog/5.2.0/templates/common.yaml diff --git a/stable/home-assistant/24.1.1/values.yaml b/stable/hexo-blog/5.2.0/values.yaml similarity index 100% rename from stable/home-assistant/24.1.1/values.yaml rename to stable/hexo-blog/5.2.0/values.yaml diff --git a/stable/homarr/10.1.0/CHANGELOG.md b/stable/homarr/10.1.0/CHANGELOG.md deleted file mode 100644 index 98203ca19c4..00000000000 --- a/stable/homarr/10.1.0/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.0/Chart.yaml b/stable/homarr/10.1.0/Chart.yaml deleted file mode 100644 index 01bebae0b49..00000000000 --- a/stable/homarr/10.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.15.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/homarr/10.1.0/charts/common-18.0.1.tgz b/stable/homarr/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/homarr/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/homebox/6.1.0/.helmignore b/stable/homarr/10.2.0/.helmignore similarity index 100% rename from stable/homebox/6.1.0/.helmignore rename to stable/homarr/10.2.0/.helmignore diff --git a/stable/homarr/10.2.0/CHANGELOG.md b/stable/homarr/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..91aa9d3d24c --- /dev/null +++ b/stable/homarr/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + +## [homarr-9.1.14](https://github.com/truecharts/charts/compare/homarr-9.1.13...homarr-9.1.14) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/ajnart/homarr to v0.14.6[@04763e5](https://github.com/04763e5) by renovate ([#17907](https://github.com/truecharts/charts/issues/17907)) + + +## [homarr-9.1.13](https://github.com/truecharts/charts/compare/homarr-9.1.12...homarr-9.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [homarr-9.1.12](https://github.com/truecharts/charts/compare/homarr-9.1.11...homarr-9.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [homarr-9.1.11](https://github.com/truecharts/charts/compare/homarr-9.1.10...homarr-9.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [homarr-9.1.10](https://github.com/truecharts/charts/compare/homarr-9.1.9...homarr-9.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [homarr-9.1.9](https://github.com/truecharts/charts/compare/homarr-9.1.8...homarr-9.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [homarr-9.1.8](https://github.com/truecharts/charts/compare/homarr-9.1.7...homarr-9.1.8) (2024-01-19) + +### Chore + + + +- update container image ghcr.io/ajnart/homarr to v0.14.4[@ee7babc](https://github.com/ee7babc) by renovate ([#17301](https://github.com/truecharts/charts/issues/17301)) + + + + +## [homarr-9.1.7](https://github.com/truecharts/charts/compare/homarr-9.1.6...homarr-9.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [homarr-9.1.6](https://github.com/truecharts/charts/compare/homarr-9.1.5...homarr-9.1.6) (2024-01-02) + +### Chore + diff --git a/stable/homarr/10.2.0/Chart.yaml b/stable/homarr/10.2.0/Chart.yaml new file mode 100644 index 00000000000..e2a38b89990 --- /dev/null +++ b/stable/homarr/10.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.15.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/homarr/10.1.0/README.md b/stable/homarr/10.2.0/README.md similarity index 100% rename from stable/homarr/10.1.0/README.md rename to stable/homarr/10.2.0/README.md diff --git a/stable/homarr/10.1.0/app-readme.md b/stable/homarr/10.2.0/app-readme.md similarity index 100% rename from stable/homarr/10.1.0/app-readme.md rename to stable/homarr/10.2.0/app-readme.md diff --git a/stable/homarr/10.2.0/charts/common-18.1.2.tgz b/stable/homarr/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/homarr/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/homarr/10.1.0/ix_values.yaml b/stable/homarr/10.2.0/ix_values.yaml similarity index 100% rename from stable/homarr/10.1.0/ix_values.yaml rename to stable/homarr/10.2.0/ix_values.yaml diff --git a/stable/homarr/10.1.0/questions.yaml b/stable/homarr/10.2.0/questions.yaml similarity index 100% rename from stable/homarr/10.1.0/questions.yaml rename to stable/homarr/10.2.0/questions.yaml diff --git a/stable/homebox/6.1.0/templates/NOTES.txt b/stable/homarr/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/homebox/6.1.0/templates/NOTES.txt rename to stable/homarr/10.2.0/templates/NOTES.txt diff --git a/stable/homarr/10.1.0/templates/_secrets.tpl b/stable/homarr/10.2.0/templates/_secrets.tpl similarity index 100% rename from stable/homarr/10.1.0/templates/_secrets.tpl rename to stable/homarr/10.2.0/templates/_secrets.tpl diff --git a/stable/homarr/10.1.0/templates/common.yaml b/stable/homarr/10.2.0/templates/common.yaml similarity index 100% rename from stable/homarr/10.1.0/templates/common.yaml rename to stable/homarr/10.2.0/templates/common.yaml diff --git a/stable/homebox/6.1.0/values.yaml b/stable/homarr/10.2.0/values.yaml similarity index 100% rename from stable/homebox/6.1.0/values.yaml rename to stable/homarr/10.2.0/values.yaml diff --git a/stable/home-assistant/24.1.1/CHANGELOG.md b/stable/home-assistant/24.1.1/CHANGELOG.md deleted file mode 100644 index 211a7399d1e..00000000000 --- a/stable/home-assistant/24.1.1/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.1/Chart.yaml b/stable/home-assistant/24.1.1/Chart.yaml deleted file mode 100644 index 551e9f872ca..00000000000 --- a/stable/home-assistant/24.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: 2024.2.3 -dependencies: - - name: common - version: 18.0.1 - 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.1 diff --git a/stable/home-assistant/24.1.1/charts/common-18.0.1.tgz b/stable/home-assistant/24.1.1/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/home-assistant/24.1.1/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/homebridge/7.1.0/.helmignore b/stable/home-assistant/24.2.0/.helmignore similarity index 100% rename from stable/homebridge/7.1.0/.helmignore rename to stable/home-assistant/24.2.0/.helmignore diff --git a/stable/home-assistant/24.2.0/CHANGELOG.md b/stable/home-assistant/24.2.0/CHANGELOG.md new file mode 100644 index 00000000000..0daecb27944 --- /dev/null +++ b/stable/home-assistant/24.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + +## [home-assistant-23.1.0](https://github.com/truecharts/charts/compare/home-assistant-23.0.14...home-assistant-23.1.0) (2024-02-12) + +### Chore + + + +- update container image homeassistant/home-assistant to v2024.2.1[@5808ca4](https://github.com/5808ca4) by renovate ([#18192](https://github.com/truecharts/charts/issues/18192)) + + +## [home-assistant-23.0.14](https://github.com/truecharts/charts/compare/home-assistant-23.0.13...home-assistant-23.0.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [home-assistant-23.0.13](https://github.com/truecharts/charts/compare/home-assistant-23.0.12...home-assistant-23.0.13) (2024-02-02) + +### Chore + + + +- update container image homeassistant/home-assistant to v2024.1.6[@3c571dc](https://github.com/3c571dc) by renovate ([#17788](https://github.com/truecharts/charts/issues/17788)) + + +## [home-assistant-23.0.12](https://github.com/truecharts/charts/compare/home-assistant-23.0.11...home-assistant-23.0.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [home-assistant-23.0.11](https://github.com/truecharts/charts/compare/home-assistant-23.0.10...home-assistant-23.0.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [home-assistant-23.0.10](https://github.com/truecharts/charts/compare/home-assistant-23.0.9...home-assistant-23.0.10) (2024-01-21) + +### Fix + + + +- correct default file copy ([#17473](https://github.com/truecharts/charts/issues/17473)) + + +## [home-assistant-23.0.9](https://github.com/truecharts/charts/compare/home-assistant-23.0.8...home-assistant-23.0.9) (2024-01-21) + +### Fix + + + +- fix script ([#17463](https://github.com/truecharts/charts/issues/17463)) + + +## [home-assistant-23.0.8](https://github.com/truecharts/charts/compare/home-assistant-23.0.7...home-assistant-23.0.8) (2024-01-21) + +### Chore + + + +- update db url always ([#17460](https://github.com/truecharts/charts/issues/17460)) + + +## [home-assistant-23.0.7](https://github.com/truecharts/charts/compare/home-assistant-23.0.6...home-assistant-23.0.7) (2024-01-21) diff --git a/stable/home-assistant/24.2.0/Chart.yaml b/stable/home-assistant/24.2.0/Chart.yaml new file mode 100644 index 00000000000..c7162e36e52 --- /dev/null +++ b/stable/home-assistant/24.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.2.3 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: home-assistant App for TrueNAS SCALE +home: https://truecharts.org/charts/stable/home-assistant +icon: https://truecharts.org/img/hotlink-ok/chart-icons/home-assistant.png +keywords: + - home-assistant + - home-automation + - hass +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: home-assistant +sources: + - https://github.com/cdr/code-server + - https://github.com/home-assistant/home-assistant + - https://github.com/truecharts/charts/tree/master/charts/stable/home-assistant + - https://hub.docker.com/r/homeassistant/home-assistant +type: application +version: 24.2.0 diff --git a/stable/home-assistant/24.1.1/README.md b/stable/home-assistant/24.2.0/README.md similarity index 100% rename from stable/home-assistant/24.1.1/README.md rename to stable/home-assistant/24.2.0/README.md diff --git a/stable/home-assistant/24.1.1/app-readme.md b/stable/home-assistant/24.2.0/app-readme.md similarity index 100% rename from stable/home-assistant/24.1.1/app-readme.md rename to stable/home-assistant/24.2.0/app-readme.md diff --git a/stable/home-assistant/24.2.0/charts/common-18.1.2.tgz b/stable/home-assistant/24.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/home-assistant/24.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/home-assistant/24.1.1/ix_values.yaml b/stable/home-assistant/24.2.0/ix_values.yaml similarity index 100% rename from stable/home-assistant/24.1.1/ix_values.yaml rename to stable/home-assistant/24.2.0/ix_values.yaml diff --git a/stable/home-assistant/24.1.1/questions.yaml b/stable/home-assistant/24.2.0/questions.yaml similarity index 100% rename from stable/home-assistant/24.1.1/questions.yaml rename to stable/home-assistant/24.2.0/questions.yaml diff --git a/stable/homebridge/7.1.0/templates/NOTES.txt b/stable/home-assistant/24.2.0/templates/NOTES.txt similarity index 100% rename from stable/homebridge/7.1.0/templates/NOTES.txt rename to stable/home-assistant/24.2.0/templates/NOTES.txt diff --git a/stable/freeradius/13.1.0/templates/common.yaml b/stable/home-assistant/24.2.0/templates/common.yaml similarity index 100% rename from stable/freeradius/13.1.0/templates/common.yaml rename to stable/home-assistant/24.2.0/templates/common.yaml diff --git a/stable/homebridge/7.1.0/values.yaml b/stable/home-assistant/24.2.0/values.yaml similarity index 100% rename from stable/homebridge/7.1.0/values.yaml rename to stable/home-assistant/24.2.0/values.yaml diff --git a/stable/homebox/6.1.0/CHANGELOG.md b/stable/homebox/6.1.0/CHANGELOG.md deleted file mode 100644 index 05c50c38793..00000000000 --- a/stable/homebox/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [homebox-5.1.12](https://github.com/truecharts/charts/compare/homebox-5.1.11...homebox-5.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [homebox-5.1.11](https://github.com/truecharts/charts/compare/homebox-5.1.10...homebox-5.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [homebox-5.1.10](https://github.com/truecharts/charts/compare/homebox-5.1.9...homebox-5.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [homebox-5.1.9](https://github.com/truecharts/charts/compare/homebox-5.1.8...homebox-5.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [homebox-5.1.8](https://github.com/truecharts/charts/compare/homebox-5.1.7...homebox-5.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [homebox-5.1.7](https://github.com/truecharts/charts/compare/homebox-5.1.6...homebox-5.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [homebox-5.1.6](https://github.com/truecharts/charts/compare/homebox-5.1.5...homebox-5.1.6) (2024-01-08) - -### Chore - - - -- update container image ghcr.io/hay-kot/homebox to v0.10.3[@b1fbca6](https://github.com/b1fbca6) by renovate ([#16992](https://github.com/truecharts/charts/issues/16992)) - - -## [homebox-5.1.5](https://github.com/truecharts/charts/compare/homebox-5.1.4...homebox-5.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [homebox-5.1.4](https://github.com/truecharts/charts/compare/homebox-5.1.3...homebox-5.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [homebox-5.1.3](https://github.com/truecharts/charts/compare/homebox-5.1.0...homebox-5.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/homebox/6.1.0/Chart.yaml b/stable/homebox/6.1.0/Chart.yaml deleted file mode 100644 index 42b3ced5fe4..00000000000 --- a/stable/homebox/6.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/homebox/6.1.0/charts/common-18.0.1.tgz b/stable/homebox/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/homebox/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/homelablabelmaker/8.1.0/.helmignore b/stable/homebox/6.2.0/.helmignore similarity index 100% rename from stable/homelablabelmaker/8.1.0/.helmignore rename to stable/homebox/6.2.0/.helmignore diff --git a/stable/homebox/6.2.0/CHANGELOG.md b/stable/homebox/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..8654d209841 --- /dev/null +++ b/stable/homebox/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/homebox/6.2.0/Chart.yaml b/stable/homebox/6.2.0/Chart.yaml new file mode 100644 index 00000000000..0f18d56a610 --- /dev/null +++ b/stable/homebox/6.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: inventory + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.10.3 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/homebox/6.1.0/README.md b/stable/homebox/6.2.0/README.md similarity index 100% rename from stable/homebox/6.1.0/README.md rename to stable/homebox/6.2.0/README.md diff --git a/stable/homebox/6.1.0/app-readme.md b/stable/homebox/6.2.0/app-readme.md similarity index 100% rename from stable/homebox/6.1.0/app-readme.md rename to stable/homebox/6.2.0/app-readme.md diff --git a/stable/homebox/6.2.0/charts/common-18.1.2.tgz b/stable/homebox/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/homebox/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/homebox/6.1.0/ix_values.yaml b/stable/homebox/6.2.0/ix_values.yaml similarity index 100% rename from stable/homebox/6.1.0/ix_values.yaml rename to stable/homebox/6.2.0/ix_values.yaml diff --git a/stable/homebox/6.1.0/questions.yaml b/stable/homebox/6.2.0/questions.yaml similarity index 100% rename from stable/homebox/6.1.0/questions.yaml rename to stable/homebox/6.2.0/questions.yaml diff --git a/stable/homelablabelmaker/8.1.0/templates/NOTES.txt b/stable/homebox/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/homelablabelmaker/8.1.0/templates/NOTES.txt rename to stable/homebox/6.2.0/templates/NOTES.txt diff --git a/stable/homebox/6.1.0/templates/_secret.tpl b/stable/homebox/6.2.0/templates/_secret.tpl similarity index 100% rename from stable/homebox/6.1.0/templates/_secret.tpl rename to stable/homebox/6.2.0/templates/_secret.tpl diff --git a/stable/homebox/6.1.0/templates/common.yaml b/stable/homebox/6.2.0/templates/common.yaml similarity index 100% rename from stable/homebox/6.1.0/templates/common.yaml rename to stable/homebox/6.2.0/templates/common.yaml diff --git a/stable/homelablabelmaker/8.1.0/values.yaml b/stable/homebox/6.2.0/values.yaml similarity index 100% rename from stable/homelablabelmaker/8.1.0/values.yaml rename to stable/homebox/6.2.0/values.yaml diff --git a/stable/homebridge/7.1.0/CHANGELOG.md b/stable/homebridge/7.1.0/CHANGELOG.md deleted file mode 100644 index a564b1582ea..00000000000 --- a/stable/homebridge/7.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/homebridge/7.1.0/Chart.yaml b/stable/homebridge/7.1.0/Chart.yaml deleted file mode 100644 index 50bb4311be8..00000000000 --- a/stable/homebridge/7.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2023.12.30 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/homebridge/7.1.0/charts/common-18.0.1.tgz b/stable/homebridge/7.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/homebridge/7.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/homepage/7.1.0/.helmignore b/stable/homebridge/7.2.0/.helmignore similarity index 100% rename from stable/homepage/7.1.0/.helmignore rename to stable/homebridge/7.2.0/.helmignore diff --git a/stable/homebridge/7.2.0/CHANGELOG.md b/stable/homebridge/7.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d1db34e0cab --- /dev/null +++ b/stable/homebridge/7.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [homebridge-6.1.14](https://github.com/truecharts/charts/compare/homebridge-6.1.13...homebridge-6.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [homebridge-6.1.13](https://github.com/truecharts/charts/compare/homebridge-6.1.12...homebridge-6.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [homebridge-6.1.12](https://github.com/truecharts/charts/compare/homebridge-6.1.11...homebridge-6.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [homebridge-6.1.11](https://github.com/truecharts/charts/compare/homebridge-6.1.10...homebridge-6.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [homebridge-6.1.10](https://github.com/truecharts/charts/compare/homebridge-6.1.9...homebridge-6.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [homebridge-6.1.9](https://github.com/truecharts/charts/compare/homebridge-6.1.8...homebridge-6.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [homebridge-6.1.8](https://github.com/truecharts/charts/compare/homebridge-6.1.7...homebridge-6.1.8) (2024-01-03) + +### Chore + + + +- update container image homebridge/homebridge to 2023-12-30[@309e3ac](https://github.com/309e3ac) by renovate ([#16775](https://github.com/truecharts/charts/issues/16775)) + + +## [homebridge-6.1.7](https://github.com/truecharts/charts/compare/homebridge-6.1.6...homebridge-6.1.7) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [homebridge-6.1.6](https://github.com/truecharts/charts/compare/homebridge-6.1.4...homebridge-6.1.6) (2024-01-02) + +### Chore + + + +- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) diff --git a/stable/homebridge/7.2.0/Chart.yaml b/stable/homebridge/7.2.0/Chart.yaml new file mode 100644 index 00000000000..4d06f179a13 --- /dev/null +++ b/stable/homebridge/7.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.12.30 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/homebridge/7.1.0/README.md b/stable/homebridge/7.2.0/README.md similarity index 100% rename from stable/homebridge/7.1.0/README.md rename to stable/homebridge/7.2.0/README.md diff --git a/stable/homebridge/7.1.0/app-readme.md b/stable/homebridge/7.2.0/app-readme.md similarity index 100% rename from stable/homebridge/7.1.0/app-readme.md rename to stable/homebridge/7.2.0/app-readme.md diff --git a/stable/homebridge/7.2.0/charts/common-18.1.2.tgz b/stable/homebridge/7.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/homebridge/7.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/homebridge/7.1.0/ix_values.yaml b/stable/homebridge/7.2.0/ix_values.yaml similarity index 100% rename from stable/homebridge/7.1.0/ix_values.yaml rename to stable/homebridge/7.2.0/ix_values.yaml diff --git a/stable/homebridge/7.1.0/questions.yaml b/stable/homebridge/7.2.0/questions.yaml similarity index 100% rename from stable/homebridge/7.1.0/questions.yaml rename to stable/homebridge/7.2.0/questions.yaml diff --git a/stable/homepage/7.1.0/templates/NOTES.txt b/stable/homebridge/7.2.0/templates/NOTES.txt similarity index 100% rename from stable/homepage/7.1.0/templates/NOTES.txt rename to stable/homebridge/7.2.0/templates/NOTES.txt diff --git a/stable/homer/9.1.0/templates/common.yaml b/stable/homebridge/7.2.0/templates/common.yaml similarity index 100% rename from stable/homer/9.1.0/templates/common.yaml rename to stable/homebridge/7.2.0/templates/common.yaml diff --git a/stable/homepage/7.1.0/values.yaml b/stable/homebridge/7.2.0/values.yaml similarity index 100% rename from stable/homepage/7.1.0/values.yaml rename to stable/homebridge/7.2.0/values.yaml diff --git a/stable/homelablabelmaker/8.1.0/CHANGELOG.md b/stable/homelablabelmaker/8.1.0/CHANGELOG.md deleted file mode 100644 index 3f7a423720e..00000000000 --- a/stable/homelablabelmaker/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/homelablabelmaker/8.1.0/Chart.yaml b/stable/homelablabelmaker/8.1.0/Chart.yaml deleted file mode 100644 index 08801d9a63e..00000000000 --- a/stable/homelablabelmaker/8.1.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: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/homelablabelmaker/8.1.0/charts/common-18.0.1.tgz b/stable/homelablabelmaker/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/homelablabelmaker/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/homer/9.1.0/.helmignore b/stable/homelablabelmaker/8.2.0/.helmignore similarity index 100% rename from stable/homer/9.1.0/.helmignore rename to stable/homelablabelmaker/8.2.0/.helmignore diff --git a/stable/homelablabelmaker/8.2.0/CHANGELOG.md b/stable/homelablabelmaker/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..0c14d313fba --- /dev/null +++ b/stable/homelablabelmaker/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/homelablabelmaker/8.2.0/Chart.yaml b/stable/homelablabelmaker/8.2.0/Chart.yaml new file mode 100644 index 00000000000..f9679fde45c --- /dev/null +++ b/stable/homelablabelmaker/8.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/homelablabelmaker/8.1.0/README.md b/stable/homelablabelmaker/8.2.0/README.md similarity index 100% rename from stable/homelablabelmaker/8.1.0/README.md rename to stable/homelablabelmaker/8.2.0/README.md diff --git a/stable/homelablabelmaker/8.1.0/app-readme.md b/stable/homelablabelmaker/8.2.0/app-readme.md similarity index 100% rename from stable/homelablabelmaker/8.1.0/app-readme.md rename to stable/homelablabelmaker/8.2.0/app-readme.md diff --git a/stable/homelablabelmaker/8.2.0/charts/common-18.1.2.tgz b/stable/homelablabelmaker/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/homelablabelmaker/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/homelablabelmaker/8.1.0/ix_values.yaml b/stable/homelablabelmaker/8.2.0/ix_values.yaml similarity index 100% rename from stable/homelablabelmaker/8.1.0/ix_values.yaml rename to stable/homelablabelmaker/8.2.0/ix_values.yaml diff --git a/stable/homelablabelmaker/8.1.0/questions.yaml b/stable/homelablabelmaker/8.2.0/questions.yaml similarity index 100% rename from stable/homelablabelmaker/8.1.0/questions.yaml rename to stable/homelablabelmaker/8.2.0/questions.yaml diff --git a/stable/homer/9.1.0/templates/NOTES.txt b/stable/homelablabelmaker/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/homer/9.1.0/templates/NOTES.txt rename to stable/homelablabelmaker/8.2.0/templates/NOTES.txt diff --git a/stable/homelablabelmaker/8.1.0/templates/common.yaml b/stable/homelablabelmaker/8.2.0/templates/common.yaml similarity index 100% rename from stable/homelablabelmaker/8.1.0/templates/common.yaml rename to stable/homelablabelmaker/8.2.0/templates/common.yaml diff --git a/stable/homer/9.1.0/values.yaml b/stable/homelablabelmaker/8.2.0/values.yaml similarity index 100% rename from stable/homer/9.1.0/values.yaml rename to stable/homelablabelmaker/8.2.0/values.yaml diff --git a/stable/homepage/7.1.0/CHANGELOG.md b/stable/homepage/7.1.0/CHANGELOG.md deleted file mode 100644 index 22e95a413ac..00000000000 --- a/stable/homepage/7.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - -## [homepage-6.3.14](https://github.com/truecharts/charts/compare/homepage-6.3.13...homepage-6.3.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [homepage-6.3.13](https://github.com/truecharts/charts/compare/homepage-6.3.12...homepage-6.3.13) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/gethomepage/homepage to v0.8.7[@06203a4](https://github.com/06203a4) by renovate ([#17670](https://github.com/truecharts/charts/issues/17670)) - - -## [homepage-6.3.12](https://github.com/truecharts/charts/compare/homepage-6.3.11...homepage-6.3.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [homepage-6.3.11](https://github.com/truecharts/charts/compare/homepage-6.3.10...homepage-6.3.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [homepage-6.3.10](https://github.com/truecharts/charts/compare/homepage-6.3.9...homepage-6.3.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [homepage-6.3.9](https://github.com/truecharts/charts/compare/homepage-6.3.8...homepage-6.3.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [homepage-6.3.8](https://github.com/truecharts/charts/compare/homepage-6.3.7...homepage-6.3.8) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/gethomepage/homepage to v0.8.6[@d771f73](https://github.com/d771f73) by renovate ([#17416](https://github.com/truecharts/charts/issues/17416)) - - - - -## [homepage-6.3.7](https://github.com/truecharts/charts/compare/homepage-6.3.6...homepage-6.3.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [homepage-6.3.6](https://github.com/truecharts/charts/compare/homepage-6.3.5...homepage-6.3.6) (2024-01-02) - -### Chore diff --git a/stable/homepage/7.1.0/Chart.yaml b/stable/homepage/7.1.0/Chart.yaml deleted file mode 100644 index 5d114e809b8..00000000000 --- a/stable/homepage/7.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.8.8 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/homepage/7.1.0/charts/common-18.0.1.tgz b/stable/homepage/7.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/homepage/7.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/hoobs/5.1.0/.helmignore b/stable/homepage/7.2.0/.helmignore similarity index 100% rename from stable/hoobs/5.1.0/.helmignore rename to stable/homepage/7.2.0/.helmignore diff --git a/stable/homepage/7.2.0/CHANGELOG.md b/stable/homepage/7.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a5976a31820 --- /dev/null +++ b/stable/homepage/7.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + +## [homepage-6.3.14](https://github.com/truecharts/charts/compare/homepage-6.3.13...homepage-6.3.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [homepage-6.3.13](https://github.com/truecharts/charts/compare/homepage-6.3.12...homepage-6.3.13) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/gethomepage/homepage to v0.8.7[@06203a4](https://github.com/06203a4) by renovate ([#17670](https://github.com/truecharts/charts/issues/17670)) + + +## [homepage-6.3.12](https://github.com/truecharts/charts/compare/homepage-6.3.11...homepage-6.3.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [homepage-6.3.11](https://github.com/truecharts/charts/compare/homepage-6.3.10...homepage-6.3.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [homepage-6.3.10](https://github.com/truecharts/charts/compare/homepage-6.3.9...homepage-6.3.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [homepage-6.3.9](https://github.com/truecharts/charts/compare/homepage-6.3.8...homepage-6.3.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [homepage-6.3.8](https://github.com/truecharts/charts/compare/homepage-6.3.7...homepage-6.3.8) (2024-01-21) + +### Chore + + + +- update container image ghcr.io/gethomepage/homepage to v0.8.6[@d771f73](https://github.com/d771f73) by renovate ([#17416](https://github.com/truecharts/charts/issues/17416)) + + + + +## [homepage-6.3.7](https://github.com/truecharts/charts/compare/homepage-6.3.6...homepage-6.3.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + diff --git a/stable/homepage/7.2.0/Chart.yaml b/stable/homepage/7.2.0/Chart.yaml new file mode 100644 index 00000000000..3583d3eb115 --- /dev/null +++ b/stable/homepage/7.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: dashboard + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.8.8 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A highly customizable homepage +home: https://truecharts.org/charts/stable/homepage +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homepage.png +keywords: + - homepage +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: homepage +sources: + - https://github.com/benphelps/homepage + - https://github.com/truecharts/charts/tree/master/charts/stable/homepage + - https://ghcr.io/gethomepage/homepage +type: application +version: 7.2.0 diff --git a/stable/homepage/7.1.0/README.md b/stable/homepage/7.2.0/README.md similarity index 100% rename from stable/homepage/7.1.0/README.md rename to stable/homepage/7.2.0/README.md diff --git a/stable/homepage/7.1.0/app-readme.md b/stable/homepage/7.2.0/app-readme.md similarity index 100% rename from stable/homepage/7.1.0/app-readme.md rename to stable/homepage/7.2.0/app-readme.md diff --git a/stable/homepage/7.2.0/charts/common-18.1.2.tgz b/stable/homepage/7.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/homepage/7.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/homepage/7.1.0/ix_values.yaml b/stable/homepage/7.2.0/ix_values.yaml similarity index 100% rename from stable/homepage/7.1.0/ix_values.yaml rename to stable/homepage/7.2.0/ix_values.yaml diff --git a/stable/homepage/7.1.0/questions.yaml b/stable/homepage/7.2.0/questions.yaml similarity index 100% rename from stable/homepage/7.1.0/questions.yaml rename to stable/homepage/7.2.0/questions.yaml diff --git a/stable/htpcmanager/9.1.0/templates/NOTES.txt b/stable/homepage/7.2.0/templates/NOTES.txt similarity index 100% rename from stable/htpcmanager/9.1.0/templates/NOTES.txt rename to stable/homepage/7.2.0/templates/NOTES.txt diff --git a/stable/htpcmanager/9.1.0/templates/common.yaml b/stable/homepage/7.2.0/templates/common.yaml similarity index 100% rename from stable/htpcmanager/9.1.0/templates/common.yaml rename to stable/homepage/7.2.0/templates/common.yaml diff --git a/stable/hoobs/5.1.0/values.yaml b/stable/homepage/7.2.0/values.yaml similarity index 100% rename from stable/hoobs/5.1.0/values.yaml rename to stable/homepage/7.2.0/values.yaml diff --git a/stable/homer/9.1.0/CHANGELOG.md b/stable/homer/9.1.0/CHANGELOG.md deleted file mode 100644 index 2b2290b3eda..00000000000 --- a/stable/homer/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/homer/9.1.0/Chart.yaml b/stable/homer/9.1.0/Chart.yaml deleted file mode 100644 index 83160f813cd..00000000000 --- a/stable/homer/9.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 23.10.1 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/homer/9.1.0/charts/common-18.0.1.tgz b/stable/homer/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/homer/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/htpcmanager/9.1.0/.helmignore b/stable/homer/9.2.0/.helmignore similarity index 100% rename from stable/htpcmanager/9.1.0/.helmignore rename to stable/homer/9.2.0/.helmignore diff --git a/stable/homer/9.2.0/CHANGELOG.md b/stable/homer/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f083424cbe7 --- /dev/null +++ b/stable/homer/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/homer/9.2.0/Chart.yaml b/stable/homer/9.2.0/Chart.yaml new file mode 100644 index 00000000000..9d3fc5625c6 --- /dev/null +++ b/stable/homer/9.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 23.10.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/homer/9.1.0/README.md b/stable/homer/9.2.0/README.md similarity index 100% rename from stable/homer/9.1.0/README.md rename to stable/homer/9.2.0/README.md diff --git a/stable/homer/9.1.0/app-readme.md b/stable/homer/9.2.0/app-readme.md similarity index 100% rename from stable/homer/9.1.0/app-readme.md rename to stable/homer/9.2.0/app-readme.md diff --git a/stable/homer/9.2.0/charts/common-18.1.2.tgz b/stable/homer/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/homer/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/homer/9.1.0/ix_values.yaml b/stable/homer/9.2.0/ix_values.yaml similarity index 100% rename from stable/homer/9.1.0/ix_values.yaml rename to stable/homer/9.2.0/ix_values.yaml diff --git a/stable/homer/9.1.0/questions.yaml b/stable/homer/9.2.0/questions.yaml similarity index 100% rename from stable/homer/9.1.0/questions.yaml rename to stable/homer/9.2.0/questions.yaml diff --git a/stable/humhub/7.3.1/templates/NOTES.txt b/stable/homer/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/humhub/7.3.1/templates/NOTES.txt rename to stable/homer/9.2.0/templates/NOTES.txt diff --git a/stable/humhub/7.3.1/templates/common.yaml b/stable/homer/9.2.0/templates/common.yaml similarity index 100% rename from stable/humhub/7.3.1/templates/common.yaml rename to stable/homer/9.2.0/templates/common.yaml diff --git a/stable/htpcmanager/9.1.0/values.yaml b/stable/homer/9.2.0/values.yaml similarity index 100% rename from stable/htpcmanager/9.1.0/values.yaml rename to stable/homer/9.2.0/values.yaml diff --git a/stable/hoobs/5.1.0/CHANGELOG.md b/stable/hoobs/5.1.0/CHANGELOG.md deleted file mode 100644 index 2690d1a27d7..00000000000 --- a/stable/hoobs/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/hoobs/5.1.0/Chart.yaml b/stable/hoobs/5.1.0/Chart.yaml deleted file mode 100644 index 9a6f9800699..00000000000 --- a/stable/hoobs/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/hoobs/5.1.0/charts/common-18.0.1.tgz b/stable/hoobs/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/hoobs/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/humhub/7.3.1/.helmignore b/stable/hoobs/5.2.0/.helmignore similarity index 100% rename from stable/humhub/7.3.1/.helmignore rename to stable/hoobs/5.2.0/.helmignore diff --git a/stable/hoobs/5.2.0/CHANGELOG.md b/stable/hoobs/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..6289954f9f0 --- /dev/null +++ b/stable/hoobs/5.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/hoobs/5.2.0/Chart.yaml b/stable/hoobs/5.2.0/Chart.yaml new file mode 100644 index 00000000000..4ac28c6b96e --- /dev/null +++ b/stable/hoobs/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "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.0 diff --git a/stable/hoobs/5.1.0/README.md b/stable/hoobs/5.2.0/README.md similarity index 100% rename from stable/hoobs/5.1.0/README.md rename to stable/hoobs/5.2.0/README.md diff --git a/stable/hoobs/5.1.0/app-readme.md b/stable/hoobs/5.2.0/app-readme.md similarity index 100% rename from stable/hoobs/5.1.0/app-readme.md rename to stable/hoobs/5.2.0/app-readme.md diff --git a/stable/hoobs/5.2.0/charts/common-18.1.2.tgz b/stable/hoobs/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/hoobs/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/hoobs/5.1.0/ix_values.yaml b/stable/hoobs/5.2.0/ix_values.yaml similarity index 100% rename from stable/hoobs/5.1.0/ix_values.yaml rename to stable/hoobs/5.2.0/ix_values.yaml diff --git a/stable/hoobs/5.1.0/questions.yaml b/stable/hoobs/5.2.0/questions.yaml similarity index 100% rename from stable/hoobs/5.1.0/questions.yaml rename to stable/hoobs/5.2.0/questions.yaml diff --git a/stable/hoobs/5.1.0/templates/common.yaml b/stable/hoobs/5.2.0/templates/common.yaml similarity index 100% rename from stable/hoobs/5.1.0/templates/common.yaml rename to stable/hoobs/5.2.0/templates/common.yaml diff --git a/stable/humhub/7.3.1/values.yaml b/stable/hoobs/5.2.0/values.yaml similarity index 100% rename from stable/humhub/7.3.1/values.yaml rename to stable/hoobs/5.2.0/values.yaml diff --git a/stable/htpcmanager/9.1.0/CHANGELOG.md b/stable/htpcmanager/9.1.0/CHANGELOG.md deleted file mode 100644 index c8a8f4aeb82..00000000000 --- a/stable/htpcmanager/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/htpcmanager/9.1.0/Chart.yaml b/stable/htpcmanager/9.1.0/Chart.yaml deleted file mode 100644 index 9ad02159c9f..00000000000 --- a/stable/htpcmanager/9.1.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: 2021.11.17 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/htpcmanager/9.1.0/charts/common-18.0.1.tgz b/stable/htpcmanager/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/htpcmanager/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/hurtworld/5.1.0/.helmignore b/stable/htpcmanager/9.2.0/.helmignore similarity index 100% rename from stable/hurtworld/5.1.0/.helmignore rename to stable/htpcmanager/9.2.0/.helmignore diff --git a/stable/htpcmanager/9.2.0/CHANGELOG.md b/stable/htpcmanager/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f4aecc89d71 --- /dev/null +++ b/stable/htpcmanager/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/htpcmanager/9.2.0/Chart.yaml b/stable/htpcmanager/9.2.0/Chart.yaml new file mode 100644 index 00000000000..e6a87340680 --- /dev/null +++ b/stable/htpcmanager/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.11.17 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/htpcmanager/9.1.0/README.md b/stable/htpcmanager/9.2.0/README.md similarity index 100% rename from stable/htpcmanager/9.1.0/README.md rename to stable/htpcmanager/9.2.0/README.md diff --git a/stable/htpcmanager/9.1.0/app-readme.md b/stable/htpcmanager/9.2.0/app-readme.md similarity index 100% rename from stable/htpcmanager/9.1.0/app-readme.md rename to stable/htpcmanager/9.2.0/app-readme.md diff --git a/stable/htpcmanager/9.2.0/charts/common-18.1.2.tgz b/stable/htpcmanager/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/htpcmanager/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/htpcmanager/9.1.0/ix_values.yaml b/stable/htpcmanager/9.2.0/ix_values.yaml similarity index 100% rename from stable/htpcmanager/9.1.0/ix_values.yaml rename to stable/htpcmanager/9.2.0/ix_values.yaml diff --git a/stable/htpcmanager/9.1.0/questions.yaml b/stable/htpcmanager/9.2.0/questions.yaml similarity index 100% rename from stable/htpcmanager/9.1.0/questions.yaml rename to stable/htpcmanager/9.2.0/questions.yaml diff --git a/stable/hyperion-ng/13.1.0/templates/NOTES.txt b/stable/htpcmanager/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/hyperion-ng/13.1.0/templates/NOTES.txt rename to stable/htpcmanager/9.2.0/templates/NOTES.txt diff --git a/stable/hyperion-ng/13.1.0/templates/common.yaml b/stable/htpcmanager/9.2.0/templates/common.yaml similarity index 100% rename from stable/hyperion-ng/13.1.0/templates/common.yaml rename to stable/htpcmanager/9.2.0/templates/common.yaml diff --git a/stable/hurtworld/5.1.0/values.yaml b/stable/htpcmanager/9.2.0/values.yaml similarity index 100% rename from stable/hurtworld/5.1.0/values.yaml rename to stable/htpcmanager/9.2.0/values.yaml diff --git a/stable/humhub/7.3.1/CHANGELOG.md b/stable/humhub/7.3.1/CHANGELOG.md deleted file mode 100644 index 84a52ef8519..00000000000 --- a/stable/humhub/7.3.1/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)) - - -## [humhub-6.2.1](https://github.com/truecharts/charts/compare/humhub-6.2.0...humhub-6.2.1) (2024-01-05) diff --git a/stable/humhub/7.3.1/Chart.yaml b/stable/humhub/7.3.1/Chart.yaml deleted file mode 100644 index e5bf5fe61f7..00000000000 --- a/stable/humhub/7.3.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: 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.2.1 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.3.0 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A feature rich and highly flexible OpenSource Social Network Kit written in PHP. -home: https://truecharts.org/charts/stable/humhub -icon: https://truecharts.org/img/hotlink-ok/chart-icons/humhub.png -keywords: - - humhub - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: humhub -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/humhub - - https://ghcr.io/mriedmann/humhub-nginx - - https://ghcr.io/mriedmann/humhub-phponly -type: application -version: 7.3.1 diff --git a/stable/humhub/7.3.1/charts/common-18.0.2.tgz b/stable/humhub/7.3.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/humhub/7.3.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/humhub/7.3.1/charts/mariadb-12.2.1.tgz b/stable/humhub/7.3.1/charts/mariadb-12.2.1.tgz deleted file mode 100644 index 941aca9f75f..00000000000 Binary files a/stable/humhub/7.3.1/charts/mariadb-12.2.1.tgz and /dev/null differ diff --git a/stable/hyperion-ng/13.1.0/.helmignore b/stable/humhub/7.5.0/.helmignore similarity index 100% rename from stable/hyperion-ng/13.1.0/.helmignore rename to stable/humhub/7.5.0/.helmignore diff --git a/stable/humhub/7.5.0/CHANGELOG.md b/stable/humhub/7.5.0/CHANGELOG.md new file mode 100644 index 00000000000..da15f040a9f --- /dev/null +++ b/stable/humhub/7.5.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + +## [humhub-6.2.9](https://github.com/truecharts/charts/compare/humhub-6.2.8...humhub-6.2.9) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [humhub-6.2.8](https://github.com/truecharts/charts/compare/humhub-6.2.7...humhub-6.2.8) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [humhub-6.2.7](https://github.com/truecharts/charts/compare/humhub-6.2.6...humhub-6.2.7) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [humhub-6.2.6](https://github.com/truecharts/charts/compare/humhub-6.2.5...humhub-6.2.6) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [humhub-6.2.5](https://github.com/truecharts/charts/compare/humhub-6.2.4...humhub-6.2.5) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [humhub-6.2.4](https://github.com/truecharts/charts/compare/humhub-6.2.3...humhub-6.2.4) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [humhub-6.2.3](https://github.com/truecharts/charts/compare/humhub-6.2.2...humhub-6.2.3) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [humhub-6.2.2](https://github.com/truecharts/charts/compare/humhub-6.2.1...humhub-6.2.2) (2024-01-05) + +### Chore + + + +- update container image ghcr.io/mriedmann/humhub-phponly to v1.15.2[@9987a9e](https://github.com/9987a9e) by renovate ([#16889](https://github.com/truecharts/charts/issues/16889)) + +- update container image ghcr.io/mriedmann/humhub-nginx to v1.15.2[@9a34e13](https://github.com/9a34e13) by renovate ([#16888](https://github.com/truecharts/charts/issues/16888)) \ No newline at end of file diff --git a/stable/humhub/7.5.0/Chart.yaml b/stable/humhub/7.5.0/Chart.yaml new file mode 100644 index 00000000000..54f193d706c --- /dev/null +++ b/stable/humhub/7.5.0/Chart.yaml @@ -0,0 +1,51 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Web + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.15.2 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 12.3.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.3.0 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A feature rich and highly flexible OpenSource Social Network Kit written in PHP. +home: https://truecharts.org/charts/stable/humhub +icon: https://truecharts.org/img/hotlink-ok/chart-icons/humhub.png +keywords: + - humhub + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: humhub +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/humhub + - https://ghcr.io/mriedmann/humhub-nginx + - https://ghcr.io/mriedmann/humhub-phponly +type: application +version: 7.5.0 diff --git a/stable/humhub/7.3.1/README.md b/stable/humhub/7.5.0/README.md similarity index 100% rename from stable/humhub/7.3.1/README.md rename to stable/humhub/7.5.0/README.md diff --git a/stable/humhub/7.3.1/app-readme.md b/stable/humhub/7.5.0/app-readme.md similarity index 100% rename from stable/humhub/7.3.1/app-readme.md rename to stable/humhub/7.5.0/app-readme.md diff --git a/stable/humhub/7.5.0/charts/common-18.1.2.tgz b/stable/humhub/7.5.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/humhub/7.5.0/charts/common-18.1.2.tgz differ diff --git a/stable/humhub/7.5.0/charts/mariadb-12.3.0.tgz b/stable/humhub/7.5.0/charts/mariadb-12.3.0.tgz new file mode 100644 index 00000000000..34dba3a8e5b Binary files /dev/null and b/stable/humhub/7.5.0/charts/mariadb-12.3.0.tgz differ diff --git a/stable/humhub/7.3.1/charts/redis-11.3.0.tgz b/stable/humhub/7.5.0/charts/redis-11.3.0.tgz similarity index 100% rename from stable/humhub/7.3.1/charts/redis-11.3.0.tgz rename to stable/humhub/7.5.0/charts/redis-11.3.0.tgz diff --git a/stable/humhub/7.3.1/ix_values.yaml b/stable/humhub/7.5.0/ix_values.yaml similarity index 100% rename from stable/humhub/7.3.1/ix_values.yaml rename to stable/humhub/7.5.0/ix_values.yaml diff --git a/stable/humhub/7.3.1/questions.yaml b/stable/humhub/7.5.0/questions.yaml similarity index 100% rename from stable/humhub/7.3.1/questions.yaml rename to stable/humhub/7.5.0/questions.yaml diff --git a/stable/icloudpd/6.1.0/templates/NOTES.txt b/stable/humhub/7.5.0/templates/NOTES.txt similarity index 100% rename from stable/icloudpd/6.1.0/templates/NOTES.txt rename to stable/humhub/7.5.0/templates/NOTES.txt diff --git a/stable/icloudpd/6.1.0/templates/common.yaml b/stable/humhub/7.5.0/templates/common.yaml similarity index 100% rename from stable/icloudpd/6.1.0/templates/common.yaml rename to stable/humhub/7.5.0/templates/common.yaml diff --git a/stable/hyperion-ng/13.1.0/values.yaml b/stable/humhub/7.5.0/values.yaml similarity index 100% rename from stable/hyperion-ng/13.1.0/values.yaml rename to stable/humhub/7.5.0/values.yaml diff --git a/stable/hurtworld/5.1.0/CHANGELOG.md b/stable/hurtworld/5.1.0/CHANGELOG.md deleted file mode 100644 index 30e48ad9b08..00000000000 --- a/stable/hurtworld/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/hurtworld/5.1.0/Chart.yaml b/stable/hurtworld/5.1.0/Chart.yaml deleted file mode 100644 index ba441bc9fe8..00000000000 --- a/stable/hurtworld/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/hurtworld/5.1.0/charts/common-18.0.1.tgz b/stable/hurtworld/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/hurtworld/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/icloudpd/6.1.0/.helmignore b/stable/hurtworld/5.2.0/.helmignore similarity index 100% rename from stable/icloudpd/6.1.0/.helmignore rename to stable/hurtworld/5.2.0/.helmignore diff --git a/stable/hurtworld/5.2.0/CHANGELOG.md b/stable/hurtworld/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..10bdabc68b1 --- /dev/null +++ b/stable/hurtworld/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/hurtworld/5.2.0/Chart.yaml b/stable/hurtworld/5.2.0/Chart.yaml new file mode 100644 index 00000000000..fd169513752 --- /dev/null +++ b/stable/hurtworld/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: hurtworld +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/hurtworld/5.1.0/README.md b/stable/hurtworld/5.2.0/README.md similarity index 100% rename from stable/hurtworld/5.1.0/README.md rename to stable/hurtworld/5.2.0/README.md diff --git a/stable/hurtworld/5.1.0/app-readme.md b/stable/hurtworld/5.2.0/app-readme.md similarity index 100% rename from stable/hurtworld/5.1.0/app-readme.md rename to stable/hurtworld/5.2.0/app-readme.md diff --git a/stable/hurtworld/5.2.0/charts/common-18.1.2.tgz b/stable/hurtworld/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/hurtworld/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/hurtworld/5.1.0/ix_values.yaml b/stable/hurtworld/5.2.0/ix_values.yaml similarity index 100% rename from stable/hurtworld/5.1.0/ix_values.yaml rename to stable/hurtworld/5.2.0/ix_values.yaml diff --git a/stable/hurtworld/5.1.0/questions.yaml b/stable/hurtworld/5.2.0/questions.yaml similarity index 100% rename from stable/hurtworld/5.1.0/questions.yaml rename to stable/hurtworld/5.2.0/questions.yaml diff --git a/stable/hurtworld/5.1.0/templates/common.yaml b/stable/hurtworld/5.2.0/templates/common.yaml similarity index 100% rename from stable/hurtworld/5.1.0/templates/common.yaml rename to stable/hurtworld/5.2.0/templates/common.yaml diff --git a/stable/icloudpd/6.1.0/values.yaml b/stable/hurtworld/5.2.0/values.yaml similarity index 100% rename from stable/icloudpd/6.1.0/values.yaml rename to stable/hurtworld/5.2.0/values.yaml diff --git a/stable/hyperion-ng/13.1.0/CHANGELOG.md b/stable/hyperion-ng/13.1.0/CHANGELOG.md deleted file mode 100644 index bd77c717735..00000000000 --- a/stable/hyperion-ng/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/hyperion-ng/13.1.0/Chart.yaml b/stable/hyperion-ng/13.1.0/Chart.yaml deleted file mode 100644 index 3ddc6e4b151..00000000000 --- a/stable/hyperion-ng/13.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/hyperion-ng/13.1.0/charts/common-18.0.1.tgz b/stable/hyperion-ng/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/hyperion-ng/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/imgpush/5.1.0/.helmignore b/stable/hyperion-ng/13.2.0/.helmignore similarity index 100% rename from stable/imgpush/5.1.0/.helmignore rename to stable/hyperion-ng/13.2.0/.helmignore diff --git a/stable/hyperion-ng/13.2.0/CHANGELOG.md b/stable/hyperion-ng/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..aba658e4e48 --- /dev/null +++ b/stable/hyperion-ng/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/hyperion-ng/13.2.0/Chart.yaml b/stable/hyperion-ng/13.2.0/Chart.yaml new file mode 100644 index 00000000000..d01b00e9cc7 --- /dev/null +++ b/stable/hyperion-ng/13.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.15 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/hyperion-ng/13.1.0/README.md b/stable/hyperion-ng/13.2.0/README.md similarity index 100% rename from stable/hyperion-ng/13.1.0/README.md rename to stable/hyperion-ng/13.2.0/README.md diff --git a/stable/hyperion-ng/13.1.0/app-readme.md b/stable/hyperion-ng/13.2.0/app-readme.md similarity index 100% rename from stable/hyperion-ng/13.1.0/app-readme.md rename to stable/hyperion-ng/13.2.0/app-readme.md diff --git a/stable/hyperion-ng/13.2.0/charts/common-18.1.2.tgz b/stable/hyperion-ng/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/hyperion-ng/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/hyperion-ng/13.1.0/ix_values.yaml b/stable/hyperion-ng/13.2.0/ix_values.yaml similarity index 100% rename from stable/hyperion-ng/13.1.0/ix_values.yaml rename to stable/hyperion-ng/13.2.0/ix_values.yaml diff --git a/stable/hyperion-ng/13.1.0/questions.yaml b/stable/hyperion-ng/13.2.0/questions.yaml similarity index 100% rename from stable/hyperion-ng/13.1.0/questions.yaml rename to stable/hyperion-ng/13.2.0/questions.yaml diff --git a/stable/impostor-server/8.1.0/templates/NOTES.txt b/stable/hyperion-ng/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/impostor-server/8.1.0/templates/NOTES.txt rename to stable/hyperion-ng/13.2.0/templates/NOTES.txt diff --git a/stable/impostor-server/8.1.0/templates/common.yaml b/stable/hyperion-ng/13.2.0/templates/common.yaml similarity index 100% rename from stable/impostor-server/8.1.0/templates/common.yaml rename to stable/hyperion-ng/13.2.0/templates/common.yaml diff --git a/stable/imgpush/5.1.0/values.yaml b/stable/hyperion-ng/13.2.0/values.yaml similarity index 100% rename from stable/imgpush/5.1.0/values.yaml rename to stable/hyperion-ng/13.2.0/values.yaml diff --git a/stable/icloudpd/6.1.0/CHANGELOG.md b/stable/icloudpd/6.1.0/CHANGELOG.md deleted file mode 100644 index ecbe9fce122..00000000000 --- a/stable/icloudpd/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/icloudpd/6.1.0/Chart.yaml b/stable/icloudpd/6.1.0/Chart.yaml deleted file mode 100644 index 6704d2d59f0..00000000000 --- a/stable/icloudpd/6.1.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: 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.1 - 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.0 diff --git a/stable/icloudpd/6.1.0/charts/common-18.0.1.tgz b/stable/icloudpd/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/icloudpd/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/import-ics/5.1.0/.helmignore b/stable/icloudpd/6.2.0/.helmignore similarity index 100% rename from stable/import-ics/5.1.0/.helmignore rename to stable/icloudpd/6.2.0/.helmignore diff --git a/stable/icloudpd/6.2.0/CHANGELOG.md b/stable/icloudpd/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..4db3e927821 --- /dev/null +++ b/stable/icloudpd/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + +## [icloudpd-5.1.16](https://github.com/truecharts/charts/compare/icloudpd-5.1.15...icloudpd-5.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [icloudpd-5.1.15](https://github.com/truecharts/charts/compare/icloudpd-5.1.14...icloudpd-5.1.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [icloudpd-5.1.14](https://github.com/truecharts/charts/compare/icloudpd-5.1.13...icloudpd-5.1.14) (2024-01-22) + +### Chore + + + +- update container image boredazfcuk/icloudpd to v1.0.716[@0b3364b](https://github.com/0b3364b) by renovate ([#17485](https://github.com/truecharts/charts/issues/17485)) + + +## [icloudpd-5.1.13](https://github.com/truecharts/charts/compare/icloudpd-5.1.12...icloudpd-5.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [icloudpd-5.1.12](https://github.com/truecharts/charts/compare/icloudpd-5.1.11...icloudpd-5.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [icloudpd-5.1.11](https://github.com/truecharts/charts/compare/icloudpd-5.1.10...icloudpd-5.1.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [icloudpd-5.1.10](https://github.com/truecharts/charts/compare/icloudpd-5.1.9...icloudpd-5.1.10) (2024-01-21) + +### Chore + + + +- update container image boredazfcuk/icloudpd to v1.0.715[@65c6446](https://github.com/65c6446) by renovate ([#17407](https://github.com/truecharts/charts/issues/17407)) + + + + +## [icloudpd-5.1.9](https://github.com/truecharts/charts/compare/icloudpd-5.1.8...icloudpd-5.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) diff --git a/stable/icloudpd/6.2.0/Chart.yaml b/stable/icloudpd/6.2.0/Chart.yaml new file mode 100644 index 00000000000..7b78412239d --- /dev/null +++ b/stable/icloudpd/6.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.718 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/icloudpd/6.1.0/README.md b/stable/icloudpd/6.2.0/README.md similarity index 100% rename from stable/icloudpd/6.1.0/README.md rename to stable/icloudpd/6.2.0/README.md diff --git a/stable/icloudpd/6.1.0/app-readme.md b/stable/icloudpd/6.2.0/app-readme.md similarity index 100% rename from stable/icloudpd/6.1.0/app-readme.md rename to stable/icloudpd/6.2.0/app-readme.md diff --git a/stable/icloudpd/6.2.0/charts/common-18.1.2.tgz b/stable/icloudpd/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/icloudpd/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/icloudpd/6.1.0/ix_values.yaml b/stable/icloudpd/6.2.0/ix_values.yaml similarity index 100% rename from stable/icloudpd/6.1.0/ix_values.yaml rename to stable/icloudpd/6.2.0/ix_values.yaml diff --git a/stable/icloudpd/6.1.0/questions.yaml b/stable/icloudpd/6.2.0/questions.yaml similarity index 100% rename from stable/icloudpd/6.1.0/questions.yaml rename to stable/icloudpd/6.2.0/questions.yaml diff --git a/stable/ipfs/10.1.0/templates/NOTES.txt b/stable/icloudpd/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/ipfs/10.1.0/templates/NOTES.txt rename to stable/icloudpd/6.2.0/templates/NOTES.txt diff --git a/stable/ispy-agent-dvr/9.1.0/templates/common.yaml b/stable/icloudpd/6.2.0/templates/common.yaml similarity index 100% rename from stable/ispy-agent-dvr/9.1.0/templates/common.yaml rename to stable/icloudpd/6.2.0/templates/common.yaml diff --git a/stable/import-ics/5.1.0/values.yaml b/stable/icloudpd/6.2.0/values.yaml similarity index 100% rename from stable/import-ics/5.1.0/values.yaml rename to stable/icloudpd/6.2.0/values.yaml diff --git a/stable/imgpush/5.1.0/CHANGELOG.md b/stable/imgpush/5.1.0/CHANGELOG.md deleted file mode 100644 index 6dec0ff639d..00000000000 --- a/stable/imgpush/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [imgpush-4.1.12](https://github.com/truecharts/charts/compare/imgpush-4.1.11...imgpush-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [imgpush-4.1.11](https://github.com/truecharts/charts/compare/imgpush-4.1.10...imgpush-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [imgpush-4.1.10](https://github.com/truecharts/charts/compare/imgpush-4.1.9...imgpush-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [imgpush-4.1.9](https://github.com/truecharts/charts/compare/imgpush-4.1.8...imgpush-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [imgpush-4.1.8](https://github.com/truecharts/charts/compare/imgpush-4.1.7...imgpush-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [imgpush-4.1.7](https://github.com/truecharts/charts/compare/imgpush-4.1.6...imgpush-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [imgpush-4.1.6](https://github.com/truecharts/charts/compare/imgpush-4.1.5...imgpush-4.1.6) (2024-01-08) - -### Chore - - - -- update container image hauxir/imgpush to latest[@8842481](https://github.com/8842481) by renovate ([#17037](https://github.com/truecharts/charts/issues/17037)) - - -## [imgpush-4.1.5](https://github.com/truecharts/charts/compare/imgpush-4.1.4...imgpush-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [imgpush-4.1.4](https://github.com/truecharts/charts/compare/imgpush-4.1.3...imgpush-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [imgpush-4.1.3](https://github.com/truecharts/charts/compare/imgpush-4.1.0...imgpush-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/imgpush/5.1.0/Chart.yaml b/stable/imgpush/5.1.0/Chart.yaml deleted file mode 100644 index 7b737174398..00000000000 --- a/stable/imgpush/5.1.0/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/imgpush/5.1.0/charts/common-18.0.1.tgz b/stable/imgpush/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/imgpush/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/impostor-server/8.1.0/.helmignore b/stable/imgpush/5.2.0/.helmignore similarity index 100% rename from stable/impostor-server/8.1.0/.helmignore rename to stable/imgpush/5.2.0/.helmignore diff --git a/stable/imgpush/5.2.0/CHANGELOG.md b/stable/imgpush/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c39c41b9e61 --- /dev/null +++ b/stable/imgpush/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/imgpush/5.2.0/Chart.yaml b/stable/imgpush/5.2.0/Chart.yaml new file mode 100644 index 00000000000..b6e77ab754f --- /dev/null +++ b/stable/imgpush/5.2.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/imgpush/5.1.0/README.md b/stable/imgpush/5.2.0/README.md similarity index 100% rename from stable/imgpush/5.1.0/README.md rename to stable/imgpush/5.2.0/README.md diff --git a/stable/imgpush/5.1.0/app-readme.md b/stable/imgpush/5.2.0/app-readme.md similarity index 100% rename from stable/imgpush/5.1.0/app-readme.md rename to stable/imgpush/5.2.0/app-readme.md diff --git a/stable/imgpush/5.2.0/charts/common-18.1.2.tgz b/stable/imgpush/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/imgpush/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/imgpush/5.1.0/ix_values.yaml b/stable/imgpush/5.2.0/ix_values.yaml similarity index 100% rename from stable/imgpush/5.1.0/ix_values.yaml rename to stable/imgpush/5.2.0/ix_values.yaml diff --git a/stable/imgpush/5.1.0/questions.yaml b/stable/imgpush/5.2.0/questions.yaml similarity index 100% rename from stable/imgpush/5.1.0/questions.yaml rename to stable/imgpush/5.2.0/questions.yaml diff --git a/stable/imgpush/5.1.0/templates/common.yaml b/stable/imgpush/5.2.0/templates/common.yaml similarity index 100% rename from stable/imgpush/5.1.0/templates/common.yaml rename to stable/imgpush/5.2.0/templates/common.yaml diff --git a/stable/impostor-server/8.1.0/values.yaml b/stable/imgpush/5.2.0/values.yaml similarity index 100% rename from stable/impostor-server/8.1.0/values.yaml rename to stable/imgpush/5.2.0/values.yaml diff --git a/stable/import-ics/5.1.0/CHANGELOG.md b/stable/import-ics/5.1.0/CHANGELOG.md deleted file mode 100644 index 34ebd277d76..00000000000 --- a/stable/import-ics/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/import-ics/5.1.0/Chart.yaml b/stable/import-ics/5.1.0/Chart.yaml deleted file mode 100644 index 25c3c4ab8b2..00000000000 --- a/stable/import-ics/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/import-ics/5.1.0/charts/common-18.0.1.tgz b/stable/import-ics/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/import-ics/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/inkscape-desktop-g3/5.1.0/.helmignore b/stable/import-ics/5.2.0/.helmignore similarity index 100% rename from stable/inkscape-desktop-g3/5.1.0/.helmignore rename to stable/import-ics/5.2.0/.helmignore diff --git a/stable/import-ics/5.2.0/CHANGELOG.md b/stable/import-ics/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..00cc6b2a8a2 --- /dev/null +++ b/stable/import-ics/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/import-ics/5.2.0/Chart.yaml b/stable/import-ics/5.2.0/Chart.yaml new file mode 100644 index 00000000000..7ebebdeee9e --- /dev/null +++ b/stable/import-ics/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/import-ics/5.1.0/README.md b/stable/import-ics/5.2.0/README.md similarity index 100% rename from stable/import-ics/5.1.0/README.md rename to stable/import-ics/5.2.0/README.md diff --git a/stable/import-ics/5.1.0/app-readme.md b/stable/import-ics/5.2.0/app-readme.md similarity index 100% rename from stable/import-ics/5.1.0/app-readme.md rename to stable/import-ics/5.2.0/app-readme.md diff --git a/stable/import-ics/5.2.0/charts/common-18.1.2.tgz b/stable/import-ics/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/import-ics/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/import-ics/5.1.0/ix_values.yaml b/stable/import-ics/5.2.0/ix_values.yaml similarity index 100% rename from stable/import-ics/5.1.0/ix_values.yaml rename to stable/import-ics/5.2.0/ix_values.yaml diff --git a/stable/import-ics/5.1.0/questions.yaml b/stable/import-ics/5.2.0/questions.yaml similarity index 100% rename from stable/import-ics/5.1.0/questions.yaml rename to stable/import-ics/5.2.0/questions.yaml diff --git a/stable/import-ics/5.1.0/templates/common.yaml b/stable/import-ics/5.2.0/templates/common.yaml similarity index 100% rename from stable/import-ics/5.1.0/templates/common.yaml rename to stable/import-ics/5.2.0/templates/common.yaml diff --git a/stable/inkscape-desktop-g3/5.1.0/values.yaml b/stable/import-ics/5.2.0/values.yaml similarity index 100% rename from stable/inkscape-desktop-g3/5.1.0/values.yaml rename to stable/import-ics/5.2.0/values.yaml diff --git a/stable/impostor-server/8.1.0/CHANGELOG.md b/stable/impostor-server/8.1.0/CHANGELOG.md deleted file mode 100644 index 8119e89a66d..00000000000 --- a/stable/impostor-server/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/impostor-server/8.1.0/Chart.yaml b/stable/impostor-server/8.1.0/Chart.yaml deleted file mode 100644 index 3307e7e3aed..00000000000 --- a/stable/impostor-server/8.1.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: 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.1 - 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.0 diff --git a/stable/impostor-server/8.1.0/charts/common-18.0.1.tgz b/stable/impostor-server/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/impostor-server/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/insurgencysandstorm/5.1.0/.helmignore b/stable/impostor-server/8.2.0/.helmignore similarity index 100% rename from stable/insurgencysandstorm/5.1.0/.helmignore rename to stable/impostor-server/8.2.0/.helmignore diff --git a/stable/impostor-server/8.2.0/CHANGELOG.md b/stable/impostor-server/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..af2f7ea419d --- /dev/null +++ b/stable/impostor-server/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [impostor-server-7.2.2](https://github.com/truecharts/charts/compare/impostor-server-7.2.1...impostor-server-7.2.2) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [impostor-server-7.2.1](https://github.com/truecharts/charts/compare/impostor-server-7.2.0...impostor-server-7.2.1) (2024-01-29) + +### Chore + + + +- update container image aeonlucid/impostor to nightly[@0b568b3](https://github.com/0b568b3) by renovate ([#17576](https://github.com/truecharts/charts/issues/17576)) + + +## [impostor-server-7.2.0](https://github.com/truecharts/charts/compare/impostor-server-7.1.13...impostor-server-7.2.0) (2024-01-29) + +### Chore + + + +- update container image aeonlucid/impostor to v1.9.0[@ad5a6e1](https://github.com/ad5a6e1) by renovate ([#17688](https://github.com/truecharts/charts/issues/17688)) + + +## [impostor-server-7.1.13](https://github.com/truecharts/charts/compare/impostor-server-7.1.12...impostor-server-7.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [impostor-server-7.1.12](https://github.com/truecharts/charts/compare/impostor-server-7.1.11...impostor-server-7.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [impostor-server-7.1.11](https://github.com/truecharts/charts/compare/impostor-server-7.1.10...impostor-server-7.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [impostor-server-7.1.10](https://github.com/truecharts/charts/compare/impostor-server-7.1.9...impostor-server-7.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [impostor-server-7.1.9](https://github.com/truecharts/charts/compare/impostor-server-7.1.8...impostor-server-7.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [impostor-server-7.1.8](https://github.com/truecharts/charts/compare/impostor-server-7.1.7...impostor-server-7.1.8) (2024-01-03) + +### Chore + + + +- update container image aeonlucid/impostor to nightly[@727310a](https://github.com/727310a) by renovate ([#16753](https://github.com/truecharts/charts/issues/16753)) diff --git a/stable/impostor-server/8.2.0/Chart.yaml b/stable/impostor-server/8.2.0/Chart.yaml new file mode 100644 index 00000000000..9844048d17d --- /dev/null +++ b/stable/impostor-server/8.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.9.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/impostor-server/8.1.0/README.md b/stable/impostor-server/8.2.0/README.md similarity index 100% rename from stable/impostor-server/8.1.0/README.md rename to stable/impostor-server/8.2.0/README.md diff --git a/stable/impostor-server/8.1.0/app-readme.md b/stable/impostor-server/8.2.0/app-readme.md similarity index 100% rename from stable/impostor-server/8.1.0/app-readme.md rename to stable/impostor-server/8.2.0/app-readme.md diff --git a/stable/impostor-server/8.2.0/charts/common-18.1.2.tgz b/stable/impostor-server/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/impostor-server/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/impostor-server/8.1.0/ix_values.yaml b/stable/impostor-server/8.2.0/ix_values.yaml similarity index 100% rename from stable/impostor-server/8.1.0/ix_values.yaml rename to stable/impostor-server/8.2.0/ix_values.yaml diff --git a/stable/impostor-server/8.1.0/questions.yaml b/stable/impostor-server/8.2.0/questions.yaml similarity index 100% rename from stable/impostor-server/8.1.0/questions.yaml rename to stable/impostor-server/8.2.0/questions.yaml diff --git a/stable/ipmi-tools/6.1.0/templates/NOTES.txt b/stable/impostor-server/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/ipmi-tools/6.1.0/templates/NOTES.txt rename to stable/impostor-server/8.2.0/templates/NOTES.txt diff --git a/stable/it-tools/4.1.0/templates/common.yaml b/stable/impostor-server/8.2.0/templates/common.yaml similarity index 100% rename from stable/it-tools/4.1.0/templates/common.yaml rename to stable/impostor-server/8.2.0/templates/common.yaml diff --git a/stable/insurgencysandstorm/5.1.0/values.yaml b/stable/impostor-server/8.2.0/values.yaml similarity index 100% rename from stable/insurgencysandstorm/5.1.0/values.yaml rename to stable/impostor-server/8.2.0/values.yaml diff --git a/stable/inkscape-desktop-g3/5.1.0/CHANGELOG.md b/stable/inkscape-desktop-g3/5.1.0/CHANGELOG.md deleted file mode 100644 index 4fbb46b9c25..00000000000 --- a/stable/inkscape-desktop-g3/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [inkscape-desktop-g3-4.1.12](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.11...inkscape-desktop-g3-4.1.12) (2024-02-12) - -### Chore - - - -- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@12d203a](https://github.com/12d203a) by renovate ([#18022](https://github.com/truecharts/charts/issues/18022)) - - -## [inkscape-desktop-g3-4.1.11](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.10...inkscape-desktop-g3-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [inkscape-desktop-g3-4.1.10](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.9...inkscape-desktop-g3-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [inkscape-desktop-g3-4.1.9](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.8...inkscape-desktop-g3-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [inkscape-desktop-g3-4.1.8](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.7...inkscape-desktop-g3-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [inkscape-desktop-g3-4.1.7](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.6...inkscape-desktop-g3-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [inkscape-desktop-g3-4.1.6](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.5...inkscape-desktop-g3-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [inkscape-desktop-g3-4.1.5](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.4...inkscape-desktop-g3-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [inkscape-desktop-g3-4.1.4](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.3...inkscape-desktop-g3-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [inkscape-desktop-g3-4.1.3](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.0...inkscape-desktop-g3-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/inkscape-desktop-g3/5.1.0/Chart.yaml b/stable/inkscape-desktop-g3/5.1.0/Chart.yaml deleted file mode 100644 index 6178e2a6856..00000000000 --- a/stable/inkscape-desktop-g3/5.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: 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.1 - 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.0 diff --git a/stable/inkscape-desktop-g3/5.1.0/charts/common-18.0.1.tgz b/stable/inkscape-desktop-g3/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/inkscape-desktop-g3/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/invidious/9.1.0/.helmignore b/stable/inkscape-desktop-g3/5.2.0/.helmignore similarity index 100% rename from stable/invidious/9.1.0/.helmignore rename to stable/inkscape-desktop-g3/5.2.0/.helmignore diff --git a/stable/inkscape-desktop-g3/5.2.0/CHANGELOG.md b/stable/inkscape-desktop-g3/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c2968dd9ddd --- /dev/null +++ b/stable/inkscape-desktop-g3/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/inkscape-desktop-g3/5.2.0/Chart.yaml b/stable/inkscape-desktop-g3/5.2.0/Chart.yaml new file mode 100644 index 00000000000..ac0e1f29f07 --- /dev/null +++ b/stable/inkscape-desktop-g3/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing +home: https://truecharts.org/charts/stable/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.0 diff --git a/stable/inkscape-desktop-g3/5.1.0/README.md b/stable/inkscape-desktop-g3/5.2.0/README.md similarity index 100% rename from stable/inkscape-desktop-g3/5.1.0/README.md rename to stable/inkscape-desktop-g3/5.2.0/README.md diff --git a/stable/inkscape-desktop-g3/5.1.0/app-readme.md b/stable/inkscape-desktop-g3/5.2.0/app-readme.md similarity index 100% rename from stable/inkscape-desktop-g3/5.1.0/app-readme.md rename to stable/inkscape-desktop-g3/5.2.0/app-readme.md diff --git a/stable/inkscape-desktop-g3/5.2.0/charts/common-18.1.2.tgz b/stable/inkscape-desktop-g3/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/inkscape-desktop-g3/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/inkscape-desktop-g3/5.1.0/ix_values.yaml b/stable/inkscape-desktop-g3/5.2.0/ix_values.yaml similarity index 100% rename from stable/inkscape-desktop-g3/5.1.0/ix_values.yaml rename to stable/inkscape-desktop-g3/5.2.0/ix_values.yaml diff --git a/stable/inkscape-desktop-g3/5.1.0/questions.yaml b/stable/inkscape-desktop-g3/5.2.0/questions.yaml similarity index 100% rename from stable/inkscape-desktop-g3/5.1.0/questions.yaml rename to stable/inkscape-desktop-g3/5.2.0/questions.yaml diff --git a/stable/inkscape-desktop-g3/5.1.0/templates/common.yaml b/stable/inkscape-desktop-g3/5.2.0/templates/common.yaml similarity index 100% rename from stable/inkscape-desktop-g3/5.1.0/templates/common.yaml rename to stable/inkscape-desktop-g3/5.2.0/templates/common.yaml diff --git a/stable/invidious/9.1.0/values.yaml b/stable/inkscape-desktop-g3/5.2.0/values.yaml similarity index 100% rename from stable/invidious/9.1.0/values.yaml rename to stable/inkscape-desktop-g3/5.2.0/values.yaml diff --git a/stable/insurgencysandstorm/5.1.0/CHANGELOG.md b/stable/insurgencysandstorm/5.1.0/CHANGELOG.md deleted file mode 100644 index 7f33befad23..00000000000 --- a/stable/insurgencysandstorm/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/insurgencysandstorm/5.1.0/Chart.yaml b/stable/insurgencysandstorm/5.1.0/Chart.yaml deleted file mode 100644 index d78e981da89..00000000000 --- a/stable/insurgencysandstorm/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/insurgencysandstorm/5.1.0/charts/common-18.0.1.tgz b/stable/insurgencysandstorm/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/insurgencysandstorm/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/invitarr/5.1.0/.helmignore b/stable/insurgencysandstorm/5.2.0/.helmignore similarity index 100% rename from stable/invitarr/5.1.0/.helmignore rename to stable/insurgencysandstorm/5.2.0/.helmignore diff --git a/stable/insurgencysandstorm/5.2.0/CHANGELOG.md b/stable/insurgencysandstorm/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e63a4e33290 --- /dev/null +++ b/stable/insurgencysandstorm/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/insurgencysandstorm/5.2.0/Chart.yaml b/stable/insurgencysandstorm/5.2.0/Chart.yaml new file mode 100644 index 00000000000..933421ac825 --- /dev/null +++ b/stable/insurgencysandstorm/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: insurgencysandstorm +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/insurgencysandstorm/5.1.0/README.md b/stable/insurgencysandstorm/5.2.0/README.md similarity index 100% rename from stable/insurgencysandstorm/5.1.0/README.md rename to stable/insurgencysandstorm/5.2.0/README.md diff --git a/stable/insurgencysandstorm/5.1.0/app-readme.md b/stable/insurgencysandstorm/5.2.0/app-readme.md similarity index 100% rename from stable/insurgencysandstorm/5.1.0/app-readme.md rename to stable/insurgencysandstorm/5.2.0/app-readme.md diff --git a/stable/insurgencysandstorm/5.2.0/charts/common-18.1.2.tgz b/stable/insurgencysandstorm/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/insurgencysandstorm/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/insurgencysandstorm/5.1.0/ix_values.yaml b/stable/insurgencysandstorm/5.2.0/ix_values.yaml similarity index 100% rename from stable/insurgencysandstorm/5.1.0/ix_values.yaml rename to stable/insurgencysandstorm/5.2.0/ix_values.yaml diff --git a/stable/insurgencysandstorm/5.1.0/questions.yaml b/stable/insurgencysandstorm/5.2.0/questions.yaml similarity index 100% rename from stable/insurgencysandstorm/5.1.0/questions.yaml rename to stable/insurgencysandstorm/5.2.0/questions.yaml diff --git a/stable/insurgencysandstorm/5.1.0/templates/common.yaml b/stable/insurgencysandstorm/5.2.0/templates/common.yaml similarity index 100% rename from stable/insurgencysandstorm/5.1.0/templates/common.yaml rename to stable/insurgencysandstorm/5.2.0/templates/common.yaml diff --git a/stable/invitarr/5.1.0/values.yaml b/stable/insurgencysandstorm/5.2.0/values.yaml similarity index 100% rename from stable/invitarr/5.1.0/values.yaml rename to stable/insurgencysandstorm/5.2.0/values.yaml diff --git a/stable/invidious/9.1.0/CHANGELOG.md b/stable/invidious/9.1.0/CHANGELOG.md deleted file mode 100644 index 8caba9c2daf..00000000000 --- a/stable/invidious/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/invidious/9.1.0/Chart.yaml b/stable/invidious/9.1.0/Chart.yaml deleted file mode 100644 index 6f3ed9fd22c..00000000000 --- a/stable/invidious/9.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: 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.1 - 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.0 diff --git a/stable/invidious/9.1.0/charts/common-18.0.1.tgz b/stable/invidious/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/invidious/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/ipfs/10.1.0/.helmignore b/stable/invidious/9.2.0/.helmignore similarity index 100% rename from stable/ipfs/10.1.0/.helmignore rename to stable/invidious/9.2.0/.helmignore diff --git a/stable/invidious/9.2.0/CHANGELOG.md b/stable/invidious/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..28c0f77d76f --- /dev/null +++ b/stable/invidious/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + +## [invidious-8.1.14](https://github.com/truecharts/charts/compare/invidious-8.1.13...invidious-8.1.14) (2024-02-12) + +### Chore + + + +- update container image quay.io/invidious/invidious to latest[@3b2e106](https://github.com/3b2e106) by renovate ([#18215](https://github.com/truecharts/charts/issues/18215)) + + +## [invidious-8.1.13](https://github.com/truecharts/charts/compare/invidious-8.1.12...invidious-8.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [invidious-8.1.12](https://github.com/truecharts/charts/compare/invidious-8.1.11...invidious-8.1.12) (2024-01-29) + +### Chore + + + +- update container image quay.io/invidious/invidious to latest[@fc25ef2](https://github.com/fc25ef2) by renovate ([#17749](https://github.com/truecharts/charts/issues/17749)) + + +## [invidious-8.1.11](https://github.com/truecharts/charts/compare/invidious-8.1.10...invidious-8.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [invidious-8.1.10](https://github.com/truecharts/charts/compare/invidious-8.1.9...invidious-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [invidious-8.1.9](https://github.com/truecharts/charts/compare/invidious-8.1.8...invidious-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [invidious-8.1.8](https://github.com/truecharts/charts/compare/invidious-8.1.7...invidious-8.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [invidious-8.1.7](https://github.com/truecharts/charts/compare/invidious-8.1.6...invidious-8.1.7) (2024-01-14) + +### Chore + + + +- update container image quay.io/invidious/invidious to latest[@7da41b3](https://github.com/7da41b3) by renovate ([#17172](https://github.com/truecharts/charts/issues/17172)) + + diff --git a/stable/invidious/9.2.0/Chart.yaml b/stable/invidious/9.2.0/Chart.yaml new file mode 100644 index 00000000000..c1c1e84170b --- /dev/null +++ b/stable/invidious/9.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/invidious/9.1.0/README.md b/stable/invidious/9.2.0/README.md similarity index 100% rename from stable/invidious/9.1.0/README.md rename to stable/invidious/9.2.0/README.md diff --git a/stable/invidious/9.1.0/app-readme.md b/stable/invidious/9.2.0/app-readme.md similarity index 100% rename from stable/invidious/9.1.0/app-readme.md rename to stable/invidious/9.2.0/app-readme.md diff --git a/stable/invidious/9.2.0/charts/common-18.1.2.tgz b/stable/invidious/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/invidious/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/invidious/9.1.0/ix_values.yaml b/stable/invidious/9.2.0/ix_values.yaml similarity index 100% rename from stable/invidious/9.1.0/ix_values.yaml rename to stable/invidious/9.2.0/ix_values.yaml diff --git a/stable/invidious/9.1.0/questions.yaml b/stable/invidious/9.2.0/questions.yaml similarity index 100% rename from stable/invidious/9.1.0/questions.yaml rename to stable/invidious/9.2.0/questions.yaml diff --git a/stable/invidious/9.1.0/templates/_config.tpl b/stable/invidious/9.2.0/templates/_config.tpl similarity index 100% rename from stable/invidious/9.1.0/templates/_config.tpl rename to stable/invidious/9.2.0/templates/_config.tpl diff --git a/stable/invidious/9.1.0/templates/common.yaml b/stable/invidious/9.2.0/templates/common.yaml similarity index 100% rename from stable/invidious/9.1.0/templates/common.yaml rename to stable/invidious/9.2.0/templates/common.yaml diff --git a/stable/ipfs/10.1.0/values.yaml b/stable/invidious/9.2.0/values.yaml similarity index 100% rename from stable/ipfs/10.1.0/values.yaml rename to stable/invidious/9.2.0/values.yaml diff --git a/stable/invitarr/5.1.0/CHANGELOG.md b/stable/invitarr/5.1.0/CHANGELOG.md deleted file mode 100644 index 90be3a7cf81..00000000000 --- a/stable/invitarr/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/invitarr/5.1.0/Chart.yaml b/stable/invitarr/5.1.0/Chart.yaml deleted file mode 100644 index ee1cfa65e16..00000000000 --- a/stable/invitarr/5.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: 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.1 - 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.0 diff --git a/stable/invitarr/5.1.0/charts/common-18.0.1.tgz b/stable/invitarr/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/invitarr/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/ipmi-tools/6.1.0/.helmignore b/stable/invitarr/5.2.0/.helmignore similarity index 100% rename from stable/ipmi-tools/6.1.0/.helmignore rename to stable/invitarr/5.2.0/.helmignore diff --git a/stable/invitarr/5.2.0/CHANGELOG.md b/stable/invitarr/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b5c770bd6fc --- /dev/null +++ b/stable/invitarr/5.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/invitarr/5.2.0/Chart.yaml b/stable/invitarr/5.2.0/Chart.yaml new file mode 100644 index 00000000000..bd02501e61e --- /dev/null +++ b/stable/invitarr/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/invitarr/5.1.0/README.md b/stable/invitarr/5.2.0/README.md similarity index 100% rename from stable/invitarr/5.1.0/README.md rename to stable/invitarr/5.2.0/README.md diff --git a/stable/invitarr/5.1.0/app-readme.md b/stable/invitarr/5.2.0/app-readme.md similarity index 100% rename from stable/invitarr/5.1.0/app-readme.md rename to stable/invitarr/5.2.0/app-readme.md diff --git a/stable/invitarr/5.2.0/charts/common-18.1.2.tgz b/stable/invitarr/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/invitarr/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/invitarr/5.1.0/ix_values.yaml b/stable/invitarr/5.2.0/ix_values.yaml similarity index 100% rename from stable/invitarr/5.1.0/ix_values.yaml rename to stable/invitarr/5.2.0/ix_values.yaml diff --git a/stable/invitarr/5.1.0/questions.yaml b/stable/invitarr/5.2.0/questions.yaml similarity index 100% rename from stable/invitarr/5.1.0/questions.yaml rename to stable/invitarr/5.2.0/questions.yaml diff --git a/stable/invitarr/5.1.0/templates/common.yaml b/stable/invitarr/5.2.0/templates/common.yaml similarity index 100% rename from stable/invitarr/5.1.0/templates/common.yaml rename to stable/invitarr/5.2.0/templates/common.yaml diff --git a/stable/ipmi-tools/6.1.0/values.yaml b/stable/invitarr/5.2.0/values.yaml similarity index 100% rename from stable/ipmi-tools/6.1.0/values.yaml rename to stable/invitarr/5.2.0/values.yaml diff --git a/stable/ipfs/10.1.0/CHANGELOG.md b/stable/ipfs/10.1.0/CHANGELOG.md deleted file mode 100644 index 181d5592ed6..00000000000 --- a/stable/ipfs/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [ipfs-9.1.3](https://github.com/truecharts/charts/compare/ipfs-9.1.0...ipfs-9.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/ipfs/10.1.0/Chart.yaml b/stable/ipfs/10.1.0/Chart.yaml deleted file mode 100644 index a0a86de369a..00000000000 --- a/stable/ipfs/10.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/ipfs/10.1.0/charts/common-18.0.1.tgz b/stable/ipfs/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/ipfs/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/ispy-agent-dvr/9.1.0/.helmignore b/stable/ipfs/10.2.0/.helmignore similarity index 100% rename from stable/ispy-agent-dvr/9.1.0/.helmignore rename to stable/ipfs/10.2.0/.helmignore diff --git a/stable/ipfs/10.2.0/CHANGELOG.md b/stable/ipfs/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..bfd76ac04c3 --- /dev/null +++ b/stable/ipfs/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [ipfs-9.2.2](https://github.com/truecharts/charts/compare/ipfs-9.2.1...ipfs-9.2.2) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ipfs-9.2.1](https://github.com/truecharts/charts/compare/ipfs-9.2.0...ipfs-9.2.1) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ipfs-9.2.0](https://github.com/truecharts/charts/compare/ipfs-9.1.9...ipfs-9.2.0) (2024-01-22) + +### Chore + + + +- update container image ipfs/kubo to v0.26.0[@cba0b2f](https://github.com/cba0b2f) by renovate ([#17519](https://github.com/truecharts/charts/issues/17519)) + + +## [ipfs-9.1.9](https://github.com/truecharts/charts/compare/ipfs-9.1.8...ipfs-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ipfs-9.1.8](https://github.com/truecharts/charts/compare/ipfs-9.1.7...ipfs-9.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [ipfs-9.1.7](https://github.com/truecharts/charts/compare/ipfs-9.1.6...ipfs-9.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [ipfs-9.1.6](https://github.com/truecharts/charts/compare/ipfs-9.1.5...ipfs-9.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [ipfs-9.1.5](https://github.com/truecharts/charts/compare/ipfs-9.1.4...ipfs-9.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [ipfs-9.1.4](https://github.com/truecharts/charts/compare/ipfs-9.1.3...ipfs-9.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes diff --git a/stable/ipfs/10.2.0/Chart.yaml b/stable/ipfs/10.2.0/Chart.yaml new file mode 100644 index 00000000000..7602aa2c6c9 --- /dev/null +++ b/stable/ipfs/10.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: storage + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.26.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: IPFS is a global, versioned, peer-to-peer Interplanetary Filesystem. +home: https://truecharts.org/charts/stable/ipfs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipfs.png +keywords: + - ipfs + - kubo +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ipfs +sources: + - https://github.com/ipfs/kubo + - https://github.com/truecharts/charts/tree/master/charts/stable/ipfs + - https://hub.docker.com/r/ipfs/kubo +type: application +version: 10.2.0 diff --git a/stable/ipfs/10.1.0/README.md b/stable/ipfs/10.2.0/README.md similarity index 100% rename from stable/ipfs/10.1.0/README.md rename to stable/ipfs/10.2.0/README.md diff --git a/stable/ipfs/10.1.0/app-readme.md b/stable/ipfs/10.2.0/app-readme.md similarity index 100% rename from stable/ipfs/10.1.0/app-readme.md rename to stable/ipfs/10.2.0/app-readme.md diff --git a/stable/ipfs/10.2.0/charts/common-18.1.2.tgz b/stable/ipfs/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/ipfs/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/ipfs/10.1.0/ix_values.yaml b/stable/ipfs/10.2.0/ix_values.yaml similarity index 100% rename from stable/ipfs/10.1.0/ix_values.yaml rename to stable/ipfs/10.2.0/ix_values.yaml diff --git a/stable/ipfs/10.1.0/questions.yaml b/stable/ipfs/10.2.0/questions.yaml similarity index 100% rename from stable/ipfs/10.1.0/questions.yaml rename to stable/ipfs/10.2.0/questions.yaml diff --git a/stable/ispy-agent-dvr/9.1.0/templates/NOTES.txt b/stable/ipfs/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/ispy-agent-dvr/9.1.0/templates/NOTES.txt rename to stable/ipfs/10.2.0/templates/NOTES.txt diff --git a/stable/ipfs/10.1.0/templates/common.yaml b/stable/ipfs/10.2.0/templates/common.yaml similarity index 100% rename from stable/ipfs/10.1.0/templates/common.yaml rename to stable/ipfs/10.2.0/templates/common.yaml diff --git a/stable/ispy-agent-dvr/9.1.0/values.yaml b/stable/ipfs/10.2.0/values.yaml similarity index 100% rename from stable/ispy-agent-dvr/9.1.0/values.yaml rename to stable/ipfs/10.2.0/values.yaml diff --git a/stable/ipmi-tools/6.1.0/CHANGELOG.md b/stable/ipmi-tools/6.1.0/CHANGELOG.md deleted file mode 100644 index f95cf4484cd..00000000000 --- a/stable/ipmi-tools/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/ipmi-tools/6.1.0/Chart.yaml b/stable/ipmi-tools/6.1.0/Chart.yaml deleted file mode 100644 index 69a704bcdc4..00000000000 --- a/stable/ipmi-tools/6.1.0/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/ipmi-tools/6.1.0/charts/common-18.0.1.tgz b/stable/ipmi-tools/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/ipmi-tools/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/it-tools/4.1.0/.helmignore b/stable/ipmi-tools/6.2.0/.helmignore similarity index 100% rename from stable/it-tools/4.1.0/.helmignore rename to stable/ipmi-tools/6.2.0/.helmignore diff --git a/stable/ipmi-tools/6.2.0/CHANGELOG.md b/stable/ipmi-tools/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a81bdbaa0ed --- /dev/null +++ b/stable/ipmi-tools/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/ipmi-tools/6.2.0/Chart.yaml b/stable/ipmi-tools/6.2.0/Chart.yaml new file mode 100644 index 00000000000..156176f322c --- /dev/null +++ b/stable/ipmi-tools/6.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/ipmi-tools/6.1.0/README.md b/stable/ipmi-tools/6.2.0/README.md similarity index 100% rename from stable/ipmi-tools/6.1.0/README.md rename to stable/ipmi-tools/6.2.0/README.md diff --git a/stable/ipmi-tools/6.1.0/app-readme.md b/stable/ipmi-tools/6.2.0/app-readme.md similarity index 100% rename from stable/ipmi-tools/6.1.0/app-readme.md rename to stable/ipmi-tools/6.2.0/app-readme.md diff --git a/stable/ipmi-tools/6.2.0/charts/common-18.1.2.tgz b/stable/ipmi-tools/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/ipmi-tools/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/ipmi-tools/6.1.0/ix_values.yaml b/stable/ipmi-tools/6.2.0/ix_values.yaml similarity index 100% rename from stable/ipmi-tools/6.1.0/ix_values.yaml rename to stable/ipmi-tools/6.2.0/ix_values.yaml diff --git a/stable/ipmi-tools/6.1.0/questions.yaml b/stable/ipmi-tools/6.2.0/questions.yaml similarity index 100% rename from stable/ipmi-tools/6.1.0/questions.yaml rename to stable/ipmi-tools/6.2.0/questions.yaml diff --git a/stable/it-tools/4.1.0/templates/NOTES.txt b/stable/ipmi-tools/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/it-tools/4.1.0/templates/NOTES.txt rename to stable/ipmi-tools/6.2.0/templates/NOTES.txt diff --git a/stable/ipmi-tools/6.1.0/templates/common.yaml b/stable/ipmi-tools/6.2.0/templates/common.yaml similarity index 100% rename from stable/ipmi-tools/6.1.0/templates/common.yaml rename to stable/ipmi-tools/6.2.0/templates/common.yaml diff --git a/stable/it-tools/4.1.0/values.yaml b/stable/ipmi-tools/6.2.0/values.yaml similarity index 100% rename from stable/it-tools/4.1.0/values.yaml rename to stable/ipmi-tools/6.2.0/values.yaml diff --git a/stable/ispy-agent-dvr/9.1.0/CHANGELOG.md b/stable/ispy-agent-dvr/9.1.0/CHANGELOG.md deleted file mode 100644 index b4cce02a70f..00000000000 --- a/stable/ispy-agent-dvr/9.1.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) - -### Chore - - diff --git a/stable/ispy-agent-dvr/9.1.0/Chart.yaml b/stable/ispy-agent-dvr/9.1.0/Chart.yaml deleted file mode 100644 index 2f15df442ac..00000000000 --- a/stable/ispy-agent-dvr/9.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.2.8.0 -dependencies: - - name: common - version: 18.0.1 - 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.1.0 diff --git a/stable/ispy-agent-dvr/9.1.0/charts/common-18.0.1.tgz b/stable/ispy-agent-dvr/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/ispy-agent-dvr/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/iyuuplus/9.1.0/.helmignore b/stable/ispy-agent-dvr/9.2.0/.helmignore similarity index 100% rename from stable/iyuuplus/9.1.0/.helmignore rename to stable/ispy-agent-dvr/9.2.0/.helmignore diff --git a/stable/ispy-agent-dvr/9.2.0/CHANGELOG.md b/stable/ispy-agent-dvr/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..8c660ed2a21 --- /dev/null +++ b/stable/ispy-agent-dvr/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 new file mode 100644 index 00000000000..a08508ae04f --- /dev/null +++ b/stable/ispy-agent-dvr/9.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: security + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.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.1.0/README.md b/stable/ispy-agent-dvr/9.2.0/README.md similarity index 100% rename from stable/ispy-agent-dvr/9.1.0/README.md rename to stable/ispy-agent-dvr/9.2.0/README.md diff --git a/stable/ispy-agent-dvr/9.1.0/app-readme.md b/stable/ispy-agent-dvr/9.2.0/app-readme.md similarity index 100% rename from stable/ispy-agent-dvr/9.1.0/app-readme.md rename to stable/ispy-agent-dvr/9.2.0/app-readme.md 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 new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/ispy-agent-dvr/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/ispy-agent-dvr/9.1.0/ix_values.yaml b/stable/ispy-agent-dvr/9.2.0/ix_values.yaml similarity index 100% rename from stable/ispy-agent-dvr/9.1.0/ix_values.yaml rename to stable/ispy-agent-dvr/9.2.0/ix_values.yaml diff --git a/stable/ispy-agent-dvr/9.1.0/questions.yaml b/stable/ispy-agent-dvr/9.2.0/questions.yaml similarity index 100% rename from stable/ispy-agent-dvr/9.1.0/questions.yaml rename to stable/ispy-agent-dvr/9.2.0/questions.yaml diff --git a/stable/iyuuplus/9.1.0/templates/NOTES.txt b/stable/ispy-agent-dvr/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/iyuuplus/9.1.0/templates/NOTES.txt rename to stable/ispy-agent-dvr/9.2.0/templates/NOTES.txt diff --git a/stable/iyuuplus/9.1.0/templates/common.yaml b/stable/ispy-agent-dvr/9.2.0/templates/common.yaml similarity index 100% rename from stable/iyuuplus/9.1.0/templates/common.yaml rename to stable/ispy-agent-dvr/9.2.0/templates/common.yaml diff --git a/stable/iyuuplus/9.1.0/values.yaml b/stable/ispy-agent-dvr/9.2.0/values.yaml similarity index 100% rename from stable/iyuuplus/9.1.0/values.yaml rename to stable/ispy-agent-dvr/9.2.0/values.yaml diff --git a/stable/it-tools/4.1.0/CHANGELOG.md b/stable/it-tools/4.1.0/CHANGELOG.md deleted file mode 100644 index 7f96b2f0dc0..00000000000 --- a/stable/it-tools/4.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/it-tools/4.1.0/Chart.yaml b/stable/it-tools/4.1.0/Chart.yaml deleted file mode 100644 index aad7d0ea2fa..00000000000 --- a/stable/it-tools/4.1.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: 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.1 - 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.0 diff --git a/stable/it-tools/4.1.0/charts/common-18.0.1.tgz b/stable/it-tools/4.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/it-tools/4.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/jackett/19.1.0/.helmignore b/stable/it-tools/4.2.0/.helmignore similarity index 100% rename from stable/jackett/19.1.0/.helmignore rename to stable/it-tools/4.2.0/.helmignore diff --git a/stable/it-tools/4.2.0/CHANGELOG.md b/stable/it-tools/4.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f4142571222 --- /dev/null +++ b/stable/it-tools/4.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/it-tools/4.2.0/Chart.yaml b/stable/it-tools/4.2.0/Chart.yaml new file mode 100644 index 00000000000..ce797a1ba27 --- /dev/null +++ b/stable/it-tools/4.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: tools + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.12.21 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/it-tools/4.1.0/README.md b/stable/it-tools/4.2.0/README.md similarity index 100% rename from stable/it-tools/4.1.0/README.md rename to stable/it-tools/4.2.0/README.md diff --git a/stable/it-tools/4.1.0/app-readme.md b/stable/it-tools/4.2.0/app-readme.md similarity index 100% rename from stable/it-tools/4.1.0/app-readme.md rename to stable/it-tools/4.2.0/app-readme.md diff --git a/stable/it-tools/4.2.0/charts/common-18.1.2.tgz b/stable/it-tools/4.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/it-tools/4.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/it-tools/4.1.0/ix_values.yaml b/stable/it-tools/4.2.0/ix_values.yaml similarity index 100% rename from stable/it-tools/4.1.0/ix_values.yaml rename to stable/it-tools/4.2.0/ix_values.yaml diff --git a/stable/it-tools/4.1.0/questions.yaml b/stable/it-tools/4.2.0/questions.yaml similarity index 100% rename from stable/it-tools/4.1.0/questions.yaml rename to stable/it-tools/4.2.0/questions.yaml diff --git a/stable/jackett/19.1.0/templates/NOTES.txt b/stable/it-tools/4.2.0/templates/NOTES.txt similarity index 100% rename from stable/jackett/19.1.0/templates/NOTES.txt rename to stable/it-tools/4.2.0/templates/NOTES.txt diff --git a/stable/jackett/19.1.0/templates/common.yaml b/stable/it-tools/4.2.0/templates/common.yaml similarity index 100% rename from stable/jackett/19.1.0/templates/common.yaml rename to stable/it-tools/4.2.0/templates/common.yaml diff --git a/stable/jackett/19.1.0/values.yaml b/stable/it-tools/4.2.0/values.yaml similarity index 100% rename from stable/jackett/19.1.0/values.yaml rename to stable/it-tools/4.2.0/values.yaml diff --git a/stable/iyuuplus/9.1.0/CHANGELOG.md b/stable/iyuuplus/9.1.0/CHANGELOG.md deleted file mode 100644 index c7a911def2e..00000000000 --- a/stable/iyuuplus/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/iyuuplus/9.1.0/Chart.yaml b/stable/iyuuplus/9.1.0/Chart.yaml deleted file mode 100644 index 9d70b684eb9..00000000000 --- a/stable/iyuuplus/9.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/iyuuplus/9.1.0/charts/common-18.0.1.tgz b/stable/iyuuplus/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/iyuuplus/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/jdownloader2/16.1.0/.helmignore b/stable/iyuuplus/9.2.0/.helmignore similarity index 100% rename from stable/jdownloader2/16.1.0/.helmignore rename to stable/iyuuplus/9.2.0/.helmignore diff --git a/stable/iyuuplus/9.2.0/CHANGELOG.md b/stable/iyuuplus/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..9b90074ea02 --- /dev/null +++ b/stable/iyuuplus/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/iyuuplus/9.2.0/Chart.yaml b/stable/iyuuplus/9.2.0/Chart.yaml new file mode 100644 index 00000000000..7ccee02d67d --- /dev/null +++ b/stable/iyuuplus/9.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/iyuuplus/9.1.0/README.md b/stable/iyuuplus/9.2.0/README.md similarity index 100% rename from stable/iyuuplus/9.1.0/README.md rename to stable/iyuuplus/9.2.0/README.md diff --git a/stable/iyuuplus/9.1.0/app-readme.md b/stable/iyuuplus/9.2.0/app-readme.md similarity index 100% rename from stable/iyuuplus/9.1.0/app-readme.md rename to stable/iyuuplus/9.2.0/app-readme.md diff --git a/stable/iyuuplus/9.2.0/charts/common-18.1.2.tgz b/stable/iyuuplus/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/iyuuplus/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/iyuuplus/9.1.0/ix_values.yaml b/stable/iyuuplus/9.2.0/ix_values.yaml similarity index 100% rename from stable/iyuuplus/9.1.0/ix_values.yaml rename to stable/iyuuplus/9.2.0/ix_values.yaml diff --git a/stable/iyuuplus/9.1.0/questions.yaml b/stable/iyuuplus/9.2.0/questions.yaml similarity index 100% rename from stable/iyuuplus/9.1.0/questions.yaml rename to stable/iyuuplus/9.2.0/questions.yaml diff --git a/stable/jdownloader2/16.1.0/templates/NOTES.txt b/stable/iyuuplus/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/jdownloader2/16.1.0/templates/NOTES.txt rename to stable/iyuuplus/9.2.0/templates/NOTES.txt diff --git a/stable/jdownloader2/16.1.0/templates/common.yaml b/stable/iyuuplus/9.2.0/templates/common.yaml similarity index 100% rename from stable/jdownloader2/16.1.0/templates/common.yaml rename to stable/iyuuplus/9.2.0/templates/common.yaml diff --git a/stable/jdownloader2/16.1.0/values.yaml b/stable/iyuuplus/9.2.0/values.yaml similarity index 100% rename from stable/jdownloader2/16.1.0/values.yaml rename to stable/iyuuplus/9.2.0/values.yaml diff --git a/stable/jackett/19.1.0/CHANGELOG.md b/stable/jackett/19.1.0/CHANGELOG.md deleted file mode 100644 index 49f7214011b..00000000000 --- a/stable/jackett/19.1.0/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.0/Chart.yaml b/stable/jackett/19.1.0/Chart.yaml deleted file mode 100644 index 1bb5359f2f7..00000000000 --- a/stable/jackett/19.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.21.1155 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/jackett/19.1.0/charts/common-18.0.1.tgz b/stable/jackett/19.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/jackett/19.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/jellyfin/18.1.1/.helmignore b/stable/jackett/19.2.0/.helmignore similarity index 100% rename from stable/jellyfin/18.1.1/.helmignore rename to stable/jackett/19.2.0/.helmignore diff --git a/stable/jackett/19.2.0/CHANGELOG.md b/stable/jackett/19.2.0/CHANGELOG.md new file mode 100644 index 00000000000..6d282272f12 --- /dev/null +++ b/stable/jackett/19.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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) \ No newline at end of file diff --git a/stable/jackett/19.2.0/Chart.yaml b/stable/jackett/19.2.0/Chart.yaml new file mode 100644 index 00000000000..ab9faffe0bb --- /dev/null +++ b/stable/jackett/19.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.21.1155 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/jackett/19.1.0/README.md b/stable/jackett/19.2.0/README.md similarity index 100% rename from stable/jackett/19.1.0/README.md rename to stable/jackett/19.2.0/README.md diff --git a/stable/jackett/19.1.0/app-readme.md b/stable/jackett/19.2.0/app-readme.md similarity index 100% rename from stable/jackett/19.1.0/app-readme.md rename to stable/jackett/19.2.0/app-readme.md diff --git a/stable/jackett/19.2.0/charts/common-18.1.2.tgz b/stable/jackett/19.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/jackett/19.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/jackett/19.1.0/ix_values.yaml b/stable/jackett/19.2.0/ix_values.yaml similarity index 100% rename from stable/jackett/19.1.0/ix_values.yaml rename to stable/jackett/19.2.0/ix_values.yaml diff --git a/stable/jackett/19.1.0/questions.yaml b/stable/jackett/19.2.0/questions.yaml similarity index 100% rename from stable/jackett/19.1.0/questions.yaml rename to stable/jackett/19.2.0/questions.yaml diff --git a/stable/jellyfin/18.1.1/templates/NOTES.txt b/stable/jackett/19.2.0/templates/NOTES.txt similarity index 100% rename from stable/jellyfin/18.1.1/templates/NOTES.txt rename to stable/jackett/19.2.0/templates/NOTES.txt diff --git a/stable/jellyseerr/9.1.0/templates/common.yaml b/stable/jackett/19.2.0/templates/common.yaml similarity index 100% rename from stable/jellyseerr/9.1.0/templates/common.yaml rename to stable/jackett/19.2.0/templates/common.yaml diff --git a/stable/jellyfin/18.1.1/values.yaml b/stable/jackett/19.2.0/values.yaml similarity index 100% rename from stable/jellyfin/18.1.1/values.yaml rename to stable/jackett/19.2.0/values.yaml diff --git a/stable/jdownloader2/16.1.0/CHANGELOG.md b/stable/jdownloader2/16.1.0/CHANGELOG.md deleted file mode 100644 index ad6f50a4e42..00000000000 --- a/stable/jdownloader2/16.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [jdownloader2-15.0.1](https://github.com/truecharts/charts/compare/jdownloader2-15.0.0...jdownloader2-15.0.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [jdownloader2-15.0.0](https://github.com/truecharts/charts/compare/jdownloader2-14.2.10...jdownloader2-15.0.0) (2024-01-29) - -### Chore - - - -- update container image jlesage/jdownloader-2 to v24.01.1[@b020fd3](https://github.com/b020fd3) by renovate ([#17707](https://github.com/truecharts/charts/issues/17707)) - - -## [jdownloader2-14.2.10](https://github.com/truecharts/charts/compare/jdownloader2-14.2.9...jdownloader2-14.2.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [jdownloader2-14.2.9](https://github.com/truecharts/charts/compare/jdownloader2-14.2.8...jdownloader2-14.2.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [jdownloader2-14.2.8](https://github.com/truecharts/charts/compare/jdownloader2-14.2.7...jdownloader2-14.2.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [jdownloader2-14.2.7](https://github.com/truecharts/charts/compare/jdownloader2-14.2.6...jdownloader2-14.2.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [jdownloader2-14.2.6](https://github.com/truecharts/charts/compare/jdownloader2-14.2.5...jdownloader2-14.2.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [jdownloader2-14.2.5](https://github.com/truecharts/charts/compare/jdownloader2-14.2.4...jdownloader2-14.2.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [jdownloader2-14.2.4](https://github.com/truecharts/charts/compare/jdownloader2-14.2.3...jdownloader2-14.2.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [jdownloader2-14.2.3](https://github.com/truecharts/charts/compare/jdownloader2-14.2.0...jdownloader2-14.2.3) (2024-01-01) \ No newline at end of file diff --git a/stable/jdownloader2/16.1.0/Chart.yaml b/stable/jdownloader2/16.1.0/Chart.yaml deleted file mode 100644 index 535c0c514b5..00000000000 --- a/stable/jdownloader2/16.1.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: 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.1 - 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.0 diff --git a/stable/jdownloader2/16.1.0/charts/common-18.0.1.tgz b/stable/jdownloader2/16.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/jdownloader2/16.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/jellyseerr/9.1.0/.helmignore b/stable/jdownloader2/16.2.0/.helmignore similarity index 100% rename from stable/jellyseerr/9.1.0/.helmignore rename to stable/jdownloader2/16.2.0/.helmignore diff --git a/stable/jdownloader2/16.2.0/CHANGELOG.md b/stable/jdownloader2/16.2.0/CHANGELOG.md new file mode 100644 index 00000000000..883526995fb --- /dev/null +++ b/stable/jdownloader2/16.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/jdownloader2/16.2.0/Chart.yaml b/stable/jdownloader2/16.2.0/Chart.yaml new file mode 100644 index 00000000000..1727ec49dad --- /dev/null +++ b/stable/jdownloader2/16.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: downloads + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/jdownloader2/16.1.0/README.md b/stable/jdownloader2/16.2.0/README.md similarity index 100% rename from stable/jdownloader2/16.1.0/README.md rename to stable/jdownloader2/16.2.0/README.md diff --git a/stable/jdownloader2/16.1.0/app-readme.md b/stable/jdownloader2/16.2.0/app-readme.md similarity index 100% rename from stable/jdownloader2/16.1.0/app-readme.md rename to stable/jdownloader2/16.2.0/app-readme.md diff --git a/stable/jdownloader2/16.2.0/charts/common-18.1.2.tgz b/stable/jdownloader2/16.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/jdownloader2/16.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/jdownloader2/16.1.0/ix_values.yaml b/stable/jdownloader2/16.2.0/ix_values.yaml similarity index 100% rename from stable/jdownloader2/16.1.0/ix_values.yaml rename to stable/jdownloader2/16.2.0/ix_values.yaml diff --git a/stable/jdownloader2/16.1.0/questions.yaml b/stable/jdownloader2/16.2.0/questions.yaml similarity index 100% rename from stable/jdownloader2/16.1.0/questions.yaml rename to stable/jdownloader2/16.2.0/questions.yaml diff --git a/stable/jellyseerr/9.1.0/templates/NOTES.txt b/stable/jdownloader2/16.2.0/templates/NOTES.txt similarity index 100% rename from stable/jellyseerr/9.1.0/templates/NOTES.txt rename to stable/jdownloader2/16.2.0/templates/NOTES.txt diff --git a/stable/jupyter/8.1.0/templates/common.yaml b/stable/jdownloader2/16.2.0/templates/common.yaml similarity index 100% rename from stable/jupyter/8.1.0/templates/common.yaml rename to stable/jdownloader2/16.2.0/templates/common.yaml diff --git a/stable/jellyseerr/9.1.0/values.yaml b/stable/jdownloader2/16.2.0/values.yaml similarity index 100% rename from stable/jellyseerr/9.1.0/values.yaml rename to stable/jdownloader2/16.2.0/values.yaml diff --git a/stable/jellyfin/18.1.1/CHANGELOG.md b/stable/jellyfin/18.1.1/CHANGELOG.md deleted file mode 100644 index 031a9a0e17d..00000000000 --- a/stable/jellyfin/18.1.1/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 - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/jellyfin/18.1.1/Chart.yaml b/stable/jellyfin/18.1.1/Chart.yaml deleted file mode 100644 index b7b92155a8b..00000000000 --- a/stable/jellyfin/18.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: 10.8.13 -dependencies: - - name: common - version: 18.0.1 - 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.1 diff --git a/stable/jellyfin/18.1.1/charts/common-18.0.1.tgz b/stable/jellyfin/18.1.1/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/jellyfin/18.1.1/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/jellystat/3.1.0/.helmignore b/stable/jellyfin/18.2.0/.helmignore similarity index 100% rename from stable/jellystat/3.1.0/.helmignore rename to stable/jellyfin/18.2.0/.helmignore diff --git a/stable/jellyfin/18.2.0/CHANGELOG.md b/stable/jellyfin/18.2.0/CHANGELOG.md new file mode 100644 index 00000000000..577da0248e1 --- /dev/null +++ b/stable/jellyfin/18.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + + + +## [jellyfin-17.1.18](https://github.com/truecharts/charts/compare/jellyfin-17.1.17...jellyfin-17.1.18) (2024-02-12) + +### Chore + + + +- update container image docker.io/alpine/socat to 1.8.0.0[@74e6801](https://github.com/74e6801) by renovate ([#18039](https://github.com/truecharts/charts/issues/18039)) + + +## [jellyfin-17.1.17](https://github.com/truecharts/charts/compare/jellyfin-17.1.16...jellyfin-17.1.17) (2024-02-05) + +### Chore + + + +- update container image docker.io/alpine/socat to 1.8.0.0[@8bbbacd](https://github.com/8bbbacd) by renovate ([#17827](https://github.com/truecharts/charts/issues/17827)) + + +## [jellyfin-17.1.16](https://github.com/truecharts/charts/compare/jellyfin-17.1.15...jellyfin-17.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [jellyfin-17.1.15](https://github.com/truecharts/charts/compare/jellyfin-17.1.14...jellyfin-17.1.15) (2024-01-29) + +### Chore + + + +- update container image docker.io/alpine/socat to 1.8.0.0[@9be350f](https://github.com/9be350f) by renovate ([#17587](https://github.com/truecharts/charts/issues/17587)) + + +## [jellyfin-17.1.14](https://github.com/truecharts/charts/compare/jellyfin-17.1.13...jellyfin-17.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [jellyfin-17.1.13](https://github.com/truecharts/charts/compare/jellyfin-17.1.12...jellyfin-17.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [jellyfin-17.1.12](https://github.com/truecharts/charts/compare/jellyfin-17.1.11...jellyfin-17.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [jellyfin-17.1.11](https://github.com/truecharts/charts/compare/jellyfin-17.1.10...jellyfin-17.1.11) (2024-01-21) + +### Chore diff --git a/stable/jellyfin/18.2.0/Chart.yaml b/stable/jellyfin/18.2.0/Chart.yaml new file mode 100644 index 00000000000..0fcc1ff2069 --- /dev/null +++ b/stable/jellyfin/18.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 10.8.13 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Jellyfin is a Free Software Media System +home: https://truecharts.org/charts/stable/jellyfin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyfin.png +keywords: + - jellyfin + - plex + - emby +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jellyfin +sources: + - https://github.com/jellyfin/jellyfin + - https://github.com/truecharts/charts/tree/master/charts/stable/jellyfin + - https://hub.docker.com/r/jellyfin/jellyfin + - https://hub.docker.com/r/alpine/socat +type: application +version: 18.2.0 diff --git a/stable/jellyfin/18.1.1/README.md b/stable/jellyfin/18.2.0/README.md similarity index 100% rename from stable/jellyfin/18.1.1/README.md rename to stable/jellyfin/18.2.0/README.md diff --git a/stable/jellyfin/18.1.1/app-readme.md b/stable/jellyfin/18.2.0/app-readme.md similarity index 100% rename from stable/jellyfin/18.1.1/app-readme.md rename to stable/jellyfin/18.2.0/app-readme.md diff --git a/stable/jellyfin/18.2.0/charts/common-18.1.2.tgz b/stable/jellyfin/18.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/jellyfin/18.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/jellyfin/18.1.1/ix_values.yaml b/stable/jellyfin/18.2.0/ix_values.yaml similarity index 100% rename from stable/jellyfin/18.1.1/ix_values.yaml rename to stable/jellyfin/18.2.0/ix_values.yaml diff --git a/stable/jellyfin/18.1.1/questions.yaml b/stable/jellyfin/18.2.0/questions.yaml similarity index 100% rename from stable/jellyfin/18.1.1/questions.yaml rename to stable/jellyfin/18.2.0/questions.yaml diff --git a/stable/jellystat/3.1.0/templates/NOTES.txt b/stable/jellyfin/18.2.0/templates/NOTES.txt similarity index 100% rename from stable/jellystat/3.1.0/templates/NOTES.txt rename to stable/jellyfin/18.2.0/templates/NOTES.txt diff --git a/stable/jellyfin/18.1.1/templates/common.yaml b/stable/jellyfin/18.2.0/templates/common.yaml similarity index 100% rename from stable/jellyfin/18.1.1/templates/common.yaml rename to stable/jellyfin/18.2.0/templates/common.yaml diff --git a/stable/jellystat/3.1.0/values.yaml b/stable/jellyfin/18.2.0/values.yaml similarity index 100% rename from stable/jellystat/3.1.0/values.yaml rename to stable/jellyfin/18.2.0/values.yaml diff --git a/stable/jellyseerr/9.1.0/CHANGELOG.md b/stable/jellyseerr/9.1.0/CHANGELOG.md deleted file mode 100644 index c705633739b..00000000000 --- a/stable/jellyseerr/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/jellyseerr/9.1.0/Chart.yaml b/stable/jellyseerr/9.1.0/Chart.yaml deleted file mode 100644 index 3dd29a2ae4a..00000000000 --- a/stable/jellyseerr/9.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.7.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/jellyseerr/9.1.0/charts/common-18.0.1.tgz b/stable/jellyseerr/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/jellyseerr/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/jelu/5.1.0/.helmignore b/stable/jellyseerr/9.2.0/.helmignore similarity index 100% rename from stable/jelu/5.1.0/.helmignore rename to stable/jellyseerr/9.2.0/.helmignore diff --git a/stable/jellyseerr/9.2.0/CHANGELOG.md b/stable/jellyseerr/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f6ababa4d99 --- /dev/null +++ b/stable/jellyseerr/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/jellyseerr/9.2.0/Chart.yaml b/stable/jellyseerr/9.2.0/Chart.yaml new file mode 100644 index 00000000000..ccfcf73eba5 --- /dev/null +++ b/stable/jellyseerr/9.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.7.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/jellyseerr/9.1.0/README.md b/stable/jellyseerr/9.2.0/README.md similarity index 100% rename from stable/jellyseerr/9.1.0/README.md rename to stable/jellyseerr/9.2.0/README.md diff --git a/stable/jellyseerr/9.1.0/app-readme.md b/stable/jellyseerr/9.2.0/app-readme.md similarity index 100% rename from stable/jellyseerr/9.1.0/app-readme.md rename to stable/jellyseerr/9.2.0/app-readme.md diff --git a/stable/jellyseerr/9.2.0/charts/common-18.1.2.tgz b/stable/jellyseerr/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/jellyseerr/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/jellyseerr/9.1.0/ix_values.yaml b/stable/jellyseerr/9.2.0/ix_values.yaml similarity index 100% rename from stable/jellyseerr/9.1.0/ix_values.yaml rename to stable/jellyseerr/9.2.0/ix_values.yaml diff --git a/stable/jellyseerr/9.1.0/questions.yaml b/stable/jellyseerr/9.2.0/questions.yaml similarity index 100% rename from stable/jellyseerr/9.1.0/questions.yaml rename to stable/jellyseerr/9.2.0/questions.yaml diff --git a/stable/jenkins/7.2.0/templates/NOTES.txt b/stable/jellyseerr/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/jenkins/7.2.0/templates/NOTES.txt rename to stable/jellyseerr/9.2.0/templates/NOTES.txt diff --git a/stable/kanboard/16.1.0/templates/common.yaml b/stable/jellyseerr/9.2.0/templates/common.yaml similarity index 100% rename from stable/kanboard/16.1.0/templates/common.yaml rename to stable/jellyseerr/9.2.0/templates/common.yaml diff --git a/stable/jelu/5.1.0/values.yaml b/stable/jellyseerr/9.2.0/values.yaml similarity index 100% rename from stable/jelu/5.1.0/values.yaml rename to stable/jellyseerr/9.2.0/values.yaml diff --git a/stable/jellystat/3.1.0/CHANGELOG.md b/stable/jellystat/3.1.0/CHANGELOG.md deleted file mode 100644 index 72213c6c76f..00000000000 --- a/stable/jellystat/3.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/jellystat/3.1.0/Chart.yaml b/stable/jellystat/3.1.0/Chart.yaml deleted file mode 100644 index d06bf6f93eb..00000000000 --- a/stable/jellystat/3.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/jellystat/3.1.0/charts/common-18.0.1.tgz b/stable/jellystat/3.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/jellystat/3.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/jenkins/7.2.0/.helmignore b/stable/jellystat/3.2.0/.helmignore similarity index 100% rename from stable/jenkins/7.2.0/.helmignore rename to stable/jellystat/3.2.0/.helmignore diff --git a/stable/jellystat/3.2.0/CHANGELOG.md b/stable/jellystat/3.2.0/CHANGELOG.md new file mode 100644 index 00000000000..11898a7dad3 --- /dev/null +++ b/stable/jellystat/3.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/jellystat/3.2.0/Chart.yaml b/stable/jellystat/3.2.0/Chart.yaml new file mode 100644 index 00000000000..13d8b1d19f4 --- /dev/null +++ b/stable/jellystat/3.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: statistics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/jellystat/3.1.0/README.md b/stable/jellystat/3.2.0/README.md similarity index 100% rename from stable/jellystat/3.1.0/README.md rename to stable/jellystat/3.2.0/README.md diff --git a/stable/jellystat/3.1.0/app-readme.md b/stable/jellystat/3.2.0/app-readme.md similarity index 100% rename from stable/jellystat/3.1.0/app-readme.md rename to stable/jellystat/3.2.0/app-readme.md diff --git a/stable/jellystat/3.2.0/charts/common-18.1.2.tgz b/stable/jellystat/3.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/jellystat/3.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/jellystat/3.1.0/ix_values.yaml b/stable/jellystat/3.2.0/ix_values.yaml similarity index 100% rename from stable/jellystat/3.1.0/ix_values.yaml rename to stable/jellystat/3.2.0/ix_values.yaml diff --git a/stable/jellystat/3.1.0/questions.yaml b/stable/jellystat/3.2.0/questions.yaml similarity index 100% rename from stable/jellystat/3.1.0/questions.yaml rename to stable/jellystat/3.2.0/questions.yaml diff --git a/stable/jupyter/8.1.0/templates/NOTES.txt b/stable/jellystat/3.2.0/templates/NOTES.txt similarity index 100% rename from stable/jupyter/8.1.0/templates/NOTES.txt rename to stable/jellystat/3.2.0/templates/NOTES.txt diff --git a/stable/jellystat/3.1.0/templates/_secrets.tpl b/stable/jellystat/3.2.0/templates/_secrets.tpl similarity index 100% rename from stable/jellystat/3.1.0/templates/_secrets.tpl rename to stable/jellystat/3.2.0/templates/_secrets.tpl diff --git a/stable/jellystat/3.1.0/templates/common.yaml b/stable/jellystat/3.2.0/templates/common.yaml similarity index 100% rename from stable/jellystat/3.1.0/templates/common.yaml rename to stable/jellystat/3.2.0/templates/common.yaml diff --git a/stable/jenkins/7.2.0/values.yaml b/stable/jellystat/3.2.0/values.yaml similarity index 100% rename from stable/jenkins/7.2.0/values.yaml rename to stable/jellystat/3.2.0/values.yaml diff --git a/stable/jelu/5.1.0/CHANGELOG.md b/stable/jelu/5.1.0/CHANGELOG.md deleted file mode 100644 index dadf0bcb630..00000000000 --- a/stable/jelu/5.1.0/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) - -### Chore \ No newline at end of file diff --git a/stable/jelu/5.1.0/Chart.yaml b/stable/jelu/5.1.0/Chart.yaml deleted file mode 100644 index 2c1a89c9a0f..00000000000 --- a/stable/jelu/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/jelu/5.1.0/charts/common-18.0.1.tgz b/stable/jelu/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/jelu/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/jmzhomeproxy/5.1.0/.helmignore b/stable/jelu/5.2.0/.helmignore similarity index 100% rename from stable/jmzhomeproxy/5.1.0/.helmignore rename to stable/jelu/5.2.0/.helmignore diff --git a/stable/jelu/5.2.0/CHANGELOG.md b/stable/jelu/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e138d80dd1d --- /dev/null +++ b/stable/jelu/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [jelu-4.1.15](https://github.com/truecharts/charts/compare/jelu-4.1.14...jelu-4.1.15) (2024-02-12) + +### Chore + + + +- update container image wabayang/jelu to latest[@168ffa0](https://github.com/168ffa0) by renovate ([#18113](https://github.com/truecharts/charts/issues/18113)) + + +## [jelu-4.1.14](https://github.com/truecharts/charts/compare/jelu-4.1.13...jelu-4.1.14) (2024-02-05) + +### Chore + + + +- update container image wabayang/jelu to latest[@8358e88](https://github.com/8358e88) by renovate ([#17897](https://github.com/truecharts/charts/issues/17897)) + + +## [jelu-4.1.13](https://github.com/truecharts/charts/compare/jelu-4.1.12...jelu-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [jelu-4.1.12](https://github.com/truecharts/charts/compare/jelu-4.1.11...jelu-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [jelu-4.1.11](https://github.com/truecharts/charts/compare/jelu-4.1.10...jelu-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [jelu-4.1.10](https://github.com/truecharts/charts/compare/jelu-4.1.9...jelu-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [jelu-4.1.9](https://github.com/truecharts/charts/compare/jelu-4.1.8...jelu-4.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [jelu-4.1.8](https://github.com/truecharts/charts/compare/jelu-4.1.7...jelu-4.1.8) (2024-01-15) + +### Chore + + + +- update container image wabayang/jelu to latest[@7bd27ae](https://github.com/7bd27ae) by renovate ([#17242](https://github.com/truecharts/charts/issues/17242)) + + + + +## [jelu-4.1.7](https://github.com/truecharts/charts/compare/jelu-4.1.6...jelu-4.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) diff --git a/stable/jelu/5.2.0/Chart.yaml b/stable/jelu/5.2.0/Chart.yaml new file mode 100644 index 00000000000..3b24c7488d1 --- /dev/null +++ b/stable/jelu/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Books + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Track what you have read, what you are reading and what you want to read. +home: https://truecharts.org/charts/stable/jelu +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jelu.png +keywords: + - jelu + - MediaApp-Books +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jelu +sources: + - https://github.com/bayang/jelu + - https://github.com/truecharts/charts/tree/master/charts/stable/jelu + - https://hub.docker.com/r/wabayang/jelu +type: application +version: 5.2.0 diff --git a/stable/jelu/5.1.0/README.md b/stable/jelu/5.2.0/README.md similarity index 100% rename from stable/jelu/5.1.0/README.md rename to stable/jelu/5.2.0/README.md diff --git a/stable/jelu/5.1.0/app-readme.md b/stable/jelu/5.2.0/app-readme.md similarity index 100% rename from stable/jelu/5.1.0/app-readme.md rename to stable/jelu/5.2.0/app-readme.md diff --git a/stable/jelu/5.2.0/charts/common-18.1.2.tgz b/stable/jelu/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/jelu/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/jelu/5.1.0/ix_values.yaml b/stable/jelu/5.2.0/ix_values.yaml similarity index 100% rename from stable/jelu/5.1.0/ix_values.yaml rename to stable/jelu/5.2.0/ix_values.yaml diff --git a/stable/jelu/5.1.0/questions.yaml b/stable/jelu/5.2.0/questions.yaml similarity index 100% rename from stable/jelu/5.1.0/questions.yaml rename to stable/jelu/5.2.0/questions.yaml diff --git a/stable/jelu/5.1.0/templates/common.yaml b/stable/jelu/5.2.0/templates/common.yaml similarity index 100% rename from stable/jelu/5.1.0/templates/common.yaml rename to stable/jelu/5.2.0/templates/common.yaml diff --git a/stable/jmzhomeproxy/5.1.0/values.yaml b/stable/jelu/5.2.0/values.yaml similarity index 100% rename from stable/jmzhomeproxy/5.1.0/values.yaml rename to stable/jelu/5.2.0/values.yaml diff --git a/stable/jenkins/7.2.0/CHANGELOG.md b/stable/jenkins/7.2.0/CHANGELOG.md deleted file mode 100644 index a63c58a859b..00000000000 --- a/stable/jenkins/7.2.0/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) - -### Chore \ No newline at end of file diff --git a/stable/jenkins/7.2.0/Chart.yaml b/stable/jenkins/7.2.0/Chart.yaml deleted file mode 100644 index 7b319a69c17..00000000000 --- a/stable/jenkins/7.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/jenkins/7.2.0/charts/common-18.0.1.tgz b/stable/jenkins/7.2.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/jenkins/7.2.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/joplin-server/17.1.0/.helmignore b/stable/jenkins/7.3.0/.helmignore similarity index 100% rename from stable/joplin-server/17.1.0/.helmignore rename to stable/jenkins/7.3.0/.helmignore diff --git a/stable/jenkins/7.3.0/CHANGELOG.md b/stable/jenkins/7.3.0/CHANGELOG.md new file mode 100644 index 00000000000..50a46c349f3 --- /dev/null +++ b/stable/jenkins/7.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + +## [jenkins-6.8.0](https://github.com/truecharts/charts/compare/jenkins-6.7.1...jenkins-6.8.0) (2024-02-12) + +### Chore + + + +- update container image jenkins/jenkins to v2.444-jdk17[@b3cf5b1](https://github.com/b3cf5b1) by renovate ([#18193](https://github.com/truecharts/charts/issues/18193)) + + +## [jenkins-6.7.1](https://github.com/truecharts/charts/compare/jenkins-6.7.0...jenkins-6.7.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [jenkins-6.7.0](https://github.com/truecharts/charts/compare/jenkins-6.6.1...jenkins-6.7.0) (2024-01-31) + +### Chore + + + +- update container image jenkins/jenkins to v2.443-jdk17[@348d269](https://github.com/348d269) by renovate ([#17763](https://github.com/truecharts/charts/issues/17763)) + + +## [jenkins-6.6.1](https://github.com/truecharts/charts/compare/jenkins-6.6.0...jenkins-6.6.1) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [jenkins-6.6.0](https://github.com/truecharts/charts/compare/jenkins-6.5.3...jenkins-6.6.0) (2024-01-26) + +### Chore + + + +- update container image jenkins/jenkins to v2.442-jdk17[@9ab4468](https://github.com/9ab4468) by renovate ([#17552](https://github.com/truecharts/charts/issues/17552)) + + +## [jenkins-6.5.3](https://github.com/truecharts/charts/compare/jenkins-6.5.2...jenkins-6.5.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [jenkins-6.5.2](https://github.com/truecharts/charts/compare/jenkins-6.5.1...jenkins-6.5.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [jenkins-6.5.1](https://github.com/truecharts/charts/compare/jenkins-6.5.0...jenkins-6.5.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [jenkins-6.5.0](https://github.com/truecharts/charts/compare/jenkins-6.4.0...jenkins-6.5.0) (2024-01-19) + +### Chore + + + +- update container image jenkins/jenkins to v2.441-jdk17[@01e66c7](https://github.com/01e66c7) by renovate ([#17308](https://github.com/truecharts/charts/issues/17308)) diff --git a/stable/jenkins/7.3.0/Chart.yaml b/stable/jenkins/7.3.0/Chart.yaml new file mode 100644 index 00000000000..4a95d07f997 --- /dev/null +++ b/stable/jenkins/7.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.446.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The gold standard in devops tools for running CI/CD pipelines. +home: https://truecharts.org/charts/stable/jenkins +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jenkins.png +keywords: + - jenkins + - productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jenkins +sources: + - https://github.com/jenkinsci/docker + - https://github.com/truecharts/charts/tree/master/charts/stable/jenkins + - https://hub.docker.com/r/jenkins/jenkins +type: application +version: 7.3.0 diff --git a/stable/jenkins/7.2.0/README.md b/stable/jenkins/7.3.0/README.md similarity index 100% rename from stable/jenkins/7.2.0/README.md rename to stable/jenkins/7.3.0/README.md diff --git a/stable/jenkins/7.2.0/app-readme.md b/stable/jenkins/7.3.0/app-readme.md similarity index 100% rename from stable/jenkins/7.2.0/app-readme.md rename to stable/jenkins/7.3.0/app-readme.md diff --git a/stable/jenkins/7.3.0/charts/common-18.1.2.tgz b/stable/jenkins/7.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/jenkins/7.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/jenkins/7.2.0/ix_values.yaml b/stable/jenkins/7.3.0/ix_values.yaml similarity index 100% rename from stable/jenkins/7.2.0/ix_values.yaml rename to stable/jenkins/7.3.0/ix_values.yaml diff --git a/stable/jenkins/7.2.0/questions.yaml b/stable/jenkins/7.3.0/questions.yaml similarity index 100% rename from stable/jenkins/7.2.0/questions.yaml rename to stable/jenkins/7.3.0/questions.yaml diff --git a/stable/kanboard/16.1.0/templates/NOTES.txt b/stable/jenkins/7.3.0/templates/NOTES.txt similarity index 100% rename from stable/kanboard/16.1.0/templates/NOTES.txt rename to stable/jenkins/7.3.0/templates/NOTES.txt diff --git a/stable/jenkins/7.2.0/templates/_secret.tpl b/stable/jenkins/7.3.0/templates/_secret.tpl similarity index 100% rename from stable/jenkins/7.2.0/templates/_secret.tpl rename to stable/jenkins/7.3.0/templates/_secret.tpl diff --git a/stable/jenkins/7.2.0/templates/common.yaml b/stable/jenkins/7.3.0/templates/common.yaml similarity index 100% rename from stable/jenkins/7.2.0/templates/common.yaml rename to stable/jenkins/7.3.0/templates/common.yaml diff --git a/stable/joplin-server/17.1.0/values.yaml b/stable/jenkins/7.3.0/values.yaml similarity index 100% rename from stable/joplin-server/17.1.0/values.yaml rename to stable/jenkins/7.3.0/values.yaml diff --git a/stable/jmzhomeproxy/5.1.0/CHANGELOG.md b/stable/jmzhomeproxy/5.1.0/CHANGELOG.md deleted file mode 100644 index 35ea8f6e8c8..00000000000 --- a/stable/jmzhomeproxy/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/jmzhomeproxy/5.1.0/Chart.yaml b/stable/jmzhomeproxy/5.1.0/Chart.yaml deleted file mode 100644 index 5d4baa57572..00000000000 --- a/stable/jmzhomeproxy/5.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/jmzhomeproxy/5.1.0/charts/common-18.0.1.tgz b/stable/jmzhomeproxy/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/jmzhomeproxy/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/jupyter/8.1.0/.helmignore b/stable/jmzhomeproxy/5.2.0/.helmignore similarity index 100% rename from stable/jupyter/8.1.0/.helmignore rename to stable/jmzhomeproxy/5.2.0/.helmignore diff --git a/stable/jmzhomeproxy/5.2.0/CHANGELOG.md b/stable/jmzhomeproxy/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..0b1483904ab --- /dev/null +++ b/stable/jmzhomeproxy/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/jmzhomeproxy/5.2.0/Chart.yaml b/stable/jmzhomeproxy/5.2.0/Chart.yaml new file mode 100644 index 00000000000..5afd8f93ec4 --- /dev/null +++ b/stable/jmzhomeproxy/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/jmzhomeproxy/5.1.0/README.md b/stable/jmzhomeproxy/5.2.0/README.md similarity index 100% rename from stable/jmzhomeproxy/5.1.0/README.md rename to stable/jmzhomeproxy/5.2.0/README.md diff --git a/stable/jmzhomeproxy/5.1.0/app-readme.md b/stable/jmzhomeproxy/5.2.0/app-readme.md similarity index 100% rename from stable/jmzhomeproxy/5.1.0/app-readme.md rename to stable/jmzhomeproxy/5.2.0/app-readme.md diff --git a/stable/jmzhomeproxy/5.2.0/charts/common-18.1.2.tgz b/stable/jmzhomeproxy/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/jmzhomeproxy/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/jmzhomeproxy/5.1.0/ix_values.yaml b/stable/jmzhomeproxy/5.2.0/ix_values.yaml similarity index 100% rename from stable/jmzhomeproxy/5.1.0/ix_values.yaml rename to stable/jmzhomeproxy/5.2.0/ix_values.yaml diff --git a/stable/jmzhomeproxy/5.1.0/questions.yaml b/stable/jmzhomeproxy/5.2.0/questions.yaml similarity index 100% rename from stable/jmzhomeproxy/5.1.0/questions.yaml rename to stable/jmzhomeproxy/5.2.0/questions.yaml diff --git a/stable/jmzhomeproxy/5.1.0/templates/common.yaml b/stable/jmzhomeproxy/5.2.0/templates/common.yaml similarity index 100% rename from stable/jmzhomeproxy/5.1.0/templates/common.yaml rename to stable/jmzhomeproxy/5.2.0/templates/common.yaml diff --git a/stable/jupyter/8.1.0/values.yaml b/stable/jmzhomeproxy/5.2.0/values.yaml similarity index 100% rename from stable/jupyter/8.1.0/values.yaml rename to stable/jmzhomeproxy/5.2.0/values.yaml diff --git a/stable/joplin-server/17.1.0/CHANGELOG.md b/stable/joplin-server/17.1.0/CHANGELOG.md deleted file mode 100644 index d6d1d3cf216..00000000000 --- a/stable/joplin-server/17.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/joplin-server/17.1.0/Chart.yaml b/stable/joplin-server/17.1.0/Chart.yaml deleted file mode 100644 index fb8ee851b01..00000000000 --- a/stable/joplin-server/17.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.14.2 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/joplin-server/17.1.0/charts/common-18.0.1.tgz b/stable/joplin-server/17.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/joplin-server/17.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/kanboard/16.1.0/.helmignore b/stable/joplin-server/17.2.0/.helmignore similarity index 100% rename from stable/kanboard/16.1.0/.helmignore rename to stable/joplin-server/17.2.0/.helmignore diff --git a/stable/joplin-server/17.2.0/CHANGELOG.md b/stable/joplin-server/17.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a8fb76a5b86 --- /dev/null +++ b/stable/joplin-server/17.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [joplin-server-16.2.8](https://github.com/truecharts/charts/compare/joplin-server-16.2.7...joplin-server-16.2.8) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [joplin-server-16.2.7](https://github.com/truecharts/charts/compare/joplin-server-16.2.6...joplin-server-16.2.7) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [joplin-server-16.2.6](https://github.com/truecharts/charts/compare/joplin-server-16.2.5...joplin-server-16.2.6) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [joplin-server-16.2.5](https://github.com/truecharts/charts/compare/joplin-server-16.2.4...joplin-server-16.2.5) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [joplin-server-16.2.4](https://github.com/truecharts/charts/compare/joplin-server-16.2.3...joplin-server-16.2.4) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [joplin-server-16.2.3](https://github.com/truecharts/charts/compare/joplin-server-16.2.2...joplin-server-16.2.3) (2024-01-21) + +### Chore + + + +- update container image joplin/server to v2.14.2[@b87564e](https://github.com/b87564e) by renovate ([#17429](https://github.com/truecharts/charts/issues/17429)) + + + + +## [joplin-server-16.2.2](https://github.com/truecharts/charts/compare/joplin-server-16.2.1...joplin-server-16.2.2) (2024-01-09) + +### Fix + + + +- fix env ([#17065](https://github.com/truecharts/charts/issues/17065)) + + +## [joplin-server-16.2.1](https://github.com/truecharts/charts/compare/joplin-server-16.2.0...joplin-server-16.2.1) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [joplin-server-16.2.0](https://github.com/truecharts/charts/compare/joplin-server-16.1.5...joplin-server-16.2.0) (2024-01-05) + +### Fix + + + +- update mailer sec variable name ([#16883](https://github.com/truecharts/charts/issues/16883)) diff --git a/stable/joplin-server/17.2.0/Chart.yaml b/stable/joplin-server/17.2.0/Chart.yaml new file mode 100644 index 00000000000..4428cd0b290 --- /dev/null +++ b/stable/joplin-server/17.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.14.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/joplin-server/17.1.0/README.md b/stable/joplin-server/17.2.0/README.md similarity index 100% rename from stable/joplin-server/17.1.0/README.md rename to stable/joplin-server/17.2.0/README.md diff --git a/stable/joplin-server/17.1.0/app-readme.md b/stable/joplin-server/17.2.0/app-readme.md similarity index 100% rename from stable/joplin-server/17.1.0/app-readme.md rename to stable/joplin-server/17.2.0/app-readme.md diff --git a/stable/joplin-server/17.2.0/charts/common-18.1.2.tgz b/stable/joplin-server/17.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/joplin-server/17.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/joplin-server/17.1.0/ix_values.yaml b/stable/joplin-server/17.2.0/ix_values.yaml similarity index 100% rename from stable/joplin-server/17.1.0/ix_values.yaml rename to stable/joplin-server/17.2.0/ix_values.yaml diff --git a/stable/joplin-server/17.1.0/questions.yaml b/stable/joplin-server/17.2.0/questions.yaml similarity index 100% rename from stable/joplin-server/17.1.0/questions.yaml rename to stable/joplin-server/17.2.0/questions.yaml diff --git a/stable/joplin-server/17.1.0/templates/NOTES.txt b/stable/joplin-server/17.2.0/templates/NOTES.txt similarity index 100% rename from stable/joplin-server/17.1.0/templates/NOTES.txt rename to stable/joplin-server/17.2.0/templates/NOTES.txt diff --git a/stable/joplin-server/17.1.0/templates/common.yaml b/stable/joplin-server/17.2.0/templates/common.yaml similarity index 100% rename from stable/joplin-server/17.1.0/templates/common.yaml rename to stable/joplin-server/17.2.0/templates/common.yaml diff --git a/stable/kanboard/16.1.0/values.yaml b/stable/joplin-server/17.2.0/values.yaml similarity index 100% rename from stable/kanboard/16.1.0/values.yaml rename to stable/joplin-server/17.2.0/values.yaml diff --git a/stable/jupyter/8.1.0/CHANGELOG.md b/stable/jupyter/8.1.0/CHANGELOG.md deleted file mode 100644 index 33ce067c98c..00000000000 --- a/stable/jupyter/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/jupyter/8.1.0/Chart.yaml b/stable/jupyter/8.1.0/Chart.yaml deleted file mode 100644 index 644076b798e..00000000000 --- a/stable/jupyter/8.1.0/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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/datascience-notebook - - https://hub.docker.com/r/jupyter/minimal-notebook - - https://hub.docker.com/r/jupyter/all-spark-notebook - - https://hub.docker.com/r/jupyter/pyspark-notebook - - https://hub.docker.com/r/jupyter/scipy-notebook - - https://hub.docker.com/r/jupyter/tensorflow-notebook - - https://hub.docker.com/r/jupyter/r-notebook -type: application -version: 8.1.0 diff --git a/stable/jupyter/8.1.0/charts/common-18.0.1.tgz b/stable/jupyter/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/jupyter/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/kasm/8.1.0/.helmignore b/stable/jupyter/8.2.0/.helmignore similarity index 100% rename from stable/kasm/8.1.0/.helmignore rename to stable/jupyter/8.2.0/.helmignore diff --git a/stable/jupyter/8.2.0/CHANGELOG.md b/stable/jupyter/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..48607a865b6 --- /dev/null +++ b/stable/jupyter/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/jupyter/8.2.0/Chart.yaml b/stable/jupyter/8.2.0/Chart.yaml new file mode 100644 index 00000000000..2b7df011ab7 --- /dev/null +++ b/stable/jupyter/8.2.0/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.10.20 +dependencies: + - name: common + version: 18.1.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/scipy-notebook + - https://hub.docker.com/r/jupyter/all-spark-notebook + - https://hub.docker.com/r/jupyter/pyspark-notebook + - https://hub.docker.com/r/jupyter/base-notebook + - https://hub.docker.com/r/jupyter/tensorflow-notebook + - https://hub.docker.com/r/jupyter/r-notebook + - https://hub.docker.com/r/jupyter/datascience-notebook + - https://hub.docker.com/r/jupyter/minimal-notebook +type: application +version: 8.2.0 diff --git a/stable/jupyter/8.1.0/README.md b/stable/jupyter/8.2.0/README.md similarity index 100% rename from stable/jupyter/8.1.0/README.md rename to stable/jupyter/8.2.0/README.md diff --git a/stable/jupyter/8.1.0/app-readme.md b/stable/jupyter/8.2.0/app-readme.md similarity index 100% rename from stable/jupyter/8.1.0/app-readme.md rename to stable/jupyter/8.2.0/app-readme.md diff --git a/stable/jupyter/8.2.0/charts/common-18.1.2.tgz b/stable/jupyter/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/jupyter/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/jupyter/8.1.0/ix_values.yaml b/stable/jupyter/8.2.0/ix_values.yaml similarity index 100% rename from stable/jupyter/8.1.0/ix_values.yaml rename to stable/jupyter/8.2.0/ix_values.yaml diff --git a/stable/jupyter/8.1.0/questions.yaml b/stable/jupyter/8.2.0/questions.yaml similarity index 100% rename from stable/jupyter/8.1.0/questions.yaml rename to stable/jupyter/8.2.0/questions.yaml diff --git a/stable/kasm/8.1.0/templates/NOTES.txt b/stable/jupyter/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/kasm/8.1.0/templates/NOTES.txt rename to stable/jupyter/8.2.0/templates/NOTES.txt diff --git a/stable/kavita/9.1.0/templates/common.yaml b/stable/jupyter/8.2.0/templates/common.yaml similarity index 100% rename from stable/kavita/9.1.0/templates/common.yaml rename to stable/jupyter/8.2.0/templates/common.yaml diff --git a/stable/kasm/8.1.0/values.yaml b/stable/jupyter/8.2.0/values.yaml similarity index 100% rename from stable/kasm/8.1.0/values.yaml rename to stable/jupyter/8.2.0/values.yaml diff --git a/stable/kanboard/16.1.0/CHANGELOG.md b/stable/kanboard/16.1.0/CHANGELOG.md deleted file mode 100644 index c242122da42..00000000000 --- a/stable/kanboard/16.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [kanboard-15.1.12](https://github.com/truecharts/charts/compare/kanboard-15.1.11...kanboard-15.1.12) (2024-02-05) - -### Chore - - - -- update container image kanboard/kanboard to v1.2.35[@987ab3d](https://github.com/987ab3d) by renovate ([#17922](https://github.com/truecharts/charts/issues/17922)) - - -## [kanboard-15.1.11](https://github.com/truecharts/charts/compare/kanboard-15.1.10...kanboard-15.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kanboard-15.1.10](https://github.com/truecharts/charts/compare/kanboard-15.1.9...kanboard-15.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [kanboard-15.1.9](https://github.com/truecharts/charts/compare/kanboard-15.1.8...kanboard-15.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [kanboard-15.1.8](https://github.com/truecharts/charts/compare/kanboard-15.1.7...kanboard-15.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [kanboard-15.1.7](https://github.com/truecharts/charts/compare/kanboard-15.1.6...kanboard-15.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [kanboard-15.1.6](https://github.com/truecharts/charts/compare/kanboard-15.1.5...kanboard-15.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [kanboard-15.1.5](https://github.com/truecharts/charts/compare/kanboard-15.1.4...kanboard-15.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [kanboard-15.1.4](https://github.com/truecharts/charts/compare/kanboard-15.1.3...kanboard-15.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [kanboard-15.1.3](https://github.com/truecharts/charts/compare/kanboard-15.1.0...kanboard-15.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/kanboard/16.1.0/Chart.yaml b/stable/kanboard/16.1.0/Chart.yaml deleted file mode 100644 index ae18e898332..00000000000 --- a/stable/kanboard/16.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/kanboard/16.1.0/charts/common-18.0.1.tgz b/stable/kanboard/16.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/kanboard/16.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/kavita/9.1.0/.helmignore b/stable/kanboard/16.2.0/.helmignore similarity index 100% rename from stable/kavita/9.1.0/.helmignore rename to stable/kanboard/16.2.0/.helmignore diff --git a/stable/kanboard/16.2.0/CHANGELOG.md b/stable/kanboard/16.2.0/CHANGELOG.md new file mode 100644 index 00000000000..80188751fbe --- /dev/null +++ b/stable/kanboard/16.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/kanboard/16.2.0/Chart.yaml b/stable/kanboard/16.2.0/Chart.yaml new file mode 100644 index 00000000000..2271c4745bf --- /dev/null +++ b/stable/kanboard/16.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.35 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/kanboard/16.1.0/README.md b/stable/kanboard/16.2.0/README.md similarity index 100% rename from stable/kanboard/16.1.0/README.md rename to stable/kanboard/16.2.0/README.md diff --git a/stable/kanboard/16.1.0/app-readme.md b/stable/kanboard/16.2.0/app-readme.md similarity index 100% rename from stable/kanboard/16.1.0/app-readme.md rename to stable/kanboard/16.2.0/app-readme.md diff --git a/stable/kanboard/16.2.0/charts/common-18.1.2.tgz b/stable/kanboard/16.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/kanboard/16.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/kanboard/16.1.0/ix_values.yaml b/stable/kanboard/16.2.0/ix_values.yaml similarity index 100% rename from stable/kanboard/16.1.0/ix_values.yaml rename to stable/kanboard/16.2.0/ix_values.yaml diff --git a/stable/kanboard/16.1.0/questions.yaml b/stable/kanboard/16.2.0/questions.yaml similarity index 100% rename from stable/kanboard/16.1.0/questions.yaml rename to stable/kanboard/16.2.0/questions.yaml diff --git a/stable/kavita/9.1.0/templates/NOTES.txt b/stable/kanboard/16.2.0/templates/NOTES.txt similarity index 100% rename from stable/kavita/9.1.0/templates/NOTES.txt rename to stable/kanboard/16.2.0/templates/NOTES.txt diff --git a/stable/kms/18.1.0/templates/common.yaml b/stable/kanboard/16.2.0/templates/common.yaml similarity index 100% rename from stable/kms/18.1.0/templates/common.yaml rename to stable/kanboard/16.2.0/templates/common.yaml diff --git a/stable/kavita/9.1.0/values.yaml b/stable/kanboard/16.2.0/values.yaml similarity index 100% rename from stable/kavita/9.1.0/values.yaml rename to stable/kanboard/16.2.0/values.yaml diff --git a/stable/kasm/8.1.0/CHANGELOG.md b/stable/kasm/8.1.0/CHANGELOG.md deleted file mode 100644 index d75d6acf097..00000000000 --- a/stable/kasm/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/kasm/8.1.0/Chart.yaml b/stable/kasm/8.1.0/Chart.yaml deleted file mode 100644 index 57e45851fef..00000000000 --- a/stable/kasm/8.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: 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.1 - 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.0 diff --git a/stable/kasm/8.1.0/charts/common-18.0.1.tgz b/stable/kasm/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/kasm/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/kdenlive-vnc/5.1.0/.helmignore b/stable/kasm/8.2.0/.helmignore similarity index 100% rename from stable/kdenlive-vnc/5.1.0/.helmignore rename to stable/kasm/8.2.0/.helmignore diff --git a/stable/kasm/8.2.0/CHANGELOG.md b/stable/kasm/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b0a532ad6df --- /dev/null +++ b/stable/kasm/8.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/kasm/8.2.0/Chart.yaml b/stable/kasm/8.2.0/Chart.yaml new file mode 100644 index 00000000000..ca523d3f7ea --- /dev/null +++ b/stable/kasm/8.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.15.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/kasm/8.1.0/README.md b/stable/kasm/8.2.0/README.md similarity index 100% rename from stable/kasm/8.1.0/README.md rename to stable/kasm/8.2.0/README.md diff --git a/stable/kasm/8.1.0/app-readme.md b/stable/kasm/8.2.0/app-readme.md similarity index 100% rename from stable/kasm/8.1.0/app-readme.md rename to stable/kasm/8.2.0/app-readme.md diff --git a/stable/kasm/8.2.0/charts/common-18.1.2.tgz b/stable/kasm/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/kasm/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/kasm/8.1.0/ix_values.yaml b/stable/kasm/8.2.0/ix_values.yaml similarity index 100% rename from stable/kasm/8.1.0/ix_values.yaml rename to stable/kasm/8.2.0/ix_values.yaml diff --git a/stable/kasm/8.1.0/questions.yaml b/stable/kasm/8.2.0/questions.yaml similarity index 100% rename from stable/kasm/8.1.0/questions.yaml rename to stable/kasm/8.2.0/questions.yaml diff --git a/stable/kitchenowl/9.1.0/templates/NOTES.txt b/stable/kasm/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/kitchenowl/9.1.0/templates/NOTES.txt rename to stable/kasm/8.2.0/templates/NOTES.txt diff --git a/stable/kasm/8.1.0/templates/_hostPathMounts.tpl b/stable/kasm/8.2.0/templates/_hostPathMounts.tpl similarity index 100% rename from stable/kasm/8.1.0/templates/_hostPathMounts.tpl rename to stable/kasm/8.2.0/templates/_hostPathMounts.tpl diff --git a/stable/kasm/8.1.0/templates/common.yaml b/stable/kasm/8.2.0/templates/common.yaml similarity index 100% rename from stable/kasm/8.1.0/templates/common.yaml rename to stable/kasm/8.2.0/templates/common.yaml diff --git a/stable/kdenlive-vnc/5.1.0/values.yaml b/stable/kasm/8.2.0/values.yaml similarity index 100% rename from stable/kdenlive-vnc/5.1.0/values.yaml rename to stable/kasm/8.2.0/values.yaml diff --git a/stable/kavita/9.1.0/CHANGELOG.md b/stable/kavita/9.1.0/CHANGELOG.md deleted file mode 100644 index 7387af11c8e..00000000000 --- a/stable/kavita/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/kavita/9.1.0/Chart.yaml b/stable/kavita/9.1.0/Chart.yaml deleted file mode 100644 index ab849e6a721..00000000000 --- a/stable/kavita/9.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: 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.1 - 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.0 diff --git a/stable/kavita/9.1.0/charts/common-18.0.1.tgz b/stable/kavita/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/kavita/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/kdenlive/5.1.1/.helmignore b/stable/kavita/9.2.0/.helmignore similarity index 100% rename from stable/kdenlive/5.1.1/.helmignore rename to stable/kavita/9.2.0/.helmignore diff --git a/stable/kavita/9.2.0/CHANGELOG.md b/stable/kavita/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..548042ad4f3 --- /dev/null +++ b/stable/kavita/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [kavita-8.1.14](https://github.com/truecharts/charts/compare/kavita-8.1.13...kavita-8.1.14) (2024-02-12) + +### Chore + + + +- update container image jvmilazz0/kavita to v0.7.14[@9cbe62e](https://github.com/9cbe62e) by renovate ([#18141](https://github.com/truecharts/charts/issues/18141)) + + +## [kavita-8.1.13](https://github.com/truecharts/charts/compare/kavita-8.1.12...kavita-8.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [kavita-8.1.12](https://github.com/truecharts/charts/compare/kavita-8.1.11...kavita-8.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [kavita-8.1.11](https://github.com/truecharts/charts/compare/kavita-8.1.10...kavita-8.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [kavita-8.1.10](https://github.com/truecharts/charts/compare/kavita-8.1.9...kavita-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [kavita-8.1.9](https://github.com/truecharts/charts/compare/kavita-8.1.8...kavita-8.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [kavita-8.1.8](https://github.com/truecharts/charts/compare/kavita-8.1.7...kavita-8.1.8) (2024-01-21) + +### Chore + + + +- update container image jvmilazz0/kavita to v0.7.13[@89a5953](https://github.com/89a5953) by renovate ([#17430](https://github.com/truecharts/charts/issues/17430)) + + + + +## [kavita-8.1.7](https://github.com/truecharts/charts/compare/kavita-8.1.6...kavita-8.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [kavita-8.1.6](https://github.com/truecharts/charts/compare/kavita-8.1.5...kavita-8.1.6) (2024-01-08) + +### Chore + + + +- update container image jvmilazz0/kavita to v0.7.12[@a7dd4dd](https://github.com/a7dd4dd) by renovate ([#17005](https://github.com/truecharts/charts/issues/17005)) diff --git a/stable/kavita/9.2.0/Chart.yaml b/stable/kavita/9.2.0/Chart.yaml new file mode 100644 index 00000000000..0bacdbe52f7 --- /dev/null +++ b/stable/kavita/9.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.14 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/kavita/9.1.0/README.md b/stable/kavita/9.2.0/README.md similarity index 100% rename from stable/kavita/9.1.0/README.md rename to stable/kavita/9.2.0/README.md diff --git a/stable/kavita/9.1.0/app-readme.md b/stable/kavita/9.2.0/app-readme.md similarity index 100% rename from stable/kavita/9.1.0/app-readme.md rename to stable/kavita/9.2.0/app-readme.md diff --git a/stable/kavita/9.2.0/charts/common-18.1.2.tgz b/stable/kavita/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/kavita/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/kavita/9.1.0/ix_values.yaml b/stable/kavita/9.2.0/ix_values.yaml similarity index 100% rename from stable/kavita/9.1.0/ix_values.yaml rename to stable/kavita/9.2.0/ix_values.yaml diff --git a/stable/kavita/9.1.0/questions.yaml b/stable/kavita/9.2.0/questions.yaml similarity index 100% rename from stable/kavita/9.1.0/questions.yaml rename to stable/kavita/9.2.0/questions.yaml diff --git a/stable/kiwix-serve/8.1.1/templates/NOTES.txt b/stable/kavita/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/kiwix-serve/8.1.1/templates/NOTES.txt rename to stable/kavita/9.2.0/templates/NOTES.txt diff --git a/stable/kodi-headless/9.1.0/templates/common.yaml b/stable/kavita/9.2.0/templates/common.yaml similarity index 100% rename from stable/kodi-headless/9.1.0/templates/common.yaml rename to stable/kavita/9.2.0/templates/common.yaml diff --git a/stable/kdenlive/5.1.1/values.yaml b/stable/kavita/9.2.0/values.yaml similarity index 100% rename from stable/kdenlive/5.1.1/values.yaml rename to stable/kavita/9.2.0/values.yaml diff --git a/stable/kdenlive-vnc/5.1.0/CHANGELOG.md b/stable/kdenlive-vnc/5.1.0/CHANGELOG.md deleted file mode 100644 index eda589eeec5..00000000000 --- a/stable/kdenlive-vnc/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/kdenlive-vnc/5.1.0/Chart.yaml b/stable/kdenlive-vnc/5.1.0/Chart.yaml deleted file mode 100644 index 7c1ed644639..00000000000 --- a/stable/kdenlive-vnc/5.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/kdenlive-vnc/5.1.0/charts/common-18.0.1.tgz b/stable/kdenlive-vnc/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/kdenlive-vnc/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/keeweb/5.1.0/.helmignore b/stable/kdenlive-vnc/5.2.0/.helmignore similarity index 100% rename from stable/keeweb/5.1.0/.helmignore rename to stable/kdenlive-vnc/5.2.0/.helmignore diff --git a/stable/kdenlive-vnc/5.2.0/CHANGELOG.md b/stable/kdenlive-vnc/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..ed3e74213cb --- /dev/null +++ b/stable/kdenlive-vnc/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/kdenlive-vnc/5.2.0/Chart.yaml b/stable/kdenlive-vnc/5.2.0/Chart.yaml new file mode 100644 index 00000000000..cb868951a77 --- /dev/null +++ b/stable/kdenlive-vnc/5.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Video + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/kdenlive-vnc/5.1.0/README.md b/stable/kdenlive-vnc/5.2.0/README.md similarity index 100% rename from stable/kdenlive-vnc/5.1.0/README.md rename to stable/kdenlive-vnc/5.2.0/README.md diff --git a/stable/kdenlive-vnc/5.1.0/app-readme.md b/stable/kdenlive-vnc/5.2.0/app-readme.md similarity index 100% rename from stable/kdenlive-vnc/5.1.0/app-readme.md rename to stable/kdenlive-vnc/5.2.0/app-readme.md diff --git a/stable/kdenlive-vnc/5.2.0/charts/common-18.1.2.tgz b/stable/kdenlive-vnc/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/kdenlive-vnc/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/kdenlive-vnc/5.1.0/ix_values.yaml b/stable/kdenlive-vnc/5.2.0/ix_values.yaml similarity index 100% rename from stable/kdenlive-vnc/5.1.0/ix_values.yaml rename to stable/kdenlive-vnc/5.2.0/ix_values.yaml diff --git a/stable/kdenlive-vnc/5.1.0/questions.yaml b/stable/kdenlive-vnc/5.2.0/questions.yaml similarity index 100% rename from stable/kdenlive-vnc/5.1.0/questions.yaml rename to stable/kdenlive-vnc/5.2.0/questions.yaml diff --git a/stable/kdenlive-vnc/5.1.0/templates/common.yaml b/stable/kdenlive-vnc/5.2.0/templates/common.yaml similarity index 100% rename from stable/kdenlive-vnc/5.1.0/templates/common.yaml rename to stable/kdenlive-vnc/5.2.0/templates/common.yaml diff --git a/stable/keeweb/5.1.0/values.yaml b/stable/kdenlive-vnc/5.2.0/values.yaml similarity index 100% rename from stable/keeweb/5.1.0/values.yaml rename to stable/kdenlive-vnc/5.2.0/values.yaml diff --git a/stable/kdenlive/5.1.1/CHANGELOG.md b/stable/kdenlive/5.1.1/CHANGELOG.md deleted file mode 100644 index 8603f9d1d2f..00000000000 --- a/stable/kdenlive/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - - - -## [kdenlive-4.1.8](https://github.com/truecharts/charts/compare/kdenlive-4.1.7...kdenlive-4.1.8) (2024-01-09) \ No newline at end of file diff --git a/stable/kdenlive/5.1.1/Chart.yaml b/stable/kdenlive/5.1.1/Chart.yaml deleted file mode 100644 index 52dabdf6f35..00000000000 --- a/stable/kdenlive/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: 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: 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.1 diff --git a/stable/kdenlive/5.1.1/charts/common-18.0.2.tgz b/stable/kdenlive/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/kdenlive/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/kdenlive/5.1.1/ix_values.yaml b/stable/kdenlive/5.1.1/ix_values.yaml deleted file mode 100644 index 577adf0b905..00000000000 --- a/stable/kdenlive/5.1.1/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/kerbalspaceprogram-lmp/5.1.0/.helmignore b/stable/kdenlive/5.2.0/.helmignore similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.1.0/.helmignore rename to stable/kdenlive/5.2.0/.helmignore diff --git a/stable/kdenlive/5.2.0/CHANGELOG.md b/stable/kdenlive/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..dca05a443e5 --- /dev/null +++ b/stable/kdenlive/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + +## [kdenlive-4.1.17](https://github.com/truecharts/charts/compare/kdenlive-4.1.16...kdenlive-4.1.17) (2024-02-12) + +### Chore + + + +- update container image lscr.io/linuxserver/kdenlive to latest[@85d4ef5](https://github.com/85d4ef5) by renovate ([#18093](https://github.com/truecharts/charts/issues/18093)) + + +## [kdenlive-4.1.16](https://github.com/truecharts/charts/compare/kdenlive-4.1.15...kdenlive-4.1.16) (2024-02-05) + +### Chore + + + +- update container image lscr.io/linuxserver/kdenlive to latest[@199f52f](https://github.com/199f52f) by renovate ([#17980](https://github.com/truecharts/charts/issues/17980)) + + +## [kdenlive-4.1.15](https://github.com/truecharts/charts/compare/kdenlive-4.1.14...kdenlive-4.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [kdenlive-4.1.14](https://github.com/truecharts/charts/compare/kdenlive-4.1.13...kdenlive-4.1.14) (2024-01-29) + +### Chore + + + +- update container image lscr.io/linuxserver/kdenlive to latest[@02dc593](https://github.com/02dc593) by renovate ([#17747](https://github.com/truecharts/charts/issues/17747)) + + +## [kdenlive-4.1.13](https://github.com/truecharts/charts/compare/kdenlive-4.1.12...kdenlive-4.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [kdenlive-4.1.12](https://github.com/truecharts/charts/compare/kdenlive-4.1.11...kdenlive-4.1.12) (2024-01-22) + +### Chore + + + +- update container image lscr.io/linuxserver/kdenlive to latest[@0eaa108](https://github.com/0eaa108) by renovate ([#17513](https://github.com/truecharts/charts/issues/17513)) + + +## [kdenlive-4.1.11](https://github.com/truecharts/charts/compare/kdenlive-4.1.10...kdenlive-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [kdenlive-4.1.10](https://github.com/truecharts/charts/compare/kdenlive-4.1.9...kdenlive-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [kdenlive-4.1.9](https://github.com/truecharts/charts/compare/kdenlive-4.1.8...kdenlive-4.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/kdenlive/5.2.0/Chart.yaml b/stable/kdenlive/5.2.0/Chart.yaml new file mode 100644 index 00000000000..16159417b38 --- /dev/null +++ b/stable/kdenlive/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kdenlive(https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready. +home: https://truecharts.org/charts/stable/kdenlive +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive.png +keywords: + - kdenlive + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kdenlive +sources: + - https://github.com/linuxserver/docker-kdenlive#readme + - https://kdenlive.org/ + - https://github.com/orgs/linuxserver/packages/container/package/kdenlive + - https://github.com/truecharts/charts/tree/master/charts/stable/kdenlive + - https://fleet.linuxserver.io/image?name=linuxserver/kdenlive +type: application +version: 5.2.0 diff --git a/stable/kdenlive/5.1.1/README.md b/stable/kdenlive/5.2.0/README.md similarity index 100% rename from stable/kdenlive/5.1.1/README.md rename to stable/kdenlive/5.2.0/README.md diff --git a/stable/kdenlive/5.1.1/app-readme.md b/stable/kdenlive/5.2.0/app-readme.md similarity index 100% rename from stable/kdenlive/5.1.1/app-readme.md rename to stable/kdenlive/5.2.0/app-readme.md diff --git a/stable/kdenlive/5.2.0/charts/common-18.1.2.tgz b/stable/kdenlive/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/kdenlive/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/kdenlive/5.2.0/ix_values.yaml b/stable/kdenlive/5.2.0/ix_values.yaml new file mode 100644 index 00000000000..7a9e9d4c30f --- /dev/null +++ b/stable/kdenlive/5.2.0/ix_values.yaml @@ -0,0 +1,31 @@ +image: + pullPolicy: IfNotPresent + repository: lscr.io/linuxserver/kdenlive + tag: latest@sha256:6b2d3f964d88bc4cf6146efcf68c1fb3b8a015fbc28fcf26baf311c51b106960 +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 3000 + protocol: tcp + targetPort: 3000 +workload: + main: + podSpec: + containers: + main: + env: + KEYBOARD: "" + SUBFOLDER: "" diff --git a/stable/kdenlive/5.1.1/questions.yaml b/stable/kdenlive/5.2.0/questions.yaml similarity index 100% rename from stable/kdenlive/5.1.1/questions.yaml rename to stable/kdenlive/5.2.0/questions.yaml diff --git a/stable/kdenlive/5.1.1/templates/common.yaml b/stable/kdenlive/5.2.0/templates/common.yaml similarity index 100% rename from stable/kdenlive/5.1.1/templates/common.yaml rename to stable/kdenlive/5.2.0/templates/common.yaml diff --git a/stable/kerbalspaceprogram-lmp/5.1.0/values.yaml b/stable/kdenlive/5.2.0/values.yaml similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.1.0/values.yaml rename to stable/kdenlive/5.2.0/values.yaml diff --git a/stable/keeweb/5.1.0/CHANGELOG.md b/stable/keeweb/5.1.0/CHANGELOG.md deleted file mode 100644 index 1bd5e269cc0..00000000000 --- a/stable/keeweb/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/keeweb/5.1.0/Chart.yaml b/stable/keeweb/5.1.0/Chart.yaml deleted file mode 100644 index 1e04133565f..00000000000 --- a/stable/keeweb/5.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/keeweb/5.1.0/charts/common-18.0.1.tgz b/stable/keeweb/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/keeweb/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/kerio-connect/5.1.0/.helmignore b/stable/keeweb/5.2.0/.helmignore similarity index 100% rename from stable/kerio-connect/5.1.0/.helmignore rename to stable/keeweb/5.2.0/.helmignore diff --git a/stable/keeweb/5.2.0/CHANGELOG.md b/stable/keeweb/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5587aebdb94 --- /dev/null +++ b/stable/keeweb/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/keeweb/5.2.0/Chart.yaml b/stable/keeweb/5.2.0/Chart.yaml new file mode 100644 index 00000000000..05e207b1318 --- /dev/null +++ b/stable/keeweb/5.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/keeweb/5.1.0/README.md b/stable/keeweb/5.2.0/README.md similarity index 100% rename from stable/keeweb/5.1.0/README.md rename to stable/keeweb/5.2.0/README.md diff --git a/stable/keeweb/5.1.0/app-readme.md b/stable/keeweb/5.2.0/app-readme.md similarity index 100% rename from stable/keeweb/5.1.0/app-readme.md rename to stable/keeweb/5.2.0/app-readme.md diff --git a/stable/keeweb/5.2.0/charts/common-18.1.2.tgz b/stable/keeweb/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/keeweb/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/keeweb/5.1.0/ix_values.yaml b/stable/keeweb/5.2.0/ix_values.yaml similarity index 100% rename from stable/keeweb/5.1.0/ix_values.yaml rename to stable/keeweb/5.2.0/ix_values.yaml diff --git a/stable/keeweb/5.1.0/questions.yaml b/stable/keeweb/5.2.0/questions.yaml similarity index 100% rename from stable/keeweb/5.1.0/questions.yaml rename to stable/keeweb/5.2.0/questions.yaml diff --git a/stable/keeweb/5.1.0/templates/common.yaml b/stable/keeweb/5.2.0/templates/common.yaml similarity index 100% rename from stable/keeweb/5.1.0/templates/common.yaml rename to stable/keeweb/5.2.0/templates/common.yaml diff --git a/stable/kerio-connect/5.1.0/values.yaml b/stable/keeweb/5.2.0/values.yaml similarity index 100% rename from stable/kerio-connect/5.1.0/values.yaml rename to stable/keeweb/5.2.0/values.yaml diff --git a/stable/kerbalspaceprogram-lmp/5.1.0/CHANGELOG.md b/stable/kerbalspaceprogram-lmp/5.1.0/CHANGELOG.md deleted file mode 100644 index 8f32f534f50..00000000000 --- a/stable/kerbalspaceprogram-lmp/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/kerbalspaceprogram-lmp/5.1.0/Chart.yaml b/stable/kerbalspaceprogram-lmp/5.1.0/Chart.yaml deleted file mode 100644 index fb2c196e9d8..00000000000 --- a/stable/kerbalspaceprogram-lmp/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/kerbalspaceprogram-lmp/5.1.0/charts/common-18.0.1.tgz b/stable/kerbalspaceprogram-lmp/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/kerbalspaceprogram-lmp/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/kitana/5.1.0/.helmignore b/stable/kerbalspaceprogram-lmp/5.2.0/.helmignore similarity index 100% rename from stable/kitana/5.1.0/.helmignore rename to stable/kerbalspaceprogram-lmp/5.2.0/.helmignore diff --git a/stable/kerbalspaceprogram-lmp/5.2.0/CHANGELOG.md b/stable/kerbalspaceprogram-lmp/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c26ce598f4b --- /dev/null +++ b/stable/kerbalspaceprogram-lmp/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/kerbalspaceprogram-lmp/5.2.0/Chart.yaml b/stable/kerbalspaceprogram-lmp/5.2.0/Chart.yaml new file mode 100644 index 00000000000..9c5eda30045 --- /dev/null +++ b/stable/kerbalspaceprogram-lmp/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/kerbalspaceprogram-lmp/5.1.0/README.md b/stable/kerbalspaceprogram-lmp/5.2.0/README.md similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.1.0/README.md rename to stable/kerbalspaceprogram-lmp/5.2.0/README.md diff --git a/stable/kerbalspaceprogram-lmp/5.1.0/app-readme.md b/stable/kerbalspaceprogram-lmp/5.2.0/app-readme.md similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.1.0/app-readme.md rename to stable/kerbalspaceprogram-lmp/5.2.0/app-readme.md diff --git a/stable/kerbalspaceprogram-lmp/5.2.0/charts/common-18.1.2.tgz b/stable/kerbalspaceprogram-lmp/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/kerbalspaceprogram-lmp/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/kerbalspaceprogram-lmp/5.1.0/ix_values.yaml b/stable/kerbalspaceprogram-lmp/5.2.0/ix_values.yaml similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.1.0/ix_values.yaml rename to stable/kerbalspaceprogram-lmp/5.2.0/ix_values.yaml diff --git a/stable/kerbalspaceprogram-lmp/5.1.0/questions.yaml b/stable/kerbalspaceprogram-lmp/5.2.0/questions.yaml similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.1.0/questions.yaml rename to stable/kerbalspaceprogram-lmp/5.2.0/questions.yaml diff --git a/stable/kerbalspaceprogram-lmp/5.1.0/templates/common.yaml b/stable/kerbalspaceprogram-lmp/5.2.0/templates/common.yaml similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.1.0/templates/common.yaml rename to stable/kerbalspaceprogram-lmp/5.2.0/templates/common.yaml diff --git a/stable/kitana/5.1.0/values.yaml b/stable/kerbalspaceprogram-lmp/5.2.0/values.yaml similarity index 100% rename from stable/kitana/5.1.0/values.yaml rename to stable/kerbalspaceprogram-lmp/5.2.0/values.yaml diff --git a/stable/kerio-connect/5.1.0/CHANGELOG.md b/stable/kerio-connect/5.1.0/CHANGELOG.md deleted file mode 100644 index e19343db018..00000000000 --- a/stable/kerio-connect/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/kerio-connect/5.1.0/Chart.yaml b/stable/kerio-connect/5.1.0/Chart.yaml deleted file mode 100644 index 04c57ef1e08..00000000000 --- a/stable/kerio-connect/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/kerio-connect/5.1.0/charts/common-18.0.1.tgz b/stable/kerio-connect/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/kerio-connect/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/kitchenowl/9.1.0/.helmignore b/stable/kerio-connect/5.2.0/.helmignore similarity index 100% rename from stable/kitchenowl/9.1.0/.helmignore rename to stable/kerio-connect/5.2.0/.helmignore diff --git a/stable/kerio-connect/5.2.0/CHANGELOG.md b/stable/kerio-connect/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..7ed102b2185 --- /dev/null +++ b/stable/kerio-connect/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/kerio-connect/5.2.0/Chart.yaml b/stable/kerio-connect/5.2.0/Chart.yaml new file mode 100644 index 00000000000..220f0ea1861 --- /dev/null +++ b/stable/kerio-connect/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Web + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/kerio-connect/5.1.0/README.md b/stable/kerio-connect/5.2.0/README.md similarity index 100% rename from stable/kerio-connect/5.1.0/README.md rename to stable/kerio-connect/5.2.0/README.md diff --git a/stable/kerio-connect/5.1.0/app-readme.md b/stable/kerio-connect/5.2.0/app-readme.md similarity index 100% rename from stable/kerio-connect/5.1.0/app-readme.md rename to stable/kerio-connect/5.2.0/app-readme.md diff --git a/stable/kerio-connect/5.2.0/charts/common-18.1.2.tgz b/stable/kerio-connect/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/kerio-connect/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/kerio-connect/5.1.0/ix_values.yaml b/stable/kerio-connect/5.2.0/ix_values.yaml similarity index 100% rename from stable/kerio-connect/5.1.0/ix_values.yaml rename to stable/kerio-connect/5.2.0/ix_values.yaml diff --git a/stable/kerio-connect/5.1.0/questions.yaml b/stable/kerio-connect/5.2.0/questions.yaml similarity index 100% rename from stable/kerio-connect/5.1.0/questions.yaml rename to stable/kerio-connect/5.2.0/questions.yaml diff --git a/stable/kerio-connect/5.1.0/templates/common.yaml b/stable/kerio-connect/5.2.0/templates/common.yaml similarity index 100% rename from stable/kerio-connect/5.1.0/templates/common.yaml rename to stable/kerio-connect/5.2.0/templates/common.yaml diff --git a/stable/kitchenowl/9.1.0/values.yaml b/stable/kerio-connect/5.2.0/values.yaml similarity index 100% rename from stable/kitchenowl/9.1.0/values.yaml rename to stable/kerio-connect/5.2.0/values.yaml diff --git a/stable/kitana/5.1.0/CHANGELOG.md b/stable/kitana/5.1.0/CHANGELOG.md deleted file mode 100644 index 7181158a12a..00000000000 --- a/stable/kitana/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/kitana/5.1.0/Chart.yaml b/stable/kitana/5.1.0/Chart.yaml deleted file mode 100644 index 8a17913b341..00000000000 --- a/stable/kitana/5.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: 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.1 - 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.0 diff --git a/stable/kitana/5.1.0/charts/common-18.0.1.tgz b/stable/kitana/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/kitana/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/kiwix-serve/8.1.1/.helmignore b/stable/kitana/5.2.0/.helmignore similarity index 100% rename from stable/kiwix-serve/8.1.1/.helmignore rename to stable/kitana/5.2.0/.helmignore diff --git a/stable/kitana/5.2.0/CHANGELOG.md b/stable/kitana/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..af67707a4aa --- /dev/null +++ b/stable/kitana/5.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/kitana/5.2.0/Chart.yaml b/stable/kitana/5.2.0/Chart.yaml new file mode 100644 index 00000000000..4fd78323c93 --- /dev/null +++ b/stable/kitana/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/kitana/5.1.0/README.md b/stable/kitana/5.2.0/README.md similarity index 100% rename from stable/kitana/5.1.0/README.md rename to stable/kitana/5.2.0/README.md diff --git a/stable/kitana/5.1.0/app-readme.md b/stable/kitana/5.2.0/app-readme.md similarity index 100% rename from stable/kitana/5.1.0/app-readme.md rename to stable/kitana/5.2.0/app-readme.md diff --git a/stable/kitana/5.2.0/charts/common-18.1.2.tgz b/stable/kitana/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/kitana/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/kitana/5.1.0/ix_values.yaml b/stable/kitana/5.2.0/ix_values.yaml similarity index 100% rename from stable/kitana/5.1.0/ix_values.yaml rename to stable/kitana/5.2.0/ix_values.yaml diff --git a/stable/kitana/5.1.0/questions.yaml b/stable/kitana/5.2.0/questions.yaml similarity index 100% rename from stable/kitana/5.1.0/questions.yaml rename to stable/kitana/5.2.0/questions.yaml diff --git a/stable/kitana/5.1.0/templates/common.yaml b/stable/kitana/5.2.0/templates/common.yaml similarity index 100% rename from stable/kitana/5.1.0/templates/common.yaml rename to stable/kitana/5.2.0/templates/common.yaml diff --git a/stable/kiwix-serve/8.1.1/values.yaml b/stable/kitana/5.2.0/values.yaml similarity index 100% rename from stable/kiwix-serve/8.1.1/values.yaml rename to stable/kitana/5.2.0/values.yaml diff --git a/stable/kitchenowl/9.1.0/CHANGELOG.md b/stable/kitchenowl/9.1.0/CHANGELOG.md deleted file mode 100644 index b4dc6f930d8..00000000000 --- a/stable/kitchenowl/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [kitchenowl-8.3.5](https://github.com/truecharts/charts/compare/kitchenowl-8.3.4...kitchenowl-8.3.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kitchenowl-8.3.4](https://github.com/truecharts/charts/compare/kitchenowl-8.3.3...kitchenowl-8.3.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [kitchenowl-8.3.3](https://github.com/truecharts/charts/compare/kitchenowl-8.3.2...kitchenowl-8.3.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [kitchenowl-8.3.2](https://github.com/truecharts/charts/compare/kitchenowl-8.3.1...kitchenowl-8.3.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [kitchenowl-8.3.1](https://github.com/truecharts/charts/compare/kitchenowl-8.3.0...kitchenowl-8.3.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [kitchenowl-8.3.0](https://github.com/truecharts/charts/compare/kitchenowl-8.2.2...kitchenowl-8.3.0) (2024-01-12) - -### Fix - - - -- assign backend environment variables ([#17050](https://github.com/truecharts/charts/issues/17050)) - - -## [kitchenowl-8.2.2](https://github.com/truecharts/charts/compare/kitchenowl-8.2.1...kitchenowl-8.2.2) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [kitchenowl-8.2.1](https://github.com/truecharts/charts/compare/kitchenowl-8.2.0...kitchenowl-8.2.1) (2024-01-08) - -### Chore - - - -- update container image tombursch/kitchenowl-web to latest[@8144301](https://github.com/8144301) by renovate ([#16968](https://github.com/truecharts/charts/issues/16968)) - -- update container image tombursch/kitchenowl to latest[@0a4ae56](https://github.com/0a4ae56) by renovate ([#16967](https://github.com/truecharts/charts/issues/16967)) - - -## [kitchenowl-8.2.0](https://github.com/truecharts/charts/compare/kitchenowl-8.1.5...kitchenowl-8.2.0) (2024-01-03) - -### Feat - - - -- Add OIDC providers ([#16748](https://github.com/truecharts/charts/issues/16748)) - - -## [kitchenowl-8.1.5](https://github.com/truecharts/charts/compare/kitchenowl-8.1.4...kitchenowl-8.1.5) (2024-01-02) \ No newline at end of file diff --git a/stable/kitchenowl/9.1.0/Chart.yaml b/stable/kitchenowl/9.1.0/Chart.yaml deleted file mode 100644 index fe302fe9133..00000000000 --- a/stable/kitchenowl/9.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: 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.1 - 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.0 diff --git a/stable/kitchenowl/9.1.0/charts/common-18.0.1.tgz b/stable/kitchenowl/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/kitchenowl/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/kms/18.1.0/.helmignore b/stable/kitchenowl/9.2.0/.helmignore similarity index 100% rename from stable/kms/18.1.0/.helmignore rename to stable/kitchenowl/9.2.0/.helmignore diff --git a/stable/kitchenowl/9.2.0/CHANGELOG.md b/stable/kitchenowl/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..4139b09157d --- /dev/null +++ b/stable/kitchenowl/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/kitchenowl/9.2.0/Chart.yaml b/stable/kitchenowl/9.2.0/Chart.yaml new file mode 100644 index 00000000000..7815b894594 --- /dev/null +++ b/stable/kitchenowl/9.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/kitchenowl/9.1.0/README.md b/stable/kitchenowl/9.2.0/README.md similarity index 100% rename from stable/kitchenowl/9.1.0/README.md rename to stable/kitchenowl/9.2.0/README.md diff --git a/stable/kitchenowl/9.1.0/app-readme.md b/stable/kitchenowl/9.2.0/app-readme.md similarity index 100% rename from stable/kitchenowl/9.1.0/app-readme.md rename to stable/kitchenowl/9.2.0/app-readme.md diff --git a/stable/kitchenowl/9.2.0/charts/common-18.1.2.tgz b/stable/kitchenowl/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/kitchenowl/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/kitchenowl/9.1.0/ix_values.yaml b/stable/kitchenowl/9.2.0/ix_values.yaml similarity index 100% rename from stable/kitchenowl/9.1.0/ix_values.yaml rename to stable/kitchenowl/9.2.0/ix_values.yaml diff --git a/stable/kitchenowl/9.1.0/questions.yaml b/stable/kitchenowl/9.2.0/questions.yaml similarity index 100% rename from stable/kitchenowl/9.1.0/questions.yaml rename to stable/kitchenowl/9.2.0/questions.yaml diff --git a/stable/kms/18.1.0/templates/NOTES.txt b/stable/kitchenowl/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/kms/18.1.0/templates/NOTES.txt rename to stable/kitchenowl/9.2.0/templates/NOTES.txt diff --git a/stable/kitchenowl/9.1.0/templates/_secrets.tpl b/stable/kitchenowl/9.2.0/templates/_secrets.tpl similarity index 100% rename from stable/kitchenowl/9.1.0/templates/_secrets.tpl rename to stable/kitchenowl/9.2.0/templates/_secrets.tpl diff --git a/stable/kitchenowl/9.1.0/templates/common.yaml b/stable/kitchenowl/9.2.0/templates/common.yaml similarity index 100% rename from stable/kitchenowl/9.1.0/templates/common.yaml rename to stable/kitchenowl/9.2.0/templates/common.yaml diff --git a/stable/kms/18.1.0/values.yaml b/stable/kitchenowl/9.2.0/values.yaml similarity index 100% rename from stable/kms/18.1.0/values.yaml rename to stable/kitchenowl/9.2.0/values.yaml diff --git a/stable/kiwix-serve/8.1.1/CHANGELOG.md b/stable/kiwix-serve/8.1.1/CHANGELOG.md deleted file mode 100644 index 27cb244eda5..00000000000 --- a/stable/kiwix-serve/8.1.1/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.1/Chart.yaml b/stable/kiwix-serve/8.1.1/Chart.yaml deleted file mode 100644 index b27058475d4..00000000000 --- a/stable/kiwix-serve/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: 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.1 diff --git a/stable/kiwix-serve/8.1.1/charts/common-18.0.2.tgz b/stable/kiwix-serve/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/kiwix-serve/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/kiwix-serve/8.1.1/ix_values.yaml b/stable/kiwix-serve/8.1.1/ix_values.yaml deleted file mode 100644 index 44bd4c7fec2..00000000000 --- a/stable/kiwix-serve/8.1.1/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/kodi-headless/9.1.0/.helmignore b/stable/kiwix-serve/8.2.0/.helmignore similarity index 100% rename from stable/kodi-headless/9.1.0/.helmignore rename to stable/kiwix-serve/8.2.0/.helmignore diff --git a/stable/kiwix-serve/8.2.0/CHANGELOG.md b/stable/kiwix-serve/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..717baf67e90 --- /dev/null +++ b/stable/kiwix-serve/8.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/kiwix-serve/8.2.0/Chart.yaml b/stable/kiwix-serve/8.2.0/Chart.yaml new file mode 100644 index 00000000000..3c767ee99fa --- /dev/null +++ b/stable/kiwix-serve/8.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.6.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/kiwix-serve/8.1.1/README.md b/stable/kiwix-serve/8.2.0/README.md similarity index 100% rename from stable/kiwix-serve/8.1.1/README.md rename to stable/kiwix-serve/8.2.0/README.md diff --git a/stable/kiwix-serve/8.1.1/app-readme.md b/stable/kiwix-serve/8.2.0/app-readme.md similarity index 100% rename from stable/kiwix-serve/8.1.1/app-readme.md rename to stable/kiwix-serve/8.2.0/app-readme.md diff --git a/stable/kiwix-serve/8.2.0/charts/common-18.1.2.tgz b/stable/kiwix-serve/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/kiwix-serve/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/kiwix-serve/8.2.0/ix_values.yaml b/stable/kiwix-serve/8.2.0/ix_values.yaml new file mode 100644 index 00000000000..e3319565a14 --- /dev/null +++ b/stable/kiwix-serve/8.2.0/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.1/questions.yaml b/stable/kiwix-serve/8.2.0/questions.yaml similarity index 100% rename from stable/kiwix-serve/8.1.1/questions.yaml rename to stable/kiwix-serve/8.2.0/questions.yaml diff --git a/stable/kodi-headless/9.1.0/templates/NOTES.txt b/stable/kiwix-serve/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/kodi-headless/9.1.0/templates/NOTES.txt rename to stable/kiwix-serve/8.2.0/templates/NOTES.txt diff --git a/stable/kiwix-serve/8.1.1/templates/common.yaml b/stable/kiwix-serve/8.2.0/templates/common.yaml similarity index 100% rename from stable/kiwix-serve/8.1.1/templates/common.yaml rename to stable/kiwix-serve/8.2.0/templates/common.yaml diff --git a/stable/kodi-headless/9.1.0/values.yaml b/stable/kiwix-serve/8.2.0/values.yaml similarity index 100% rename from stable/kodi-headless/9.1.0/values.yaml rename to stable/kiwix-serve/8.2.0/values.yaml diff --git a/stable/kms/18.1.0/CHANGELOG.md b/stable/kms/18.1.0/CHANGELOG.md deleted file mode 100644 index 9cb715d66ee..00000000000 --- a/stable/kms/18.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/kms/18.1.0/Chart.yaml b/stable/kms/18.1.0/Chart.yaml deleted file mode 100644 index 261afb5cce4..00000000000 --- a/stable/kms/18.1.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: 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.1 - 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.0 diff --git a/stable/kms/18.1.0/charts/common-18.0.1.tgz b/stable/kms/18.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/kms/18.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/komga/13.1.0/.helmignore b/stable/kms/18.2.0/.helmignore similarity index 100% rename from stable/komga/13.1.0/.helmignore rename to stable/kms/18.2.0/.helmignore diff --git a/stable/kms/18.2.0/CHANGELOG.md b/stable/kms/18.2.0/CHANGELOG.md new file mode 100644 index 00000000000..7b80ecd833b --- /dev/null +++ b/stable/kms/18.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/kms/18.2.0/Chart.yaml b/stable/kms/18.2.0/Chart.yaml new file mode 100644 index 00000000000..e332249ab8d --- /dev/null +++ b/stable/kms/18.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: graywares + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: minimal +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/kms/18.1.0/README.md b/stable/kms/18.2.0/README.md similarity index 100% rename from stable/kms/18.1.0/README.md rename to stable/kms/18.2.0/README.md diff --git a/stable/kms/18.1.0/app-readme.md b/stable/kms/18.2.0/app-readme.md similarity index 100% rename from stable/kms/18.1.0/app-readme.md rename to stable/kms/18.2.0/app-readme.md diff --git a/stable/kms/18.2.0/charts/common-18.1.2.tgz b/stable/kms/18.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/kms/18.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/kms/18.1.0/ix_values.yaml b/stable/kms/18.2.0/ix_values.yaml similarity index 100% rename from stable/kms/18.1.0/ix_values.yaml rename to stable/kms/18.2.0/ix_values.yaml diff --git a/stable/kms/18.1.0/questions.yaml b/stable/kms/18.2.0/questions.yaml similarity index 100% rename from stable/kms/18.1.0/questions.yaml rename to stable/kms/18.2.0/questions.yaml diff --git a/stable/komga/13.1.0/templates/NOTES.txt b/stable/kms/18.2.0/templates/NOTES.txt similarity index 100% rename from stable/komga/13.1.0/templates/NOTES.txt rename to stable/kms/18.2.0/templates/NOTES.txt diff --git a/stable/komga/13.1.0/templates/common.yaml b/stable/kms/18.2.0/templates/common.yaml similarity index 100% rename from stable/komga/13.1.0/templates/common.yaml rename to stable/kms/18.2.0/templates/common.yaml diff --git a/stable/komga/13.1.0/values.yaml b/stable/kms/18.2.0/values.yaml similarity index 100% rename from stable/komga/13.1.0/values.yaml rename to stable/kms/18.2.0/values.yaml diff --git a/stable/kodi-headless/9.1.0/CHANGELOG.md b/stable/kodi-headless/9.1.0/CHANGELOG.md deleted file mode 100644 index efb23c81f51..00000000000 --- a/stable/kodi-headless/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/kodi-headless/9.1.0/Chart.yaml b/stable/kodi-headless/9.1.0/Chart.yaml deleted file mode 100644 index 6620c81866c..00000000000 --- a/stable/kodi-headless/9.1.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: 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.1 - 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.0 diff --git a/stable/kodi-headless/9.1.0/charts/common-18.0.1.tgz b/stable/kodi-headless/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/kodi-headless/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/kopia/11.1.0/.helmignore b/stable/kodi-headless/9.2.0/.helmignore similarity index 100% rename from stable/kopia/11.1.0/.helmignore rename to stable/kodi-headless/9.2.0/.helmignore diff --git a/stable/kodi-headless/9.2.0/CHANGELOG.md b/stable/kodi-headless/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..8ab62d71ca2 --- /dev/null +++ b/stable/kodi-headless/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/kodi-headless/9.2.0/Chart.yaml b/stable/kodi-headless/9.2.0/Chart.yaml new file mode 100644 index 00000000000..d7e6f987811 --- /dev/null +++ b/stable/kodi-headless/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 190.0.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/kodi-headless/9.1.0/README.md b/stable/kodi-headless/9.2.0/README.md similarity index 100% rename from stable/kodi-headless/9.1.0/README.md rename to stable/kodi-headless/9.2.0/README.md diff --git a/stable/kodi-headless/9.1.0/app-readme.md b/stable/kodi-headless/9.2.0/app-readme.md similarity index 100% rename from stable/kodi-headless/9.1.0/app-readme.md rename to stable/kodi-headless/9.2.0/app-readme.md diff --git a/stable/kodi-headless/9.2.0/charts/common-18.1.2.tgz b/stable/kodi-headless/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/kodi-headless/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/kodi-headless/9.1.0/ix_values.yaml b/stable/kodi-headless/9.2.0/ix_values.yaml similarity index 100% rename from stable/kodi-headless/9.1.0/ix_values.yaml rename to stable/kodi-headless/9.2.0/ix_values.yaml diff --git a/stable/kodi-headless/9.1.0/questions.yaml b/stable/kodi-headless/9.2.0/questions.yaml similarity index 100% rename from stable/kodi-headless/9.1.0/questions.yaml rename to stable/kodi-headless/9.2.0/questions.yaml diff --git a/stable/kopia/11.1.0/templates/NOTES.txt b/stable/kodi-headless/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/kopia/11.1.0/templates/NOTES.txt rename to stable/kodi-headless/9.2.0/templates/NOTES.txt diff --git a/stable/lancache-dns/8.1.0/templates/common.yaml b/stable/kodi-headless/9.2.0/templates/common.yaml similarity index 100% rename from stable/lancache-dns/8.1.0/templates/common.yaml rename to stable/kodi-headless/9.2.0/templates/common.yaml diff --git a/stable/kopia/11.1.0/values.yaml b/stable/kodi-headless/9.2.0/values.yaml similarity index 100% rename from stable/kopia/11.1.0/values.yaml rename to stable/kodi-headless/9.2.0/values.yaml diff --git a/stable/komga/13.1.0/CHANGELOG.md b/stable/komga/13.1.0/CHANGELOG.md deleted file mode 100644 index be334c0f758..00000000000 --- a/stable/komga/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/komga/13.1.0/Chart.yaml b/stable/komga/13.1.0/Chart.yaml deleted file mode 100644 index a44d589e3a7..00000000000 --- a/stable/komga/13.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.10.3 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/komga/13.1.0/charts/common-18.0.1.tgz b/stable/komga/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/komga/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/krusader/5.1.0/.helmignore b/stable/komga/13.2.0/.helmignore similarity index 100% rename from stable/krusader/5.1.0/.helmignore rename to stable/komga/13.2.0/.helmignore diff --git a/stable/komga/13.2.0/CHANGELOG.md b/stable/komga/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2d0288475f9 --- /dev/null +++ b/stable/komga/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [komga-12.2.9](https://github.com/truecharts/charts/compare/komga-12.2.8...komga-12.2.9) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [komga-12.2.8](https://github.com/truecharts/charts/compare/komga-12.2.7...komga-12.2.8) (2024-01-29) + +### Chore + + + +- update container image gotson/komga to v1.10.3[@d962b7a](https://github.com/d962b7a) by renovate ([#17678](https://github.com/truecharts/charts/issues/17678)) + + +## [komga-12.2.7](https://github.com/truecharts/charts/compare/komga-12.2.6...komga-12.2.7) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [komga-12.2.6](https://github.com/truecharts/charts/compare/komga-12.2.5...komga-12.2.6) (2024-01-22) + +### Chore + + + +- update container image gotson/komga to v1.10.2[@3cc3c8c](https://github.com/3cc3c8c) by renovate ([#17508](https://github.com/truecharts/charts/issues/17508)) + + +## [komga-12.2.5](https://github.com/truecharts/charts/compare/komga-12.2.4...komga-12.2.5) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [komga-12.2.4](https://github.com/truecharts/charts/compare/komga-12.2.3...komga-12.2.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [komga-12.2.3](https://github.com/truecharts/charts/compare/komga-12.2.2...komga-12.2.3) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [komga-12.2.2](https://github.com/truecharts/charts/compare/komga-12.2.1...komga-12.2.2) (2024-01-14) + +### Chore + + + +- update container image gotson/komga to v1.10.1[@ffe43cb](https://github.com/ffe43cb) by renovate ([#17192](https://github.com/truecharts/charts/issues/17192)) + + + + +## [komga-12.2.1](https://github.com/truecharts/charts/compare/komga-12.2.0...komga-12.2.1) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) diff --git a/stable/komga/13.2.0/Chart.yaml b/stable/komga/13.2.0/Chart.yaml new file mode 100644 index 00000000000..9dca783012d --- /dev/null +++ b/stable/komga/13.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.10.3 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/komga/13.1.0/README.md b/stable/komga/13.2.0/README.md similarity index 100% rename from stable/komga/13.1.0/README.md rename to stable/komga/13.2.0/README.md diff --git a/stable/komga/13.1.0/app-readme.md b/stable/komga/13.2.0/app-readme.md similarity index 100% rename from stable/komga/13.1.0/app-readme.md rename to stable/komga/13.2.0/app-readme.md diff --git a/stable/komga/13.2.0/charts/common-18.1.2.tgz b/stable/komga/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/komga/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/komga/13.1.0/ix_values.yaml b/stable/komga/13.2.0/ix_values.yaml similarity index 100% rename from stable/komga/13.1.0/ix_values.yaml rename to stable/komga/13.2.0/ix_values.yaml diff --git a/stable/komga/13.1.0/questions.yaml b/stable/komga/13.2.0/questions.yaml similarity index 100% rename from stable/komga/13.1.0/questions.yaml rename to stable/komga/13.2.0/questions.yaml diff --git a/stable/lama-cleaner/6.1.0/templates/NOTES.txt b/stable/komga/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/lama-cleaner/6.1.0/templates/NOTES.txt rename to stable/komga/13.2.0/templates/NOTES.txt diff --git a/stable/lanraragi/9.1.0/templates/common.yaml b/stable/komga/13.2.0/templates/common.yaml similarity index 100% rename from stable/lanraragi/9.1.0/templates/common.yaml rename to stable/komga/13.2.0/templates/common.yaml diff --git a/stable/krusader/5.1.0/values.yaml b/stable/komga/13.2.0/values.yaml similarity index 100% rename from stable/krusader/5.1.0/values.yaml rename to stable/komga/13.2.0/values.yaml diff --git a/stable/kopia/11.1.0/CHANGELOG.md b/stable/kopia/11.1.0/CHANGELOG.md deleted file mode 100644 index 779f722bb5a..00000000000 --- a/stable/kopia/11.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/kopia/11.1.0/Chart.yaml b/stable/kopia/11.1.0/Chart.yaml deleted file mode 100644 index 5f255b33237..00000000000 --- a/stable/kopia/11.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/kopia/11.1.0/charts/common-18.0.1.tgz b/stable/kopia/11.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/kopia/11.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/lama-cleaner/6.1.0/.helmignore b/stable/kopia/11.2.0/.helmignore similarity index 100% rename from stable/lama-cleaner/6.1.0/.helmignore rename to stable/kopia/11.2.0/.helmignore diff --git a/stable/kopia/11.2.0/CHANGELOG.md b/stable/kopia/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..0b69b14de4b --- /dev/null +++ b/stable/kopia/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [kopia-10.1.14](https://github.com/truecharts/charts/compare/kopia-10.1.13...kopia-10.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [kopia-10.1.13](https://github.com/truecharts/charts/compare/kopia-10.1.12...kopia-10.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [kopia-10.1.12](https://github.com/truecharts/charts/compare/kopia-10.1.11...kopia-10.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [kopia-10.1.11](https://github.com/truecharts/charts/compare/kopia-10.1.10...kopia-10.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [kopia-10.1.10](https://github.com/truecharts/charts/compare/kopia-10.1.9...kopia-10.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [kopia-10.1.9](https://github.com/truecharts/charts/compare/kopia-10.1.8...kopia-10.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [kopia-10.1.8](https://github.com/truecharts/charts/compare/kopia-10.1.7...kopia-10.1.8) (2024-01-03) + +### Chore + + + +- update container image kopia/kopia to 0.15.0[@fea96ce](https://github.com/fea96ce) by renovate ([#16783](https://github.com/truecharts/charts/issues/16783)) + + +## [kopia-10.1.7](https://github.com/truecharts/charts/compare/kopia-10.1.6...kopia-10.1.7) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [kopia-10.1.6](https://github.com/truecharts/charts/compare/kopia-10.1.4...kopia-10.1.6) (2024-01-02) + +### Chore + + + +- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) diff --git a/stable/kopia/11.2.0/Chart.yaml b/stable/kopia/11.2.0/Chart.yaml new file mode 100644 index 00000000000..34df2849149 --- /dev/null +++ b/stable/kopia/11.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utility + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.15.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/kopia/11.1.0/README.md b/stable/kopia/11.2.0/README.md similarity index 100% rename from stable/kopia/11.1.0/README.md rename to stable/kopia/11.2.0/README.md diff --git a/stable/kopia/11.1.0/app-readme.md b/stable/kopia/11.2.0/app-readme.md similarity index 100% rename from stable/kopia/11.1.0/app-readme.md rename to stable/kopia/11.2.0/app-readme.md diff --git a/stable/kopia/11.2.0/charts/common-18.1.2.tgz b/stable/kopia/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/kopia/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/kopia/11.1.0/ix_values.yaml b/stable/kopia/11.2.0/ix_values.yaml similarity index 100% rename from stable/kopia/11.1.0/ix_values.yaml rename to stable/kopia/11.2.0/ix_values.yaml diff --git a/stable/kopia/11.1.0/questions.yaml b/stable/kopia/11.2.0/questions.yaml similarity index 100% rename from stable/kopia/11.1.0/questions.yaml rename to stable/kopia/11.2.0/questions.yaml diff --git a/stable/lancache-dns/8.1.0/templates/NOTES.txt b/stable/kopia/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/lancache-dns/8.1.0/templates/NOTES.txt rename to stable/kopia/11.2.0/templates/NOTES.txt diff --git a/stable/kopia/11.1.0/templates/_secrets.tpl b/stable/kopia/11.2.0/templates/_secrets.tpl similarity index 100% rename from stable/kopia/11.1.0/templates/_secrets.tpl rename to stable/kopia/11.2.0/templates/_secrets.tpl diff --git a/stable/kopia/11.1.0/templates/common.yaml b/stable/kopia/11.2.0/templates/common.yaml similarity index 100% rename from stable/kopia/11.1.0/templates/common.yaml rename to stable/kopia/11.2.0/templates/common.yaml diff --git a/stable/lama-cleaner/6.1.0/values.yaml b/stable/kopia/11.2.0/values.yaml similarity index 100% rename from stable/lama-cleaner/6.1.0/values.yaml rename to stable/kopia/11.2.0/values.yaml diff --git a/stable/krusader/5.1.0/CHANGELOG.md b/stable/krusader/5.1.0/CHANGELOG.md deleted file mode 100644 index a1ddd7731a9..00000000000 --- a/stable/krusader/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [krusader-4.1.12](https://github.com/truecharts/charts/compare/krusader-4.1.11...krusader-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [krusader-4.1.11](https://github.com/truecharts/charts/compare/krusader-4.1.10...krusader-4.1.11) (2024-01-29) - -### Chore - - - -- update container image ich777/krusader to latest[@1183d0e](https://github.com/1183d0e) by renovate ([#17634](https://github.com/truecharts/charts/issues/17634)) - - -## [krusader-4.1.10](https://github.com/truecharts/charts/compare/krusader-4.1.9...krusader-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [krusader-4.1.9](https://github.com/truecharts/charts/compare/krusader-4.1.8...krusader-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [krusader-4.1.8](https://github.com/truecharts/charts/compare/krusader-4.1.7...krusader-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [krusader-4.1.7](https://github.com/truecharts/charts/compare/krusader-4.1.6...krusader-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [krusader-4.1.6](https://github.com/truecharts/charts/compare/krusader-4.1.5...krusader-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [krusader-4.1.5](https://github.com/truecharts/charts/compare/krusader-4.1.4...krusader-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [krusader-4.1.4](https://github.com/truecharts/charts/compare/krusader-4.1.3...krusader-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [krusader-4.1.3](https://github.com/truecharts/charts/compare/krusader-4.1.0...krusader-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/krusader/5.1.0/Chart.yaml b/stable/krusader/5.1.0/Chart.yaml deleted file mode 100644 index 827daef1980..00000000000 --- a/stable/krusader/5.1.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: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/krusader/5.1.0/charts/common-18.0.1.tgz b/stable/krusader/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/krusader/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/lancache-dns/8.1.0/.helmignore b/stable/krusader/5.2.0/.helmignore similarity index 100% rename from stable/lancache-dns/8.1.0/.helmignore rename to stable/krusader/5.2.0/.helmignore diff --git a/stable/krusader/5.2.0/CHANGELOG.md b/stable/krusader/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d80897ff377 --- /dev/null +++ b/stable/krusader/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/krusader/5.2.0/Chart.yaml b/stable/krusader/5.2.0/Chart.yaml new file mode 100644 index 00000000000..9daa2030597 --- /dev/null +++ b/stable/krusader/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/krusader/5.1.0/README.md b/stable/krusader/5.2.0/README.md similarity index 100% rename from stable/krusader/5.1.0/README.md rename to stable/krusader/5.2.0/README.md diff --git a/stable/krusader/5.1.0/app-readme.md b/stable/krusader/5.2.0/app-readme.md similarity index 100% rename from stable/krusader/5.1.0/app-readme.md rename to stable/krusader/5.2.0/app-readme.md diff --git a/stable/krusader/5.2.0/charts/common-18.1.2.tgz b/stable/krusader/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/krusader/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/krusader/5.1.0/ix_values.yaml b/stable/krusader/5.2.0/ix_values.yaml similarity index 100% rename from stable/krusader/5.1.0/ix_values.yaml rename to stable/krusader/5.2.0/ix_values.yaml diff --git a/stable/krusader/5.1.0/questions.yaml b/stable/krusader/5.2.0/questions.yaml similarity index 100% rename from stable/krusader/5.1.0/questions.yaml rename to stable/krusader/5.2.0/questions.yaml diff --git a/stable/krusader/5.1.0/templates/common.yaml b/stable/krusader/5.2.0/templates/common.yaml similarity index 100% rename from stable/krusader/5.1.0/templates/common.yaml rename to stable/krusader/5.2.0/templates/common.yaml diff --git a/stable/lancache-dns/8.1.0/values.yaml b/stable/krusader/5.2.0/values.yaml similarity index 100% rename from stable/lancache-dns/8.1.0/values.yaml rename to stable/krusader/5.2.0/values.yaml diff --git a/stable/lama-cleaner/6.1.0/CHANGELOG.md b/stable/lama-cleaner/6.1.0/CHANGELOG.md deleted file mode 100644 index ec241dd400c..00000000000 --- a/stable/lama-cleaner/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/lama-cleaner/6.1.0/Chart.yaml b/stable/lama-cleaner/6.1.0/Chart.yaml deleted file mode 100644 index d0f2a884757..00000000000 --- a/stable/lama-cleaner/6.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.33.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/lama-cleaner/6.1.0/charts/common-18.0.1.tgz b/stable/lama-cleaner/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/lama-cleaner/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/lancache-monolithic/8.1.0/.helmignore b/stable/lama-cleaner/6.2.0/.helmignore similarity index 100% rename from stable/lancache-monolithic/8.1.0/.helmignore rename to stable/lama-cleaner/6.2.0/.helmignore diff --git a/stable/lama-cleaner/6.2.0/CHANGELOG.md b/stable/lama-cleaner/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d55dda56237 --- /dev/null +++ b/stable/lama-cleaner/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/lama-cleaner/6.2.0/Chart.yaml b/stable/lama-cleaner/6.2.0/Chart.yaml new file mode 100644 index 00000000000..776e66efd7e --- /dev/null +++ b/stable/lama-cleaner/6.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.33.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/lama-cleaner/6.1.0/README.md b/stable/lama-cleaner/6.2.0/README.md similarity index 100% rename from stable/lama-cleaner/6.1.0/README.md rename to stable/lama-cleaner/6.2.0/README.md diff --git a/stable/lama-cleaner/6.1.0/app-readme.md b/stable/lama-cleaner/6.2.0/app-readme.md similarity index 100% rename from stable/lama-cleaner/6.1.0/app-readme.md rename to stable/lama-cleaner/6.2.0/app-readme.md diff --git a/stable/lama-cleaner/6.2.0/charts/common-18.1.2.tgz b/stable/lama-cleaner/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/lama-cleaner/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/lama-cleaner/6.1.0/ix_values.yaml b/stable/lama-cleaner/6.2.0/ix_values.yaml similarity index 100% rename from stable/lama-cleaner/6.1.0/ix_values.yaml rename to stable/lama-cleaner/6.2.0/ix_values.yaml diff --git a/stable/lama-cleaner/6.1.0/questions.yaml b/stable/lama-cleaner/6.2.0/questions.yaml similarity index 100% rename from stable/lama-cleaner/6.1.0/questions.yaml rename to stable/lama-cleaner/6.2.0/questions.yaml diff --git a/stable/lancache-monolithic/8.1.0/templates/NOTES.txt b/stable/lama-cleaner/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/lancache-monolithic/8.1.0/templates/NOTES.txt rename to stable/lama-cleaner/6.2.0/templates/NOTES.txt diff --git a/stable/lama-cleaner/6.1.0/templates/_args.tpl b/stable/lama-cleaner/6.2.0/templates/_args.tpl similarity index 100% rename from stable/lama-cleaner/6.1.0/templates/_args.tpl rename to stable/lama-cleaner/6.2.0/templates/_args.tpl diff --git a/stable/lama-cleaner/6.1.0/templates/common.yaml b/stable/lama-cleaner/6.2.0/templates/common.yaml similarity index 100% rename from stable/lama-cleaner/6.1.0/templates/common.yaml rename to stable/lama-cleaner/6.2.0/templates/common.yaml diff --git a/stable/lancache-monolithic/8.1.0/values.yaml b/stable/lama-cleaner/6.2.0/values.yaml similarity index 100% rename from stable/lancache-monolithic/8.1.0/values.yaml rename to stable/lama-cleaner/6.2.0/values.yaml diff --git a/stable/lancache-dns/8.1.0/CHANGELOG.md b/stable/lancache-dns/8.1.0/CHANGELOG.md deleted file mode 100644 index dc9623d6308..00000000000 --- a/stable/lancache-dns/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/lancache-dns/8.1.0/Chart.yaml b/stable/lancache-dns/8.1.0/Chart.yaml deleted file mode 100644 index c1fc9bf6a91..00000000000 --- a/stable/lancache-dns/8.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/lancache-dns/8.1.0/charts/common-18.0.1.tgz b/stable/lancache-dns/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/lancache-dns/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/lanraragi/9.1.0/.helmignore b/stable/lancache-dns/8.2.0/.helmignore similarity index 100% rename from stable/lanraragi/9.1.0/.helmignore rename to stable/lancache-dns/8.2.0/.helmignore diff --git a/stable/lancache-dns/8.2.0/CHANGELOG.md b/stable/lancache-dns/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..eb67e766e63 --- /dev/null +++ b/stable/lancache-dns/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/lancache-dns/8.2.0/Chart.yaml b/stable/lancache-dns/8.2.0/Chart.yaml new file mode 100644 index 00000000000..81ba1ce24b6 --- /dev/null +++ b/stable/lancache-dns/8.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/lancache-dns/8.1.0/README.md b/stable/lancache-dns/8.2.0/README.md similarity index 100% rename from stable/lancache-dns/8.1.0/README.md rename to stable/lancache-dns/8.2.0/README.md diff --git a/stable/lancache-dns/8.1.0/app-readme.md b/stable/lancache-dns/8.2.0/app-readme.md similarity index 100% rename from stable/lancache-dns/8.1.0/app-readme.md rename to stable/lancache-dns/8.2.0/app-readme.md diff --git a/stable/lancache-dns/8.2.0/charts/common-18.1.2.tgz b/stable/lancache-dns/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/lancache-dns/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/lancache-dns/8.1.0/ix_values.yaml b/stable/lancache-dns/8.2.0/ix_values.yaml similarity index 100% rename from stable/lancache-dns/8.1.0/ix_values.yaml rename to stable/lancache-dns/8.2.0/ix_values.yaml diff --git a/stable/lancache-dns/8.1.0/questions.yaml b/stable/lancache-dns/8.2.0/questions.yaml similarity index 100% rename from stable/lancache-dns/8.1.0/questions.yaml rename to stable/lancache-dns/8.2.0/questions.yaml diff --git a/stable/lanraragi/9.1.0/templates/NOTES.txt b/stable/lancache-dns/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/lanraragi/9.1.0/templates/NOTES.txt rename to stable/lancache-dns/8.2.0/templates/NOTES.txt diff --git a/stable/lazylibrarian/18.1.1/templates/common.yaml b/stable/lancache-dns/8.2.0/templates/common.yaml similarity index 100% rename from stable/lazylibrarian/18.1.1/templates/common.yaml rename to stable/lancache-dns/8.2.0/templates/common.yaml diff --git a/stable/lanraragi/9.1.0/values.yaml b/stable/lancache-dns/8.2.0/values.yaml similarity index 100% rename from stable/lanraragi/9.1.0/values.yaml rename to stable/lancache-dns/8.2.0/values.yaml diff --git a/stable/lancache-monolithic/8.1.0/CHANGELOG.md b/stable/lancache-monolithic/8.1.0/CHANGELOG.md deleted file mode 100644 index 78222e6ad1b..00000000000 --- a/stable/lancache-monolithic/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/lancache-monolithic/8.1.0/Chart.yaml b/stable/lancache-monolithic/8.1.0/Chart.yaml deleted file mode 100644 index f80eb95c01b..00000000000 --- a/stable/lancache-monolithic/8.1.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: 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.1 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A monolithic lancache service capable of caching all CDNs in a single instance. -home: https://truecharts.org/charts/stable/lancache-monolithic -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-monolithic.png -keywords: - - monolithic - - lancache -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: lancache-monolithic -sources: - - https://github.com/lancachenet/monolithic - - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-monolithic - - https://hub.docker.com/r/ich777/lancache-prefill - - https://hub.docker.com/r/lancachenet/monolithic -type: application -version: 8.1.0 diff --git a/stable/lancache-monolithic/8.1.0/charts/common-18.0.1.tgz b/stable/lancache-monolithic/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/lancache-monolithic/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/lastoasis/5.1.0/.helmignore b/stable/lancache-monolithic/8.2.0/.helmignore similarity index 100% rename from stable/lastoasis/5.1.0/.helmignore rename to stable/lancache-monolithic/8.2.0/.helmignore diff --git a/stable/lancache-monolithic/8.2.0/CHANGELOG.md b/stable/lancache-monolithic/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5e9b1baa2d6 --- /dev/null +++ b/stable/lancache-monolithic/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/lancache-monolithic/8.2.0/Chart.yaml b/stable/lancache-monolithic/8.2.0/Chart.yaml new file mode 100644 index 00000000000..e66494e10f7 --- /dev/null +++ b/stable/lancache-monolithic/8.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: gaming + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/lancache-monolithic/8.1.0/README.md b/stable/lancache-monolithic/8.2.0/README.md similarity index 100% rename from stable/lancache-monolithic/8.1.0/README.md rename to stable/lancache-monolithic/8.2.0/README.md diff --git a/stable/lancache-monolithic/8.1.0/app-readme.md b/stable/lancache-monolithic/8.2.0/app-readme.md similarity index 100% rename from stable/lancache-monolithic/8.1.0/app-readme.md rename to stable/lancache-monolithic/8.2.0/app-readme.md diff --git a/stable/lancache-monolithic/8.2.0/charts/common-18.1.2.tgz b/stable/lancache-monolithic/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/lancache-monolithic/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/lancache-monolithic/8.1.0/ix_values.yaml b/stable/lancache-monolithic/8.2.0/ix_values.yaml similarity index 100% rename from stable/lancache-monolithic/8.1.0/ix_values.yaml rename to stable/lancache-monolithic/8.2.0/ix_values.yaml diff --git a/stable/lancache-monolithic/8.1.0/questions.yaml b/stable/lancache-monolithic/8.2.0/questions.yaml similarity index 100% rename from stable/lancache-monolithic/8.1.0/questions.yaml rename to stable/lancache-monolithic/8.2.0/questions.yaml diff --git a/stable/lazylibrarian/18.1.1/templates/NOTES.txt b/stable/lancache-monolithic/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/lazylibrarian/18.1.1/templates/NOTES.txt rename to stable/lancache-monolithic/8.2.0/templates/NOTES.txt diff --git a/stable/lancache-monolithic/8.1.0/templates/common.yaml b/stable/lancache-monolithic/8.2.0/templates/common.yaml similarity index 100% rename from stable/lancache-monolithic/8.1.0/templates/common.yaml rename to stable/lancache-monolithic/8.2.0/templates/common.yaml diff --git a/stable/lastoasis/5.1.0/values.yaml b/stable/lancache-monolithic/8.2.0/values.yaml similarity index 100% rename from stable/lastoasis/5.1.0/values.yaml rename to stable/lancache-monolithic/8.2.0/values.yaml diff --git a/stable/lanraragi/9.1.0/CHANGELOG.md b/stable/lanraragi/9.1.0/CHANGELOG.md deleted file mode 100644 index ba8d7fc6c91..00000000000 --- a/stable/lanraragi/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) diff --git a/stable/lanraragi/9.1.0/Chart.yaml b/stable/lanraragi/9.1.0/Chart.yaml deleted file mode 100644 index db2d4a4977f..00000000000 --- a/stable/lanraragi/9.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: 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.1 - 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.0 diff --git a/stable/lanraragi/9.1.0/charts/common-18.0.1.tgz b/stable/lanraragi/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/lanraragi/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/lazylibrarian/18.1.1/.helmignore b/stable/lanraragi/9.2.0/.helmignore similarity index 100% rename from stable/lazylibrarian/18.1.1/.helmignore rename to stable/lanraragi/9.2.0/.helmignore diff --git a/stable/lanraragi/9.2.0/CHANGELOG.md b/stable/lanraragi/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..27a3dd651f5 --- /dev/null +++ b/stable/lanraragi/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/lanraragi/9.2.0/Chart.yaml b/stable/lanraragi/9.2.0/Chart.yaml new file mode 100644 index 00000000000..2ac63cf5caf --- /dev/null +++ b/stable/lanraragi/9.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.9.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/lanraragi/9.1.0/README.md b/stable/lanraragi/9.2.0/README.md similarity index 100% rename from stable/lanraragi/9.1.0/README.md rename to stable/lanraragi/9.2.0/README.md diff --git a/stable/lanraragi/9.1.0/app-readme.md b/stable/lanraragi/9.2.0/app-readme.md similarity index 100% rename from stable/lanraragi/9.1.0/app-readme.md rename to stable/lanraragi/9.2.0/app-readme.md diff --git a/stable/lanraragi/9.2.0/charts/common-18.1.2.tgz b/stable/lanraragi/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/lanraragi/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/lanraragi/9.1.0/ix_values.yaml b/stable/lanraragi/9.2.0/ix_values.yaml similarity index 100% rename from stable/lanraragi/9.1.0/ix_values.yaml rename to stable/lanraragi/9.2.0/ix_values.yaml diff --git a/stable/lanraragi/9.1.0/questions.yaml b/stable/lanraragi/9.2.0/questions.yaml similarity index 100% rename from stable/lanraragi/9.1.0/questions.yaml rename to stable/lanraragi/9.2.0/questions.yaml diff --git a/stable/leaf2mqtt/11.1.0/templates/NOTES.txt b/stable/lanraragi/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/leaf2mqtt/11.1.0/templates/NOTES.txt rename to stable/lanraragi/9.2.0/templates/NOTES.txt diff --git a/stable/libreddit/8.1.0/templates/common.yaml b/stable/lanraragi/9.2.0/templates/common.yaml similarity index 100% rename from stable/libreddit/8.1.0/templates/common.yaml rename to stable/lanraragi/9.2.0/templates/common.yaml diff --git a/stable/lazylibrarian/18.1.1/values.yaml b/stable/lanraragi/9.2.0/values.yaml similarity index 100% rename from stable/lazylibrarian/18.1.1/values.yaml rename to stable/lanraragi/9.2.0/values.yaml diff --git a/stable/lastoasis/5.1.0/CHANGELOG.md b/stable/lastoasis/5.1.0/CHANGELOG.md deleted file mode 100644 index 62f0f46891d..00000000000 --- a/stable/lastoasis/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/lastoasis/5.1.0/Chart.yaml b/stable/lastoasis/5.1.0/Chart.yaml deleted file mode 100644 index 8052277a25c..00000000000 --- a/stable/lastoasis/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/lastoasis/5.1.0/charts/common-18.0.1.tgz b/stable/lastoasis/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/lastoasis/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/leaf2mqtt/11.1.0/.helmignore b/stable/lastoasis/5.2.0/.helmignore similarity index 100% rename from stable/leaf2mqtt/11.1.0/.helmignore rename to stable/lastoasis/5.2.0/.helmignore diff --git a/stable/lastoasis/5.2.0/CHANGELOG.md b/stable/lastoasis/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..52562159e4d --- /dev/null +++ b/stable/lastoasis/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/lastoasis/5.2.0/Chart.yaml b/stable/lastoasis/5.2.0/Chart.yaml new file mode 100644 index 00000000000..c7cf5caf49b --- /dev/null +++ b/stable/lastoasis/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: lastoasis +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/lastoasis/5.1.0/README.md b/stable/lastoasis/5.2.0/README.md similarity index 100% rename from stable/lastoasis/5.1.0/README.md rename to stable/lastoasis/5.2.0/README.md diff --git a/stable/lastoasis/5.1.0/app-readme.md b/stable/lastoasis/5.2.0/app-readme.md similarity index 100% rename from stable/lastoasis/5.1.0/app-readme.md rename to stable/lastoasis/5.2.0/app-readme.md diff --git a/stable/lastoasis/5.2.0/charts/common-18.1.2.tgz b/stable/lastoasis/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/lastoasis/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/lastoasis/5.1.0/ix_values.yaml b/stable/lastoasis/5.2.0/ix_values.yaml similarity index 100% rename from stable/lastoasis/5.1.0/ix_values.yaml rename to stable/lastoasis/5.2.0/ix_values.yaml diff --git a/stable/lastoasis/5.1.0/questions.yaml b/stable/lastoasis/5.2.0/questions.yaml similarity index 100% rename from stable/lastoasis/5.1.0/questions.yaml rename to stable/lastoasis/5.2.0/questions.yaml diff --git a/stable/lastoasis/5.1.0/templates/common.yaml b/stable/lastoasis/5.2.0/templates/common.yaml similarity index 100% rename from stable/lastoasis/5.1.0/templates/common.yaml rename to stable/lastoasis/5.2.0/templates/common.yaml diff --git a/stable/leaf2mqtt/11.1.0/values.yaml b/stable/lastoasis/5.2.0/values.yaml similarity index 100% rename from stable/leaf2mqtt/11.1.0/values.yaml rename to stable/lastoasis/5.2.0/values.yaml diff --git a/stable/lazylibrarian/18.1.1/CHANGELOG.md b/stable/lazylibrarian/18.1.1/CHANGELOG.md deleted file mode 100644 index d286c464e66..00000000000 --- a/stable/lazylibrarian/18.1.1/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 - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/lazylibrarian/18.1.1/Chart.yaml b/stable/lazylibrarian/18.1.1/Chart.yaml deleted file mode 100644 index c6fc4c18377..00000000000 --- a/stable/lazylibrarian/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: 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.1 diff --git a/stable/lazylibrarian/18.1.1/charts/common-18.0.2.tgz b/stable/lazylibrarian/18.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/lazylibrarian/18.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/lazylibrarian/18.1.1/ix_values.yaml b/stable/lazylibrarian/18.1.1/ix_values.yaml deleted file mode 100644 index 27d9e67b19b..00000000000 --- a/stable/lazylibrarian/18.1.1/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: ghcr.io/linuxserver/lazylibrarian - pullPolicy: IfNotPresent - tag: latest@sha256:9238ee97f5aebe2ebd68d814335812550089e45da3ad7346aa358a35df6d4474 -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/left4dead/5.1.0/.helmignore b/stable/lazylibrarian/18.2.0/.helmignore similarity index 100% rename from stable/left4dead/5.1.0/.helmignore rename to stable/lazylibrarian/18.2.0/.helmignore diff --git a/stable/lazylibrarian/18.2.0/CHANGELOG.md b/stable/lazylibrarian/18.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f7e4969b2b4 --- /dev/null +++ b/stable/lazylibrarian/18.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + +## [lazylibrarian-17.1.18](https://github.com/truecharts/charts/compare/lazylibrarian-17.1.17...lazylibrarian-17.1.18) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/lazylibrarian to latest[@c2f0250](https://github.com/c2f0250) by renovate ([#18065](https://github.com/truecharts/charts/issues/18065)) + + +## [lazylibrarian-17.1.17](https://github.com/truecharts/charts/compare/lazylibrarian-17.1.16...lazylibrarian-17.1.17) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/lazylibrarian to latest[@70dce84](https://github.com/70dce84) by renovate ([#17855](https://github.com/truecharts/charts/issues/17855)) + + +## [lazylibrarian-17.1.16](https://github.com/truecharts/charts/compare/lazylibrarian-17.1.15...lazylibrarian-17.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [lazylibrarian-17.1.15](https://github.com/truecharts/charts/compare/lazylibrarian-17.1.14...lazylibrarian-17.1.15) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/lazylibrarian to latest[@8dc3d2b](https://github.com/8dc3d2b) by renovate ([#17610](https://github.com/truecharts/charts/issues/17610)) + + +## [lazylibrarian-17.1.14](https://github.com/truecharts/charts/compare/lazylibrarian-17.1.13...lazylibrarian-17.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [lazylibrarian-17.1.13](https://github.com/truecharts/charts/compare/lazylibrarian-17.1.12...lazylibrarian-17.1.13) (2024-01-21) + +### Chore + + + +- update container image ghcr.io/linuxserver/lazylibrarian to latest[@5b86d9a](https://github.com/5b86d9a) by renovate ([#17476](https://github.com/truecharts/charts/issues/17476)) + + +## [lazylibrarian-17.1.12](https://github.com/truecharts/charts/compare/lazylibrarian-17.1.11...lazylibrarian-17.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [lazylibrarian-17.1.11](https://github.com/truecharts/charts/compare/lazylibrarian-17.1.10...lazylibrarian-17.1.11) (2024-01-21) + +### Chore diff --git a/stable/lazylibrarian/18.2.0/Chart.yaml b/stable/lazylibrarian/18.2.0/Chart.yaml new file mode 100644 index 00000000000..c505c634a69 --- /dev/null +++ b/stable/lazylibrarian/18.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Get all your books, like series with Sonarr... +home: https://truecharts.org/charts/stable/lazylibrarian +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lazylibrarian.png +keywords: + - lazylibrarian + - ebooks +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lazylibrarian +sources: + - https://lazylibrarian.gitlab.io + - https://gitlab.com/LazyLibrarian/LazyLibrarian.git + - https://github.com/truecharts/charts/tree/master/charts/stable/lazylibrarian + - https://ghcr.io/linuxserver/lazylibrarian +type: application +version: 18.2.0 diff --git a/stable/lazylibrarian/18.1.1/README.md b/stable/lazylibrarian/18.2.0/README.md similarity index 100% rename from stable/lazylibrarian/18.1.1/README.md rename to stable/lazylibrarian/18.2.0/README.md diff --git a/stable/lazylibrarian/18.1.1/app-readme.md b/stable/lazylibrarian/18.2.0/app-readme.md similarity index 100% rename from stable/lazylibrarian/18.1.1/app-readme.md rename to stable/lazylibrarian/18.2.0/app-readme.md diff --git a/stable/lazylibrarian/18.2.0/charts/common-18.1.2.tgz b/stable/lazylibrarian/18.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/lazylibrarian/18.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/lazylibrarian/18.2.0/ix_values.yaml b/stable/lazylibrarian/18.2.0/ix_values.yaml new file mode 100644 index 00000000000..16b02f20694 --- /dev/null +++ b/stable/lazylibrarian/18.2.0/ix_values.yaml @@ -0,0 +1,25 @@ +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/lazylibrarian/18.1.1/questions.yaml b/stable/lazylibrarian/18.2.0/questions.yaml similarity index 100% rename from stable/lazylibrarian/18.1.1/questions.yaml rename to stable/lazylibrarian/18.2.0/questions.yaml diff --git a/stable/libreddit/8.1.0/templates/NOTES.txt b/stable/lazylibrarian/18.2.0/templates/NOTES.txt similarity index 100% rename from stable/libreddit/8.1.0/templates/NOTES.txt rename to stable/lazylibrarian/18.2.0/templates/NOTES.txt diff --git a/stable/libremdb/7.1.3/templates/common.yaml b/stable/lazylibrarian/18.2.0/templates/common.yaml similarity index 100% rename from stable/libremdb/7.1.3/templates/common.yaml rename to stable/lazylibrarian/18.2.0/templates/common.yaml diff --git a/stable/left4dead/5.1.0/values.yaml b/stable/lazylibrarian/18.2.0/values.yaml similarity index 100% rename from stable/left4dead/5.1.0/values.yaml rename to stable/lazylibrarian/18.2.0/values.yaml diff --git a/stable/leaf2mqtt/11.1.0/CHANGELOG.md b/stable/leaf2mqtt/11.1.0/CHANGELOG.md deleted file mode 100644 index eac3209f602..00000000000 --- a/stable/leaf2mqtt/11.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/leaf2mqtt/11.1.0/Chart.yaml b/stable/leaf2mqtt/11.1.0/Chart.yaml deleted file mode 100644 index d4cb09a28d2..00000000000 --- a/stable/leaf2mqtt/11.1.0/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/leaf2mqtt/11.1.0/charts/common-18.0.1.tgz b/stable/leaf2mqtt/11.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/leaf2mqtt/11.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/lemur-cfssl/5.1.0/.helmignore b/stable/leaf2mqtt/11.2.0/.helmignore similarity index 100% rename from stable/lemur-cfssl/5.1.0/.helmignore rename to stable/leaf2mqtt/11.2.0/.helmignore diff --git a/stable/leaf2mqtt/11.2.0/CHANGELOG.md b/stable/leaf2mqtt/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..aa5303694f3 --- /dev/null +++ b/stable/leaf2mqtt/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/leaf2mqtt/11.2.0/Chart.yaml b/stable/leaf2mqtt/11.2.0/Chart.yaml new file mode 100644 index 00000000000..1bfb74374ac --- /dev/null +++ b/stable/leaf2mqtt/11.2.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.6.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/leaf2mqtt/11.1.0/README.md b/stable/leaf2mqtt/11.2.0/README.md similarity index 100% rename from stable/leaf2mqtt/11.1.0/README.md rename to stable/leaf2mqtt/11.2.0/README.md diff --git a/stable/leaf2mqtt/11.1.0/app-readme.md b/stable/leaf2mqtt/11.2.0/app-readme.md similarity index 100% rename from stable/leaf2mqtt/11.1.0/app-readme.md rename to stable/leaf2mqtt/11.2.0/app-readme.md diff --git a/stable/leaf2mqtt/11.2.0/charts/common-18.1.2.tgz b/stable/leaf2mqtt/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/leaf2mqtt/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/leaf2mqtt/11.1.0/ix_values.yaml b/stable/leaf2mqtt/11.2.0/ix_values.yaml similarity index 100% rename from stable/leaf2mqtt/11.1.0/ix_values.yaml rename to stable/leaf2mqtt/11.2.0/ix_values.yaml diff --git a/stable/leaf2mqtt/11.1.0/questions.yaml b/stable/leaf2mqtt/11.2.0/questions.yaml similarity index 100% rename from stable/leaf2mqtt/11.1.0/questions.yaml rename to stable/leaf2mqtt/11.2.0/questions.yaml diff --git a/stable/libremdb/7.1.3/templates/NOTES.txt b/stable/leaf2mqtt/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/libremdb/7.1.3/templates/NOTES.txt rename to stable/leaf2mqtt/11.2.0/templates/NOTES.txt diff --git a/stable/leaf2mqtt/11.1.0/templates/common.yaml b/stable/leaf2mqtt/11.2.0/templates/common.yaml similarity index 100% rename from stable/leaf2mqtt/11.1.0/templates/common.yaml rename to stable/leaf2mqtt/11.2.0/templates/common.yaml diff --git a/stable/lemur-cfssl/5.1.0/values.yaml b/stable/leaf2mqtt/11.2.0/values.yaml similarity index 100% rename from stable/lemur-cfssl/5.1.0/values.yaml rename to stable/leaf2mqtt/11.2.0/values.yaml diff --git a/stable/left4dead/5.1.0/CHANGELOG.md b/stable/left4dead/5.1.0/CHANGELOG.md deleted file mode 100644 index 9ff2dab1d9d..00000000000 --- a/stable/left4dead/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/left4dead/5.1.0/Chart.yaml b/stable/left4dead/5.1.0/Chart.yaml deleted file mode 100644 index ec3a1e770cc..00000000000 --- a/stable/left4dead/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/left4dead/5.1.0/charts/common-18.0.1.tgz b/stable/left4dead/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/left4dead/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/libreddit/8.1.0/.helmignore b/stable/left4dead/5.2.0/.helmignore similarity index 100% rename from stable/libreddit/8.1.0/.helmignore rename to stable/left4dead/5.2.0/.helmignore diff --git a/stable/left4dead/5.2.0/CHANGELOG.md b/stable/left4dead/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..7e008b90fab --- /dev/null +++ b/stable/left4dead/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/left4dead/5.2.0/Chart.yaml b/stable/left4dead/5.2.0/Chart.yaml new file mode 100644 index 00000000000..d6a202afa29 --- /dev/null +++ b/stable/left4dead/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: l4d +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/left4dead/5.1.0/README.md b/stable/left4dead/5.2.0/README.md similarity index 100% rename from stable/left4dead/5.1.0/README.md rename to stable/left4dead/5.2.0/README.md diff --git a/stable/left4dead/5.1.0/app-readme.md b/stable/left4dead/5.2.0/app-readme.md similarity index 100% rename from stable/left4dead/5.1.0/app-readme.md rename to stable/left4dead/5.2.0/app-readme.md diff --git a/stable/left4dead/5.2.0/charts/common-18.1.2.tgz b/stable/left4dead/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/left4dead/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/left4dead/5.1.0/ix_values.yaml b/stable/left4dead/5.2.0/ix_values.yaml similarity index 100% rename from stable/left4dead/5.1.0/ix_values.yaml rename to stable/left4dead/5.2.0/ix_values.yaml diff --git a/stable/left4dead/5.1.0/questions.yaml b/stable/left4dead/5.2.0/questions.yaml similarity index 100% rename from stable/left4dead/5.1.0/questions.yaml rename to stable/left4dead/5.2.0/questions.yaml diff --git a/stable/left4dead/5.1.0/templates/common.yaml b/stable/left4dead/5.2.0/templates/common.yaml similarity index 100% rename from stable/left4dead/5.1.0/templates/common.yaml rename to stable/left4dead/5.2.0/templates/common.yaml diff --git a/stable/libreddit/8.1.0/values.yaml b/stable/left4dead/5.2.0/values.yaml similarity index 100% rename from stable/libreddit/8.1.0/values.yaml rename to stable/left4dead/5.2.0/values.yaml diff --git a/stable/lemur-cfssl/5.1.0/CHANGELOG.md b/stable/lemur-cfssl/5.1.0/CHANGELOG.md deleted file mode 100644 index f334ffc02c9..00000000000 --- a/stable/lemur-cfssl/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/lemur-cfssl/5.1.0/Chart.yaml b/stable/lemur-cfssl/5.1.0/Chart.yaml deleted file mode 100644 index 30e2804c159..00000000000 --- a/stable/lemur-cfssl/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/lemur-cfssl/5.1.0/charts/common-18.0.1.tgz b/stable/lemur-cfssl/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/lemur-cfssl/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/libremdb/7.1.3/.helmignore b/stable/lemur-cfssl/5.2.0/.helmignore similarity index 100% rename from stable/libremdb/7.1.3/.helmignore rename to stable/lemur-cfssl/5.2.0/.helmignore diff --git a/stable/lemur-cfssl/5.2.0/CHANGELOG.md b/stable/lemur-cfssl/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..8a6db3c2bcb --- /dev/null +++ b/stable/lemur-cfssl/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/lemur-cfssl/5.2.0/Chart.yaml b/stable/lemur-cfssl/5.2.0/Chart.yaml new file mode 100644 index 00000000000..740fc46b66d --- /dev/null +++ b/stable/lemur-cfssl/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/lemur-cfssl/5.1.0/README.md b/stable/lemur-cfssl/5.2.0/README.md similarity index 100% rename from stable/lemur-cfssl/5.1.0/README.md rename to stable/lemur-cfssl/5.2.0/README.md diff --git a/stable/lemur-cfssl/5.1.0/app-readme.md b/stable/lemur-cfssl/5.2.0/app-readme.md similarity index 100% rename from stable/lemur-cfssl/5.1.0/app-readme.md rename to stable/lemur-cfssl/5.2.0/app-readme.md diff --git a/stable/lemur-cfssl/5.2.0/charts/common-18.1.2.tgz b/stable/lemur-cfssl/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/lemur-cfssl/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/lemur-cfssl/5.1.0/ix_values.yaml b/stable/lemur-cfssl/5.2.0/ix_values.yaml similarity index 100% rename from stable/lemur-cfssl/5.1.0/ix_values.yaml rename to stable/lemur-cfssl/5.2.0/ix_values.yaml diff --git a/stable/lemur-cfssl/5.1.0/questions.yaml b/stable/lemur-cfssl/5.2.0/questions.yaml similarity index 100% rename from stable/lemur-cfssl/5.1.0/questions.yaml rename to stable/lemur-cfssl/5.2.0/questions.yaml diff --git a/stable/lemur-cfssl/5.1.0/templates/common.yaml b/stable/lemur-cfssl/5.2.0/templates/common.yaml similarity index 100% rename from stable/lemur-cfssl/5.1.0/templates/common.yaml rename to stable/lemur-cfssl/5.2.0/templates/common.yaml diff --git a/stable/libremdb/7.1.3/values.yaml b/stable/lemur-cfssl/5.2.0/values.yaml similarity index 100% rename from stable/libremdb/7.1.3/values.yaml rename to stable/lemur-cfssl/5.2.0/values.yaml diff --git a/stable/libreddit/8.1.0/CHANGELOG.md b/stable/libreddit/8.1.0/CHANGELOG.md deleted file mode 100644 index 91616cd80e8..00000000000 --- a/stable/libreddit/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/libreddit/8.1.0/Chart.yaml b/stable/libreddit/8.1.0/Chart.yaml deleted file mode 100644 index 25e826e730f..00000000000 --- a/stable/libreddit/8.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/libreddit/8.1.0/charts/common-18.0.1.tgz b/stable/libreddit/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/libreddit/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/librespeed/13.1.1/.helmignore b/stable/libreddit/8.2.0/.helmignore similarity index 100% rename from stable/librespeed/13.1.1/.helmignore rename to stable/libreddit/8.2.0/.helmignore diff --git a/stable/libreddit/8.2.0/CHANGELOG.md b/stable/libreddit/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f72cc8a3b7f --- /dev/null +++ b/stable/libreddit/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/libreddit/8.2.0/Chart.yaml b/stable/libreddit/8.2.0/Chart.yaml new file mode 100644 index 00000000000..bcec6ceb46a --- /dev/null +++ b/stable/libreddit/8.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/libreddit/8.1.0/README.md b/stable/libreddit/8.2.0/README.md similarity index 100% rename from stable/libreddit/8.1.0/README.md rename to stable/libreddit/8.2.0/README.md diff --git a/stable/libreddit/8.1.0/app-readme.md b/stable/libreddit/8.2.0/app-readme.md similarity index 100% rename from stable/libreddit/8.1.0/app-readme.md rename to stable/libreddit/8.2.0/app-readme.md diff --git a/stable/libreddit/8.2.0/charts/common-18.1.2.tgz b/stable/libreddit/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/libreddit/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/libreddit/8.1.0/ix_values.yaml b/stable/libreddit/8.2.0/ix_values.yaml similarity index 100% rename from stable/libreddit/8.1.0/ix_values.yaml rename to stable/libreddit/8.2.0/ix_values.yaml diff --git a/stable/libreddit/8.1.0/questions.yaml b/stable/libreddit/8.2.0/questions.yaml similarity index 100% rename from stable/libreddit/8.1.0/questions.yaml rename to stable/libreddit/8.2.0/questions.yaml diff --git a/stable/librespeed/13.1.1/templates/NOTES.txt b/stable/libreddit/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/librespeed/13.1.1/templates/NOTES.txt rename to stable/libreddit/8.2.0/templates/NOTES.txt diff --git a/stable/librespeed/13.1.1/templates/common.yaml b/stable/libreddit/8.2.0/templates/common.yaml similarity index 100% rename from stable/librespeed/13.1.1/templates/common.yaml rename to stable/libreddit/8.2.0/templates/common.yaml diff --git a/stable/librespeed/13.1.1/values.yaml b/stable/libreddit/8.2.0/values.yaml similarity index 100% rename from stable/librespeed/13.1.1/values.yaml rename to stable/libreddit/8.2.0/values.yaml diff --git a/stable/libremdb/7.1.3/CHANGELOG.md b/stable/libremdb/7.1.3/CHANGELOG.md deleted file mode 100644 index c10b0a51be3..00000000000 --- a/stable/libremdb/7.1.3/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)) - - -## [libremdb-6.1.15](https://github.com/truecharts/charts/compare/libremdb-6.1.14...libremdb-6.1.15) (2024-01-09) - -### Chore \ No newline at end of file diff --git a/stable/libremdb/7.1.3/Chart.yaml b/stable/libremdb/7.1.3/Chart.yaml deleted file mode 100644 index 3ac5b9e0f18..00000000000 --- a/stable/libremdb/7.1.3/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.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 & 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.1.3 diff --git a/stable/libremdb/7.1.3/charts/common-18.0.2.tgz b/stable/libremdb/7.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/libremdb/7.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/libremdb/7.1.3/ix_values.yaml b/stable/libremdb/7.1.3/ix_values.yaml deleted file mode 100644 index 520e25ca538..00000000000 --- a/stable/libremdb/7.1.3/ix_values.yaml +++ /dev/null @@ -1,38 +0,0 @@ -image: - repository: quay.io/pussthecatorg/libremdb - pullPolicy: IfNotPresent - tag: latest@sha256:32d3e1465e8649ad826181db3574b6f00419d0a36cb70c71d5a819ed00e9c226 -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/lidarr/20.1.1/.helmignore b/stable/libremdb/7.2.0/.helmignore similarity index 100% rename from stable/lidarr/20.1.1/.helmignore rename to stable/libremdb/7.2.0/.helmignore diff --git a/stable/libremdb/7.2.0/CHANGELOG.md b/stable/libremdb/7.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e8847628ef2 --- /dev/null +++ b/stable/libremdb/7.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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)) diff --git a/stable/libremdb/7.2.0/Chart.yaml b/stable/libremdb/7.2.0/Chart.yaml new file mode 100644 index 00000000000..0423438fdde --- /dev/null +++ b/stable/libremdb/7.2.0/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.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.0 diff --git a/stable/libremdb/7.1.3/README.md b/stable/libremdb/7.2.0/README.md similarity index 100% rename from stable/libremdb/7.1.3/README.md rename to stable/libremdb/7.2.0/README.md diff --git a/stable/libremdb/7.1.3/app-readme.md b/stable/libremdb/7.2.0/app-readme.md similarity index 100% rename from stable/libremdb/7.1.3/app-readme.md rename to stable/libremdb/7.2.0/app-readme.md diff --git a/stable/libremdb/7.2.0/charts/common-18.1.2.tgz b/stable/libremdb/7.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/libremdb/7.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/libremdb/7.1.3/charts/redis-11.2.1.tgz b/stable/libremdb/7.2.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/libremdb/7.1.3/charts/redis-11.2.1.tgz rename to stable/libremdb/7.2.0/charts/redis-11.2.1.tgz diff --git a/stable/libremdb/7.2.0/ix_values.yaml b/stable/libremdb/7.2.0/ix_values.yaml new file mode 100644 index 00000000000..34ecbbc99b9 --- /dev/null +++ b/stable/libremdb/7.2.0/ix_values.yaml @@ -0,0 +1,38 @@ +image: + repository: quay.io/pussthecatorg/libremdb + pullPolicy: IfNotPresent + tag: latest@sha256:c68b72b8af578491cb906e18b1206bbbb141777cbe70c3b62ceb3407473b30a9 +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.1.3/questions.yaml b/stable/libremdb/7.2.0/questions.yaml similarity index 100% rename from stable/libremdb/7.1.3/questions.yaml rename to stable/libremdb/7.2.0/questions.yaml diff --git a/stable/lidarr/20.1.1/templates/NOTES.txt b/stable/libremdb/7.2.0/templates/NOTES.txt similarity index 100% rename from stable/lidarr/20.1.1/templates/NOTES.txt rename to stable/libremdb/7.2.0/templates/NOTES.txt diff --git a/stable/linkding/9.1.0/templates/common.yaml b/stable/libremdb/7.2.0/templates/common.yaml similarity index 100% rename from stable/linkding/9.1.0/templates/common.yaml rename to stable/libremdb/7.2.0/templates/common.yaml diff --git a/stable/lidarr/20.1.1/values.yaml b/stable/libremdb/7.2.0/values.yaml similarity index 100% rename from stable/lidarr/20.1.1/values.yaml rename to stable/libremdb/7.2.0/values.yaml diff --git a/stable/librespeed/13.1.1/CHANGELOG.md b/stable/librespeed/13.1.1/CHANGELOG.md deleted file mode 100644 index 0d469cdf878..00000000000 --- a/stable/librespeed/13.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [librespeed-12.1.9](https://github.com/truecharts/charts/compare/librespeed-12.1.8...librespeed-12.1.9) (2024-01-21) \ No newline at end of file diff --git a/stable/librespeed/13.1.1/Chart.yaml b/stable/librespeed/13.1.1/Chart.yaml deleted file mode 100644 index 95d4f8b9512..00000000000 --- a/stable/librespeed/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: 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.1 diff --git a/stable/librespeed/13.1.1/charts/common-18.0.2.tgz b/stable/librespeed/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/librespeed/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/librespeed/13.1.1/ix_values.yaml b/stable/librespeed/13.1.1/ix_values.yaml deleted file mode 100644 index 36c8992b203..00000000000 --- a/stable/librespeed/13.1.1/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - repository: ghcr.io/linuxserver/librespeed - tag: 5.3.0@sha256:4e6e49c172ac10073036fbe3d8f64466843c705da3bee16c84cb8886bbb6693c - 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/lingva/5.1.0/.helmignore b/stable/librespeed/13.2.0/.helmignore similarity index 100% rename from stable/lingva/5.1.0/.helmignore rename to stable/librespeed/13.2.0/.helmignore diff --git a/stable/librespeed/13.2.0/CHANGELOG.md b/stable/librespeed/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..ddaf93a6fe9 --- /dev/null +++ b/stable/librespeed/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + +## [librespeed-12.1.17](https://github.com/truecharts/charts/compare/librespeed-12.1.16...librespeed-12.1.17) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@d9c4605](https://github.com/d9c4605) by renovate ([#18066](https://github.com/truecharts/charts/issues/18066)) + + +## [librespeed-12.1.16](https://github.com/truecharts/charts/compare/librespeed-12.1.15...librespeed-12.1.16) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@8e56f58](https://github.com/8e56f58) by renovate ([#17856](https://github.com/truecharts/charts/issues/17856)) + + +## [librespeed-12.1.15](https://github.com/truecharts/charts/compare/librespeed-12.1.14...librespeed-12.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [librespeed-12.1.14](https://github.com/truecharts/charts/compare/librespeed-12.1.13...librespeed-12.1.14) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e7e8a14](https://github.com/e7e8a14) by renovate ([#17611](https://github.com/truecharts/charts/issues/17611)) + + +## [librespeed-12.1.13](https://github.com/truecharts/charts/compare/librespeed-12.1.12...librespeed-12.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [librespeed-12.1.12](https://github.com/truecharts/charts/compare/librespeed-12.1.11...librespeed-12.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [librespeed-12.1.11](https://github.com/truecharts/charts/compare/librespeed-12.1.10...librespeed-12.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [librespeed-12.1.10](https://github.com/truecharts/charts/compare/librespeed-12.1.9...librespeed-12.1.10) (2024-01-21) + +### Chore + + diff --git a/stable/librespeed/13.2.0/Chart.yaml b/stable/librespeed/13.2.0/Chart.yaml new file mode 100644 index 00000000000..a084a061679 --- /dev/null +++ b/stable/librespeed/13.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Librespeed is a HTML5 webpage to test upload and download speeds +home: https://truecharts.org/charts/stable/librespeed +icon: https://truecharts.org/img/hotlink-ok/chart-icons/librespeed.png +keywords: + - librespeed + - speedtest +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: librespeed +sources: + - https://github.com/librespeed/speedtest + - https://github.com/truecharts/charts/tree/master/charts/stable/librespeed + - https://ghcr.io/linuxserver/librespeed +type: application +version: 13.2.0 diff --git a/stable/librespeed/13.1.1/README.md b/stable/librespeed/13.2.0/README.md similarity index 100% rename from stable/librespeed/13.1.1/README.md rename to stable/librespeed/13.2.0/README.md diff --git a/stable/librespeed/13.1.1/app-readme.md b/stable/librespeed/13.2.0/app-readme.md similarity index 100% rename from stable/librespeed/13.1.1/app-readme.md rename to stable/librespeed/13.2.0/app-readme.md diff --git a/stable/librespeed/13.2.0/charts/common-18.1.2.tgz b/stable/librespeed/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/librespeed/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/librespeed/13.2.0/ix_values.yaml b/stable/librespeed/13.2.0/ix_values.yaml new file mode 100644 index 00000000000..46cc11d18da --- /dev/null +++ b/stable/librespeed/13.2.0/ix_values.yaml @@ -0,0 +1,23 @@ +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/librespeed/13.1.1/questions.yaml b/stable/librespeed/13.2.0/questions.yaml similarity index 100% rename from stable/librespeed/13.1.1/questions.yaml rename to stable/librespeed/13.2.0/questions.yaml diff --git a/stable/linkding/9.1.0/templates/NOTES.txt b/stable/librespeed/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/linkding/9.1.0/templates/NOTES.txt rename to stable/librespeed/13.2.0/templates/NOTES.txt diff --git a/stable/linkwallet/5.1.0/templates/common.yaml b/stable/librespeed/13.2.0/templates/common.yaml similarity index 100% rename from stable/linkwallet/5.1.0/templates/common.yaml rename to stable/librespeed/13.2.0/templates/common.yaml diff --git a/stable/lingva/5.1.0/values.yaml b/stable/librespeed/13.2.0/values.yaml similarity index 100% rename from stable/lingva/5.1.0/values.yaml rename to stable/librespeed/13.2.0/values.yaml diff --git a/stable/lidarr/20.1.1/CHANGELOG.md b/stable/lidarr/20.1.1/CHANGELOG.md deleted file mode 100644 index 52c3e519d7d..00000000000 --- a/stable/lidarr/20.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - -## [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 - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [lidarr-19.1.11](https://github.com/truecharts/charts/compare/lidarr-19.1.10...lidarr-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)) - - -## [lidarr-19.1.10](https://github.com/truecharts/charts/compare/lidarr-19.1.9...lidarr-19.1.10) (2024-01-21) - -### Chore diff --git a/stable/lidarr/20.1.1/Chart.yaml b/stable/lidarr/20.1.1/Chart.yaml deleted file mode 100644 index 0c6782b53d9..00000000000 --- a/stable/lidarr/20.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.1.7.4030 -dependencies: - - name: common - version: 18.0.2 - 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/lidarr-develop - - https://ghcr.io/onedr0p/exportarr -type: application -version: 20.1.1 diff --git a/stable/lidarr/20.1.1/charts/common-18.0.2.tgz b/stable/lidarr/20.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/lidarr/20.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/lidarr/20.1.1/ix_values.yaml b/stable/lidarr/20.1.1/ix_values.yaml deleted file mode 100644 index cb96d5890a3..00000000000 --- a/stable/lidarr/20.1.1/ix_values.yaml +++ /dev/null @@ -1,109 +0,0 @@ -image: - repository: ghcr.io/onedr0p/lidarr-develop - pullPolicy: IfNotPresent - tag: 2.1.7.4030@sha256:01d40bb9a759a3be757a9af235a14dafcef131b5014a6a2f4a32075b5fa940c5 -exportarrImage: - repository: ghcr.io/onedr0p/exportarr - pullPolicy: IfNotPresent - tag: v1.6.1@sha256:60cf3d44aa0b7dea2a65160b2e2e373c1ae38cd6b12a45fe81b8afa45ac31c22 -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/linkding/9.1.0/.helmignore b/stable/lidarr/20.3.0/.helmignore similarity index 100% rename from stable/linkding/9.1.0/.helmignore rename to stable/lidarr/20.3.0/.helmignore diff --git a/stable/lidarr/20.3.0/CHANGELOG.md b/stable/lidarr/20.3.0/CHANGELOG.md new file mode 100644 index 00000000000..35ff69ac499 --- /dev/null +++ b/stable/lidarr/20.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + +## [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 + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [lidarr-19.1.11](https://github.com/truecharts/charts/compare/lidarr-19.1.10...lidarr-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)) + diff --git a/stable/lidarr/20.3.0/Chart.yaml b/stable/lidarr/20.3.0/Chart.yaml new file mode 100644 index 00000000000..97aa7567a47 --- /dev/null +++ b/stable/lidarr/20.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.2.0.4045 +dependencies: + - name: common + version: 18.1.2 + 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/lidarr-develop + - https://ghcr.io/onedr0p/exportarr +type: application +version: 20.3.0 diff --git a/stable/lidarr/20.1.1/README.md b/stable/lidarr/20.3.0/README.md similarity index 100% rename from stable/lidarr/20.1.1/README.md rename to stable/lidarr/20.3.0/README.md diff --git a/stable/lidarr/20.1.1/app-readme.md b/stable/lidarr/20.3.0/app-readme.md similarity index 100% rename from stable/lidarr/20.1.1/app-readme.md rename to stable/lidarr/20.3.0/app-readme.md diff --git a/stable/lidarr/20.3.0/charts/common-18.1.2.tgz b/stable/lidarr/20.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/lidarr/20.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/lidarr/20.3.0/ix_values.yaml b/stable/lidarr/20.3.0/ix_values.yaml new file mode 100644 index 00000000000..10a558c79f9 --- /dev/null +++ b/stable/lidarr/20.3.0/ix_values.yaml @@ -0,0 +1,109 @@ +image: + repository: ghcr.io/onedr0p/lidarr-develop + pullPolicy: IfNotPresent + tag: 2.2.0.4045@sha256:c325ecc0a9a5ee604d06d21c6dab5bf4506c29622f108205b2f3eb42e0792a2e +exportarrImage: + repository: ghcr.io/onedr0p/exportarr + pullPolicy: IfNotPresent + tag: v1.6.1@sha256:60cf3d44aa0b7dea2a65160b2e2e373c1ae38cd6b12a45fe81b8afa45ac31c22 +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/20.1.1/questions.yaml b/stable/lidarr/20.3.0/questions.yaml similarity index 100% rename from stable/lidarr/20.1.1/questions.yaml rename to stable/lidarr/20.3.0/questions.yaml diff --git a/stable/linkwarden/4.1.0/templates/NOTES.txt b/stable/lidarr/20.3.0/templates/NOTES.txt similarity index 100% rename from stable/linkwarden/4.1.0/templates/NOTES.txt rename to stable/lidarr/20.3.0/templates/NOTES.txt diff --git a/stable/lidarr/20.1.1/templates/common.yaml b/stable/lidarr/20.3.0/templates/common.yaml similarity index 100% rename from stable/lidarr/20.1.1/templates/common.yaml rename to stable/lidarr/20.3.0/templates/common.yaml diff --git a/stable/linkding/9.1.0/values.yaml b/stable/lidarr/20.3.0/values.yaml similarity index 100% rename from stable/linkding/9.1.0/values.yaml rename to stable/lidarr/20.3.0/values.yaml diff --git a/stable/lingva/5.1.0/CHANGELOG.md b/stable/lingva/5.1.0/CHANGELOG.md deleted file mode 100644 index fa1b1af464c..00000000000 --- a/stable/lingva/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/lingva/5.1.0/Chart.yaml b/stable/lingva/5.1.0/Chart.yaml deleted file mode 100644 index 02e320c3239..00000000000 --- a/stable/lingva/5.1.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: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/lingva/5.1.0/charts/common-18.0.1.tgz b/stable/lingva/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/lingva/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/linkwallet/5.1.0/.helmignore b/stable/lingva/5.2.0/.helmignore similarity index 100% rename from stable/linkwallet/5.1.0/.helmignore rename to stable/lingva/5.2.0/.helmignore diff --git a/stable/lingva/5.2.0/CHANGELOG.md b/stable/lingva/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..66156da1ee2 --- /dev/null +++ b/stable/lingva/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/lingva/5.2.0/Chart.yaml b/stable/lingva/5.2.0/Chart.yaml new file mode 100644 index 00000000000..048f2193d49 --- /dev/null +++ b/stable/lingva/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/lingva/5.1.0/README.md b/stable/lingva/5.2.0/README.md similarity index 100% rename from stable/lingva/5.1.0/README.md rename to stable/lingva/5.2.0/README.md diff --git a/stable/lingva/5.1.0/app-readme.md b/stable/lingva/5.2.0/app-readme.md similarity index 100% rename from stable/lingva/5.1.0/app-readme.md rename to stable/lingva/5.2.0/app-readme.md diff --git a/stable/lingva/5.2.0/charts/common-18.1.2.tgz b/stable/lingva/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/lingva/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/lingva/5.1.0/ix_values.yaml b/stable/lingva/5.2.0/ix_values.yaml similarity index 100% rename from stable/lingva/5.1.0/ix_values.yaml rename to stable/lingva/5.2.0/ix_values.yaml diff --git a/stable/lingva/5.1.0/questions.yaml b/stable/lingva/5.2.0/questions.yaml similarity index 100% rename from stable/lingva/5.1.0/questions.yaml rename to stable/lingva/5.2.0/questions.yaml diff --git a/stable/lingva/5.1.0/templates/common.yaml b/stable/lingva/5.2.0/templates/common.yaml similarity index 100% rename from stable/lingva/5.1.0/templates/common.yaml rename to stable/lingva/5.2.0/templates/common.yaml diff --git a/stable/linkwallet/5.1.0/values.yaml b/stable/lingva/5.2.0/values.yaml similarity index 100% rename from stable/linkwallet/5.1.0/values.yaml rename to stable/lingva/5.2.0/values.yaml diff --git a/stable/linkding/9.1.0/CHANGELOG.md b/stable/linkding/9.1.0/CHANGELOG.md deleted file mode 100644 index c9fa14af61b..00000000000 --- a/stable/linkding/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [linkding-8.2.1](https://github.com/truecharts/charts/compare/linkding-8.2.0...linkding-8.2.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [linkding-8.2.0](https://github.com/truecharts/charts/compare/linkding-8.1.10...linkding-8.2.0) (2024-01-29) - -### Chore - - - -- update container image sissbruecker/linkding to v1.24.0[@3efe1d0](https://github.com/3efe1d0) by renovate ([#17700](https://github.com/truecharts/charts/issues/17700)) - - -## [linkding-8.1.10](https://github.com/truecharts/charts/compare/linkding-8.1.9...linkding-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [linkding-8.1.9](https://github.com/truecharts/charts/compare/linkding-8.1.8...linkding-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [linkding-8.1.8](https://github.com/truecharts/charts/compare/linkding-8.1.7...linkding-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [linkding-8.1.7](https://github.com/truecharts/charts/compare/linkding-8.1.6...linkding-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [linkding-8.1.6](https://github.com/truecharts/charts/compare/linkding-8.1.5...linkding-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [linkding-8.1.5](https://github.com/truecharts/charts/compare/linkding-8.1.4...linkding-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [linkding-8.1.4](https://github.com/truecharts/charts/compare/linkding-8.1.3...linkding-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [linkding-8.1.3](https://github.com/truecharts/charts/compare/linkding-8.1.0...linkding-8.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/linkding/9.1.0/Chart.yaml b/stable/linkding/9.1.0/Chart.yaml deleted file mode 100644 index 671c46e396e..00000000000 --- a/stable/linkding/9.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/linkding/9.1.0/charts/common-18.0.1.tgz b/stable/linkding/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/linkding/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/linkwarden/4.1.0/.helmignore b/stable/linkding/9.2.0/.helmignore similarity index 100% rename from stable/linkwarden/4.1.0/.helmignore rename to stable/linkding/9.2.0/.helmignore diff --git a/stable/linkding/9.2.0/CHANGELOG.md b/stable/linkding/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a6299d651e9 --- /dev/null +++ b/stable/linkding/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/linkding/9.2.0/Chart.yaml b/stable/linkding/9.2.0/Chart.yaml new file mode 100644 index 00000000000..09d440e0f4d --- /dev/null +++ b/stable/linkding/9.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: bookmarks + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.24.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/linkding/9.1.0/README.md b/stable/linkding/9.2.0/README.md similarity index 100% rename from stable/linkding/9.1.0/README.md rename to stable/linkding/9.2.0/README.md diff --git a/stable/linkding/9.1.0/app-readme.md b/stable/linkding/9.2.0/app-readme.md similarity index 100% rename from stable/linkding/9.1.0/app-readme.md rename to stable/linkding/9.2.0/app-readme.md diff --git a/stable/linkding/9.2.0/charts/common-18.1.2.tgz b/stable/linkding/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/linkding/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/linkding/9.1.0/ix_values.yaml b/stable/linkding/9.2.0/ix_values.yaml similarity index 100% rename from stable/linkding/9.1.0/ix_values.yaml rename to stable/linkding/9.2.0/ix_values.yaml diff --git a/stable/linkding/9.1.0/questions.yaml b/stable/linkding/9.2.0/questions.yaml similarity index 100% rename from stable/linkding/9.1.0/questions.yaml rename to stable/linkding/9.2.0/questions.yaml diff --git a/stable/littlelink/13.1.1/templates/NOTES.txt b/stable/linkding/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/littlelink/13.1.1/templates/NOTES.txt rename to stable/linkding/9.2.0/templates/NOTES.txt diff --git a/stable/local-ai/9.7.0/templates/common.yaml b/stable/linkding/9.2.0/templates/common.yaml similarity index 100% rename from stable/local-ai/9.7.0/templates/common.yaml rename to stable/linkding/9.2.0/templates/common.yaml diff --git a/stable/linkwarden/4.1.0/values.yaml b/stable/linkding/9.2.0/values.yaml similarity index 100% rename from stable/linkwarden/4.1.0/values.yaml rename to stable/linkding/9.2.0/values.yaml diff --git a/stable/linkwallet/5.1.0/CHANGELOG.md b/stable/linkwallet/5.1.0/CHANGELOG.md deleted file mode 100644 index 23c9eb7de78..00000000000 --- a/stable/linkwallet/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/linkwallet/5.1.0/Chart.yaml b/stable/linkwallet/5.1.0/Chart.yaml deleted file mode 100644 index cbd08c6deec..00000000000 --- a/stable/linkwallet/5.1.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: 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.1 - 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.0 diff --git a/stable/linkwallet/5.1.0/charts/common-18.0.1.tgz b/stable/linkwallet/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/linkwallet/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/littlelink/13.1.1/.helmignore b/stable/linkwallet/5.2.0/.helmignore similarity index 100% rename from stable/littlelink/13.1.1/.helmignore rename to stable/linkwallet/5.2.0/.helmignore diff --git a/stable/linkwallet/5.2.0/CHANGELOG.md b/stable/linkwallet/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b642d50cb1c --- /dev/null +++ b/stable/linkwallet/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/linkwallet/5.2.0/Chart.yaml b/stable/linkwallet/5.2.0/Chart.yaml new file mode 100644 index 00000000000..e2fb218a107 --- /dev/null +++ b/stable/linkwallet/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: bookmarks + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.0.36 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/linkwallet/5.1.0/README.md b/stable/linkwallet/5.2.0/README.md similarity index 100% rename from stable/linkwallet/5.1.0/README.md rename to stable/linkwallet/5.2.0/README.md diff --git a/stable/linkwallet/5.1.0/app-readme.md b/stable/linkwallet/5.2.0/app-readme.md similarity index 100% rename from stable/linkwallet/5.1.0/app-readme.md rename to stable/linkwallet/5.2.0/app-readme.md diff --git a/stable/linkwallet/5.2.0/charts/common-18.1.2.tgz b/stable/linkwallet/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/linkwallet/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/linkwallet/5.1.0/ix_values.yaml b/stable/linkwallet/5.2.0/ix_values.yaml similarity index 100% rename from stable/linkwallet/5.1.0/ix_values.yaml rename to stable/linkwallet/5.2.0/ix_values.yaml diff --git a/stable/linkwallet/5.1.0/questions.yaml b/stable/linkwallet/5.2.0/questions.yaml similarity index 100% rename from stable/linkwallet/5.1.0/questions.yaml rename to stable/linkwallet/5.2.0/questions.yaml diff --git a/stable/logitech-media-server/11.1.1/templates/common.yaml b/stable/linkwallet/5.2.0/templates/common.yaml similarity index 100% rename from stable/logitech-media-server/11.1.1/templates/common.yaml rename to stable/linkwallet/5.2.0/templates/common.yaml diff --git a/stable/littlelink/13.1.1/values.yaml b/stable/linkwallet/5.2.0/values.yaml similarity index 100% rename from stable/littlelink/13.1.1/values.yaml rename to stable/linkwallet/5.2.0/values.yaml diff --git a/stable/linkwarden/4.1.0/CHANGELOG.md b/stable/linkwarden/4.1.0/CHANGELOG.md deleted file mode 100644 index 7f62ea14078..00000000000 --- a/stable/linkwarden/4.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/linkwarden/4.1.0/Chart.yaml b/stable/linkwarden/4.1.0/Chart.yaml deleted file mode 100644 index 8bfd8d04138..00000000000 --- a/stable/linkwarden/4.1.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: 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.1 - 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.0 diff --git a/stable/linkwarden/4.1.0/charts/common-18.0.1.tgz b/stable/linkwarden/4.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/linkwarden/4.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/livestreamdvr/5.1.0/.helmignore b/stable/linkwarden/4.2.0/.helmignore similarity index 100% rename from stable/livestreamdvr/5.1.0/.helmignore rename to stable/linkwarden/4.2.0/.helmignore diff --git a/stable/linkwarden/4.2.0/CHANGELOG.md b/stable/linkwarden/4.2.0/CHANGELOG.md new file mode 100644 index 00000000000..bdac8173f65 --- /dev/null +++ b/stable/linkwarden/4.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [linkwarden-3.2.14](https://github.com/truecharts/charts/compare/linkwarden-3.2.13...linkwarden-3.2.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [linkwarden-3.2.13](https://github.com/truecharts/charts/compare/linkwarden-3.2.12...linkwarden-3.2.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [linkwarden-3.2.12](https://github.com/truecharts/charts/compare/linkwarden-3.2.11...linkwarden-3.2.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [linkwarden-3.2.11](https://github.com/truecharts/charts/compare/linkwarden-3.2.10...linkwarden-3.2.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [linkwarden-3.2.10](https://github.com/truecharts/charts/compare/linkwarden-3.2.9...linkwarden-3.2.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [linkwarden-3.2.9](https://github.com/truecharts/charts/compare/linkwarden-3.2.8...linkwarden-3.2.9) (2024-01-21) + +### Chore + + + +- update container image ghcr.io/linkwarden/linkwarden to v2.4.9[@9d0c86d](https://github.com/9d0c86d) by renovate ([#17417](https://github.com/truecharts/charts/issues/17417)) + + + + +## [linkwarden-3.2.8](https://github.com/truecharts/charts/compare/linkwarden-3.2.7...linkwarden-3.2.8) (2024-01-12) + +### Chore + + + +- update label text on scale ui ([#17087](https://github.com/truecharts/charts/issues/17087)) + + +## [linkwarden-3.2.7](https://github.com/truecharts/charts/compare/linkwarden-3.2.6...linkwarden-3.2.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [linkwarden-3.2.6](https://github.com/truecharts/charts/compare/linkwarden-3.2.5...linkwarden-3.2.6) (2024-01-03) + +### Chore + + + +- update container image ghcr.io/linkwarden/linkwarden to v2.4.8[@ee344d6](https://github.com/ee344d6) by renovate ([#16717](https://github.com/truecharts/charts/issues/16717)) diff --git a/stable/linkwarden/4.2.0/Chart.yaml b/stable/linkwarden/4.2.0/Chart.yaml new file mode 100644 index 00000000000..3c0abf69aa6 --- /dev/null +++ b/stable/linkwarden/4.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: bookmarks + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.4.9 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/linkwarden/4.1.0/README.md b/stable/linkwarden/4.2.0/README.md similarity index 100% rename from stable/linkwarden/4.1.0/README.md rename to stable/linkwarden/4.2.0/README.md diff --git a/stable/linkwarden/4.1.0/app-readme.md b/stable/linkwarden/4.2.0/app-readme.md similarity index 100% rename from stable/linkwarden/4.1.0/app-readme.md rename to stable/linkwarden/4.2.0/app-readme.md diff --git a/stable/linkwarden/4.2.0/charts/common-18.1.2.tgz b/stable/linkwarden/4.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/linkwarden/4.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/linkwarden/4.1.0/ix_values.yaml b/stable/linkwarden/4.2.0/ix_values.yaml similarity index 100% rename from stable/linkwarden/4.1.0/ix_values.yaml rename to stable/linkwarden/4.2.0/ix_values.yaml diff --git a/stable/linkwarden/4.1.0/questions.yaml b/stable/linkwarden/4.2.0/questions.yaml similarity index 100% rename from stable/linkwarden/4.1.0/questions.yaml rename to stable/linkwarden/4.2.0/questions.yaml diff --git a/stable/lldap/5.1.0/NOTES.txt b/stable/linkwarden/4.2.0/templates/NOTES.txt similarity index 100% rename from stable/lldap/5.1.0/NOTES.txt rename to stable/linkwarden/4.2.0/templates/NOTES.txt diff --git a/stable/linkwarden/4.1.0/templates/_secrets.tpl b/stable/linkwarden/4.2.0/templates/_secrets.tpl similarity index 100% rename from stable/linkwarden/4.1.0/templates/_secrets.tpl rename to stable/linkwarden/4.2.0/templates/_secrets.tpl diff --git a/stable/linkwarden/4.1.0/templates/common.yaml b/stable/linkwarden/4.2.0/templates/common.yaml similarity index 100% rename from stable/linkwarden/4.1.0/templates/common.yaml rename to stable/linkwarden/4.2.0/templates/common.yaml diff --git a/stable/livestreamdvr/5.1.0/values.yaml b/stable/linkwarden/4.2.0/values.yaml similarity index 100% rename from stable/livestreamdvr/5.1.0/values.yaml rename to stable/linkwarden/4.2.0/values.yaml diff --git a/stable/littlelink/13.1.1/CHANGELOG.md b/stable/littlelink/13.1.1/CHANGELOG.md deleted file mode 100644 index 8a639126ae9..00000000000 --- a/stable/littlelink/13.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - -## [littlelink-12.1.17](https://github.com/truecharts/charts/compare/littlelink-12.1.16...littlelink-12.1.17) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@f94c94f](https://github.com/f94c94f) by renovate ([#18084](https://github.com/truecharts/charts/issues/18084)) - - -## [littlelink-12.1.16](https://github.com/truecharts/charts/compare/littlelink-12.1.15...littlelink-12.1.16) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@c387a43](https://github.com/c387a43) by renovate ([#17874](https://github.com/truecharts/charts/issues/17874)) - - -## [littlelink-12.1.15](https://github.com/truecharts/charts/compare/littlelink-12.1.14...littlelink-12.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [littlelink-12.1.14](https://github.com/truecharts/charts/compare/littlelink-12.1.13...littlelink-12.1.14) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@fcb88ba](https://github.com/fcb88ba) by renovate ([#17719](https://github.com/truecharts/charts/issues/17719)) - - -## [littlelink-12.1.13](https://github.com/truecharts/charts/compare/littlelink-12.1.12...littlelink-12.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [littlelink-12.1.12](https://github.com/truecharts/charts/compare/littlelink-12.1.11...littlelink-12.1.12) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@66371a0](https://github.com/66371a0) by renovate ([#17477](https://github.com/truecharts/charts/issues/17477)) - - -## [littlelink-12.1.11](https://github.com/truecharts/charts/compare/littlelink-12.1.10...littlelink-12.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [littlelink-12.1.10](https://github.com/truecharts/charts/compare/littlelink-12.1.9...littlelink-12.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - diff --git a/stable/littlelink/13.1.1/Chart.yaml b/stable/littlelink/13.1.1/Chart.yaml deleted file mode 100644 index e14597e13ec..00000000000 --- a/stable/littlelink/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: 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.1 diff --git a/stable/littlelink/13.1.1/charts/common-18.0.2.tgz b/stable/littlelink/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/littlelink/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/littlelink/13.1.1/ix_values.yaml b/stable/littlelink/13.1.1/ix_values.yaml deleted file mode 100644 index 05462a2c769..00000000000 --- a/stable/littlelink/13.1.1/ix_values.yaml +++ /dev/null @@ -1,41 +0,0 @@ -image: - repository: ghcr.io/techno-tim/littlelink-server - pullPolicy: IfNotPresent - tag: latest@sha256:4475ce3829e82aa9b2def3099bf738e0691eb32fb5711e91e3623298d531fb43 -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/llalon-github-backup/5.1.0/.helmignore b/stable/littlelink/13.2.0/.helmignore similarity index 100% rename from stable/llalon-github-backup/5.1.0/.helmignore rename to stable/littlelink/13.2.0/.helmignore diff --git a/stable/littlelink/13.2.0/CHANGELOG.md b/stable/littlelink/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..7fd8cbb5b10 --- /dev/null +++ b/stable/littlelink/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + +## [littlelink-12.1.17](https://github.com/truecharts/charts/compare/littlelink-12.1.16...littlelink-12.1.17) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/techno-tim/littlelink-server to latest[@f94c94f](https://github.com/f94c94f) by renovate ([#18084](https://github.com/truecharts/charts/issues/18084)) + + +## [littlelink-12.1.16](https://github.com/truecharts/charts/compare/littlelink-12.1.15...littlelink-12.1.16) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/techno-tim/littlelink-server to latest[@c387a43](https://github.com/c387a43) by renovate ([#17874](https://github.com/truecharts/charts/issues/17874)) + + +## [littlelink-12.1.15](https://github.com/truecharts/charts/compare/littlelink-12.1.14...littlelink-12.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [littlelink-12.1.14](https://github.com/truecharts/charts/compare/littlelink-12.1.13...littlelink-12.1.14) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/techno-tim/littlelink-server to latest[@fcb88ba](https://github.com/fcb88ba) by renovate ([#17719](https://github.com/truecharts/charts/issues/17719)) + + +## [littlelink-12.1.13](https://github.com/truecharts/charts/compare/littlelink-12.1.12...littlelink-12.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [littlelink-12.1.12](https://github.com/truecharts/charts/compare/littlelink-12.1.11...littlelink-12.1.12) (2024-01-21) + +### Chore + + + +- update container image ghcr.io/techno-tim/littlelink-server to latest[@66371a0](https://github.com/66371a0) by renovate ([#17477](https://github.com/truecharts/charts/issues/17477)) + + +## [littlelink-12.1.11](https://github.com/truecharts/charts/compare/littlelink-12.1.10...littlelink-12.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [littlelink-12.1.10](https://github.com/truecharts/charts/compare/littlelink-12.1.9...littlelink-12.1.10) (2024-01-21) + +### Chore + diff --git a/stable/littlelink/13.2.0/Chart.yaml b/stable/littlelink/13.2.0/Chart.yaml new file mode 100644 index 00000000000..b7b81e35786 --- /dev/null +++ b/stable/littlelink/13.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: social + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Easy platform to combine all your social links +home: https://truecharts.org/charts/stable/littlelink +icon: https://truecharts.org/img/hotlink-ok/chart-icons/littlelink.png +keywords: + - littlelink +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: littlelink +sources: + - https://github.com/sethcottle/littlelink + - https://github.com/techno-tim/littlelink-server + - https://github.com/truecharts/charts/tree/master/charts/stable/littlelink + - https://ghcr.io/techno-tim/littlelink-server +type: application +version: 13.2.0 diff --git a/stable/littlelink/13.1.1/README.md b/stable/littlelink/13.2.0/README.md similarity index 100% rename from stable/littlelink/13.1.1/README.md rename to stable/littlelink/13.2.0/README.md diff --git a/stable/littlelink/13.1.1/app-readme.md b/stable/littlelink/13.2.0/app-readme.md similarity index 100% rename from stable/littlelink/13.1.1/app-readme.md rename to stable/littlelink/13.2.0/app-readme.md diff --git a/stable/littlelink/13.2.0/charts/common-18.1.2.tgz b/stable/littlelink/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/littlelink/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/littlelink/13.2.0/ix_values.yaml b/stable/littlelink/13.2.0/ix_values.yaml new file mode 100644 index 00000000000..f5182279146 --- /dev/null +++ b/stable/littlelink/13.2.0/ix_values.yaml @@ -0,0 +1,41 @@ +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/littlelink/13.1.1/questions.yaml b/stable/littlelink/13.2.0/questions.yaml similarity index 100% rename from stable/littlelink/13.1.1/questions.yaml rename to stable/littlelink/13.2.0/questions.yaml diff --git a/stable/local-ai/9.7.0/templates/NOTES.txt b/stable/littlelink/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/local-ai/9.7.0/templates/NOTES.txt rename to stable/littlelink/13.2.0/templates/NOTES.txt diff --git a/stable/littlelink/13.1.1/templates/_configmap.tpl b/stable/littlelink/13.2.0/templates/_configmap.tpl similarity index 100% rename from stable/littlelink/13.1.1/templates/_configmap.tpl rename to stable/littlelink/13.2.0/templates/_configmap.tpl diff --git a/stable/littlelink/13.1.1/templates/common.yaml b/stable/littlelink/13.2.0/templates/common.yaml similarity index 100% rename from stable/littlelink/13.1.1/templates/common.yaml rename to stable/littlelink/13.2.0/templates/common.yaml diff --git a/stable/llalon-github-backup/5.1.0/values.yaml b/stable/littlelink/13.2.0/values.yaml similarity index 100% rename from stable/llalon-github-backup/5.1.0/values.yaml rename to stable/littlelink/13.2.0/values.yaml diff --git a/stable/livestreamdvr/5.1.0/CHANGELOG.md b/stable/livestreamdvr/5.1.0/CHANGELOG.md deleted file mode 100644 index 40f27e07bd5..00000000000 --- a/stable/livestreamdvr/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/livestreamdvr/5.1.0/Chart.yaml b/stable/livestreamdvr/5.1.0/Chart.yaml deleted file mode 100644 index 01a5299cacb..00000000000 --- a/stable/livestreamdvr/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/livestreamdvr/5.1.0/charts/common-18.0.1.tgz b/stable/livestreamdvr/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/livestreamdvr/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/lldap/5.1.0/.helmignore b/stable/livestreamdvr/5.2.0/.helmignore similarity index 100% rename from stable/lldap/5.1.0/.helmignore rename to stable/livestreamdvr/5.2.0/.helmignore diff --git a/stable/livestreamdvr/5.2.0/CHANGELOG.md b/stable/livestreamdvr/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d1777239ce4 --- /dev/null +++ b/stable/livestreamdvr/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [livestreamdvr-4.1.14](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.13...livestreamdvr-4.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [livestreamdvr-4.1.13](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.12...livestreamdvr-4.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [livestreamdvr-4.1.12](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.11...livestreamdvr-4.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [livestreamdvr-4.1.11](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.10...livestreamdvr-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [livestreamdvr-4.1.10](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.9...livestreamdvr-4.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [livestreamdvr-4.1.9](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.8...livestreamdvr-4.1.9) (2024-01-21) + +### Chore + + + +- update container image mrbrax/twitchautomator to master[@ad91155](https://github.com/ad91155) by renovate ([#17388](https://github.com/truecharts/charts/issues/17388)) + + +## [livestreamdvr-4.1.8](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.7...livestreamdvr-4.1.8) (2024-01-15) + +### Chore + + + +- update container image mrbrax/twitchautomator to master[@0e2b537](https://github.com/0e2b537) by renovate ([#17265](https://github.com/truecharts/charts/issues/17265)) + + +## [livestreamdvr-4.1.7](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.6...livestreamdvr-4.1.7) (2024-01-14) + +### Chore + + + +- update container image mrbrax/twitchautomator to master[@e9d2660](https://github.com/e9d2660) by renovate ([#17170](https://github.com/truecharts/charts/issues/17170)) + + + + +## [livestreamdvr-4.1.6](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.5...livestreamdvr-4.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) diff --git a/stable/livestreamdvr/5.2.0/Chart.yaml b/stable/livestreamdvr/5.2.0/Chart.yaml new file mode 100644 index 00000000000..14ae36eeb16 --- /dev/null +++ b/stable/livestreamdvr/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Video + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: master +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/livestreamdvr/5.1.0/README.md b/stable/livestreamdvr/5.2.0/README.md similarity index 100% rename from stable/livestreamdvr/5.1.0/README.md rename to stable/livestreamdvr/5.2.0/README.md diff --git a/stable/livestreamdvr/5.1.0/app-readme.md b/stable/livestreamdvr/5.2.0/app-readme.md similarity index 100% rename from stable/livestreamdvr/5.1.0/app-readme.md rename to stable/livestreamdvr/5.2.0/app-readme.md diff --git a/stable/livestreamdvr/5.2.0/charts/common-18.1.2.tgz b/stable/livestreamdvr/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/livestreamdvr/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/livestreamdvr/5.1.0/ix_values.yaml b/stable/livestreamdvr/5.2.0/ix_values.yaml similarity index 100% rename from stable/livestreamdvr/5.1.0/ix_values.yaml rename to stable/livestreamdvr/5.2.0/ix_values.yaml diff --git a/stable/livestreamdvr/5.1.0/questions.yaml b/stable/livestreamdvr/5.2.0/questions.yaml similarity index 100% rename from stable/livestreamdvr/5.1.0/questions.yaml rename to stable/livestreamdvr/5.2.0/questions.yaml diff --git a/stable/livestreamdvr/5.1.0/templates/common.yaml b/stable/livestreamdvr/5.2.0/templates/common.yaml similarity index 100% rename from stable/livestreamdvr/5.1.0/templates/common.yaml rename to stable/livestreamdvr/5.2.0/templates/common.yaml diff --git a/stable/lldap/5.1.0/values.yaml b/stable/livestreamdvr/5.2.0/values.yaml similarity index 100% rename from stable/lldap/5.1.0/values.yaml rename to stable/livestreamdvr/5.2.0/values.yaml diff --git a/stable/llalon-github-backup/5.1.0/CHANGELOG.md b/stable/llalon-github-backup/5.1.0/CHANGELOG.md deleted file mode 100644 index fb6e48ce161..00000000000 --- a/stable/llalon-github-backup/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/llalon-github-backup/5.1.0/Chart.yaml b/stable/llalon-github-backup/5.1.0/Chart.yaml deleted file mode 100644 index a6a9fb05747..00000000000 --- a/stable/llalon-github-backup/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/llalon-github-backup/5.1.0/charts/common-18.0.1.tgz b/stable/llalon-github-backup/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/llalon-github-backup/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/local-ai/9.7.0/.helmignore b/stable/llalon-github-backup/5.2.0/.helmignore similarity index 100% rename from stable/local-ai/9.7.0/.helmignore rename to stable/llalon-github-backup/5.2.0/.helmignore diff --git a/stable/llalon-github-backup/5.2.0/CHANGELOG.md b/stable/llalon-github-backup/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d319b5102dc --- /dev/null +++ b/stable/llalon-github-backup/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/llalon-github-backup/5.2.0/Chart.yaml b/stable/llalon-github-backup/5.2.0/Chart.yaml new file mode 100644 index 00000000000..c00dfecdca9 --- /dev/null +++ b/stable/llalon-github-backup/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/llalon-github-backup/5.1.0/README.md b/stable/llalon-github-backup/5.2.0/README.md similarity index 100% rename from stable/llalon-github-backup/5.1.0/README.md rename to stable/llalon-github-backup/5.2.0/README.md diff --git a/stable/llalon-github-backup/5.1.0/app-readme.md b/stable/llalon-github-backup/5.2.0/app-readme.md similarity index 100% rename from stable/llalon-github-backup/5.1.0/app-readme.md rename to stable/llalon-github-backup/5.2.0/app-readme.md diff --git a/stable/llalon-github-backup/5.2.0/charts/common-18.1.2.tgz b/stable/llalon-github-backup/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/llalon-github-backup/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/llalon-github-backup/5.1.0/ix_values.yaml b/stable/llalon-github-backup/5.2.0/ix_values.yaml similarity index 100% rename from stable/llalon-github-backup/5.1.0/ix_values.yaml rename to stable/llalon-github-backup/5.2.0/ix_values.yaml diff --git a/stable/llalon-github-backup/5.1.0/questions.yaml b/stable/llalon-github-backup/5.2.0/questions.yaml similarity index 100% rename from stable/llalon-github-backup/5.1.0/questions.yaml rename to stable/llalon-github-backup/5.2.0/questions.yaml diff --git a/stable/llalon-github-backup/5.1.0/templates/common.yaml b/stable/llalon-github-backup/5.2.0/templates/common.yaml similarity index 100% rename from stable/llalon-github-backup/5.1.0/templates/common.yaml rename to stable/llalon-github-backup/5.2.0/templates/common.yaml diff --git a/stable/local-ai/9.7.0/values.yaml b/stable/llalon-github-backup/5.2.0/values.yaml similarity index 100% rename from stable/local-ai/9.7.0/values.yaml rename to stable/llalon-github-backup/5.2.0/values.yaml diff --git a/stable/lldap/5.1.0/CHANGELOG.md b/stable/lldap/5.1.0/CHANGELOG.md deleted file mode 100644 index 8ee4bc5b863..00000000000 --- a/stable/lldap/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/lldap/5.1.0/Chart.yaml b/stable/lldap/5.1.0/Chart.yaml deleted file mode 100644 index f7ed455aefc..00000000000 --- a/stable/lldap/5.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: 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.1 - 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.0 diff --git a/stable/lldap/5.1.0/charts/common-18.0.1.tgz b/stable/lldap/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/lldap/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/logitech-media-server/11.1.1/.helmignore b/stable/lldap/5.2.0/.helmignore similarity index 100% rename from stable/logitech-media-server/11.1.1/.helmignore rename to stable/lldap/5.2.0/.helmignore diff --git a/stable/lldap/5.2.0/CHANGELOG.md b/stable/lldap/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5be0675f543 --- /dev/null +++ b/stable/lldap/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/lldap/5.2.0/Chart.yaml b/stable/lldap/5.2.0/Chart.yaml new file mode 100644 index 00000000000..846703c4b7b --- /dev/null +++ b/stable/lldap/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: ldap + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.5.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/logitech-media-server/11.1.1/templates/NOTES.txt b/stable/lldap/5.2.0/NOTES.txt similarity index 100% rename from stable/logitech-media-server/11.1.1/templates/NOTES.txt rename to stable/lldap/5.2.0/NOTES.txt diff --git a/stable/lldap/5.1.0/README.md b/stable/lldap/5.2.0/README.md similarity index 100% rename from stable/lldap/5.1.0/README.md rename to stable/lldap/5.2.0/README.md diff --git a/stable/lldap/5.1.0/app-readme.md b/stable/lldap/5.2.0/app-readme.md similarity index 100% rename from stable/lldap/5.1.0/app-readme.md rename to stable/lldap/5.2.0/app-readme.md diff --git a/stable/lldap/5.2.0/charts/common-18.1.2.tgz b/stable/lldap/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/lldap/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/lldap/5.1.0/ix_values.yaml b/stable/lldap/5.2.0/ix_values.yaml similarity index 100% rename from stable/lldap/5.1.0/ix_values.yaml rename to stable/lldap/5.2.0/ix_values.yaml diff --git a/stable/lldap/5.1.0/questions.yaml b/stable/lldap/5.2.0/questions.yaml similarity index 100% rename from stable/lldap/5.1.0/questions.yaml rename to stable/lldap/5.2.0/questions.yaml diff --git a/stable/lldap/5.1.0/templates/_secrets.tpl b/stable/lldap/5.2.0/templates/_secrets.tpl similarity index 100% rename from stable/lldap/5.1.0/templates/_secrets.tpl rename to stable/lldap/5.2.0/templates/_secrets.tpl diff --git a/stable/lldap/5.1.0/templates/common.yaml b/stable/lldap/5.2.0/templates/common.yaml similarity index 100% rename from stable/lldap/5.1.0/templates/common.yaml rename to stable/lldap/5.2.0/templates/common.yaml diff --git a/stable/logitech-media-server/11.1.1/values.yaml b/stable/lldap/5.2.0/values.yaml similarity index 100% rename from stable/logitech-media-server/11.1.1/values.yaml rename to stable/lldap/5.2.0/values.yaml diff --git a/stable/local-ai/9.7.0/CHANGELOG.md b/stable/local-ai/9.7.0/CHANGELOG.md deleted file mode 100644 index 6eda52815f3..00000000000 --- a/stable/local-ai/9.7.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - -## [local-ai-8.32.0](https://github.com/truecharts/charts/compare/local-ai-8.26.2...local-ai-8.32.0) (2024-02-12) - -### Chore - - - -- update container image docker.io/localai/localai to v2.8.0 by renovate ([#18178](https://github.com/truecharts/charts/issues/18178)) - - -## [local-ai-8.26.2](https://github.com/truecharts/charts/compare/local-ai-8.26.1...local-ai-8.26.2) (2024-02-05) - -### Chore - - - -- update container image docker.io/localai/localai to v2.7.0[@41e5c85](https://github.com/41e5c85) by renovate ([#17829](https://github.com/truecharts/charts/issues/17829)) - - -## [local-ai-8.26.1](https://github.com/truecharts/charts/compare/local-ai-8.26.0...local-ai-8.26.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [local-ai-8.26.0](https://github.com/truecharts/charts/compare/local-ai-8.25.0...local-ai-8.26.0) (2024-01-29) - -### Chore - - - -- update container image docker.io/localai/localai to v2.7.0[@b689c91](https://github.com/b689c91) by renovate ([#17756](https://github.com/truecharts/charts/issues/17756)) - - -## [local-ai-8.25.0](https://github.com/truecharts/charts/compare/local-ai-8.20.11...local-ai-8.25.0) (2024-01-29) - -### Chore - - - -- update container image docker.io/localai/localai to v2.7.0 by renovate ([#17733](https://github.com/truecharts/charts/issues/17733)) - - -## [local-ai-8.20.11](https://github.com/truecharts/charts/compare/local-ai-8.20.5...local-ai-8.20.11) (2024-01-29) - -### Chore - - - -- update container image docker.io/localai/localai to v2.6.1 by renovate ([#17665](https://github.com/truecharts/charts/issues/17665)) - - -## [local-ai-8.20.5](https://github.com/truecharts/charts/compare/local-ai-8.20.4...local-ai-8.20.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [local-ai-8.20.4](https://github.com/truecharts/charts/compare/local-ai-8.20.3...local-ai-8.20.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [local-ai-8.20.3](https://github.com/truecharts/charts/compare/local-ai-8.20.2...local-ai-8.20.3) (2024-01-21) - -### Chore diff --git a/stable/local-ai/9.7.0/Chart.yaml b/stable/local-ai/9.7.0/Chart.yaml deleted file mode 100644 index 245941fba14..00000000000 --- a/stable/local-ai/9.7.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: stable -apiVersion: v2 -appVersion: 2.9.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/local-ai/9.7.0/charts/common-18.0.1.tgz b/stable/local-ai/9.7.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/local-ai/9.7.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/longvinter/5.1.0/.helmignore b/stable/local-ai/9.8.0/.helmignore similarity index 100% rename from stable/longvinter/5.1.0/.helmignore rename to stable/local-ai/9.8.0/.helmignore diff --git a/stable/local-ai/9.8.0/CHANGELOG.md b/stable/local-ai/9.8.0/CHANGELOG.md new file mode 100644 index 00000000000..79681b54996 --- /dev/null +++ b/stable/local-ai/9.8.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + +## [local-ai-8.32.0](https://github.com/truecharts/charts/compare/local-ai-8.26.2...local-ai-8.32.0) (2024-02-12) + +### Chore + + + +- update container image docker.io/localai/localai to v2.8.0 by renovate ([#18178](https://github.com/truecharts/charts/issues/18178)) + + +## [local-ai-8.26.2](https://github.com/truecharts/charts/compare/local-ai-8.26.1...local-ai-8.26.2) (2024-02-05) + +### Chore + + + +- update container image docker.io/localai/localai to v2.7.0[@41e5c85](https://github.com/41e5c85) by renovate ([#17829](https://github.com/truecharts/charts/issues/17829)) + + +## [local-ai-8.26.1](https://github.com/truecharts/charts/compare/local-ai-8.26.0...local-ai-8.26.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [local-ai-8.26.0](https://github.com/truecharts/charts/compare/local-ai-8.25.0...local-ai-8.26.0) (2024-01-29) + +### Chore + + + +- update container image docker.io/localai/localai to v2.7.0[@b689c91](https://github.com/b689c91) by renovate ([#17756](https://github.com/truecharts/charts/issues/17756)) + + +## [local-ai-8.25.0](https://github.com/truecharts/charts/compare/local-ai-8.20.11...local-ai-8.25.0) (2024-01-29) + +### Chore + + + +- update container image docker.io/localai/localai to v2.7.0 by renovate ([#17733](https://github.com/truecharts/charts/issues/17733)) + + +## [local-ai-8.20.11](https://github.com/truecharts/charts/compare/local-ai-8.20.5...local-ai-8.20.11) (2024-01-29) + +### Chore + + + +- update container image docker.io/localai/localai to v2.6.1 by renovate ([#17665](https://github.com/truecharts/charts/issues/17665)) + + +## [local-ai-8.20.5](https://github.com/truecharts/charts/compare/local-ai-8.20.4...local-ai-8.20.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [local-ai-8.20.4](https://github.com/truecharts/charts/compare/local-ai-8.20.3...local-ai-8.20.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + diff --git a/stable/local-ai/9.8.0/Chart.yaml b/stable/local-ai/9.8.0/Chart.yaml new file mode 100644 index 00000000000..16ffa647413 --- /dev/null +++ b/stable/local-ai/9.8.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: ai + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.9.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self-hosted, community-driven, local OpenAI-compatible API. +home: https://truecharts.org/charts/stable/local-ai +icon: https://truecharts.org/img/hotlink-ok/chart-icons/local-ai.png +keywords: + - local-ai + - ai +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: local-ai +sources: + - https://github.com/go-skynet/LocalAI + - https://github.com/truecharts/charts/tree/master/charts/stable/local-ai + - https://hub.docker.com/r/localai/localai +type: application +version: 9.8.0 diff --git a/stable/local-ai/9.7.0/README.md b/stable/local-ai/9.8.0/README.md similarity index 100% rename from stable/local-ai/9.7.0/README.md rename to stable/local-ai/9.8.0/README.md diff --git a/stable/local-ai/9.7.0/app-readme.md b/stable/local-ai/9.8.0/app-readme.md similarity index 100% rename from stable/local-ai/9.7.0/app-readme.md rename to stable/local-ai/9.8.0/app-readme.md diff --git a/stable/local-ai/9.8.0/charts/common-18.1.2.tgz b/stable/local-ai/9.8.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/local-ai/9.8.0/charts/common-18.1.2.tgz differ diff --git a/stable/local-ai/9.7.0/ix_values.yaml b/stable/local-ai/9.8.0/ix_values.yaml similarity index 100% rename from stable/local-ai/9.7.0/ix_values.yaml rename to stable/local-ai/9.8.0/ix_values.yaml diff --git a/stable/local-ai/9.7.0/questions.yaml b/stable/local-ai/9.8.0/questions.yaml similarity index 100% rename from stable/local-ai/9.7.0/questions.yaml rename to stable/local-ai/9.8.0/questions.yaml diff --git a/stable/maintainerr/2.1.0/templates/NOTES.txt b/stable/local-ai/9.8.0/templates/NOTES.txt similarity index 100% rename from stable/maintainerr/2.1.0/templates/NOTES.txt rename to stable/local-ai/9.8.0/templates/NOTES.txt diff --git a/stable/maintainerr/2.1.0/templates/common.yaml b/stable/local-ai/9.8.0/templates/common.yaml similarity index 100% rename from stable/maintainerr/2.1.0/templates/common.yaml rename to stable/local-ai/9.8.0/templates/common.yaml diff --git a/stable/longvinter/5.1.0/values.yaml b/stable/local-ai/9.8.0/values.yaml similarity index 100% rename from stable/longvinter/5.1.0/values.yaml rename to stable/local-ai/9.8.0/values.yaml diff --git a/stable/logitech-media-server/11.1.1/CHANGELOG.md b/stable/logitech-media-server/11.1.1/CHANGELOG.md deleted file mode 100644 index 6796b90dc0a..00000000000 --- a/stable/logitech-media-server/11.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - -## [logitech-media-server-10.1.12](https://github.com/truecharts/charts/compare/logitech-media-server-10.1.11...logitech-media-server-10.1.12) (2024-02-12) - -### Chore - - - -- update container image lmscommunity/logitechmediaserver to stable[@d5c9075](https://github.com/d5c9075) by renovate ([#18090](https://github.com/truecharts/charts/issues/18090)) - - -## [logitech-media-server-10.1.11](https://github.com/truecharts/charts/compare/logitech-media-server-10.1.10...logitech-media-server-10.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [logitech-media-server-10.1.10](https://github.com/truecharts/charts/compare/logitech-media-server-10.1.9...logitech-media-server-10.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [logitech-media-server-10.1.9](https://github.com/truecharts/charts/compare/logitech-media-server-10.1.8...logitech-media-server-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [logitech-media-server-10.1.8](https://github.com/truecharts/charts/compare/logitech-media-server-10.1.7...logitech-media-server-10.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [logitech-media-server-10.1.7](https://github.com/truecharts/charts/compare/logitech-media-server-10.1.6...logitech-media-server-10.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [logitech-media-server-10.1.6](https://github.com/truecharts/charts/compare/logitech-media-server-10.1.5...logitech-media-server-10.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [logitech-media-server-10.1.5](https://github.com/truecharts/charts/compare/logitech-media-server-10.1.4...logitech-media-server-10.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [logitech-media-server-10.1.4](https://github.com/truecharts/charts/compare/logitech-media-server-10.1.3...logitech-media-server-10.1.4) (2024-01-01) \ No newline at end of file diff --git a/stable/logitech-media-server/11.1.1/Chart.yaml b/stable/logitech-media-server/11.1.1/Chart.yaml deleted file mode 100644 index aec08b99888..00000000000 --- a/stable/logitech-media-server/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: 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.1 diff --git a/stable/logitech-media-server/11.1.1/charts/common-18.0.2.tgz b/stable/logitech-media-server/11.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/logitech-media-server/11.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/logitech-media-server/11.1.1/ix_values.yaml b/stable/logitech-media-server/11.1.1/ix_values.yaml deleted file mode 100644 index 2d7396b2aa9..00000000000 --- a/stable/logitech-media-server/11.1.1/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/mailpile/5.1.0/.helmignore b/stable/logitech-media-server/11.2.0/.helmignore similarity index 100% rename from stable/mailpile/5.1.0/.helmignore rename to stable/logitech-media-server/11.2.0/.helmignore diff --git a/stable/logitech-media-server/11.2.0/CHANGELOG.md b/stable/logitech-media-server/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..824dcfbcb41 --- /dev/null +++ b/stable/logitech-media-server/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/logitech-media-server/11.2.0/Chart.yaml b/stable/logitech-media-server/11.2.0/Chart.yaml new file mode 100644 index 00000000000..464469f1269 --- /dev/null +++ b/stable/logitech-media-server/11.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/logitech-media-server/11.1.1/README.md b/stable/logitech-media-server/11.2.0/README.md similarity index 100% rename from stable/logitech-media-server/11.1.1/README.md rename to stable/logitech-media-server/11.2.0/README.md diff --git a/stable/logitech-media-server/11.1.1/app-readme.md b/stable/logitech-media-server/11.2.0/app-readme.md similarity index 100% rename from stable/logitech-media-server/11.1.1/app-readme.md rename to stable/logitech-media-server/11.2.0/app-readme.md diff --git a/stable/logitech-media-server/11.2.0/charts/common-18.1.2.tgz b/stable/logitech-media-server/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/logitech-media-server/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/logitech-media-server/11.2.0/ix_values.yaml b/stable/logitech-media-server/11.2.0/ix_values.yaml new file mode 100644 index 00000000000..b4806f259ac --- /dev/null +++ b/stable/logitech-media-server/11.2.0/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.1/questions.yaml b/stable/logitech-media-server/11.2.0/questions.yaml similarity index 100% rename from stable/logitech-media-server/11.1.1/questions.yaml rename to stable/logitech-media-server/11.2.0/questions.yaml diff --git a/stable/makemkv/10.1.0/templates/NOTES.txt b/stable/logitech-media-server/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/makemkv/10.1.0/templates/NOTES.txt rename to stable/logitech-media-server/11.2.0/templates/NOTES.txt diff --git a/stable/makemkv/10.1.0/templates/common.yaml b/stable/logitech-media-server/11.2.0/templates/common.yaml similarity index 100% rename from stable/makemkv/10.1.0/templates/common.yaml rename to stable/logitech-media-server/11.2.0/templates/common.yaml diff --git a/stable/mailpile/5.1.0/values.yaml b/stable/logitech-media-server/11.2.0/values.yaml similarity index 100% rename from stable/mailpile/5.1.0/values.yaml rename to stable/logitech-media-server/11.2.0/values.yaml diff --git a/stable/longvinter/5.1.0/CHANGELOG.md b/stable/longvinter/5.1.0/CHANGELOG.md deleted file mode 100644 index cb38ef00649..00000000000 --- a/stable/longvinter/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/longvinter/5.1.0/Chart.yaml b/stable/longvinter/5.1.0/Chart.yaml deleted file mode 100644 index 913319fb40f..00000000000 --- a/stable/longvinter/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/longvinter/5.1.0/charts/common-18.0.1.tgz b/stable/longvinter/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/longvinter/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/maintainerr/2.1.0/.helmignore b/stable/longvinter/5.2.0/.helmignore similarity index 100% rename from stable/maintainerr/2.1.0/.helmignore rename to stable/longvinter/5.2.0/.helmignore diff --git a/stable/longvinter/5.2.0/CHANGELOG.md b/stable/longvinter/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d7d58a9a231 --- /dev/null +++ b/stable/longvinter/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/longvinter/5.2.0/Chart.yaml b/stable/longvinter/5.2.0/Chart.yaml new file mode 100644 index 00000000000..50ea1ef98f5 --- /dev/null +++ b/stable/longvinter/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: longinter +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/longvinter/5.1.0/README.md b/stable/longvinter/5.2.0/README.md similarity index 100% rename from stable/longvinter/5.1.0/README.md rename to stable/longvinter/5.2.0/README.md diff --git a/stable/longvinter/5.1.0/app-readme.md b/stable/longvinter/5.2.0/app-readme.md similarity index 100% rename from stable/longvinter/5.1.0/app-readme.md rename to stable/longvinter/5.2.0/app-readme.md diff --git a/stable/longvinter/5.2.0/charts/common-18.1.2.tgz b/stable/longvinter/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/longvinter/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/longvinter/5.1.0/ix_values.yaml b/stable/longvinter/5.2.0/ix_values.yaml similarity index 100% rename from stable/longvinter/5.1.0/ix_values.yaml rename to stable/longvinter/5.2.0/ix_values.yaml diff --git a/stable/longvinter/5.1.0/questions.yaml b/stable/longvinter/5.2.0/questions.yaml similarity index 100% rename from stable/longvinter/5.1.0/questions.yaml rename to stable/longvinter/5.2.0/questions.yaml diff --git a/stable/longvinter/5.1.0/templates/common.yaml b/stable/longvinter/5.2.0/templates/common.yaml similarity index 100% rename from stable/longvinter/5.1.0/templates/common.yaml rename to stable/longvinter/5.2.0/templates/common.yaml diff --git a/stable/maintainerr/2.1.0/values.yaml b/stable/longvinter/5.2.0/values.yaml similarity index 100% rename from stable/maintainerr/2.1.0/values.yaml rename to stable/longvinter/5.2.0/values.yaml diff --git a/stable/mailpile/5.1.0/CHANGELOG.md b/stable/mailpile/5.1.0/CHANGELOG.md deleted file mode 100644 index 081c45502c9..00000000000 --- a/stable/mailpile/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/mailpile/5.1.0/Chart.yaml b/stable/mailpile/5.1.0/Chart.yaml deleted file mode 100644 index 9f6e89fd8fd..00000000000 --- a/stable/mailpile/5.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: 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.1 - 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.0 diff --git a/stable/mailpile/5.1.0/charts/common-18.0.1.tgz b/stable/mailpile/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/mailpile/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/makemkv/10.1.0/.helmignore b/stable/mailpile/5.2.0/.helmignore similarity index 100% rename from stable/makemkv/10.1.0/.helmignore rename to stable/mailpile/5.2.0/.helmignore diff --git a/stable/mailpile/5.2.0/CHANGELOG.md b/stable/mailpile/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..ec83060c430 --- /dev/null +++ b/stable/mailpile/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/mailpile/5.2.0/Chart.yaml b/stable/mailpile/5.2.0/Chart.yaml new file mode 100644 index 00000000000..b56ea03173e --- /dev/null +++ b/stable/mailpile/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/mailpile/5.1.0/README.md b/stable/mailpile/5.2.0/README.md similarity index 100% rename from stable/mailpile/5.1.0/README.md rename to stable/mailpile/5.2.0/README.md diff --git a/stable/mailpile/5.1.0/app-readme.md b/stable/mailpile/5.2.0/app-readme.md similarity index 100% rename from stable/mailpile/5.1.0/app-readme.md rename to stable/mailpile/5.2.0/app-readme.md diff --git a/stable/mailpile/5.2.0/charts/common-18.1.2.tgz b/stable/mailpile/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/mailpile/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/mailpile/5.1.0/ix_values.yaml b/stable/mailpile/5.2.0/ix_values.yaml similarity index 100% rename from stable/mailpile/5.1.0/ix_values.yaml rename to stable/mailpile/5.2.0/ix_values.yaml diff --git a/stable/mailpile/5.1.0/questions.yaml b/stable/mailpile/5.2.0/questions.yaml similarity index 100% rename from stable/mailpile/5.1.0/questions.yaml rename to stable/mailpile/5.2.0/questions.yaml diff --git a/stable/mailpile/5.1.0/templates/common.yaml b/stable/mailpile/5.2.0/templates/common.yaml similarity index 100% rename from stable/mailpile/5.1.0/templates/common.yaml rename to stable/mailpile/5.2.0/templates/common.yaml diff --git a/stable/makemkv/10.1.0/values.yaml b/stable/mailpile/5.2.0/values.yaml similarity index 100% rename from stable/makemkv/10.1.0/values.yaml rename to stable/mailpile/5.2.0/values.yaml diff --git a/stable/maintainerr/2.1.0/CHANGELOG.md b/stable/maintainerr/2.1.0/CHANGELOG.md deleted file mode 100644 index 805daf9d733..00000000000 --- a/stable/maintainerr/2.1.0/CHANGELOG.md +++ /dev/null @@ -1,24 +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.0/Chart.yaml b/stable/maintainerr/2.1.0/Chart.yaml deleted file mode 100644 index ba508fe6f00..00000000000 --- a/stable/maintainerr/2.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/maintainerr/2.1.0/charts/common-18.0.1.tgz b/stable/maintainerr/2.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/maintainerr/2.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/maloja/5.1.0/.helmignore b/stable/maintainerr/2.2.0/.helmignore similarity index 100% rename from stable/maloja/5.1.0/.helmignore rename to stable/maintainerr/2.2.0/.helmignore diff --git a/stable/maintainerr/2.2.0/CHANGELOG.md b/stable/maintainerr/2.2.0/CHANGELOG.md new file mode 100644 index 00000000000..98179549166 --- /dev/null +++ b/stable/maintainerr/2.2.0/CHANGELOG.md @@ -0,0 +1,28 @@ +--- +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.2.0/Chart.yaml b/stable/maintainerr/2.2.0/Chart.yaml new file mode 100644 index 00000000000..15ae77e6393 --- /dev/null +++ b/stable/maintainerr/2.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/maintainerr/2.1.0/README.md b/stable/maintainerr/2.2.0/README.md similarity index 100% rename from stable/maintainerr/2.1.0/README.md rename to stable/maintainerr/2.2.0/README.md diff --git a/stable/maintainerr/2.1.0/app-readme.md b/stable/maintainerr/2.2.0/app-readme.md similarity index 100% rename from stable/maintainerr/2.1.0/app-readme.md rename to stable/maintainerr/2.2.0/app-readme.md diff --git a/stable/maintainerr/2.2.0/charts/common-18.1.2.tgz b/stable/maintainerr/2.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/maintainerr/2.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/maintainerr/2.1.0/ix_values.yaml b/stable/maintainerr/2.2.0/ix_values.yaml similarity index 100% rename from stable/maintainerr/2.1.0/ix_values.yaml rename to stable/maintainerr/2.2.0/ix_values.yaml diff --git a/stable/maintainerr/2.1.0/questions.yaml b/stable/maintainerr/2.2.0/questions.yaml similarity index 100% rename from stable/maintainerr/2.1.0/questions.yaml rename to stable/maintainerr/2.2.0/questions.yaml diff --git a/stable/matomo/13.2.1/templates/NOTES.txt b/stable/maintainerr/2.2.0/templates/NOTES.txt similarity index 100% rename from stable/matomo/13.2.1/templates/NOTES.txt rename to stable/maintainerr/2.2.0/templates/NOTES.txt diff --git a/stable/matomo/13.2.1/templates/common.yaml b/stable/maintainerr/2.2.0/templates/common.yaml similarity index 100% rename from stable/matomo/13.2.1/templates/common.yaml rename to stable/maintainerr/2.2.0/templates/common.yaml diff --git a/stable/maloja/5.1.0/values.yaml b/stable/maintainerr/2.2.0/values.yaml similarity index 100% rename from stable/maloja/5.1.0/values.yaml rename to stable/maintainerr/2.2.0/values.yaml diff --git a/stable/makemkv/10.1.0/CHANGELOG.md b/stable/makemkv/10.1.0/CHANGELOG.md deleted file mode 100644 index 4e13a8b0e3a..00000000000 --- a/stable/makemkv/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [makemkv-9.0.1](https://github.com/truecharts/charts/compare/makemkv-9.0.0...makemkv-9.0.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [makemkv-9.0.0](https://github.com/truecharts/charts/compare/makemkv-8.1.10...makemkv-9.0.0) (2024-01-29) - -### Chore - - - -- update container image jlesage/makemkv to v24.01.1[@7e7e6a0](https://github.com/7e7e6a0) by renovate ([#17708](https://github.com/truecharts/charts/issues/17708)) - - -## [makemkv-8.1.10](https://github.com/truecharts/charts/compare/makemkv-8.1.9...makemkv-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [makemkv-8.1.9](https://github.com/truecharts/charts/compare/makemkv-8.1.8...makemkv-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [makemkv-8.1.8](https://github.com/truecharts/charts/compare/makemkv-8.1.7...makemkv-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [makemkv-8.1.7](https://github.com/truecharts/charts/compare/makemkv-8.1.6...makemkv-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [makemkv-8.1.6](https://github.com/truecharts/charts/compare/makemkv-8.1.5...makemkv-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [makemkv-8.1.5](https://github.com/truecharts/charts/compare/makemkv-8.1.4...makemkv-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [makemkv-8.1.4](https://github.com/truecharts/charts/compare/makemkv-8.1.3...makemkv-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [makemkv-8.1.3](https://github.com/truecharts/charts/compare/makemkv-8.1.0...makemkv-8.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/makemkv/10.1.0/Chart.yaml b/stable/makemkv/10.1.0/Chart.yaml deleted file mode 100644 index 0eb84d80549..00000000000 --- a/stable/makemkv/10.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.01.1 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/makemkv/10.1.0/charts/common-18.0.1.tgz b/stable/makemkv/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/makemkv/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/mango/5.1.0/.helmignore b/stable/makemkv/10.2.0/.helmignore similarity index 100% rename from stable/mango/5.1.0/.helmignore rename to stable/makemkv/10.2.0/.helmignore diff --git a/stable/makemkv/10.2.0/CHANGELOG.md b/stable/makemkv/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e5c1f259000 --- /dev/null +++ b/stable/makemkv/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/makemkv/10.2.0/Chart.yaml b/stable/makemkv/10.2.0/Chart.yaml new file mode 100644 index 00000000000..c1ca3f912ae --- /dev/null +++ b/stable/makemkv/10.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/makemkv/10.1.0/README.md b/stable/makemkv/10.2.0/README.md similarity index 100% rename from stable/makemkv/10.1.0/README.md rename to stable/makemkv/10.2.0/README.md diff --git a/stable/makemkv/10.1.0/app-readme.md b/stable/makemkv/10.2.0/app-readme.md similarity index 100% rename from stable/makemkv/10.1.0/app-readme.md rename to stable/makemkv/10.2.0/app-readme.md diff --git a/stable/makemkv/10.2.0/charts/common-18.1.2.tgz b/stable/makemkv/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/makemkv/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/makemkv/10.1.0/ix_values.yaml b/stable/makemkv/10.2.0/ix_values.yaml similarity index 100% rename from stable/makemkv/10.1.0/ix_values.yaml rename to stable/makemkv/10.2.0/ix_values.yaml diff --git a/stable/makemkv/10.1.0/questions.yaml b/stable/makemkv/10.2.0/questions.yaml similarity index 100% rename from stable/makemkv/10.1.0/questions.yaml rename to stable/makemkv/10.2.0/questions.yaml diff --git a/stable/mattermost/12.1.2/templates/NOTES.txt b/stable/makemkv/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/mattermost/12.1.2/templates/NOTES.txt rename to stable/makemkv/10.2.0/templates/NOTES.txt diff --git a/stable/mediainfo/9.1.0/templates/common.yaml b/stable/makemkv/10.2.0/templates/common.yaml similarity index 100% rename from stable/mediainfo/9.1.0/templates/common.yaml rename to stable/makemkv/10.2.0/templates/common.yaml diff --git a/stable/mango/5.1.0/values.yaml b/stable/makemkv/10.2.0/values.yaml similarity index 100% rename from stable/mango/5.1.0/values.yaml rename to stable/makemkv/10.2.0/values.yaml diff --git a/stable/maloja/5.1.0/CHANGELOG.md b/stable/maloja/5.1.0/CHANGELOG.md deleted file mode 100644 index f21d7290ab4..00000000000 --- a/stable/maloja/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/maloja/5.1.0/Chart.yaml b/stable/maloja/5.1.0/Chart.yaml deleted file mode 100644 index 840a7a1b07b..00000000000 --- a/stable/maloja/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/maloja/5.1.0/charts/common-18.0.1.tgz b/stable/maloja/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/maloja/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/matomo/13.2.1/.helmignore b/stable/maloja/5.2.0/.helmignore similarity index 100% rename from stable/matomo/13.2.1/.helmignore rename to stable/maloja/5.2.0/.helmignore diff --git a/stable/maloja/5.2.0/CHANGELOG.md b/stable/maloja/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..3b1513fb238 --- /dev/null +++ b/stable/maloja/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/maloja/5.2.0/Chart.yaml b/stable/maloja/5.2.0/Chart.yaml new file mode 100644 index 00000000000..2a25c059b84 --- /dev/null +++ b/stable/maloja/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaServer-Music + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/maloja/5.1.0/README.md b/stable/maloja/5.2.0/README.md similarity index 100% rename from stable/maloja/5.1.0/README.md rename to stable/maloja/5.2.0/README.md diff --git a/stable/maloja/5.1.0/app-readme.md b/stable/maloja/5.2.0/app-readme.md similarity index 100% rename from stable/maloja/5.1.0/app-readme.md rename to stable/maloja/5.2.0/app-readme.md diff --git a/stable/maloja/5.2.0/charts/common-18.1.2.tgz b/stable/maloja/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/maloja/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/maloja/5.1.0/ix_values.yaml b/stable/maloja/5.2.0/ix_values.yaml similarity index 100% rename from stable/maloja/5.1.0/ix_values.yaml rename to stable/maloja/5.2.0/ix_values.yaml diff --git a/stable/maloja/5.1.0/questions.yaml b/stable/maloja/5.2.0/questions.yaml similarity index 100% rename from stable/maloja/5.1.0/questions.yaml rename to stable/maloja/5.2.0/questions.yaml diff --git a/stable/maloja/5.1.0/templates/common.yaml b/stable/maloja/5.2.0/templates/common.yaml similarity index 100% rename from stable/maloja/5.1.0/templates/common.yaml rename to stable/maloja/5.2.0/templates/common.yaml diff --git a/stable/matomo/13.2.1/values.yaml b/stable/maloja/5.2.0/values.yaml similarity index 100% rename from stable/matomo/13.2.1/values.yaml rename to stable/maloja/5.2.0/values.yaml diff --git a/stable/mango/5.1.0/CHANGELOG.md b/stable/mango/5.1.0/CHANGELOG.md deleted file mode 100644 index f00e478fbb4..00000000000 --- a/stable/mango/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/mango/5.1.0/Chart.yaml b/stable/mango/5.1.0/Chart.yaml deleted file mode 100644 index 9beb6b21b95..00000000000 --- a/stable/mango/5.1.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: 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.1 - 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.0 diff --git a/stable/mango/5.1.0/charts/common-18.0.1.tgz b/stable/mango/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/mango/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/mattermost/12.1.2/.helmignore b/stable/mango/5.2.0/.helmignore similarity index 100% rename from stable/mattermost/12.1.2/.helmignore rename to stable/mango/5.2.0/.helmignore diff --git a/stable/mango/5.2.0/CHANGELOG.md b/stable/mango/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..839e8ee834f --- /dev/null +++ b/stable/mango/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/mango/5.2.0/Chart.yaml b/stable/mango/5.2.0/Chart.yaml new file mode 100644 index 00000000000..3ba945302b3 --- /dev/null +++ b/stable/mango/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Books + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/mango/5.1.0/README.md b/stable/mango/5.2.0/README.md similarity index 100% rename from stable/mango/5.1.0/README.md rename to stable/mango/5.2.0/README.md diff --git a/stable/mango/5.1.0/app-readme.md b/stable/mango/5.2.0/app-readme.md similarity index 100% rename from stable/mango/5.1.0/app-readme.md rename to stable/mango/5.2.0/app-readme.md diff --git a/stable/mango/5.2.0/charts/common-18.1.2.tgz b/stable/mango/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/mango/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/mango/5.1.0/ix_values.yaml b/stable/mango/5.2.0/ix_values.yaml similarity index 100% rename from stable/mango/5.1.0/ix_values.yaml rename to stable/mango/5.2.0/ix_values.yaml diff --git a/stable/mango/5.1.0/questions.yaml b/stable/mango/5.2.0/questions.yaml similarity index 100% rename from stable/mango/5.1.0/questions.yaml rename to stable/mango/5.2.0/questions.yaml diff --git a/stable/mango/5.1.0/templates/common.yaml b/stable/mango/5.2.0/templates/common.yaml similarity index 100% rename from stable/mango/5.1.0/templates/common.yaml rename to stable/mango/5.2.0/templates/common.yaml diff --git a/stable/mattermost/12.1.2/values.yaml b/stable/mango/5.2.0/values.yaml similarity index 100% rename from stable/mattermost/12.1.2/values.yaml rename to stable/mango/5.2.0/values.yaml diff --git a/stable/matomo/13.2.1/CHANGELOG.md b/stable/matomo/13.2.1/CHANGELOG.md deleted file mode 100644 index 12303b69294..00000000000 --- a/stable/matomo/13.2.1/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.1/Chart.yaml b/stable/matomo/13.2.1/Chart.yaml deleted file mode 100644 index f2388c78fca..00000000000 --- a/stable/matomo/13.2.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: 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.1 - 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.1 diff --git a/stable/matomo/13.2.1/charts/common-18.0.1.tgz b/stable/matomo/13.2.1/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/matomo/13.2.1/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/mc-router/4.1.0/.helmignore b/stable/matomo/13.3.0/.helmignore similarity index 100% rename from stable/mc-router/4.1.0/.helmignore rename to stable/matomo/13.3.0/.helmignore diff --git a/stable/matomo/13.3.0/CHANGELOG.md b/stable/matomo/13.3.0/CHANGELOG.md new file mode 100644 index 00000000000..3693068bfeb --- /dev/null +++ b/stable/matomo/13.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + +## [matomo-12.0.8](https://github.com/truecharts/charts/compare/matomo-12.0.7...matomo-12.0.8) (2024-02-12) + +### Chore + + + +- update container image bitnami/matomo to 5.0.2[@8dff6d9](https://github.com/8dff6d9) by renovate ([#18204](https://github.com/truecharts/charts/issues/18204)) + + +## [matomo-12.0.7](https://github.com/truecharts/charts/compare/matomo-12.0.6...matomo-12.0.7) (2024-02-12) + +### Chore + + + +- update container image bitnami/matomo to 5.0.2[@46b7325](https://github.com/46b7325) by renovate ([#18158](https://github.com/truecharts/charts/issues/18158)) + + +## [matomo-12.0.6](https://github.com/truecharts/charts/compare/matomo-12.0.5...matomo-12.0.6) (2024-02-12) + +### Chore + + + +- update container image bitnami/matomo to v5.0.2[@89019f4](https://github.com/89019f4) by renovate ([#18122](https://github.com/truecharts/charts/issues/18122)) + + +## [matomo-12.0.5](https://github.com/truecharts/charts/compare/matomo-12.0.4...matomo-12.0.5) (2024-02-05) + +### Chore + + + +- update container image bitnami/matomo to 5.0.1[@42f1b9b](https://github.com/42f1b9b) by renovate ([#17816](https://github.com/truecharts/charts/issues/17816)) + + +## [matomo-12.0.4](https://github.com/truecharts/charts/compare/matomo-12.0.3...matomo-12.0.4) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [matomo-12.0.3](https://github.com/truecharts/charts/compare/matomo-12.0.2...matomo-12.0.3) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [matomo-12.0.2](https://github.com/truecharts/charts/compare/matomo-12.0.1...matomo-12.0.2) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [matomo-12.0.1](https://github.com/truecharts/charts/compare/matomo-12.0.0...matomo-12.0.1) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [matomo-12.0.0](https://github.com/truecharts/charts/compare/matomo-11.1.12...matomo-12.0.0) (2024-01-21) diff --git a/stable/matomo/13.3.0/Chart.yaml b/stable/matomo/13.3.0/Chart.yaml new file mode 100644 index 00000000000..440e0ba22a7 --- /dev/null +++ b/stable/matomo/13.3.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.0.2 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.0.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Matomo is the leading Free/Libre open analytics platform +home: https://truecharts.org/charts/stable/matomo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/matomo.png +keywords: + - analytics +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: matomo +sources: + - https://github.com/bitnami/bitnami-docker-matomo + - https://github.com/matomo-org/matomo + - https://github.com/truecharts/charts/tree/master/charts/stable/matomo + - https://hub.docker.com/r/bitnami/matomo +type: application +version: 13.3.0 diff --git a/stable/matomo/13.2.1/README.md b/stable/matomo/13.3.0/README.md similarity index 100% rename from stable/matomo/13.2.1/README.md rename to stable/matomo/13.3.0/README.md diff --git a/stable/matomo/13.2.1/app-readme.md b/stable/matomo/13.3.0/app-readme.md similarity index 100% rename from stable/matomo/13.2.1/app-readme.md rename to stable/matomo/13.3.0/app-readme.md diff --git a/stable/matomo/13.3.0/charts/common-18.1.2.tgz b/stable/matomo/13.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/matomo/13.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/matomo/13.2.1/charts/mariadb-13.0.0.tgz b/stable/matomo/13.3.0/charts/mariadb-13.0.0.tgz similarity index 100% rename from stable/matomo/13.2.1/charts/mariadb-13.0.0.tgz rename to stable/matomo/13.3.0/charts/mariadb-13.0.0.tgz diff --git a/stable/matomo/13.2.1/ix_values.yaml b/stable/matomo/13.3.0/ix_values.yaml similarity index 100% rename from stable/matomo/13.2.1/ix_values.yaml rename to stable/matomo/13.3.0/ix_values.yaml diff --git a/stable/matomo/13.2.1/questions.yaml b/stable/matomo/13.3.0/questions.yaml similarity index 100% rename from stable/matomo/13.2.1/questions.yaml rename to stable/matomo/13.3.0/questions.yaml diff --git a/stable/mc-router/4.1.0/templates/NOTES.txt b/stable/matomo/13.3.0/templates/NOTES.txt similarity index 100% rename from stable/mc-router/4.1.0/templates/NOTES.txt rename to stable/matomo/13.3.0/templates/NOTES.txt diff --git a/stable/megasync/6.1.0/templates/common.yaml b/stable/matomo/13.3.0/templates/common.yaml similarity index 100% rename from stable/megasync/6.1.0/templates/common.yaml rename to stable/matomo/13.3.0/templates/common.yaml diff --git a/stable/mc-router/4.1.0/values.yaml b/stable/matomo/13.3.0/values.yaml similarity index 100% rename from stable/mc-router/4.1.0/values.yaml rename to stable/matomo/13.3.0/values.yaml diff --git a/stable/mattermost/12.1.2/CHANGELOG.md b/stable/mattermost/12.1.2/CHANGELOG.md deleted file mode 100644 index 3776ebe6e95..00000000000 --- a/stable/mattermost/12.1.2/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) - -### Chore \ No newline at end of file diff --git a/stable/mattermost/12.1.2/Chart.yaml b/stable/mattermost/12.1.2/Chart.yaml deleted file mode 100644 index c61646291d2..00000000000 --- a/stable/mattermost/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: hosting - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -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: 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.1.2 diff --git a/stable/mattermost/12.1.2/charts/common-18.0.2.tgz b/stable/mattermost/12.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/mattermost/12.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/mattermost/12.1.2/ix_values.yaml b/stable/mattermost/12.1.2/ix_values.yaml deleted file mode 100644 index 5cfd9333a65..00000000000 --- a/stable/mattermost/12.1.2/ix_values.yaml +++ /dev/null @@ -1,48 +0,0 @@ -image: - repository: mattermost/mattermost-enterprise-edition - tag: release-9.5@sha256:a6f732cc703f0b47e3e5a03c20cf6a4a0ad78f80ccfa36d0650c8a0114a75303 - 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/mealie/21.1.0/.helmignore b/stable/mattermost/12.3.0/.helmignore similarity index 100% rename from stable/mealie/21.1.0/.helmignore rename to stable/mattermost/12.3.0/.helmignore diff --git a/stable/mattermost/12.3.0/CHANGELOG.md b/stable/mattermost/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..7f9e078743d --- /dev/null +++ b/stable/mattermost/12.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + +## [mattermost-11.2.5](https://github.com/truecharts/charts/compare/mattermost-11.2.4...mattermost-11.2.5) (2024-02-12) + +### Chore + + + +- update container image mattermost/mattermost-enterprise-edition to release-9.5[@a6f732c](https://github.com/a6f732c) by renovate ([#18095](https://github.com/truecharts/charts/issues/18095)) + + +## [mattermost-11.2.4](https://github.com/truecharts/charts/compare/mattermost-11.2.3...mattermost-11.2.4) (2024-02-05) + +### Chore + + + +- update container image mattermost/mattermost-enterprise-edition to release-9.5[@e822934](https://github.com/e822934) by renovate ([#17885](https://github.com/truecharts/charts/issues/17885)) + + +## [mattermost-11.2.3](https://github.com/truecharts/charts/compare/mattermost-11.2.2...mattermost-11.2.3) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mattermost-11.2.2](https://github.com/truecharts/charts/compare/mattermost-11.2.1...mattermost-11.2.2) (2024-01-29) + +### Chore + + + +- update container image mattermost/mattermost-enterprise-edition to release-9.5[@9154cfd](https://github.com/9154cfd) by renovate ([#17645](https://github.com/truecharts/charts/issues/17645)) + + +## [mattermost-11.2.1](https://github.com/truecharts/charts/compare/mattermost-11.2.0...mattermost-11.2.1) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mattermost-11.2.0](https://github.com/truecharts/charts/compare/mattermost-11.1.14...mattermost-11.2.0) (2024-01-23) + +### Chore + + + +- update container image mattermost/mattermost-enterprise-edition to vrelease-9.5[@8605106](https://github.com/8605106) by renovate ([#17520](https://github.com/truecharts/charts/issues/17520)) + + +## [mattermost-11.1.14](https://github.com/truecharts/charts/compare/mattermost-11.1.13...mattermost-11.1.14) (2024-01-22) + +### Chore + + + +- update container image mattermost/mattermost-enterprise-edition to v[@ad422de](https://github.com/ad422de) by renovate ([#17514](https://github.com/truecharts/charts/issues/17514)) + + +## [mattermost-11.1.13](https://github.com/truecharts/charts/compare/mattermost-11.1.12...mattermost-11.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [mattermost-11.1.12](https://github.com/truecharts/charts/compare/mattermost-11.1.11...mattermost-11.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) diff --git a/stable/mattermost/12.3.0/Chart.yaml b/stable/mattermost/12.3.0/Chart.yaml new file mode 100644 index 00000000000..e853706ca2f --- /dev/null +++ b/stable/mattermost/12.3.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: hosting + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 9.6.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. +home: https://truecharts.org/charts/stable/mattermost +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mattermost.png +keywords: + - team + - mattermost + - development +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mattermost +sources: + - https://github.com/mattermost/mattermost-server + - https://github.com/mattermost/docker + - https://github.com/truecharts/charts/tree/master/charts/stable/mattermost + - https://hub.docker.com/r/mattermost/mattermost-enterprise-edition +type: application +version: 12.3.0 diff --git a/stable/mattermost/12.1.2/README.md b/stable/mattermost/12.3.0/README.md similarity index 100% rename from stable/mattermost/12.1.2/README.md rename to stable/mattermost/12.3.0/README.md diff --git a/stable/mattermost/12.1.2/app-readme.md b/stable/mattermost/12.3.0/app-readme.md similarity index 100% rename from stable/mattermost/12.1.2/app-readme.md rename to stable/mattermost/12.3.0/app-readme.md diff --git a/stable/mattermost/12.3.0/charts/common-18.1.2.tgz b/stable/mattermost/12.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/mattermost/12.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/mattermost/12.3.0/ix_values.yaml b/stable/mattermost/12.3.0/ix_values.yaml new file mode 100644 index 00000000000..8ab69ae5bba --- /dev/null +++ b/stable/mattermost/12.3.0/ix_values.yaml @@ -0,0 +1,48 @@ +image: + repository: mattermost/mattermost-enterprise-edition + tag: release-9.6@sha256:da9413e1165b477d4396374175daa60cfccc29f6444e409d7858b3abdb415f75 + pullPolicy: IfNotPresent +workload: + main: + podSpec: + containers: + main: + env: + TIMEZONE: "{{ .Values.TZ }}" + MM_SQLSETTINGS_DRIVERNAME: "postgres" + MM_BLEVESETTINGS_INDEXDIR: "/mattermost/bleve-indexes" + MM_SERVICESETTINGS_SITEURL: "https://test.example.com" + MM_SQLSETTINGS_DATASOURCE: '{{ .Values.cnpg.main.creds.std | trimAll "\"" }}' +service: + main: + ports: + main: + port: 10239 + targetPort: 8065 +persistence: + config: + enabled: true + mountPath: "/mattermost/config" + data: + enabled: true + mountPath: "/mattermost/data" + logs: + enabled: true + mountPath: "/mattermost/logs" + plugins: + enabled: true + mountPath: "/mattermost/plugins" + clientplugins: + enabled: true + mountPath: "/mattermost/client/plugins" + bleveindexes: + enabled: true + mountPath: "/mattermost/bleve-indexes" +cnpg: + main: + enabled: true + user: mattermost + database: mattermost +portal: + open: + enabled: true diff --git a/stable/mattermost/12.1.2/questions.yaml b/stable/mattermost/12.3.0/questions.yaml similarity index 100% rename from stable/mattermost/12.1.2/questions.yaml rename to stable/mattermost/12.3.0/questions.yaml diff --git a/stable/mealie/21.1.0/templates/NOTES.txt b/stable/mattermost/12.3.0/templates/NOTES.txt similarity index 100% rename from stable/mealie/21.1.0/templates/NOTES.txt rename to stable/mattermost/12.3.0/templates/NOTES.txt diff --git a/stable/mattermost/12.1.2/templates/common.yaml b/stable/mattermost/12.3.0/templates/common.yaml similarity index 100% rename from stable/mattermost/12.1.2/templates/common.yaml rename to stable/mattermost/12.3.0/templates/common.yaml diff --git a/stable/mealie/21.1.0/values.yaml b/stable/mattermost/12.3.0/values.yaml similarity index 100% rename from stable/mealie/21.1.0/values.yaml rename to stable/mattermost/12.3.0/values.yaml diff --git a/stable/mc-router/4.1.0/CHANGELOG.md b/stable/mc-router/4.1.0/CHANGELOG.md deleted file mode 100644 index 41b3bb1e0fd..00000000000 --- a/stable/mc-router/4.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [mc-router-3.1.12](https://github.com/truecharts/charts/compare/mc-router-3.1.11...mc-router-3.1.12) (2024-02-05) - -### Chore - - - -- update container image itzg/mc-router to v1.20.1[@035141c](https://github.com/035141c) by renovate ([#17919](https://github.com/truecharts/charts/issues/17919)) - - -## [mc-router-3.1.11](https://github.com/truecharts/charts/compare/mc-router-3.1.10...mc-router-3.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mc-router-3.1.10](https://github.com/truecharts/charts/compare/mc-router-3.1.9...mc-router-3.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mc-router-3.1.9](https://github.com/truecharts/charts/compare/mc-router-3.1.8...mc-router-3.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mc-router-3.1.8](https://github.com/truecharts/charts/compare/mc-router-3.1.7...mc-router-3.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [mc-router-3.1.7](https://github.com/truecharts/charts/compare/mc-router-3.1.6...mc-router-3.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [mc-router-3.1.6](https://github.com/truecharts/charts/compare/mc-router-3.1.5...mc-router-3.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [mc-router-3.1.5](https://github.com/truecharts/charts/compare/mc-router-3.1.4...mc-router-3.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [mc-router-3.1.4](https://github.com/truecharts/charts/compare/mc-router-3.1.3...mc-router-3.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [mc-router-3.1.3](https://github.com/truecharts/charts/compare/mc-router-3.1.0...mc-router-3.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/mc-router/4.1.0/Chart.yaml b/stable/mc-router/4.1.0/Chart.yaml deleted file mode 100644 index a4c8e4a626d..00000000000 --- a/stable/mc-router/4.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/mc-router/4.1.0/charts/common-18.0.1.tgz b/stable/mc-router/4.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/mc-router/4.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/media-roller/5.1.0/.helmignore b/stable/mc-router/4.2.0/.helmignore similarity index 100% rename from stable/media-roller/5.1.0/.helmignore rename to stable/mc-router/4.2.0/.helmignore diff --git a/stable/mc-router/4.2.0/CHANGELOG.md b/stable/mc-router/4.2.0/CHANGELOG.md new file mode 100644 index 00000000000..76d6360ce9a --- /dev/null +++ b/stable/mc-router/4.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/mc-router/4.2.0/Chart.yaml b/stable/mc-router/4.2.0/Chart.yaml new file mode 100644 index 00000000000..9526e9907bc --- /dev/null +++ b/stable/mc-router/4.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: minecraft + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.20.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/mc-router/4.1.0/README.md b/stable/mc-router/4.2.0/README.md similarity index 100% rename from stable/mc-router/4.1.0/README.md rename to stable/mc-router/4.2.0/README.md diff --git a/stable/mc-router/4.1.0/app-readme.md b/stable/mc-router/4.2.0/app-readme.md similarity index 100% rename from stable/mc-router/4.1.0/app-readme.md rename to stable/mc-router/4.2.0/app-readme.md diff --git a/stable/mc-router/4.2.0/charts/common-18.1.2.tgz b/stable/mc-router/4.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/mc-router/4.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/mc-router/4.1.0/ix_values.yaml b/stable/mc-router/4.2.0/ix_values.yaml similarity index 100% rename from stable/mc-router/4.1.0/ix_values.yaml rename to stable/mc-router/4.2.0/ix_values.yaml diff --git a/stable/mc-router/4.1.0/questions.yaml b/stable/mc-router/4.2.0/questions.yaml similarity index 100% rename from stable/mc-router/4.1.0/questions.yaml rename to stable/mc-router/4.2.0/questions.yaml diff --git a/stable/mediainfo/9.1.0/templates/NOTES.txt b/stable/mc-router/4.2.0/templates/NOTES.txt similarity index 100% rename from stable/mediainfo/9.1.0/templates/NOTES.txt rename to stable/mc-router/4.2.0/templates/NOTES.txt diff --git a/stable/mc-router/4.1.0/templates/_secrets.tpl b/stable/mc-router/4.2.0/templates/_secrets.tpl similarity index 100% rename from stable/mc-router/4.1.0/templates/_secrets.tpl rename to stable/mc-router/4.2.0/templates/_secrets.tpl diff --git a/stable/mc-router/4.1.0/templates/common.yaml b/stable/mc-router/4.2.0/templates/common.yaml similarity index 100% rename from stable/mc-router/4.1.0/templates/common.yaml rename to stable/mc-router/4.2.0/templates/common.yaml diff --git a/stable/media-roller/5.1.0/values.yaml b/stable/mc-router/4.2.0/values.yaml similarity index 100% rename from stable/media-roller/5.1.0/values.yaml rename to stable/mc-router/4.2.0/values.yaml diff --git a/stable/mealie/21.1.0/CHANGELOG.md b/stable/mealie/21.1.0/CHANGELOG.md deleted file mode 100644 index 39675cc1211..00000000000 --- a/stable/mealie/21.1.0/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.0/Chart.yaml b/stable/mealie/21.1.0/Chart.yaml deleted file mode 100644 index c280a1954c9..00000000000 --- a/stable/mealie/21.1.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: 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.1 - 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.0 diff --git a/stable/mealie/21.1.0/charts/common-18.0.1.tgz b/stable/mealie/21.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/mealie/21.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/mediaelch/5.1.0/.helmignore b/stable/mealie/21.2.0/.helmignore similarity index 100% rename from stable/mediaelch/5.1.0/.helmignore rename to stable/mealie/21.2.0/.helmignore diff --git a/stable/mealie/21.2.0/CHANGELOG.md b/stable/mealie/21.2.0/CHANGELOG.md new file mode 100644 index 00000000000..57c99d5c22b --- /dev/null +++ b/stable/mealie/21.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [mealie-20.4.0](https://github.com/truecharts/charts/compare/mealie-20.3.2...mealie-20.4.0) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/mealie-recipes/mealie to v1.2.0[@c3d5fda](https://github.com/c3d5fda) by renovate ([#18187](https://github.com/truecharts/charts/issues/18187)) + + +## [mealie-20.3.2](https://github.com/truecharts/charts/compare/mealie-20.3.1...mealie-20.3.2) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/mealie-recipes/mealie to v1.1.1[@44df10b](https://github.com/44df10b) by renovate ([#17912](https://github.com/truecharts/charts/issues/17912)) + + +## [mealie-20.3.1](https://github.com/truecharts/charts/compare/mealie-20.3.0...mealie-20.3.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mealie-20.3.0](https://github.com/truecharts/charts/compare/mealie-20.2.1...mealie-20.3.0) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/mealie-recipes/mealie to v1.1.0[@2df89f8](https://github.com/2df89f8) by renovate ([#17692](https://github.com/truecharts/charts/issues/17692)) + + +## [mealie-20.2.1](https://github.com/truecharts/charts/compare/mealie-20.2.0...mealie-20.2.1) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mealie-20.2.0](https://github.com/truecharts/charts/compare/mealie-20.1.9...mealie-20.2.0) (2024-01-22) + + +## [mealie-20.1.9](https://github.com/truecharts/charts/compare/mealie-20.1.8...mealie-20.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [mealie-20.1.8](https://github.com/truecharts/charts/compare/mealie-20.1.7...mealie-20.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [mealie-20.1.7](https://github.com/truecharts/charts/compare/mealie-20.1.6...mealie-20.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [mealie-20.1.6](https://github.com/truecharts/charts/compare/mealie-20.1.5...mealie-20.1.6) (2024-01-09) + +### Chore + diff --git a/stable/mealie/21.2.0/Chart.yaml b/stable/mealie/21.2.0/Chart.yaml new file mode 100644 index 00000000000..7dd9fb2f26f --- /dev/null +++ b/stable/mealie/21.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/mealie/21.1.0/README.md b/stable/mealie/21.2.0/README.md similarity index 100% rename from stable/mealie/21.1.0/README.md rename to stable/mealie/21.2.0/README.md diff --git a/stable/mealie/21.1.0/app-readme.md b/stable/mealie/21.2.0/app-readme.md similarity index 100% rename from stable/mealie/21.1.0/app-readme.md rename to stable/mealie/21.2.0/app-readme.md diff --git a/stable/mealie/21.2.0/charts/common-18.1.2.tgz b/stable/mealie/21.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/mealie/21.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/mealie/21.1.0/ix_values.yaml b/stable/mealie/21.2.0/ix_values.yaml similarity index 100% rename from stable/mealie/21.1.0/ix_values.yaml rename to stable/mealie/21.2.0/ix_values.yaml diff --git a/stable/mealie/21.1.0/questions.yaml b/stable/mealie/21.2.0/questions.yaml similarity index 100% rename from stable/mealie/21.1.0/questions.yaml rename to stable/mealie/21.2.0/questions.yaml diff --git a/stable/medusa/10.1.1/templates/NOTES.txt b/stable/mealie/21.2.0/templates/NOTES.txt similarity index 100% rename from stable/medusa/10.1.1/templates/NOTES.txt rename to stable/mealie/21.2.0/templates/NOTES.txt diff --git a/stable/mealie/21.1.0/templates/_secrets.tpl b/stable/mealie/21.2.0/templates/_secrets.tpl similarity index 100% rename from stable/mealie/21.1.0/templates/_secrets.tpl rename to stable/mealie/21.2.0/templates/_secrets.tpl diff --git a/stable/mealie/21.1.0/templates/common.yaml b/stable/mealie/21.2.0/templates/common.yaml similarity index 100% rename from stable/mealie/21.1.0/templates/common.yaml rename to stable/mealie/21.2.0/templates/common.yaml diff --git a/stable/mediaelch/5.1.0/values.yaml b/stable/mealie/21.2.0/values.yaml similarity index 100% rename from stable/mediaelch/5.1.0/values.yaml rename to stable/mealie/21.2.0/values.yaml diff --git a/stable/media-roller/5.1.0/CHANGELOG.md b/stable/media-roller/5.1.0/CHANGELOG.md deleted file mode 100644 index 689c346d7c9..00000000000 --- a/stable/media-roller/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/media-roller/5.1.0/Chart.yaml b/stable/media-roller/5.1.0/Chart.yaml deleted file mode 100644 index 9e5c112797d..00000000000 --- a/stable/media-roller/5.1.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: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/media-roller/5.1.0/charts/common-18.0.1.tgz b/stable/media-roller/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/media-roller/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/mediagoblin/5.1.0/.helmignore b/stable/media-roller/5.2.0/.helmignore similarity index 100% rename from stable/mediagoblin/5.1.0/.helmignore rename to stable/media-roller/5.2.0/.helmignore diff --git a/stable/media-roller/5.2.0/CHANGELOG.md b/stable/media-roller/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..fb4775d47e3 --- /dev/null +++ b/stable/media-roller/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/media-roller/5.2.0/Chart.yaml b/stable/media-roller/5.2.0/Chart.yaml new file mode 100644 index 00000000000..57978bdcc3a --- /dev/null +++ b/stable/media-roller/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/media-roller/5.1.0/README.md b/stable/media-roller/5.2.0/README.md similarity index 100% rename from stable/media-roller/5.1.0/README.md rename to stable/media-roller/5.2.0/README.md diff --git a/stable/media-roller/5.1.0/app-readme.md b/stable/media-roller/5.2.0/app-readme.md similarity index 100% rename from stable/media-roller/5.1.0/app-readme.md rename to stable/media-roller/5.2.0/app-readme.md diff --git a/stable/media-roller/5.2.0/charts/common-18.1.2.tgz b/stable/media-roller/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/media-roller/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/media-roller/5.1.0/ix_values.yaml b/stable/media-roller/5.2.0/ix_values.yaml similarity index 100% rename from stable/media-roller/5.1.0/ix_values.yaml rename to stable/media-roller/5.2.0/ix_values.yaml diff --git a/stable/media-roller/5.1.0/questions.yaml b/stable/media-roller/5.2.0/questions.yaml similarity index 100% rename from stable/media-roller/5.1.0/questions.yaml rename to stable/media-roller/5.2.0/questions.yaml diff --git a/stable/media-roller/5.1.0/templates/common.yaml b/stable/media-roller/5.2.0/templates/common.yaml similarity index 100% rename from stable/media-roller/5.1.0/templates/common.yaml rename to stable/media-roller/5.2.0/templates/common.yaml diff --git a/stable/mediagoblin/5.1.0/values.yaml b/stable/media-roller/5.2.0/values.yaml similarity index 100% rename from stable/mediagoblin/5.1.0/values.yaml rename to stable/media-roller/5.2.0/values.yaml diff --git a/stable/mediaelch/5.1.0/CHANGELOG.md b/stable/mediaelch/5.1.0/CHANGELOG.md deleted file mode 100644 index 0b4e888ee4a..00000000000 --- a/stable/mediaelch/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/mediaelch/5.1.0/Chart.yaml b/stable/mediaelch/5.1.0/Chart.yaml deleted file mode 100644 index e4588d4c290..00000000000 --- a/stable/mediaelch/5.1.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 - truecharts.org/max_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.1 - 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.0 diff --git a/stable/mediaelch/5.1.0/charts/common-18.0.1.tgz b/stable/mediaelch/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/mediaelch/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/mediainfo/9.1.0/.helmignore b/stable/mediaelch/5.2.0/.helmignore similarity index 100% rename from stable/mediainfo/9.1.0/.helmignore rename to stable/mediaelch/5.2.0/.helmignore diff --git a/stable/mediaelch/5.2.0/CHANGELOG.md b/stable/mediaelch/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..64c6dbc2863 --- /dev/null +++ b/stable/mediaelch/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/mediaelch/5.2.0/Chart.yaml b/stable/mediaelch/5.2.0/Chart.yaml new file mode 100644 index 00000000000..f792a663f72 --- /dev/null +++ b/stable/mediaelch/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/mediaelch/5.1.0/README.md b/stable/mediaelch/5.2.0/README.md similarity index 100% rename from stable/mediaelch/5.1.0/README.md rename to stable/mediaelch/5.2.0/README.md diff --git a/stable/mediaelch/5.1.0/app-readme.md b/stable/mediaelch/5.2.0/app-readme.md similarity index 100% rename from stable/mediaelch/5.1.0/app-readme.md rename to stable/mediaelch/5.2.0/app-readme.md diff --git a/stable/mediaelch/5.2.0/charts/common-18.1.2.tgz b/stable/mediaelch/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/mediaelch/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/mediaelch/5.1.0/ix_values.yaml b/stable/mediaelch/5.2.0/ix_values.yaml similarity index 100% rename from stable/mediaelch/5.1.0/ix_values.yaml rename to stable/mediaelch/5.2.0/ix_values.yaml diff --git a/stable/mediaelch/5.1.0/questions.yaml b/stable/mediaelch/5.2.0/questions.yaml similarity index 100% rename from stable/mediaelch/5.1.0/questions.yaml rename to stable/mediaelch/5.2.0/questions.yaml diff --git a/stable/mediaelch/5.1.0/templates/common.yaml b/stable/mediaelch/5.2.0/templates/common.yaml similarity index 100% rename from stable/mediaelch/5.1.0/templates/common.yaml rename to stable/mediaelch/5.2.0/templates/common.yaml diff --git a/stable/mediainfo/9.1.0/values.yaml b/stable/mediaelch/5.2.0/values.yaml similarity index 100% rename from stable/mediainfo/9.1.0/values.yaml rename to stable/mediaelch/5.2.0/values.yaml diff --git a/stable/mediagoblin/5.1.0/CHANGELOG.md b/stable/mediagoblin/5.1.0/CHANGELOG.md deleted file mode 100644 index fd9a693e78e..00000000000 --- a/stable/mediagoblin/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/mediagoblin/5.1.0/Chart.yaml b/stable/mediagoblin/5.1.0/Chart.yaml deleted file mode 100644 index ff60b3f0ffe..00000000000 --- a/stable/mediagoblin/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/mediagoblin/5.1.0/charts/common-18.0.1.tgz b/stable/mediagoblin/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/mediagoblin/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/medusa/10.1.1/.helmignore b/stable/mediagoblin/5.2.0/.helmignore similarity index 100% rename from stable/medusa/10.1.1/.helmignore rename to stable/mediagoblin/5.2.0/.helmignore diff --git a/stable/mediagoblin/5.2.0/CHANGELOG.md b/stable/mediagoblin/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..257298c5bd0 --- /dev/null +++ b/stable/mediagoblin/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/mediagoblin/5.2.0/Chart.yaml b/stable/mediagoblin/5.2.0/Chart.yaml new file mode 100644 index 00000000000..be1158b60c7 --- /dev/null +++ b/stable/mediagoblin/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Photos + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/mediagoblin/5.1.0/README.md b/stable/mediagoblin/5.2.0/README.md similarity index 100% rename from stable/mediagoblin/5.1.0/README.md rename to stable/mediagoblin/5.2.0/README.md diff --git a/stable/mediagoblin/5.1.0/app-readme.md b/stable/mediagoblin/5.2.0/app-readme.md similarity index 100% rename from stable/mediagoblin/5.1.0/app-readme.md rename to stable/mediagoblin/5.2.0/app-readme.md diff --git a/stable/mediagoblin/5.2.0/charts/common-18.1.2.tgz b/stable/mediagoblin/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/mediagoblin/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/mediagoblin/5.1.0/ix_values.yaml b/stable/mediagoblin/5.2.0/ix_values.yaml similarity index 100% rename from stable/mediagoblin/5.1.0/ix_values.yaml rename to stable/mediagoblin/5.2.0/ix_values.yaml diff --git a/stable/mediagoblin/5.1.0/questions.yaml b/stable/mediagoblin/5.2.0/questions.yaml similarity index 100% rename from stable/mediagoblin/5.1.0/questions.yaml rename to stable/mediagoblin/5.2.0/questions.yaml diff --git a/stable/mediagoblin/5.1.0/templates/common.yaml b/stable/mediagoblin/5.2.0/templates/common.yaml similarity index 100% rename from stable/mediagoblin/5.1.0/templates/common.yaml rename to stable/mediagoblin/5.2.0/templates/common.yaml diff --git a/stable/medusa/10.1.1/values.yaml b/stable/mediagoblin/5.2.0/values.yaml similarity index 100% rename from stable/medusa/10.1.1/values.yaml rename to stable/mediagoblin/5.2.0/values.yaml diff --git a/stable/mediainfo/9.1.0/CHANGELOG.md b/stable/mediainfo/9.1.0/CHANGELOG.md deleted file mode 100644 index f4944f7359f..00000000000 --- a/stable/mediainfo/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/mediainfo/9.1.0/Chart.yaml b/stable/mediainfo/9.1.0/Chart.yaml deleted file mode 100644 index 10f62cbc1d4..00000000000 --- a/stable/mediainfo/9.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/mediainfo/9.1.0/charts/common-18.0.1.tgz b/stable/mediainfo/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/mediainfo/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/megasync/6.1.0/.helmignore b/stable/mediainfo/9.2.0/.helmignore similarity index 100% rename from stable/megasync/6.1.0/.helmignore rename to stable/mediainfo/9.2.0/.helmignore diff --git a/stable/mediainfo/9.2.0/CHANGELOG.md b/stable/mediainfo/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..dc706bd6b3b --- /dev/null +++ b/stable/mediainfo/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [mediainfo-8.1.0](https://github.com/truecharts/charts/compare/mediainfo-8.0.1...mediainfo-8.1.0) (2024-02-05) + +### Chore + + + +- update container image jlesage/mediainfo to v24.02.1[@d73bce3](https://github.com/d73bce3) by renovate ([#17944](https://github.com/truecharts/charts/issues/17944)) + + +## [mediainfo-8.0.1](https://github.com/truecharts/charts/compare/mediainfo-8.0.0...mediainfo-8.0.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mediainfo-8.0.0](https://github.com/truecharts/charts/compare/mediainfo-7.1.10...mediainfo-8.0.0) (2024-01-29) + +### Chore + + + +- update container image jlesage/mediainfo to v24.01.1[@2e773e5](https://github.com/2e773e5) by renovate ([#17709](https://github.com/truecharts/charts/issues/17709)) + + +## [mediainfo-7.1.10](https://github.com/truecharts/charts/compare/mediainfo-7.1.9...mediainfo-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mediainfo-7.1.9](https://github.com/truecharts/charts/compare/mediainfo-7.1.8...mediainfo-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [mediainfo-7.1.8](https://github.com/truecharts/charts/compare/mediainfo-7.1.7...mediainfo-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [mediainfo-7.1.7](https://github.com/truecharts/charts/compare/mediainfo-7.1.6...mediainfo-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [mediainfo-7.1.6](https://github.com/truecharts/charts/compare/mediainfo-7.1.5...mediainfo-7.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [mediainfo-7.1.5](https://github.com/truecharts/charts/compare/mediainfo-7.1.4...mediainfo-7.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/mediainfo/9.2.0/Chart.yaml b/stable/mediainfo/9.2.0/Chart.yaml new file mode 100644 index 00000000000..9a924a3e5f1 --- /dev/null +++ b/stable/mediainfo/9.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.02.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/mediainfo/9.1.0/README.md b/stable/mediainfo/9.2.0/README.md similarity index 100% rename from stable/mediainfo/9.1.0/README.md rename to stable/mediainfo/9.2.0/README.md diff --git a/stable/mediainfo/9.1.0/app-readme.md b/stable/mediainfo/9.2.0/app-readme.md similarity index 100% rename from stable/mediainfo/9.1.0/app-readme.md rename to stable/mediainfo/9.2.0/app-readme.md diff --git a/stable/mediainfo/9.2.0/charts/common-18.1.2.tgz b/stable/mediainfo/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/mediainfo/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/mediainfo/9.1.0/ix_values.yaml b/stable/mediainfo/9.2.0/ix_values.yaml similarity index 100% rename from stable/mediainfo/9.1.0/ix_values.yaml rename to stable/mediainfo/9.2.0/ix_values.yaml diff --git a/stable/mediainfo/9.1.0/questions.yaml b/stable/mediainfo/9.2.0/questions.yaml similarity index 100% rename from stable/mediainfo/9.1.0/questions.yaml rename to stable/mediainfo/9.2.0/questions.yaml diff --git a/stable/megasync/6.1.0/templates/NOTES.txt b/stable/mediainfo/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/megasync/6.1.0/templates/NOTES.txt rename to stable/mediainfo/9.2.0/templates/NOTES.txt diff --git a/stable/meshroom/9.1.0/templates/common.yaml b/stable/mediainfo/9.2.0/templates/common.yaml similarity index 100% rename from stable/meshroom/9.1.0/templates/common.yaml rename to stable/mediainfo/9.2.0/templates/common.yaml diff --git a/stable/megasync/6.1.0/values.yaml b/stable/mediainfo/9.2.0/values.yaml similarity index 100% rename from stable/megasync/6.1.0/values.yaml rename to stable/mediainfo/9.2.0/values.yaml diff --git a/stable/medusa/10.1.1/CHANGELOG.md b/stable/medusa/10.1.1/CHANGELOG.md deleted file mode 100644 index d568f82338d..00000000000 --- a/stable/medusa/10.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [medusa-9.1.11](https://github.com/truecharts/charts/compare/medusa-9.1.10...medusa-9.1.11) (2024-01-21) \ No newline at end of file diff --git a/stable/medusa/10.1.1/Chart.yaml b/stable/medusa/10.1.1/Chart.yaml deleted file mode 100644 index 961f1420732..00000000000 --- a/stable/medusa/10.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: 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.1 diff --git a/stable/medusa/10.1.1/charts/common-18.0.2.tgz b/stable/medusa/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/medusa/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/medusa/10.1.1/ix_values.yaml b/stable/medusa/10.1.1/ix_values.yaml deleted file mode 100644 index d5abc756be5..00000000000 --- a/stable/medusa/10.1.1/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: ghcr.io/linuxserver/medusa - pullPolicy: IfNotPresent - tag: 1.0.19@sha256:5a0375cf7ce79f76416326d444b5e296bac68907ab7df6afb12ab8063be015fd -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/memories-of-mars/5.1.0/.helmignore b/stable/medusa/10.2.0/.helmignore similarity index 100% rename from stable/memories-of-mars/5.1.0/.helmignore rename to stable/medusa/10.2.0/.helmignore diff --git a/stable/medusa/10.2.0/CHANGELOG.md b/stable/medusa/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c0de706518f --- /dev/null +++ b/stable/medusa/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + +## [medusa-9.1.19](https://github.com/truecharts/charts/compare/medusa-9.1.18...medusa-9.1.19) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/medusa to 1.0.19[@a8c8507](https://github.com/a8c8507) by renovate ([#18067](https://github.com/truecharts/charts/issues/18067)) + + +## [medusa-9.1.18](https://github.com/truecharts/charts/compare/medusa-9.1.17...medusa-9.1.18) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/medusa to 1.0.19[@de5bae0](https://github.com/de5bae0) by renovate ([#17857](https://github.com/truecharts/charts/issues/17857)) + + +## [medusa-9.1.17](https://github.com/truecharts/charts/compare/medusa-9.1.16...medusa-9.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [medusa-9.1.16](https://github.com/truecharts/charts/compare/medusa-9.1.15...medusa-9.1.16) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/medusa to 1.0.19[@5460ed6](https://github.com/5460ed6) by renovate ([#17612](https://github.com/truecharts/charts/issues/17612)) + + +## [medusa-9.1.15](https://github.com/truecharts/charts/compare/medusa-9.1.14...medusa-9.1.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [medusa-9.1.14](https://github.com/truecharts/charts/compare/medusa-9.1.13...medusa-9.1.14) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [medusa-9.1.13](https://github.com/truecharts/charts/compare/medusa-9.1.12...medusa-9.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [medusa-9.1.12](https://github.com/truecharts/charts/compare/medusa-9.1.11...medusa-9.1.12) (2024-01-21) + +### Chore + + diff --git a/stable/medusa/10.2.0/Chart.yaml b/stable/medusa/10.2.0/Chart.yaml new file mode 100644 index 00000000000..6e0bf0b441c --- /dev/null +++ b/stable/medusa/10.2.0/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.19 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An automatic Video Library Manager for TV Shows +home: https://truecharts.org/charts/stable/medusa +icon: https://truecharts.org/img/hotlink-ok/chart-icons/medusa.png +keywords: + - medusa + - video + - library + - manager + - tv + - shows +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: medusa +sources: + - https://github.com/linuxserver/docker-medusa + - https://pymedusa.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/medusa + - https://ghcr.io/linuxserver/medusa +type: application +version: 10.2.0 diff --git a/stable/medusa/10.1.1/README.md b/stable/medusa/10.2.0/README.md similarity index 100% rename from stable/medusa/10.1.1/README.md rename to stable/medusa/10.2.0/README.md diff --git a/stable/medusa/10.1.1/app-readme.md b/stable/medusa/10.2.0/app-readme.md similarity index 100% rename from stable/medusa/10.1.1/app-readme.md rename to stable/medusa/10.2.0/app-readme.md diff --git a/stable/medusa/10.2.0/charts/common-18.1.2.tgz b/stable/medusa/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/medusa/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/medusa/10.2.0/ix_values.yaml b/stable/medusa/10.2.0/ix_values.yaml new file mode 100644 index 00000000000..23183cb7d36 --- /dev/null +++ b/stable/medusa/10.2.0/ix_values.yaml @@ -0,0 +1,25 @@ +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/medusa/10.1.1/questions.yaml b/stable/medusa/10.2.0/questions.yaml similarity index 100% rename from stable/medusa/10.1.1/questions.yaml rename to stable/medusa/10.2.0/questions.yaml diff --git a/stable/meshroom/9.1.0/templates/NOTES.txt b/stable/medusa/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/meshroom/9.1.0/templates/NOTES.txt rename to stable/medusa/10.2.0/templates/NOTES.txt diff --git a/stable/medusa/10.1.1/templates/common.yaml b/stable/medusa/10.2.0/templates/common.yaml similarity index 100% rename from stable/medusa/10.1.1/templates/common.yaml rename to stable/medusa/10.2.0/templates/common.yaml diff --git a/stable/memories-of-mars/5.1.0/values.yaml b/stable/medusa/10.2.0/values.yaml similarity index 100% rename from stable/memories-of-mars/5.1.0/values.yaml rename to stable/medusa/10.2.0/values.yaml diff --git a/stable/megasync/6.1.0/CHANGELOG.md b/stable/megasync/6.1.0/CHANGELOG.md deleted file mode 100644 index 3cdceff4ee0..00000000000 --- a/stable/megasync/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/megasync/6.1.0/Chart.yaml b/stable/megasync/6.1.0/Chart.yaml deleted file mode 100644 index 69b62d7d948..00000000000 --- a/stable/megasync/6.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/megasync/6.1.0/charts/common-18.0.1.tgz b/stable/megasync/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/megasync/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/meshcentral/15.1.0/.helmignore b/stable/megasync/6.2.0/.helmignore similarity index 100% rename from stable/meshcentral/15.1.0/.helmignore rename to stable/megasync/6.2.0/.helmignore diff --git a/stable/megasync/6.2.0/CHANGELOG.md b/stable/megasync/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f5a0a835686 --- /dev/null +++ b/stable/megasync/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [megasync-5.1.15](https://github.com/truecharts/charts/compare/megasync-5.1.14...megasync-5.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [megasync-5.1.14](https://github.com/truecharts/charts/compare/megasync-5.1.13...megasync-5.1.14) (2024-01-29) + +### Chore + + + +- update container image ich777/megasync to latest[@c56d21b](https://github.com/c56d21b) by renovate ([#17635](https://github.com/truecharts/charts/issues/17635)) + + +## [megasync-5.1.13](https://github.com/truecharts/charts/compare/megasync-5.1.12...megasync-5.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [megasync-5.1.12](https://github.com/truecharts/charts/compare/megasync-5.1.11...megasync-5.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [megasync-5.1.11](https://github.com/truecharts/charts/compare/megasync-5.1.10...megasync-5.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [megasync-5.1.10](https://github.com/truecharts/charts/compare/megasync-5.1.9...megasync-5.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [megasync-5.1.9](https://github.com/truecharts/charts/compare/megasync-5.1.8...megasync-5.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [megasync-5.1.8](https://github.com/truecharts/charts/compare/megasync-5.1.7...megasync-5.1.8) (2024-01-03) + +### Chore + + + +- update container image ich777/megasync to latest[@6c65468](https://github.com/6c65468) by renovate ([#16776](https://github.com/truecharts/charts/issues/16776)) + + +## [megasync-5.1.7](https://github.com/truecharts/charts/compare/megasync-5.1.6...megasync-5.1.7) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/megasync/6.2.0/Chart.yaml b/stable/megasync/6.2.0/Chart.yaml new file mode 100644 index 00000000000..ffdc5a6af1e --- /dev/null +++ b/stable/megasync/6.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/megasync/6.1.0/README.md b/stable/megasync/6.2.0/README.md similarity index 100% rename from stable/megasync/6.1.0/README.md rename to stable/megasync/6.2.0/README.md diff --git a/stable/megasync/6.1.0/app-readme.md b/stable/megasync/6.2.0/app-readme.md similarity index 100% rename from stable/megasync/6.1.0/app-readme.md rename to stable/megasync/6.2.0/app-readme.md diff --git a/stable/megasync/6.2.0/charts/common-18.1.2.tgz b/stable/megasync/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/megasync/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/megasync/6.1.0/ix_values.yaml b/stable/megasync/6.2.0/ix_values.yaml similarity index 100% rename from stable/megasync/6.1.0/ix_values.yaml rename to stable/megasync/6.2.0/ix_values.yaml diff --git a/stable/megasync/6.1.0/questions.yaml b/stable/megasync/6.2.0/questions.yaml similarity index 100% rename from stable/megasync/6.1.0/questions.yaml rename to stable/megasync/6.2.0/questions.yaml diff --git a/stable/metabase/3.1.1/templates/NOTES.txt b/stable/megasync/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/metabase/3.1.1/templates/NOTES.txt rename to stable/megasync/6.2.0/templates/NOTES.txt diff --git a/stable/metabase/3.1.1/templates/common.yaml b/stable/megasync/6.2.0/templates/common.yaml similarity index 100% rename from stable/metabase/3.1.1/templates/common.yaml rename to stable/megasync/6.2.0/templates/common.yaml diff --git a/stable/meshcentral/15.1.0/values.yaml b/stable/megasync/6.2.0/values.yaml similarity index 100% rename from stable/meshcentral/15.1.0/values.yaml rename to stable/megasync/6.2.0/values.yaml diff --git a/stable/memories-of-mars/5.1.0/CHANGELOG.md b/stable/memories-of-mars/5.1.0/CHANGELOG.md deleted file mode 100644 index f891124ecf1..00000000000 --- a/stable/memories-of-mars/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/memories-of-mars/5.1.0/Chart.yaml b/stable/memories-of-mars/5.1.0/Chart.yaml deleted file mode 100644 index 2f3b1a1ba3c..00000000000 --- a/stable/memories-of-mars/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/memories-of-mars/5.1.0/charts/common-18.0.1.tgz b/stable/memories-of-mars/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/memories-of-mars/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/meshroom/9.1.0/.helmignore b/stable/memories-of-mars/5.2.0/.helmignore similarity index 100% rename from stable/meshroom/9.1.0/.helmignore rename to stable/memories-of-mars/5.2.0/.helmignore diff --git a/stable/memories-of-mars/5.2.0/CHANGELOG.md b/stable/memories-of-mars/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..0770e17faaa --- /dev/null +++ b/stable/memories-of-mars/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/memories-of-mars/5.2.0/Chart.yaml b/stable/memories-of-mars/5.2.0/Chart.yaml new file mode 100644 index 00000000000..60467e7861d --- /dev/null +++ b/stable/memories-of-mars/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: memoriesofmars +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/memories-of-mars/5.1.0/README.md b/stable/memories-of-mars/5.2.0/README.md similarity index 100% rename from stable/memories-of-mars/5.1.0/README.md rename to stable/memories-of-mars/5.2.0/README.md diff --git a/stable/memories-of-mars/5.1.0/app-readme.md b/stable/memories-of-mars/5.2.0/app-readme.md similarity index 100% rename from stable/memories-of-mars/5.1.0/app-readme.md rename to stable/memories-of-mars/5.2.0/app-readme.md diff --git a/stable/memories-of-mars/5.2.0/charts/common-18.1.2.tgz b/stable/memories-of-mars/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/memories-of-mars/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/memories-of-mars/5.1.0/ix_values.yaml b/stable/memories-of-mars/5.2.0/ix_values.yaml similarity index 100% rename from stable/memories-of-mars/5.1.0/ix_values.yaml rename to stable/memories-of-mars/5.2.0/ix_values.yaml diff --git a/stable/memories-of-mars/5.1.0/questions.yaml b/stable/memories-of-mars/5.2.0/questions.yaml similarity index 100% rename from stable/memories-of-mars/5.1.0/questions.yaml rename to stable/memories-of-mars/5.2.0/questions.yaml diff --git a/stable/memories-of-mars/5.1.0/templates/common.yaml b/stable/memories-of-mars/5.2.0/templates/common.yaml similarity index 100% rename from stable/memories-of-mars/5.1.0/templates/common.yaml rename to stable/memories-of-mars/5.2.0/templates/common.yaml diff --git a/stable/meshroom/9.1.0/values.yaml b/stable/memories-of-mars/5.2.0/values.yaml similarity index 100% rename from stable/meshroom/9.1.0/values.yaml rename to stable/memories-of-mars/5.2.0/values.yaml diff --git a/stable/meshcentral/15.1.0/CHANGELOG.md b/stable/meshcentral/15.1.0/CHANGELOG.md deleted file mode 100644 index 4b5cbef008d..00000000000 --- a/stable/meshcentral/15.1.0/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.0/Chart.yaml b/stable/meshcentral/15.1.0/Chart.yaml deleted file mode 100644 index 80430c6dc09..00000000000 --- a/stable/meshcentral/15.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.1.21 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/meshcentral/15.1.0/charts/common-18.0.1.tgz b/stable/meshcentral/15.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/meshcentral/15.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/metabase/3.1.1/.helmignore b/stable/meshcentral/15.2.0/.helmignore similarity index 100% rename from stable/metabase/3.1.1/.helmignore rename to stable/meshcentral/15.2.0/.helmignore diff --git a/stable/meshcentral/15.2.0/CHANGELOG.md b/stable/meshcentral/15.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d4ebfcc5ba6 --- /dev/null +++ b/stable/meshcentral/15.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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) diff --git a/stable/meshcentral/15.2.0/Chart.yaml b/stable/meshcentral/15.2.0/Chart.yaml new file mode 100644 index 00000000000..840fdecf9c3 --- /dev/null +++ b/stable/meshcentral/15.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.1.21 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/meshcentral/15.1.0/README.md b/stable/meshcentral/15.2.0/README.md similarity index 100% rename from stable/meshcentral/15.1.0/README.md rename to stable/meshcentral/15.2.0/README.md diff --git a/stable/meshcentral/15.1.0/app-readme.md b/stable/meshcentral/15.2.0/app-readme.md similarity index 100% rename from stable/meshcentral/15.1.0/app-readme.md rename to stable/meshcentral/15.2.0/app-readme.md diff --git a/stable/meshcentral/15.2.0/charts/common-18.1.2.tgz b/stable/meshcentral/15.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/meshcentral/15.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/meshcentral/15.1.0/ix_values.yaml b/stable/meshcentral/15.2.0/ix_values.yaml similarity index 100% rename from stable/meshcentral/15.1.0/ix_values.yaml rename to stable/meshcentral/15.2.0/ix_values.yaml diff --git a/stable/meshcentral/15.1.0/questions.yaml b/stable/meshcentral/15.2.0/questions.yaml similarity index 100% rename from stable/meshcentral/15.1.0/questions.yaml rename to stable/meshcentral/15.2.0/questions.yaml diff --git a/stable/meshcentral/15.1.0/templates/_secret.tpl b/stable/meshcentral/15.2.0/templates/_secret.tpl similarity index 100% rename from stable/meshcentral/15.1.0/templates/_secret.tpl rename to stable/meshcentral/15.2.0/templates/_secret.tpl diff --git a/stable/meshcentral/15.1.0/templates/common.yaml b/stable/meshcentral/15.2.0/templates/common.yaml similarity index 100% rename from stable/meshcentral/15.1.0/templates/common.yaml rename to stable/meshcentral/15.2.0/templates/common.yaml diff --git a/stable/metabase/3.1.1/values.yaml b/stable/meshcentral/15.2.0/values.yaml similarity index 100% rename from stable/metabase/3.1.1/values.yaml rename to stable/meshcentral/15.2.0/values.yaml diff --git a/stable/meshroom/9.1.0/CHANGELOG.md b/stable/meshroom/9.1.0/CHANGELOG.md deleted file mode 100644 index d4aec7694aa..00000000000 --- a/stable/meshroom/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/meshroom/9.1.0/Chart.yaml b/stable/meshroom/9.1.0/Chart.yaml deleted file mode 100644 index 4f95ce5e9ea..00000000000 --- a/stable/meshroom/9.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2021.1.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/meshroom/9.1.0/charts/common-18.0.1.tgz b/stable/meshroom/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/meshroom/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/metatube/5.1.0/.helmignore b/stable/meshroom/9.2.0/.helmignore similarity index 100% rename from stable/metatube/5.1.0/.helmignore rename to stable/meshroom/9.2.0/.helmignore diff --git a/stable/meshroom/9.2.0/CHANGELOG.md b/stable/meshroom/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2073443251a --- /dev/null +++ b/stable/meshroom/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/meshroom/9.2.0/Chart.yaml b/stable/meshroom/9.2.0/Chart.yaml new file mode 100644 index 00000000000..efc4ac69606 --- /dev/null +++ b/stable/meshroom/9.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.1.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/meshroom/9.1.0/README.md b/stable/meshroom/9.2.0/README.md similarity index 100% rename from stable/meshroom/9.1.0/README.md rename to stable/meshroom/9.2.0/README.md diff --git a/stable/meshroom/9.1.0/app-readme.md b/stable/meshroom/9.2.0/app-readme.md similarity index 100% rename from stable/meshroom/9.1.0/app-readme.md rename to stable/meshroom/9.2.0/app-readme.md diff --git a/stable/meshroom/9.2.0/charts/common-18.1.2.tgz b/stable/meshroom/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/meshroom/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/meshroom/9.1.0/ix_values.yaml b/stable/meshroom/9.2.0/ix_values.yaml similarity index 100% rename from stable/meshroom/9.1.0/ix_values.yaml rename to stable/meshroom/9.2.0/ix_values.yaml diff --git a/stable/meshroom/9.1.0/questions.yaml b/stable/meshroom/9.2.0/questions.yaml similarity index 100% rename from stable/meshroom/9.1.0/questions.yaml rename to stable/meshroom/9.2.0/questions.yaml diff --git a/stable/metube/12.1.0/templates/NOTES.txt b/stable/meshroom/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/metube/12.1.0/templates/NOTES.txt rename to stable/meshroom/9.2.0/templates/NOTES.txt diff --git a/stable/metube/12.1.0/templates/common.yaml b/stable/meshroom/9.2.0/templates/common.yaml similarity index 100% rename from stable/metube/12.1.0/templates/common.yaml rename to stable/meshroom/9.2.0/templates/common.yaml diff --git a/stable/metatube/5.1.0/values.yaml b/stable/meshroom/9.2.0/values.yaml similarity index 100% rename from stable/metatube/5.1.0/values.yaml rename to stable/meshroom/9.2.0/values.yaml diff --git a/stable/metabase/3.1.1/CHANGELOG.md b/stable/metabase/3.1.1/CHANGELOG.md deleted file mode 100644 index eff07963fd1..00000000000 --- a/stable/metabase/3.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/metabase/3.1.1/Chart.yaml b/stable/metabase/3.1.1/Chart.yaml deleted file mode 100644 index 7a9ca6da1ed..00000000000 --- a/stable/metabase/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: 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.1 - 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.1 diff --git a/stable/metabase/3.1.1/charts/common-18.0.1.tgz b/stable/metabase/3.1.1/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/metabase/3.1.1/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/metube/12.1.0/.helmignore b/stable/metabase/3.2.0/.helmignore similarity index 100% rename from stable/metube/12.1.0/.helmignore rename to stable/metabase/3.2.0/.helmignore diff --git a/stable/metabase/3.2.0/CHANGELOG.md b/stable/metabase/3.2.0/CHANGELOG.md new file mode 100644 index 00000000000..bcc3cd0dad9 --- /dev/null +++ b/stable/metabase/3.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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)) + + + diff --git a/stable/metabase/3.2.0/Chart.yaml b/stable/metabase/3.2.0/Chart.yaml new file mode 100644 index 00000000000..743b2306732 --- /dev/null +++ b/stable/metabase/3.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: reporting + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.48.7 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/metabase/3.1.1/README.md b/stable/metabase/3.2.0/README.md similarity index 100% rename from stable/metabase/3.1.1/README.md rename to stable/metabase/3.2.0/README.md diff --git a/stable/metabase/3.1.1/app-readme.md b/stable/metabase/3.2.0/app-readme.md similarity index 100% rename from stable/metabase/3.1.1/app-readme.md rename to stable/metabase/3.2.0/app-readme.md diff --git a/stable/metabase/3.2.0/charts/common-18.1.2.tgz b/stable/metabase/3.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/metabase/3.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/metabase/3.1.1/ix_values.yaml b/stable/metabase/3.2.0/ix_values.yaml similarity index 100% rename from stable/metabase/3.1.1/ix_values.yaml rename to stable/metabase/3.2.0/ix_values.yaml diff --git a/stable/metabase/3.1.1/questions.yaml b/stable/metabase/3.2.0/questions.yaml similarity index 100% rename from stable/metabase/3.1.1/questions.yaml rename to stable/metabase/3.2.0/questions.yaml diff --git a/stable/minecraft-bedrock/8.1.0/templates/NOTES.txt b/stable/metabase/3.2.0/templates/NOTES.txt similarity index 100% rename from stable/minecraft-bedrock/8.1.0/templates/NOTES.txt rename to stable/metabase/3.2.0/templates/NOTES.txt diff --git a/stable/minecraft-bedrock/8.1.0/templates/common.yaml b/stable/metabase/3.2.0/templates/common.yaml similarity index 100% rename from stable/minecraft-bedrock/8.1.0/templates/common.yaml rename to stable/metabase/3.2.0/templates/common.yaml diff --git a/stable/metube/12.1.0/values.yaml b/stable/metabase/3.2.0/values.yaml similarity index 100% rename from stable/metube/12.1.0/values.yaml rename to stable/metabase/3.2.0/values.yaml diff --git a/stable/metatube/5.1.0/CHANGELOG.md b/stable/metatube/5.1.0/CHANGELOG.md deleted file mode 100644 index e14f90053a4..00000000000 --- a/stable/metatube/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/metatube/5.1.0/Chart.yaml b/stable/metatube/5.1.0/Chart.yaml deleted file mode 100644 index 0ef4f4a1492..00000000000 --- a/stable/metatube/5.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: 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.1 - 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.0 diff --git a/stable/metatube/5.1.0/charts/common-18.0.1.tgz b/stable/metatube/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/metatube/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/mindustry/5.1.0/.helmignore b/stable/metatube/5.2.0/.helmignore similarity index 100% rename from stable/mindustry/5.1.0/.helmignore rename to stable/metatube/5.2.0/.helmignore diff --git a/stable/metatube/5.2.0/CHANGELOG.md b/stable/metatube/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..165c9042c21 --- /dev/null +++ b/stable/metatube/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [metatube-4.1.14](https://github.com/truecharts/charts/compare/metatube-4.1.13...metatube-4.1.14) (2024-02-05) + +### Chore + + + +- update container image jvt038/metatube to latest[@ea605c5](https://github.com/ea605c5) by renovate ([#17877](https://github.com/truecharts/charts/issues/17877)) + + +## [metatube-4.1.13](https://github.com/truecharts/charts/compare/metatube-4.1.12...metatube-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [metatube-4.1.12](https://github.com/truecharts/charts/compare/metatube-4.1.11...metatube-4.1.12) (2024-01-29) + +### Chore + + + +- update container image jvt038/metatube to latest[@67755ab](https://github.com/67755ab) by renovate ([#17746](https://github.com/truecharts/charts/issues/17746)) + + +## [metatube-4.1.11](https://github.com/truecharts/charts/compare/metatube-4.1.10...metatube-4.1.11) (2024-01-29) + +### Chore + + + +- update container image jvt038/metatube to latest[@fdf8d21](https://github.com/fdf8d21) by renovate ([#17639](https://github.com/truecharts/charts/issues/17639)) + + +## [metatube-4.1.10](https://github.com/truecharts/charts/compare/metatube-4.1.9...metatube-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [metatube-4.1.9](https://github.com/truecharts/charts/compare/metatube-4.1.8...metatube-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [metatube-4.1.8](https://github.com/truecharts/charts/compare/metatube-4.1.7...metatube-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [metatube-4.1.7](https://github.com/truecharts/charts/compare/metatube-4.1.6...metatube-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [metatube-4.1.6](https://github.com/truecharts/charts/compare/metatube-4.1.5...metatube-4.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) diff --git a/stable/metatube/5.2.0/Chart.yaml b/stable/metatube/5.2.0/Chart.yaml new file mode 100644 index 00000000000..0766824cd74 --- /dev/null +++ b/stable/metatube/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/metatube/5.1.0/README.md b/stable/metatube/5.2.0/README.md similarity index 100% rename from stable/metatube/5.1.0/README.md rename to stable/metatube/5.2.0/README.md diff --git a/stable/metatube/5.1.0/app-readme.md b/stable/metatube/5.2.0/app-readme.md similarity index 100% rename from stable/metatube/5.1.0/app-readme.md rename to stable/metatube/5.2.0/app-readme.md diff --git a/stable/metatube/5.2.0/charts/common-18.1.2.tgz b/stable/metatube/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/metatube/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/metatube/5.1.0/ix_values.yaml b/stable/metatube/5.2.0/ix_values.yaml similarity index 100% rename from stable/metatube/5.1.0/ix_values.yaml rename to stable/metatube/5.2.0/ix_values.yaml diff --git a/stable/metatube/5.1.0/questions.yaml b/stable/metatube/5.2.0/questions.yaml similarity index 100% rename from stable/metatube/5.1.0/questions.yaml rename to stable/metatube/5.2.0/questions.yaml diff --git a/stable/metatube/5.1.0/templates/common.yaml b/stable/metatube/5.2.0/templates/common.yaml similarity index 100% rename from stable/metatube/5.1.0/templates/common.yaml rename to stable/metatube/5.2.0/templates/common.yaml diff --git a/stable/mindustry/5.1.0/values.yaml b/stable/metatube/5.2.0/values.yaml similarity index 100% rename from stable/mindustry/5.1.0/values.yaml rename to stable/metatube/5.2.0/values.yaml diff --git a/stable/metube/12.1.0/CHANGELOG.md b/stable/metube/12.1.0/CHANGELOG.md deleted file mode 100644 index 3cc8572bc81..00000000000 --- a/stable/metube/12.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/metube/12.1.0/Chart.yaml b/stable/metube/12.1.0/Chart.yaml deleted file mode 100644 index 9d1fb12a238..00000000000 --- a/stable/metube/12.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/metube/12.1.0/charts/common-18.0.1.tgz b/stable/metube/12.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/metube/12.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/minecraft-bedrock/8.1.0/.helmignore b/stable/metube/12.2.0/.helmignore similarity index 100% rename from stable/minecraft-bedrock/8.1.0/.helmignore rename to stable/metube/12.2.0/.helmignore diff --git a/stable/metube/12.2.0/CHANGELOG.md b/stable/metube/12.2.0/CHANGELOG.md new file mode 100644 index 00000000000..3487ed3d23f --- /dev/null +++ b/stable/metube/12.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [metube-11.0.8](https://github.com/truecharts/charts/compare/metube-11.0.7...metube-11.0.8) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [metube-11.0.7](https://github.com/truecharts/charts/compare/metube-11.0.6...metube-11.0.7) (2024-01-29) + +### Chore + + + +- update container image alexta69/metube to v2024-01-26[@7609e7d](https://github.com/7609e7d) by renovate ([#17659](https://github.com/truecharts/charts/issues/17659)) + + +## [metube-11.0.6](https://github.com/truecharts/charts/compare/metube-11.0.5...metube-11.0.6) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [metube-11.0.5](https://github.com/truecharts/charts/compare/metube-11.0.4...metube-11.0.5) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [metube-11.0.4](https://github.com/truecharts/charts/compare/metube-11.0.3...metube-11.0.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [metube-11.0.3](https://github.com/truecharts/charts/compare/metube-11.0.2...metube-11.0.3) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [metube-11.0.2](https://github.com/truecharts/charts/compare/metube-11.0.1...metube-11.0.2) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [metube-11.0.1](https://github.com/truecharts/charts/compare/metube-11.0.0...metube-11.0.1) (2024-01-08) + +### Chore + + + +- update container image alexta69/metube to v2024-01-05[@a9410ec](https://github.com/a9410ec) by renovate ([#16980](https://github.com/truecharts/charts/issues/16980)) + + +## [metube-11.0.0](https://github.com/truecharts/charts/compare/metube-10.1.6...metube-11.0.0) (2024-01-03) + +### Chore + + + +- update container image alexta69/metube to v2024-01-02[@9fefa40](https://github.com/9fefa40) by renovate ([#16813](https://github.com/truecharts/charts/issues/16813)) diff --git a/stable/metube/12.2.0/Chart.yaml b/stable/metube/12.2.0/Chart.yaml new file mode 100644 index 00000000000..c4382ba15fb --- /dev/null +++ b/stable/metube/12.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.1.26 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/metube/12.1.0/README.md b/stable/metube/12.2.0/README.md similarity index 100% rename from stable/metube/12.1.0/README.md rename to stable/metube/12.2.0/README.md diff --git a/stable/metube/12.1.0/app-readme.md b/stable/metube/12.2.0/app-readme.md similarity index 100% rename from stable/metube/12.1.0/app-readme.md rename to stable/metube/12.2.0/app-readme.md diff --git a/stable/metube/12.2.0/charts/common-18.1.2.tgz b/stable/metube/12.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/metube/12.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/metube/12.1.0/ix_values.yaml b/stable/metube/12.2.0/ix_values.yaml similarity index 100% rename from stable/metube/12.1.0/ix_values.yaml rename to stable/metube/12.2.0/ix_values.yaml diff --git a/stable/metube/12.1.0/questions.yaml b/stable/metube/12.2.0/questions.yaml similarity index 100% rename from stable/metube/12.1.0/questions.yaml rename to stable/metube/12.2.0/questions.yaml diff --git a/stable/minecraft-bungeecord/8.1.0/templates/NOTES.txt b/stable/metube/12.2.0/templates/NOTES.txt similarity index 100% rename from stable/minecraft-bungeecord/8.1.0/templates/NOTES.txt rename to stable/metube/12.2.0/templates/NOTES.txt diff --git a/stable/minecraft-bungeecord/8.1.0/templates/common.yaml b/stable/metube/12.2.0/templates/common.yaml similarity index 100% rename from stable/minecraft-bungeecord/8.1.0/templates/common.yaml rename to stable/metube/12.2.0/templates/common.yaml diff --git a/stable/minecraft-bedrock/8.1.0/values.yaml b/stable/metube/12.2.0/values.yaml similarity index 100% rename from stable/minecraft-bedrock/8.1.0/values.yaml rename to stable/metube/12.2.0/values.yaml diff --git a/stable/mindustry/5.1.0/CHANGELOG.md b/stable/mindustry/5.1.0/CHANGELOG.md deleted file mode 100644 index 3c97d5d8c50..00000000000 --- a/stable/mindustry/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/mindustry/5.1.0/Chart.yaml b/stable/mindustry/5.1.0/Chart.yaml deleted file mode 100644 index 8139490eda3..00000000000 --- a/stable/mindustry/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/mindustry/5.1.0/charts/common-18.0.1.tgz b/stable/mindustry/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/mindustry/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/minecraft-bungeecord/8.1.0/.helmignore b/stable/mindustry/5.2.0/.helmignore similarity index 100% rename from stable/minecraft-bungeecord/8.1.0/.helmignore rename to stable/mindustry/5.2.0/.helmignore diff --git a/stable/mindustry/5.2.0/CHANGELOG.md b/stable/mindustry/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c2f768c8744 --- /dev/null +++ b/stable/mindustry/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/mindustry/5.2.0/Chart.yaml b/stable/mindustry/5.2.0/Chart.yaml new file mode 100644 index 00000000000..27467d91545 --- /dev/null +++ b/stable/mindustry/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/mindustry/5.1.0/README.md b/stable/mindustry/5.2.0/README.md similarity index 100% rename from stable/mindustry/5.1.0/README.md rename to stable/mindustry/5.2.0/README.md diff --git a/stable/mindustry/5.1.0/app-readme.md b/stable/mindustry/5.2.0/app-readme.md similarity index 100% rename from stable/mindustry/5.1.0/app-readme.md rename to stable/mindustry/5.2.0/app-readme.md diff --git a/stable/mindustry/5.2.0/charts/common-18.1.2.tgz b/stable/mindustry/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/mindustry/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/mindustry/5.1.0/ix_values.yaml b/stable/mindustry/5.2.0/ix_values.yaml similarity index 100% rename from stable/mindustry/5.1.0/ix_values.yaml rename to stable/mindustry/5.2.0/ix_values.yaml diff --git a/stable/mindustry/5.1.0/questions.yaml b/stable/mindustry/5.2.0/questions.yaml similarity index 100% rename from stable/mindustry/5.1.0/questions.yaml rename to stable/mindustry/5.2.0/questions.yaml diff --git a/stable/mindustry/5.1.0/templates/common.yaml b/stable/mindustry/5.2.0/templates/common.yaml similarity index 100% rename from stable/mindustry/5.1.0/templates/common.yaml rename to stable/mindustry/5.2.0/templates/common.yaml diff --git a/stable/minecraft-bungeecord/8.1.0/values.yaml b/stable/mindustry/5.2.0/values.yaml similarity index 100% rename from stable/minecraft-bungeecord/8.1.0/values.yaml rename to stable/mindustry/5.2.0/values.yaml diff --git a/stable/minecraft-bedrock/8.1.0/CHANGELOG.md b/stable/minecraft-bedrock/8.1.0/CHANGELOG.md deleted file mode 100644 index a7a85fb9684..00000000000 --- a/stable/minecraft-bedrock/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [minecraft-bedrock-7.1.11](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.10...minecraft-bedrock-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [minecraft-bedrock-7.1.10](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.9...minecraft-bedrock-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [minecraft-bedrock-7.1.9](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.8...minecraft-bedrock-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [minecraft-bedrock-7.1.8](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.7...minecraft-bedrock-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [minecraft-bedrock-7.1.7](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.6...minecraft-bedrock-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [minecraft-bedrock-7.1.6](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.5...minecraft-bedrock-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [minecraft-bedrock-7.1.5](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.4...minecraft-bedrock-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [minecraft-bedrock-7.1.4](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.3...minecraft-bedrock-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [minecraft-bedrock-7.1.3](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.0...minecraft-bedrock-7.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push - -- move everything to consume OCI-hosted common-chart dependency diff --git a/stable/minecraft-bedrock/8.1.0/Chart.yaml b/stable/minecraft-bedrock/8.1.0/Chart.yaml deleted file mode 100644 index 8b47b0cdba3..00000000000 --- a/stable/minecraft-bedrock/8.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2023.8.1 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/minecraft-bedrock/8.1.0/charts/common-18.0.1.tgz b/stable/minecraft-bedrock/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/minecraft-bedrock/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/minecraft-java/8.1.0/.helmignore b/stable/minecraft-bedrock/8.2.0/.helmignore similarity index 100% rename from stable/minecraft-java/8.1.0/.helmignore rename to stable/minecraft-bedrock/8.2.0/.helmignore diff --git a/stable/minecraft-bedrock/8.2.0/CHANGELOG.md b/stable/minecraft-bedrock/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..bc1fb90f5df --- /dev/null +++ b/stable/minecraft-bedrock/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [minecraft-bedrock-7.1.11](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.10...minecraft-bedrock-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [minecraft-bedrock-7.1.10](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.9...minecraft-bedrock-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [minecraft-bedrock-7.1.9](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.8...minecraft-bedrock-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [minecraft-bedrock-7.1.8](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.7...minecraft-bedrock-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [minecraft-bedrock-7.1.7](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.6...minecraft-bedrock-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [minecraft-bedrock-7.1.6](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.5...minecraft-bedrock-7.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [minecraft-bedrock-7.1.5](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.4...minecraft-bedrock-7.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [minecraft-bedrock-7.1.4](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.3...minecraft-bedrock-7.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes + +- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) + + +## [minecraft-bedrock-7.1.3](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.0...minecraft-bedrock-7.1.3) (2024-01-01) + +### Chore + + diff --git a/stable/minecraft-bedrock/8.2.0/Chart.yaml b/stable/minecraft-bedrock/8.2.0/Chart.yaml new file mode 100644 index 00000000000..a6fe57900f3 --- /dev/null +++ b/stable/minecraft-bedrock/8.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.8.1 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Minecraft Bedrock Dedicated Server +home: https://truecharts.org/charts/stable/minecraft-bedrock +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bedrock.png +keywords: + - minecraft +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: minecraft-bedrock +sources: + - https://github.com/itzg/docker-minecraft-server + - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bedrock + - https://hub.docker.com/r/itzg/minecraft-bedrock-server +type: application +version: 8.2.0 diff --git a/stable/minecraft-bedrock/8.1.0/README.md b/stable/minecraft-bedrock/8.2.0/README.md similarity index 100% rename from stable/minecraft-bedrock/8.1.0/README.md rename to stable/minecraft-bedrock/8.2.0/README.md diff --git a/stable/minecraft-bedrock/8.1.0/app-readme.md b/stable/minecraft-bedrock/8.2.0/app-readme.md similarity index 100% rename from stable/minecraft-bedrock/8.1.0/app-readme.md rename to stable/minecraft-bedrock/8.2.0/app-readme.md diff --git a/stable/minecraft-bedrock/8.2.0/charts/common-18.1.2.tgz b/stable/minecraft-bedrock/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/minecraft-bedrock/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/minecraft-bedrock/8.1.0/ix_values.yaml b/stable/minecraft-bedrock/8.2.0/ix_values.yaml similarity index 100% rename from stable/minecraft-bedrock/8.1.0/ix_values.yaml rename to stable/minecraft-bedrock/8.2.0/ix_values.yaml diff --git a/stable/minecraft-bedrock/8.1.0/questions.yaml b/stable/minecraft-bedrock/8.2.0/questions.yaml similarity index 100% rename from stable/minecraft-bedrock/8.1.0/questions.yaml rename to stable/minecraft-bedrock/8.2.0/questions.yaml diff --git a/stable/minecraft-java/8.1.0/templates/NOTES.txt b/stable/minecraft-bedrock/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/minecraft-java/8.1.0/templates/NOTES.txt rename to stable/minecraft-bedrock/8.2.0/templates/NOTES.txt diff --git a/stable/minetest/8.1.1/templates/common.yaml b/stable/minecraft-bedrock/8.2.0/templates/common.yaml similarity index 100% rename from stable/minetest/8.1.1/templates/common.yaml rename to stable/minecraft-bedrock/8.2.0/templates/common.yaml diff --git a/stable/minecraft-java/8.1.0/values.yaml b/stable/minecraft-bedrock/8.2.0/values.yaml similarity index 100% rename from stable/minecraft-java/8.1.0/values.yaml rename to stable/minecraft-bedrock/8.2.0/values.yaml diff --git a/stable/minecraft-bungeecord/8.1.0/CHANGELOG.md b/stable/minecraft-bungeecord/8.1.0/CHANGELOG.md deleted file mode 100644 index 216e400862f..00000000000 --- a/stable/minecraft-bungeecord/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/minecraft-bungeecord/8.1.0/Chart.yaml b/stable/minecraft-bungeecord/8.1.0/Chart.yaml deleted file mode 100644 index 1114f40a750..00000000000 --- a/stable/minecraft-bungeecord/8.1.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: 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.1 - 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.0 diff --git a/stable/minecraft-bungeecord/8.1.0/charts/common-18.0.1.tgz b/stable/minecraft-bungeecord/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/minecraft-bungeecord/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/minetest/8.1.1/.helmignore b/stable/minecraft-bungeecord/8.2.0/.helmignore similarity index 100% rename from stable/minetest/8.1.1/.helmignore rename to stable/minecraft-bungeecord/8.2.0/.helmignore diff --git a/stable/minecraft-bungeecord/8.2.0/CHANGELOG.md b/stable/minecraft-bungeecord/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2c415ec7feb --- /dev/null +++ b/stable/minecraft-bungeecord/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/minecraft-bungeecord/8.2.0/Chart.yaml b/stable/minecraft-bungeecord/8.2.0/Chart.yaml new file mode 100644 index 00000000000..bacad2bac0b --- /dev/null +++ b/stable/minecraft-bungeecord/8.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: proxy + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2022.4.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/minecraft-bungeecord/8.1.0/README.md b/stable/minecraft-bungeecord/8.2.0/README.md similarity index 100% rename from stable/minecraft-bungeecord/8.1.0/README.md rename to stable/minecraft-bungeecord/8.2.0/README.md diff --git a/stable/minecraft-bungeecord/8.1.0/app-readme.md b/stable/minecraft-bungeecord/8.2.0/app-readme.md similarity index 100% rename from stable/minecraft-bungeecord/8.1.0/app-readme.md rename to stable/minecraft-bungeecord/8.2.0/app-readme.md diff --git a/stable/minecraft-bungeecord/8.2.0/charts/common-18.1.2.tgz b/stable/minecraft-bungeecord/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/minecraft-bungeecord/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/minecraft-bungeecord/8.1.0/ix_values.yaml b/stable/minecraft-bungeecord/8.2.0/ix_values.yaml similarity index 100% rename from stable/minecraft-bungeecord/8.1.0/ix_values.yaml rename to stable/minecraft-bungeecord/8.2.0/ix_values.yaml diff --git a/stable/minecraft-bungeecord/8.1.0/questions.yaml b/stable/minecraft-bungeecord/8.2.0/questions.yaml similarity index 100% rename from stable/minecraft-bungeecord/8.1.0/questions.yaml rename to stable/minecraft-bungeecord/8.2.0/questions.yaml diff --git a/stable/minetest/8.1.1/templates/NOTES.txt b/stable/minecraft-bungeecord/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/minetest/8.1.1/templates/NOTES.txt rename to stable/minecraft-bungeecord/8.2.0/templates/NOTES.txt diff --git a/stable/miniflux/14.1.0/templates/common.yaml b/stable/minecraft-bungeecord/8.2.0/templates/common.yaml similarity index 100% rename from stable/miniflux/14.1.0/templates/common.yaml rename to stable/minecraft-bungeecord/8.2.0/templates/common.yaml diff --git a/stable/minetest/8.1.1/values.yaml b/stable/minecraft-bungeecord/8.2.0/values.yaml similarity index 100% rename from stable/minetest/8.1.1/values.yaml rename to stable/minecraft-bungeecord/8.2.0/values.yaml diff --git a/stable/minecraft-java/8.1.0/CHANGELOG.md b/stable/minecraft-java/8.1.0/CHANGELOG.md deleted file mode 100644 index 73438889139..00000000000 --- a/stable/minecraft-java/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [minecraft-java-7.1.14](https://github.com/truecharts/charts/compare/minecraft-java-7.1.13...minecraft-java-7.1.14) (2024-02-05) - -### Chore - - - -- update container image itzg/mc-backup to latest[@bd0854f](https://github.com/bd0854f) by renovate ([#17979](https://github.com/truecharts/charts/issues/17979)) - - -## [minecraft-java-7.1.13](https://github.com/truecharts/charts/compare/minecraft-java-7.1.12...minecraft-java-7.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [minecraft-java-7.1.11](https://github.com/truecharts/charts/compare/minecraft-java-7.1.10...minecraft-java-7.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [minecraft-java-7.1.10](https://github.com/truecharts/charts/compare/minecraft-java-7.1.9...minecraft-java-7.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [minecraft-java-7.1.9](https://github.com/truecharts/charts/compare/minecraft-java-7.1.8...minecraft-java-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [minecraft-java-7.1.8](https://github.com/truecharts/charts/compare/minecraft-java-7.1.7...minecraft-java-7.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [minecraft-java-7.1.7](https://github.com/truecharts/charts/compare/minecraft-java-7.1.6...minecraft-java-7.1.7) (2024-01-14) - -### Fix - - - -- mcbackup wrong service name in host ([#17089](https://github.com/truecharts/charts/issues/17089)) - - - - -## [minecraft-java-7.1.6](https://github.com/truecharts/charts/compare/minecraft-java-7.1.5...minecraft-java-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [minecraft-java-7.1.5](https://github.com/truecharts/charts/compare/minecraft-java-7.1.4...minecraft-java-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs diff --git a/stable/minecraft-java/8.1.0/Chart.yaml b/stable/minecraft-java/8.1.0/Chart.yaml deleted file mode 100644 index 44a9a03448d..00000000000 --- a/stable/minecraft-java/8.1.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: 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.1 - 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.0 diff --git a/stable/minecraft-java/8.1.0/charts/common-18.0.1.tgz b/stable/minecraft-java/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/minecraft-java/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/miniflux/14.1.0/.helmignore b/stable/minecraft-java/8.2.0/.helmignore similarity index 100% rename from stable/miniflux/14.1.0/.helmignore rename to stable/minecraft-java/8.2.0/.helmignore diff --git a/stable/minecraft-java/8.2.0/CHANGELOG.md b/stable/minecraft-java/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e65321aa69f --- /dev/null +++ b/stable/minecraft-java/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + +## [minecraft-java-7.1.14](https://github.com/truecharts/charts/compare/minecraft-java-7.1.13...minecraft-java-7.1.14) (2024-02-05) + +### Chore + + + +- update container image itzg/mc-backup to latest[@bd0854f](https://github.com/bd0854f) by renovate ([#17979](https://github.com/truecharts/charts/issues/17979)) + + +## [minecraft-java-7.1.13](https://github.com/truecharts/charts/compare/minecraft-java-7.1.12...minecraft-java-7.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [minecraft-java-7.1.11](https://github.com/truecharts/charts/compare/minecraft-java-7.1.10...minecraft-java-7.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [minecraft-java-7.1.10](https://github.com/truecharts/charts/compare/minecraft-java-7.1.9...minecraft-java-7.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [minecraft-java-7.1.9](https://github.com/truecharts/charts/compare/minecraft-java-7.1.8...minecraft-java-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [minecraft-java-7.1.8](https://github.com/truecharts/charts/compare/minecraft-java-7.1.7...minecraft-java-7.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [minecraft-java-7.1.7](https://github.com/truecharts/charts/compare/minecraft-java-7.1.6...minecraft-java-7.1.7) (2024-01-14) + +### Fix + + + +- mcbackup wrong service name in host ([#17089](https://github.com/truecharts/charts/issues/17089)) + + + + +## [minecraft-java-7.1.6](https://github.com/truecharts/charts/compare/minecraft-java-7.1.5...minecraft-java-7.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [minecraft-java-7.1.5](https://github.com/truecharts/charts/compare/minecraft-java-7.1.4...minecraft-java-7.1.5) (2024-01-02) + +### Chore diff --git a/stable/minecraft-java/8.2.0/Chart.yaml b/stable/minecraft-java/8.2.0/Chart.yaml new file mode 100644 index 00000000000..adb4128f7d6 --- /dev/null +++ b/stable/minecraft-java/8.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.11.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/minecraft-java/8.1.0/README.md b/stable/minecraft-java/8.2.0/README.md similarity index 100% rename from stable/minecraft-java/8.1.0/README.md rename to stable/minecraft-java/8.2.0/README.md diff --git a/stable/minecraft-java/8.1.0/app-readme.md b/stable/minecraft-java/8.2.0/app-readme.md similarity index 100% rename from stable/minecraft-java/8.1.0/app-readme.md rename to stable/minecraft-java/8.2.0/app-readme.md diff --git a/stable/minecraft-java/8.2.0/charts/common-18.1.2.tgz b/stable/minecraft-java/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/minecraft-java/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/minecraft-java/8.1.0/ix_values.yaml b/stable/minecraft-java/8.2.0/ix_values.yaml similarity index 100% rename from stable/minecraft-java/8.1.0/ix_values.yaml rename to stable/minecraft-java/8.2.0/ix_values.yaml diff --git a/stable/minecraft-java/8.1.0/questions.yaml b/stable/minecraft-java/8.2.0/questions.yaml similarity index 100% rename from stable/minecraft-java/8.1.0/questions.yaml rename to stable/minecraft-java/8.2.0/questions.yaml diff --git a/stable/minio-console/10.1.0/templates/NOTES.txt b/stable/minecraft-java/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/minio-console/10.1.0/templates/NOTES.txt rename to stable/minecraft-java/8.2.0/templates/NOTES.txt diff --git a/stable/minecraft-java/8.1.0/templates/common.yaml b/stable/minecraft-java/8.2.0/templates/common.yaml similarity index 100% rename from stable/minecraft-java/8.1.0/templates/common.yaml rename to stable/minecraft-java/8.2.0/templates/common.yaml diff --git a/stable/miniflux/14.1.0/values.yaml b/stable/minecraft-java/8.2.0/values.yaml similarity index 100% rename from stable/miniflux/14.1.0/values.yaml rename to stable/minecraft-java/8.2.0/values.yaml diff --git a/stable/minetest/8.1.1/CHANGELOG.md b/stable/minetest/8.1.1/CHANGELOG.md deleted file mode 100644 index 4d4b54ff7b8..00000000000 --- a/stable/minetest/8.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - -## [minetest-7.1.16](https://github.com/truecharts/charts/compare/minetest-7.1.15...minetest-7.1.16) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/minetest to 5.8.0[@eaf5138](https://github.com/eaf5138) by renovate ([#18068](https://github.com/truecharts/charts/issues/18068)) - - -## [minetest-7.1.15](https://github.com/truecharts/charts/compare/minetest-7.1.14...minetest-7.1.15) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/minetest to 5.8.0[@885c61f](https://github.com/885c61f) by renovate ([#17858](https://github.com/truecharts/charts/issues/17858)) - - -## [minetest-7.1.14](https://github.com/truecharts/charts/compare/minetest-7.1.13...minetest-7.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [minetest-7.1.13](https://github.com/truecharts/charts/compare/minetest-7.1.12...minetest-7.1.13) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/minetest to 5.8.0[@d9b67b1](https://github.com/d9b67b1) by renovate ([#17613](https://github.com/truecharts/charts/issues/17613)) - - -## [minetest-7.1.12](https://github.com/truecharts/charts/compare/minetest-7.1.11...minetest-7.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [minetest-7.1.11](https://github.com/truecharts/charts/compare/minetest-7.1.10...minetest-7.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [minetest-7.1.10](https://github.com/truecharts/charts/compare/minetest-7.1.9...minetest-7.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [minetest-7.1.9](https://github.com/truecharts/charts/compare/minetest-7.1.8...minetest-7.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [minetest-7.1.8](https://github.com/truecharts/charts/compare/minetest-7.1.7...minetest-7.1.8) (2024-01-14) - -### Chore - - - -- update container image ghcr.io/linuxserver/minetest to 5.8.0[@6f5fbd7](https://github.com/6f5fbd7) by renovate ([#17143](https://github.com/truecharts/charts/issues/17143)) - - - - -## [minetest-7.1.7](https://github.com/truecharts/charts/compare/minetest-7.1.6...minetest-7.1.7) (2024-01-09) diff --git a/stable/minetest/8.1.1/Chart.yaml b/stable/minetest/8.1.1/Chart.yaml deleted file mode 100644 index 89ca7cc788b..00000000000 --- a/stable/minetest/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: 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.1 diff --git a/stable/minetest/8.1.1/charts/common-18.0.2.tgz b/stable/minetest/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/minetest/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/minetest/8.1.1/ix_values.yaml b/stable/minetest/8.1.1/ix_values.yaml deleted file mode 100644 index 0d1baba4eb6..00000000000 --- a/stable/minetest/8.1.1/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/mininote/5.1.0/.helmignore b/stable/minetest/8.2.0/.helmignore similarity index 100% rename from stable/mininote/5.1.0/.helmignore rename to stable/minetest/8.2.0/.helmignore diff --git a/stable/minetest/8.2.0/CHANGELOG.md b/stable/minetest/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..7d9fc3a5b6e --- /dev/null +++ b/stable/minetest/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + +## [minetest-7.1.16](https://github.com/truecharts/charts/compare/minetest-7.1.15...minetest-7.1.16) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/minetest to 5.8.0[@eaf5138](https://github.com/eaf5138) by renovate ([#18068](https://github.com/truecharts/charts/issues/18068)) + + +## [minetest-7.1.15](https://github.com/truecharts/charts/compare/minetest-7.1.14...minetest-7.1.15) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/minetest to 5.8.0[@885c61f](https://github.com/885c61f) by renovate ([#17858](https://github.com/truecharts/charts/issues/17858)) + + +## [minetest-7.1.14](https://github.com/truecharts/charts/compare/minetest-7.1.13...minetest-7.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [minetest-7.1.13](https://github.com/truecharts/charts/compare/minetest-7.1.12...minetest-7.1.13) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/minetest to 5.8.0[@d9b67b1](https://github.com/d9b67b1) by renovate ([#17613](https://github.com/truecharts/charts/issues/17613)) + + +## [minetest-7.1.12](https://github.com/truecharts/charts/compare/minetest-7.1.11...minetest-7.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [minetest-7.1.11](https://github.com/truecharts/charts/compare/minetest-7.1.10...minetest-7.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [minetest-7.1.10](https://github.com/truecharts/charts/compare/minetest-7.1.9...minetest-7.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [minetest-7.1.9](https://github.com/truecharts/charts/compare/minetest-7.1.8...minetest-7.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [minetest-7.1.8](https://github.com/truecharts/charts/compare/minetest-7.1.7...minetest-7.1.8) (2024-01-14) + +### Chore + + + +- update container image ghcr.io/linuxserver/minetest to 5.8.0[@6f5fbd7](https://github.com/6f5fbd7) by renovate ([#17143](https://github.com/truecharts/charts/issues/17143)) + diff --git a/stable/minetest/8.2.0/Chart.yaml b/stable/minetest/8.2.0/Chart.yaml new file mode 100644 index 00000000000..c97751c9069 --- /dev/null +++ b/stable/minetest/8.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.8.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/minetest/8.1.1/README.md b/stable/minetest/8.2.0/README.md similarity index 100% rename from stable/minetest/8.1.1/README.md rename to stable/minetest/8.2.0/README.md diff --git a/stable/minetest/8.1.1/app-readme.md b/stable/minetest/8.2.0/app-readme.md similarity index 100% rename from stable/minetest/8.1.1/app-readme.md rename to stable/minetest/8.2.0/app-readme.md diff --git a/stable/minetest/8.2.0/charts/common-18.1.2.tgz b/stable/minetest/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/minetest/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/minetest/8.2.0/ix_values.yaml b/stable/minetest/8.2.0/ix_values.yaml new file mode 100644 index 00000000000..dd9be8254d6 --- /dev/null +++ b/stable/minetest/8.2.0/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.1/questions.yaml b/stable/minetest/8.2.0/questions.yaml similarity index 100% rename from stable/minetest/8.1.1/questions.yaml rename to stable/minetest/8.2.0/questions.yaml diff --git a/stable/minio/11.1.1/templates/NOTES.txt b/stable/minetest/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/minio/11.1.1/templates/NOTES.txt rename to stable/minetest/8.2.0/templates/NOTES.txt diff --git a/stable/minio-console/10.1.0/templates/common.yaml b/stable/minetest/8.2.0/templates/common.yaml similarity index 100% rename from stable/minio-console/10.1.0/templates/common.yaml rename to stable/minetest/8.2.0/templates/common.yaml diff --git a/stable/mininote/5.1.0/values.yaml b/stable/minetest/8.2.0/values.yaml similarity index 100% rename from stable/mininote/5.1.0/values.yaml rename to stable/minetest/8.2.0/values.yaml diff --git a/stable/miniflux/14.1.0/CHANGELOG.md b/stable/miniflux/14.1.0/CHANGELOG.md deleted file mode 100644 index 4d445af6086..00000000000 --- a/stable/miniflux/14.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/miniflux/14.1.0/Chart.yaml b/stable/miniflux/14.1.0/Chart.yaml deleted file mode 100644 index adee0c6c1a4..00000000000 --- a/stable/miniflux/14.1.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: 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.1 - 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.0 diff --git a/stable/miniflux/14.1.0/charts/common-18.0.1.tgz b/stable/miniflux/14.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/miniflux/14.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/minio-console/10.1.0/.helmignore b/stable/miniflux/14.2.0/.helmignore similarity index 100% rename from stable/minio-console/10.1.0/.helmignore rename to stable/miniflux/14.2.0/.helmignore diff --git a/stable/miniflux/14.2.0/CHANGELOG.md b/stable/miniflux/14.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d423bf14e94 --- /dev/null +++ b/stable/miniflux/14.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/miniflux/14.2.0/Chart.yaml b/stable/miniflux/14.2.0/Chart.yaml new file mode 100644 index 00000000000..b28a9588463 --- /dev/null +++ b/stable/miniflux/14.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: rss + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/miniflux/14.1.0/README.md b/stable/miniflux/14.2.0/README.md similarity index 100% rename from stable/miniflux/14.1.0/README.md rename to stable/miniflux/14.2.0/README.md diff --git a/stable/miniflux/14.1.0/app-readme.md b/stable/miniflux/14.2.0/app-readme.md similarity index 100% rename from stable/miniflux/14.1.0/app-readme.md rename to stable/miniflux/14.2.0/app-readme.md diff --git a/stable/miniflux/14.2.0/charts/common-18.1.2.tgz b/stable/miniflux/14.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/miniflux/14.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/miniflux/14.1.0/ix_values.yaml b/stable/miniflux/14.2.0/ix_values.yaml similarity index 100% rename from stable/miniflux/14.1.0/ix_values.yaml rename to stable/miniflux/14.2.0/ix_values.yaml diff --git a/stable/miniflux/14.1.0/questions.yaml b/stable/miniflux/14.2.0/questions.yaml similarity index 100% rename from stable/miniflux/14.1.0/questions.yaml rename to stable/miniflux/14.2.0/questions.yaml diff --git a/stable/minio/11.1.1/templates/common.yaml b/stable/miniflux/14.2.0/templates/common.yaml similarity index 100% rename from stable/minio/11.1.1/templates/common.yaml rename to stable/miniflux/14.2.0/templates/common.yaml diff --git a/stable/minio-console/10.1.0/values.yaml b/stable/miniflux/14.2.0/values.yaml similarity index 100% rename from stable/minio-console/10.1.0/values.yaml rename to stable/miniflux/14.2.0/values.yaml diff --git a/stable/mininote/5.1.0/CHANGELOG.md b/stable/mininote/5.1.0/CHANGELOG.md deleted file mode 100644 index 95d906d9537..00000000000 --- a/stable/mininote/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/mininote/5.1.0/Chart.yaml b/stable/mininote/5.1.0/Chart.yaml deleted file mode 100644 index 2f9b6bcf942..00000000000 --- a/stable/mininote/5.1.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: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/mininote/5.1.0/charts/common-18.0.1.tgz b/stable/mininote/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/mininote/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/minio/11.1.1/.helmignore b/stable/mininote/5.2.0/.helmignore similarity index 100% rename from stable/minio/11.1.1/.helmignore rename to stable/mininote/5.2.0/.helmignore diff --git a/stable/mininote/5.2.0/CHANGELOG.md b/stable/mininote/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..316bfcbb602 --- /dev/null +++ b/stable/mininote/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/mininote/5.2.0/Chart.yaml b/stable/mininote/5.2.0/Chart.yaml new file mode 100644 index 00000000000..623eb513fd6 --- /dev/null +++ b/stable/mininote/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/mininote/5.1.0/README.md b/stable/mininote/5.2.0/README.md similarity index 100% rename from stable/mininote/5.1.0/README.md rename to stable/mininote/5.2.0/README.md diff --git a/stable/mininote/5.1.0/app-readme.md b/stable/mininote/5.2.0/app-readme.md similarity index 100% rename from stable/mininote/5.1.0/app-readme.md rename to stable/mininote/5.2.0/app-readme.md diff --git a/stable/mininote/5.2.0/charts/common-18.1.2.tgz b/stable/mininote/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/mininote/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/mininote/5.1.0/ix_values.yaml b/stable/mininote/5.2.0/ix_values.yaml similarity index 100% rename from stable/mininote/5.1.0/ix_values.yaml rename to stable/mininote/5.2.0/ix_values.yaml diff --git a/stable/mininote/5.1.0/questions.yaml b/stable/mininote/5.2.0/questions.yaml similarity index 100% rename from stable/mininote/5.1.0/questions.yaml rename to stable/mininote/5.2.0/questions.yaml diff --git a/stable/mininote/5.1.0/templates/common.yaml b/stable/mininote/5.2.0/templates/common.yaml similarity index 100% rename from stable/mininote/5.1.0/templates/common.yaml rename to stable/mininote/5.2.0/templates/common.yaml diff --git a/stable/minio/11.1.1/values.yaml b/stable/mininote/5.2.0/values.yaml similarity index 100% rename from stable/minio/11.1.1/values.yaml rename to stable/mininote/5.2.0/values.yaml diff --git a/stable/minio-console/10.1.0/CHANGELOG.md b/stable/minio-console/10.1.0/CHANGELOG.md deleted file mode 100644 index 43d806404c4..00000000000 --- a/stable/minio-console/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/minio-console/10.1.0/Chart.yaml b/stable/minio-console/10.1.0/Chart.yaml deleted file mode 100644 index 44812fdd9b6..00000000000 --- a/stable/minio-console/10.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.30.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/minio-console/10.1.0/charts/common-18.0.1.tgz b/stable/minio-console/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/minio-console/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/minisatip/9.1.0/.helmignore b/stable/minio-console/10.2.0/.helmignore similarity index 100% rename from stable/minisatip/9.1.0/.helmignore rename to stable/minio-console/10.2.0/.helmignore diff --git a/stable/minio-console/10.2.0/CHANGELOG.md b/stable/minio-console/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e287b610716 --- /dev/null +++ b/stable/minio-console/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/minio-console/10.2.0/Chart.yaml b/stable/minio-console/10.2.0/Chart.yaml new file mode 100644 index 00000000000..96758e802e1 --- /dev/null +++ b/stable/minio-console/10.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.30.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/minio-console/10.1.0/README.md b/stable/minio-console/10.2.0/README.md similarity index 100% rename from stable/minio-console/10.1.0/README.md rename to stable/minio-console/10.2.0/README.md diff --git a/stable/minio-console/10.1.0/app-readme.md b/stable/minio-console/10.2.0/app-readme.md similarity index 100% rename from stable/minio-console/10.1.0/app-readme.md rename to stable/minio-console/10.2.0/app-readme.md diff --git a/stable/minio-console/10.2.0/charts/common-18.1.2.tgz b/stable/minio-console/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/minio-console/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/minio-console/10.1.0/ix_values.yaml b/stable/minio-console/10.2.0/ix_values.yaml similarity index 100% rename from stable/minio-console/10.1.0/ix_values.yaml rename to stable/minio-console/10.2.0/ix_values.yaml diff --git a/stable/minio-console/10.1.0/questions.yaml b/stable/minio-console/10.2.0/questions.yaml similarity index 100% rename from stable/minio-console/10.1.0/questions.yaml rename to stable/minio-console/10.2.0/questions.yaml diff --git a/stable/minisatip/9.1.0/templates/NOTES.txt b/stable/minio-console/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/minisatip/9.1.0/templates/NOTES.txt rename to stable/minio-console/10.2.0/templates/NOTES.txt diff --git a/stable/minisatip/9.1.0/templates/common.yaml b/stable/minio-console/10.2.0/templates/common.yaml similarity index 100% rename from stable/minisatip/9.1.0/templates/common.yaml rename to stable/minio-console/10.2.0/templates/common.yaml diff --git a/stable/minisatip/9.1.0/values.yaml b/stable/minio-console/10.2.0/values.yaml similarity index 100% rename from stable/minisatip/9.1.0/values.yaml rename to stable/minio-console/10.2.0/values.yaml diff --git a/stable/minio/11.1.1/CHANGELOG.md b/stable/minio/11.1.1/CHANGELOG.md deleted file mode 100644 index e41fc8313b1..00000000000 --- a/stable/minio/11.1.1/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) - -### Chore diff --git a/stable/minio/11.1.1/Chart.yaml b/stable/minio/11.1.1/Chart.yaml deleted file mode 100644 index e840f7bc56c..00000000000 --- a/stable/minio/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: 2024.02.09 -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.1 diff --git a/stable/minio/11.1.1/charts/common-18.0.2.tgz b/stable/minio/11.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/minio/11.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/minio/11.1.1/ix_values.yaml b/stable/minio/11.1.1/ix_values.yaml deleted file mode 100644 index 01471cdde0a..00000000000 --- a/stable/minio/11.1.1/ix_values.yaml +++ /dev/null @@ -1,63 +0,0 @@ -image: - repository: minio/minio - tag: RELEASE.2024-02-09T21-25-16Z@sha256:68622c3e49dd98fbbcb8200729297207759d52e3b02d2ed908c1a7ff3b83f3f7 - 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/misskey/8.1.0/.helmignore b/stable/minio/11.2.0/.helmignore similarity index 100% rename from stable/misskey/8.1.0/.helmignore rename to stable/minio/11.2.0/.helmignore diff --git a/stable/minio/11.2.0/CHANGELOG.md b/stable/minio/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..81bbea38d2c --- /dev/null +++ b/stable/minio/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + +## [minio-10.1.1](https://github.com/truecharts/charts/compare/minio-10.1.0...minio-10.1.1) (2024-02-12) + +### Chore + + + +- update container image minio/minio to vrelease.2024-02-09t21-25-16z[@68622c3](https://github.com/68622c3) by renovate ([#18144](https://github.com/truecharts/charts/issues/18144)) + + +## [minio-10.1.0](https://github.com/truecharts/charts/compare/minio-10.0.11...minio-10.1.0) (2024-02-05) + +### Chore + + + +- update container image minio/minio to vrelease.2024-02-04t22-36-13z[@edc8947](https://github.com/edc8947) by renovate ([#17964](https://github.com/truecharts/charts/issues/17964)) + + +## [minio-10.0.11](https://github.com/truecharts/charts/compare/minio-10.0.10...minio-10.0.11) (2024-02-05) + +### Chore + + + +- update container image minio/minio to vrelease.2024-01-31t20-20-33z[@4092433](https://github.com/4092433) by renovate ([#17924](https://github.com/truecharts/charts/issues/17924)) + + +## [minio-10.0.10](https://github.com/truecharts/charts/compare/minio-10.0.9...minio-10.0.10) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [minio-10.0.9](https://github.com/truecharts/charts/compare/minio-10.0.8...minio-10.0.9) (2024-01-29) + +### Chore + + + +- update container image minio/minio to vrelease.2024-01-29t03-56-32z[@9b19278](https://github.com/9b19278) by renovate ([#17726](https://github.com/truecharts/charts/issues/17726)) + + +## [minio-10.0.8](https://github.com/truecharts/charts/compare/minio-10.0.7...minio-10.0.8) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [minio-10.0.7](https://github.com/truecharts/charts/compare/minio-10.0.6...minio-10.0.7) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [minio-10.0.6](https://github.com/truecharts/charts/compare/minio-10.0.5...minio-10.0.6) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [minio-10.0.5](https://github.com/truecharts/charts/compare/minio-10.0.4...minio-10.0.5) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + diff --git a/stable/minio/11.2.0/Chart.yaml b/stable/minio/11.2.0/Chart.yaml new file mode 100644 index 00000000000..c5b7d55086d --- /dev/null +++ b/stable/minio/11.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.02.26 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Minio is a self-hosted S3 storage server +home: https://truecharts.org/charts/stable/minio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio.png +keywords: + - minio + - s3 + - storage +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: minio +sources: + - https://github.com/minio/minio + - https://github.com/truecharts/charts/tree/master/charts/stable/minio + - https://hub.docker.com/r/minio/minio +type: application +version: 11.2.0 diff --git a/stable/minio/11.1.1/README.md b/stable/minio/11.2.0/README.md similarity index 100% rename from stable/minio/11.1.1/README.md rename to stable/minio/11.2.0/README.md diff --git a/stable/minio/11.1.1/app-readme.md b/stable/minio/11.2.0/app-readme.md similarity index 100% rename from stable/minio/11.1.1/app-readme.md rename to stable/minio/11.2.0/app-readme.md diff --git a/stable/minio/11.2.0/charts/common-18.1.2.tgz b/stable/minio/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/minio/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/minio/11.2.0/ix_values.yaml b/stable/minio/11.2.0/ix_values.yaml new file mode 100644 index 00000000000..6f39dee54f1 --- /dev/null +++ b/stable/minio/11.2.0/ix_values.yaml @@ -0,0 +1,63 @@ +image: + repository: minio/minio + tag: RELEASE.2024-02-26T09-33-48Z@sha256:b4426663e5b4cd9648debdb2ad9ff512ec1fedaa0ca3d892512606203fb05550 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10107 + targetPort: 10107 + api: + enabled: true + ports: + api: + enabled: true + targetPort: 10106 + port: 10106 +ingress: + api: + targetSelector: + api: api +persistence: + config: + enabled: true + mountPath: "/data" +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + custom: true + spec: + httpGet: + scheme: HTTP + path: "/minio/health/live" + port: 10106 + readiness: + custom: true + spec: + httpGet: + scheme: HTTP + path: "/minio/health/ready" + port: 10106 + args: + - "server" + - "/data" + - "--address" + - ":10106" + - "--console-address" + - ":10107" + env: + MINIO_ROOT_USER: "minio" + MINIO_BROWSER_REDIRECT_URL: "" + MINIO_SERVER_URL: "" + MINIO_ROOT_PASSWORD: "changeme" diff --git a/stable/minio/11.1.1/questions.yaml b/stable/minio/11.2.0/questions.yaml similarity index 100% rename from stable/minio/11.1.1/questions.yaml rename to stable/minio/11.2.0/questions.yaml diff --git a/stable/misskey/8.1.0/templates/NOTES.txt b/stable/minio/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/misskey/8.1.0/templates/NOTES.txt rename to stable/minio/11.2.0/templates/NOTES.txt diff --git a/stable/mkvcleaver/9.1.0/templates/common.yaml b/stable/minio/11.2.0/templates/common.yaml similarity index 100% rename from stable/mkvcleaver/9.1.0/templates/common.yaml rename to stable/minio/11.2.0/templates/common.yaml diff --git a/stable/misskey/8.1.0/values.yaml b/stable/minio/11.2.0/values.yaml similarity index 100% rename from stable/misskey/8.1.0/values.yaml rename to stable/minio/11.2.0/values.yaml diff --git a/stable/minisatip/9.1.0/CHANGELOG.md b/stable/minisatip/9.1.0/CHANGELOG.md deleted file mode 100644 index 02ec39da4e8..00000000000 --- a/stable/minisatip/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/minisatip/9.1.0/Chart.yaml b/stable/minisatip/9.1.0/Chart.yaml deleted file mode 100644 index 189dc495bfc..00000000000 --- a/stable/minisatip/9.1.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: 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.1 - 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.0 diff --git a/stable/minisatip/9.1.0/charts/common-18.0.1.tgz b/stable/minisatip/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/minisatip/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/mkvcleaver/9.1.0/.helmignore b/stable/minisatip/9.2.0/.helmignore similarity index 100% rename from stable/mkvcleaver/9.1.0/.helmignore rename to stable/minisatip/9.2.0/.helmignore diff --git a/stable/minisatip/9.2.0/CHANGELOG.md b/stable/minisatip/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e222692e792 --- /dev/null +++ b/stable/minisatip/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/minisatip/9.2.0/Chart.yaml b/stable/minisatip/9.2.0/Chart.yaml new file mode 100644 index 00000000000..e18811217b2 --- /dev/null +++ b/stable/minisatip/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utility + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.12.01 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/minisatip/9.1.0/README.md b/stable/minisatip/9.2.0/README.md similarity index 100% rename from stable/minisatip/9.1.0/README.md rename to stable/minisatip/9.2.0/README.md diff --git a/stable/minisatip/9.1.0/app-readme.md b/stable/minisatip/9.2.0/app-readme.md similarity index 100% rename from stable/minisatip/9.1.0/app-readme.md rename to stable/minisatip/9.2.0/app-readme.md diff --git a/stable/minisatip/9.2.0/charts/common-18.1.2.tgz b/stable/minisatip/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/minisatip/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/minisatip/9.1.0/ix_values.yaml b/stable/minisatip/9.2.0/ix_values.yaml similarity index 100% rename from stable/minisatip/9.1.0/ix_values.yaml rename to stable/minisatip/9.2.0/ix_values.yaml diff --git a/stable/minisatip/9.1.0/questions.yaml b/stable/minisatip/9.2.0/questions.yaml similarity index 100% rename from stable/minisatip/9.1.0/questions.yaml rename to stable/minisatip/9.2.0/questions.yaml diff --git a/stable/mkvcleaver/9.1.0/templates/NOTES.txt b/stable/minisatip/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/mkvcleaver/9.1.0/templates/NOTES.txt rename to stable/minisatip/9.2.0/templates/NOTES.txt diff --git a/stable/mkvtoolnix/10.1.0/templates/common.yaml b/stable/minisatip/9.2.0/templates/common.yaml similarity index 100% rename from stable/mkvtoolnix/10.1.0/templates/common.yaml rename to stable/minisatip/9.2.0/templates/common.yaml diff --git a/stable/mkvcleaver/9.1.0/values.yaml b/stable/minisatip/9.2.0/values.yaml similarity index 100% rename from stable/mkvcleaver/9.1.0/values.yaml rename to stable/minisatip/9.2.0/values.yaml diff --git a/stable/misskey/8.1.0/CHANGELOG.md b/stable/misskey/8.1.0/CHANGELOG.md deleted file mode 100644 index 6e33a9128c8..00000000000 --- a/stable/misskey/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [misskey-7.1.16](https://github.com/truecharts/charts/compare/misskey-7.1.15...misskey-7.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [misskey-7.1.15](https://github.com/truecharts/charts/compare/misskey-7.1.14...misskey-7.1.15) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [misskey-7.1.14](https://github.com/truecharts/charts/compare/misskey-7.1.13...misskey-7.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [misskey-7.1.13](https://github.com/truecharts/charts/compare/misskey-7.1.12...misskey-7.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [misskey-7.1.12](https://github.com/truecharts/charts/compare/misskey-7.1.11...misskey-7.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [misskey-7.1.11](https://github.com/truecharts/charts/compare/misskey-7.1.10...misskey-7.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [misskey-7.1.10](https://github.com/truecharts/charts/compare/misskey-7.1.9...misskey-7.1.10) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [misskey-7.1.9](https://github.com/truecharts/charts/compare/misskey-7.1.8...misskey-7.1.9) (2024-01-02) - -### Chore - - - -- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) - - -## [misskey-7.1.8](https://github.com/truecharts/charts/compare/misskey-7.1.7...misskey-7.1.8) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs \ No newline at end of file diff --git a/stable/misskey/8.1.0/Chart.yaml b/stable/misskey/8.1.0/Chart.yaml deleted file mode 100644 index ebbfe320da2..00000000000 --- a/stable/misskey/8.1.0/Chart.yaml +++ /dev/null @@ -1,48 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Social - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.2.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/misskey/8.1.0/charts/common-18.0.1.tgz b/stable/misskey/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/misskey/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/mkvtoolnix/10.1.0/.helmignore b/stable/misskey/8.2.0/.helmignore similarity index 100% rename from stable/mkvtoolnix/10.1.0/.helmignore rename to stable/misskey/8.2.0/.helmignore diff --git a/stable/misskey/8.2.0/CHANGELOG.md b/stable/misskey/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..4a9a6761e88 --- /dev/null +++ b/stable/misskey/8.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + +## [misskey-7.1.16](https://github.com/truecharts/charts/compare/misskey-7.1.15...misskey-7.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [misskey-7.1.15](https://github.com/truecharts/charts/compare/misskey-7.1.14...misskey-7.1.15) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [misskey-7.1.14](https://github.com/truecharts/charts/compare/misskey-7.1.13...misskey-7.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [misskey-7.1.13](https://github.com/truecharts/charts/compare/misskey-7.1.12...misskey-7.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [misskey-7.1.12](https://github.com/truecharts/charts/compare/misskey-7.1.11...misskey-7.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [misskey-7.1.11](https://github.com/truecharts/charts/compare/misskey-7.1.10...misskey-7.1.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [misskey-7.1.10](https://github.com/truecharts/charts/compare/misskey-7.1.9...misskey-7.1.10) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [misskey-7.1.9](https://github.com/truecharts/charts/compare/misskey-7.1.8...misskey-7.1.9) (2024-01-02) + +### Chore + + + +- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) + + +## [misskey-7.1.8](https://github.com/truecharts/charts/compare/misskey-7.1.7...misskey-7.1.8) (2024-01-02) + +### Chore \ No newline at end of file diff --git a/stable/misskey/8.2.0/Chart.yaml b/stable/misskey/8.2.0/Chart.yaml new file mode 100644 index 00000000000..ed5b11bb35f --- /dev/null +++ b/stable/misskey/8.2.0/Chart.yaml @@ -0,0 +1,48 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Social + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.2.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open source decentralized social media platform that's free forever! +home: https://truecharts.org/charts/stable/misskey +icon: https://truecharts.org/img/hotlink-ok/chart-icons/misskey.png +keywords: + - Misskey + - Social + - Friend + - Social Media + - Fediverse + - ActivityPub +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: misskey +sources: + - https://github.com/misskey-dev/misskey/ + - https://github.com/truecharts/charts/tree/master/charts/stable/misskey + - https://hub.docker.com/r/misskey/misskey +type: application +version: 8.2.0 diff --git a/stable/misskey/8.1.0/README.md b/stable/misskey/8.2.0/README.md similarity index 100% rename from stable/misskey/8.1.0/README.md rename to stable/misskey/8.2.0/README.md diff --git a/stable/misskey/8.1.0/app-readme.md b/stable/misskey/8.2.0/app-readme.md similarity index 100% rename from stable/misskey/8.1.0/app-readme.md rename to stable/misskey/8.2.0/app-readme.md diff --git a/stable/misskey/8.2.0/charts/common-18.1.2.tgz b/stable/misskey/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/misskey/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/misskey/8.1.0/charts/redis-11.2.1.tgz b/stable/misskey/8.2.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/misskey/8.1.0/charts/redis-11.2.1.tgz rename to stable/misskey/8.2.0/charts/redis-11.2.1.tgz diff --git a/stable/misskey/8.1.0/ix_values.yaml b/stable/misskey/8.2.0/ix_values.yaml similarity index 100% rename from stable/misskey/8.1.0/ix_values.yaml rename to stable/misskey/8.2.0/ix_values.yaml diff --git a/stable/misskey/8.1.0/questions.yaml b/stable/misskey/8.2.0/questions.yaml similarity index 100% rename from stable/misskey/8.1.0/questions.yaml rename to stable/misskey/8.2.0/questions.yaml diff --git a/stable/mkvtoolnix/10.1.0/templates/NOTES.txt b/stable/misskey/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/mkvtoolnix/10.1.0/templates/NOTES.txt rename to stable/misskey/8.2.0/templates/NOTES.txt diff --git a/stable/misskey/8.1.0/templates/_configmap.tpl b/stable/misskey/8.2.0/templates/_configmap.tpl similarity index 100% rename from stable/misskey/8.1.0/templates/_configmap.tpl rename to stable/misskey/8.2.0/templates/_configmap.tpl diff --git a/stable/misskey/8.1.0/templates/common.yaml b/stable/misskey/8.2.0/templates/common.yaml similarity index 100% rename from stable/misskey/8.1.0/templates/common.yaml rename to stable/misskey/8.2.0/templates/common.yaml diff --git a/stable/mkvtoolnix/10.1.0/values.yaml b/stable/misskey/8.2.0/values.yaml similarity index 100% rename from stable/mkvtoolnix/10.1.0/values.yaml rename to stable/misskey/8.2.0/values.yaml diff --git a/stable/mkvcleaver/9.1.0/CHANGELOG.md b/stable/mkvcleaver/9.1.0/CHANGELOG.md deleted file mode 100644 index 8749c428ee7..00000000000 --- a/stable/mkvcleaver/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/mkvcleaver/9.1.0/Chart.yaml b/stable/mkvcleaver/9.1.0/Chart.yaml deleted file mode 100644 index 1e628ea7486..00000000000 --- a/stable/mkvcleaver/9.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/mkvcleaver/9.1.0/charts/common-18.0.1.tgz b/stable/mkvcleaver/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/mkvcleaver/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/modsecurity-crs/3.1.0/.helmignore b/stable/mkvcleaver/9.2.0/.helmignore similarity index 100% rename from stable/modsecurity-crs/3.1.0/.helmignore rename to stable/mkvcleaver/9.2.0/.helmignore diff --git a/stable/mkvcleaver/9.2.0/CHANGELOG.md b/stable/mkvcleaver/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..949291d9158 --- /dev/null +++ b/stable/mkvcleaver/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + +## [mkvcleaver-7.1.11](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.10...mkvcleaver-7.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mkvcleaver-7.1.10](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.9...mkvcleaver-7.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mkvcleaver-7.1.9](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.8...mkvcleaver-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [mkvcleaver-7.1.8](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.7...mkvcleaver-7.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [mkvcleaver-7.1.7](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.6...mkvcleaver-7.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [mkvcleaver-7.1.6](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.5...mkvcleaver-7.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [mkvcleaver-7.1.5](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.4...mkvcleaver-7.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [mkvcleaver-7.1.4](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.3...mkvcleaver-7.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes + +- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) + + +## [mkvcleaver-7.1.3](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.0...mkvcleaver-7.1.3) (2024-01-01) + +### Chore + diff --git a/stable/mkvcleaver/9.2.0/Chart.yaml b/stable/mkvcleaver/9.2.0/Chart.yaml new file mode 100644 index 00000000000..bfe793e9e10 --- /dev/null +++ b/stable/mkvcleaver/9.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.02.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/mkvcleaver/9.1.0/README.md b/stable/mkvcleaver/9.2.0/README.md similarity index 100% rename from stable/mkvcleaver/9.1.0/README.md rename to stable/mkvcleaver/9.2.0/README.md diff --git a/stable/mkvcleaver/9.1.0/app-readme.md b/stable/mkvcleaver/9.2.0/app-readme.md similarity index 100% rename from stable/mkvcleaver/9.1.0/app-readme.md rename to stable/mkvcleaver/9.2.0/app-readme.md diff --git a/stable/mkvcleaver/9.2.0/charts/common-18.1.2.tgz b/stable/mkvcleaver/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/mkvcleaver/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/mkvcleaver/9.1.0/ix_values.yaml b/stable/mkvcleaver/9.2.0/ix_values.yaml similarity index 100% rename from stable/mkvcleaver/9.1.0/ix_values.yaml rename to stable/mkvcleaver/9.2.0/ix_values.yaml diff --git a/stable/mkvcleaver/9.1.0/questions.yaml b/stable/mkvcleaver/9.2.0/questions.yaml similarity index 100% rename from stable/mkvcleaver/9.1.0/questions.yaml rename to stable/mkvcleaver/9.2.0/questions.yaml diff --git a/stable/modsecurity-crs/3.1.0/templates/NOTES.txt b/stable/mkvcleaver/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/modsecurity-crs/3.1.0/templates/NOTES.txt rename to stable/mkvcleaver/9.2.0/templates/NOTES.txt diff --git a/stable/modsecurity-crs/3.1.0/templates/common.yaml b/stable/mkvcleaver/9.2.0/templates/common.yaml similarity index 100% rename from stable/modsecurity-crs/3.1.0/templates/common.yaml rename to stable/mkvcleaver/9.2.0/templates/common.yaml diff --git a/stable/modsecurity-crs/3.1.0/values.yaml b/stable/mkvcleaver/9.2.0/values.yaml similarity index 100% rename from stable/modsecurity-crs/3.1.0/values.yaml rename to stable/mkvcleaver/9.2.0/values.yaml diff --git a/stable/mkvtoolnix/10.1.0/CHANGELOG.md b/stable/mkvtoolnix/10.1.0/CHANGELOG.md deleted file mode 100644 index 36f7db39430..00000000000 --- a/stable/mkvtoolnix/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [mkvtoolnix-9.0.0](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.11...mkvtoolnix-9.0.0) (2024-02-10) - -### Chore - - - -- update container image jlesage/mkvtoolnix to v24.02.1[@f90aca5](https://github.com/f90aca5) by renovate ([#17965](https://github.com/truecharts/charts/issues/17965)) - - -## [mkvtoolnix-8.1.11](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.10...mkvtoolnix-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mkvtoolnix-8.1.10](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.9...mkvtoolnix-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mkvtoolnix-8.1.9](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.8...mkvtoolnix-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mkvtoolnix-8.1.8](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.7...mkvtoolnix-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [mkvtoolnix-8.1.7](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.6...mkvtoolnix-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [mkvtoolnix-8.1.6](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.5...mkvtoolnix-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [mkvtoolnix-8.1.5](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.4...mkvtoolnix-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [mkvtoolnix-8.1.4](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.3...mkvtoolnix-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [mkvtoolnix-8.1.3](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.0...mkvtoolnix-8.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/mkvtoolnix/10.1.0/Chart.yaml b/stable/mkvtoolnix/10.1.0/Chart.yaml deleted file mode 100644 index 40dff7fc583..00000000000 --- a/stable/mkvtoolnix/10.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: 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.1 - 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.0 diff --git a/stable/mkvtoolnix/10.1.0/charts/common-18.0.1.tgz b/stable/mkvtoolnix/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/mkvtoolnix/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/mojopaste/5.1.0/.helmignore b/stable/mkvtoolnix/10.2.0/.helmignore similarity index 100% rename from stable/mojopaste/5.1.0/.helmignore rename to stable/mkvtoolnix/10.2.0/.helmignore diff --git a/stable/mkvtoolnix/10.2.0/CHANGELOG.md b/stable/mkvtoolnix/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..352ae48197a --- /dev/null +++ b/stable/mkvtoolnix/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/mkvtoolnix/10.2.0/Chart.yaml b/stable/mkvtoolnix/10.2.0/Chart.yaml new file mode 100644 index 00000000000..911ac2ec2b1 --- /dev/null +++ b/stable/mkvtoolnix/10.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.02.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/mkvtoolnix/10.1.0/README.md b/stable/mkvtoolnix/10.2.0/README.md similarity index 100% rename from stable/mkvtoolnix/10.1.0/README.md rename to stable/mkvtoolnix/10.2.0/README.md diff --git a/stable/mkvtoolnix/10.1.0/app-readme.md b/stable/mkvtoolnix/10.2.0/app-readme.md similarity index 100% rename from stable/mkvtoolnix/10.1.0/app-readme.md rename to stable/mkvtoolnix/10.2.0/app-readme.md diff --git a/stable/mkvtoolnix/10.2.0/charts/common-18.1.2.tgz b/stable/mkvtoolnix/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/mkvtoolnix/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/mkvtoolnix/10.1.0/ix_values.yaml b/stable/mkvtoolnix/10.2.0/ix_values.yaml similarity index 100% rename from stable/mkvtoolnix/10.1.0/ix_values.yaml rename to stable/mkvtoolnix/10.2.0/ix_values.yaml diff --git a/stable/mkvtoolnix/10.1.0/questions.yaml b/stable/mkvtoolnix/10.2.0/questions.yaml similarity index 100% rename from stable/mkvtoolnix/10.1.0/questions.yaml rename to stable/mkvtoolnix/10.2.0/questions.yaml diff --git a/stable/mongo-express/6.1.0/templates/NOTES.txt b/stable/mkvtoolnix/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/mongo-express/6.1.0/templates/NOTES.txt rename to stable/mkvtoolnix/10.2.0/templates/NOTES.txt diff --git a/stable/mongo-express/6.1.0/templates/common.yaml b/stable/mkvtoolnix/10.2.0/templates/common.yaml similarity index 100% rename from stable/mongo-express/6.1.0/templates/common.yaml rename to stable/mkvtoolnix/10.2.0/templates/common.yaml diff --git a/stable/mojopaste/5.1.0/values.yaml b/stable/mkvtoolnix/10.2.0/values.yaml similarity index 100% rename from stable/mojopaste/5.1.0/values.yaml rename to stable/mkvtoolnix/10.2.0/values.yaml diff --git a/stable/modsecurity-crs/3.1.0/CHANGELOG.md b/stable/modsecurity-crs/3.1.0/CHANGELOG.md deleted file mode 100644 index b31f6615c0f..00000000000 --- a/stable/modsecurity-crs/3.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/modsecurity-crs/3.1.0/Chart.yaml b/stable/modsecurity-crs/3.1.0/Chart.yaml deleted file mode 100644 index 70098a85600..00000000000 --- a/stable/modsecurity-crs/3.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.3.4 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/modsecurity-crs/3.1.0/charts/common-18.0.1.tgz b/stable/modsecurity-crs/3.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/modsecurity-crs/3.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/monero-node/6.0.0/.helmignore b/stable/modsecurity-crs/3.2.0/.helmignore similarity index 100% rename from stable/monero-node/6.0.0/.helmignore rename to stable/modsecurity-crs/3.2.0/.helmignore diff --git a/stable/modsecurity-crs/3.2.0/CHANGELOG.md b/stable/modsecurity-crs/3.2.0/CHANGELOG.md new file mode 100644 index 00000000000..64f51da61b2 --- /dev/null +++ b/stable/modsecurity-crs/3.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/modsecurity-crs/3.2.0/Chart.yaml b/stable/modsecurity-crs/3.2.0/Chart.yaml new file mode 100644 index 00000000000..283074b1a19 --- /dev/null +++ b/stable/modsecurity-crs/3.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.3.4 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/modsecurity-crs/3.1.0/README.md b/stable/modsecurity-crs/3.2.0/README.md similarity index 100% rename from stable/modsecurity-crs/3.1.0/README.md rename to stable/modsecurity-crs/3.2.0/README.md diff --git a/stable/modsecurity-crs/3.1.0/app-readme.md b/stable/modsecurity-crs/3.2.0/app-readme.md similarity index 100% rename from stable/modsecurity-crs/3.1.0/app-readme.md rename to stable/modsecurity-crs/3.2.0/app-readme.md diff --git a/stable/modsecurity-crs/3.2.0/charts/common-18.1.2.tgz b/stable/modsecurity-crs/3.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/modsecurity-crs/3.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/modsecurity-crs/3.1.0/ix_values.yaml b/stable/modsecurity-crs/3.2.0/ix_values.yaml similarity index 100% rename from stable/modsecurity-crs/3.1.0/ix_values.yaml rename to stable/modsecurity-crs/3.2.0/ix_values.yaml diff --git a/stable/modsecurity-crs/3.1.0/questions.yaml b/stable/modsecurity-crs/3.2.0/questions.yaml similarity index 100% rename from stable/modsecurity-crs/3.1.0/questions.yaml rename to stable/modsecurity-crs/3.2.0/questions.yaml diff --git a/stable/monica/12.2.0/templates/NOTES.txt b/stable/modsecurity-crs/3.2.0/templates/NOTES.txt similarity index 100% rename from stable/monica/12.2.0/templates/NOTES.txt rename to stable/modsecurity-crs/3.2.0/templates/NOTES.txt diff --git a/stable/mosdns/9.1.0/templates/common.yaml b/stable/modsecurity-crs/3.2.0/templates/common.yaml similarity index 100% rename from stable/mosdns/9.1.0/templates/common.yaml rename to stable/modsecurity-crs/3.2.0/templates/common.yaml diff --git a/stable/monero-node/6.0.0/values.yaml b/stable/modsecurity-crs/3.2.0/values.yaml similarity index 100% rename from stable/monero-node/6.0.0/values.yaml rename to stable/modsecurity-crs/3.2.0/values.yaml diff --git a/stable/mojopaste/5.1.0/CHANGELOG.md b/stable/mojopaste/5.1.0/CHANGELOG.md deleted file mode 100644 index 7d4b093a1f9..00000000000 --- a/stable/mojopaste/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/mojopaste/5.1.0/Chart.yaml b/stable/mojopaste/5.1.0/Chart.yaml deleted file mode 100644 index c89c3945a00..00000000000 --- a/stable/mojopaste/5.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/mojopaste/5.1.0/charts/common-18.0.1.tgz b/stable/mojopaste/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/mojopaste/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/mongo-express/6.1.0/.helmignore b/stable/mojopaste/5.2.0/.helmignore similarity index 100% rename from stable/mongo-express/6.1.0/.helmignore rename to stable/mojopaste/5.2.0/.helmignore diff --git a/stable/mojopaste/5.2.0/CHANGELOG.md b/stable/mojopaste/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f47e03a019c --- /dev/null +++ b/stable/mojopaste/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/mojopaste/5.2.0/Chart.yaml b/stable/mojopaste/5.2.0/Chart.yaml new file mode 100644 index 00000000000..72d4533b423 --- /dev/null +++ b/stable/mojopaste/5.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/mojopaste/5.1.0/README.md b/stable/mojopaste/5.2.0/README.md similarity index 100% rename from stable/mojopaste/5.1.0/README.md rename to stable/mojopaste/5.2.0/README.md diff --git a/stable/mojopaste/5.1.0/app-readme.md b/stable/mojopaste/5.2.0/app-readme.md similarity index 100% rename from stable/mojopaste/5.1.0/app-readme.md rename to stable/mojopaste/5.2.0/app-readme.md diff --git a/stable/mojopaste/5.2.0/charts/common-18.1.2.tgz b/stable/mojopaste/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/mojopaste/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/mojopaste/5.1.0/ix_values.yaml b/stable/mojopaste/5.2.0/ix_values.yaml similarity index 100% rename from stable/mojopaste/5.1.0/ix_values.yaml rename to stable/mojopaste/5.2.0/ix_values.yaml diff --git a/stable/mojopaste/5.1.0/questions.yaml b/stable/mojopaste/5.2.0/questions.yaml similarity index 100% rename from stable/mojopaste/5.1.0/questions.yaml rename to stable/mojopaste/5.2.0/questions.yaml diff --git a/stable/mojopaste/5.1.0/templates/common.yaml b/stable/mojopaste/5.2.0/templates/common.yaml similarity index 100% rename from stable/mojopaste/5.1.0/templates/common.yaml rename to stable/mojopaste/5.2.0/templates/common.yaml diff --git a/stable/mongo-express/6.1.0/values.yaml b/stable/mojopaste/5.2.0/values.yaml similarity index 100% rename from stable/mongo-express/6.1.0/values.yaml rename to stable/mojopaste/5.2.0/values.yaml diff --git a/stable/monero-node/6.0.0/CHANGELOG.md b/stable/monero-node/6.0.0/CHANGELOG.md deleted file mode 100644 index c53a7af0acf..00000000000 --- a/stable/monero-node/6.0.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - -## [monero-node-4.1.11](https://github.com/truecharts/charts/compare/monero-node-4.1.10...monero-node-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [monero-node-4.1.10](https://github.com/truecharts/charts/compare/monero-node-4.1.9...monero-node-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [monero-node-4.1.9](https://github.com/truecharts/charts/compare/monero-node-4.1.8...monero-node-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [monero-node-4.1.8](https://github.com/truecharts/charts/compare/monero-node-4.1.7...monero-node-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [monero-node-4.1.7](https://github.com/truecharts/charts/compare/monero-node-4.1.6...monero-node-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [monero-node-4.1.6](https://github.com/truecharts/charts/compare/monero-node-4.1.5...monero-node-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [monero-node-4.1.5](https://github.com/truecharts/charts/compare/monero-node-4.1.4...monero-node-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [monero-node-4.1.4](https://github.com/truecharts/charts/compare/monero-node-4.1.3...monero-node-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [monero-node-4.1.3](https://github.com/truecharts/charts/compare/monero-node-4.1.0...monero-node-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push diff --git a/stable/monero-node/6.0.0/Chart.yaml b/stable/monero-node/6.0.0/Chart.yaml deleted file mode 100644 index 932196da52c..00000000000 --- a/stable/monero-node/6.0.0/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Crypto - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 18.3.1 -dependencies: - - name: common - version: 18.0.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Chart to run a monero full network node -home: https://truecharts.org/charts/stable/monero-node -icon: https://truecharts.org/img/hotlink-ok/chart-icons/monero-node.png -keywords: - - monero-node - - Crypto - - Tools-Utilities - - Network-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: monero-node -sources: - - https://github.com/kannix/monero-full-node - - https://github.com/truecharts/charts/tree/master/charts/stable/monero-node - - https://hub.docker.com/r/kannix/monero-full-node -type: application -version: 6.0.0 diff --git a/stable/monero-node/6.0.0/charts/common-18.0.2.tgz b/stable/monero-node/6.0.0/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/monero-node/6.0.0/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/monero-node/6.0.0/ix_values.yaml b/stable/monero-node/6.0.0/ix_values.yaml deleted file mode 100644 index 579e3553208..00000000000 --- a/stable/monero-node/6.0.0/ix_values.yaml +++ /dev/null @@ -1,43 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: ghcr.io/sethforprivacy/simple-monerod - tag: v0.18.3.1@sha256: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/monica/12.2.0/.helmignore b/stable/monero-node/6.1.0/.helmignore similarity index 100% rename from stable/monica/12.2.0/.helmignore rename to stable/monero-node/6.1.0/.helmignore diff --git a/stable/monero-node/6.1.0/CHANGELOG.md b/stable/monero-node/6.1.0/CHANGELOG.md new file mode 100644 index 00000000000..655551bb3a8 --- /dev/null +++ b/stable/monero-node/6.1.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + +## [monero-node-4.1.11](https://github.com/truecharts/charts/compare/monero-node-4.1.10...monero-node-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [monero-node-4.1.10](https://github.com/truecharts/charts/compare/monero-node-4.1.9...monero-node-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [monero-node-4.1.9](https://github.com/truecharts/charts/compare/monero-node-4.1.8...monero-node-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [monero-node-4.1.8](https://github.com/truecharts/charts/compare/monero-node-4.1.7...monero-node-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [monero-node-4.1.7](https://github.com/truecharts/charts/compare/monero-node-4.1.6...monero-node-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [monero-node-4.1.6](https://github.com/truecharts/charts/compare/monero-node-4.1.5...monero-node-4.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [monero-node-4.1.5](https://github.com/truecharts/charts/compare/monero-node-4.1.4...monero-node-4.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [monero-node-4.1.4](https://github.com/truecharts/charts/compare/monero-node-4.1.3...monero-node-4.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes + +- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) + + +## [monero-node-4.1.3](https://github.com/truecharts/charts/compare/monero-node-4.1.0...monero-node-4.1.3) (2024-01-01) + +### Chore diff --git a/stable/monero-node/6.1.0/Chart.yaml b/stable/monero-node/6.1.0/Chart.yaml new file mode 100644 index 00000000000..062927c3ff4 --- /dev/null +++ b/stable/monero-node/6.1.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Crypto + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.18.3.1 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chart to run a monero full network node +home: https://truecharts.org/charts/stable/monero-node +icon: https://truecharts.org/img/hotlink-ok/chart-icons/monero-node.png +keywords: + - monero-node + - Crypto + - Tools-Utilities + - Network-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: monero-node +sources: + - https://github.com/kannix/monero-full-node + - https://github.com/truecharts/charts/tree/master/charts/stable/monero-node + - https://ghcr.io/sethforprivacy/simple-monerod +type: application +version: 6.1.0 diff --git a/stable/monero-node/6.0.0/README.md b/stable/monero-node/6.1.0/README.md similarity index 100% rename from stable/monero-node/6.0.0/README.md rename to stable/monero-node/6.1.0/README.md diff --git a/stable/monero-node/6.0.0/app-readme.md b/stable/monero-node/6.1.0/app-readme.md similarity index 100% rename from stable/monero-node/6.0.0/app-readme.md rename to stable/monero-node/6.1.0/app-readme.md diff --git a/stable/monero-node/6.1.0/charts/common-18.1.2.tgz b/stable/monero-node/6.1.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/monero-node/6.1.0/charts/common-18.1.2.tgz differ diff --git a/stable/monero-node/6.1.0/ix_values.yaml b/stable/monero-node/6.1.0/ix_values.yaml new file mode 100644 index 00000000000..d0fc24981a1 --- /dev/null +++ b/stable/monero-node/6.1.0/ix_values.yaml @@ -0,0 +1,43 @@ +image: + pullPolicy: IfNotPresent + repository: ghcr.io/sethforprivacy/simple-monerod + tag: v0.18.3.1@sha256:28525d292717c11f0bce64eaa7fc370c7ea944b417c594be9fe8531c20ca9f76 + +monero: + rpcbindip: "0.0.0.0" + rpcbindport: "18089" + publicnode: true + noigd: true + enablednsblocklist: true + pruneblockchain: true + +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 + +service: + main: + ports: + main: + port: 18080 + protocol: tcp + targetPort: 18080 + rpc: + enabled: true + ports: + rpc: + enabled: true + port: 18089 + protocol: tcp + targetPort: 18089 + +persistence: + blockchainstorage: + enabled: true + mountPath: /home/monero/.bitmonero + +portal: + open: + enabled: true diff --git a/stable/monero-node/6.0.0/questions.yaml b/stable/monero-node/6.1.0/questions.yaml similarity index 100% rename from stable/monero-node/6.0.0/questions.yaml rename to stable/monero-node/6.1.0/questions.yaml diff --git a/stable/monero-node/6.0.0/templates/_args.tpl b/stable/monero-node/6.1.0/templates/_args.tpl similarity index 100% rename from stable/monero-node/6.0.0/templates/_args.tpl rename to stable/monero-node/6.1.0/templates/_args.tpl diff --git a/stable/monero-node/6.0.0/templates/common.yaml b/stable/monero-node/6.1.0/templates/common.yaml similarity index 100% rename from stable/monero-node/6.0.0/templates/common.yaml rename to stable/monero-node/6.1.0/templates/common.yaml diff --git a/stable/monica/12.2.0/values.yaml b/stable/monero-node/6.1.0/values.yaml similarity index 100% rename from stable/monica/12.2.0/values.yaml rename to stable/monero-node/6.1.0/values.yaml diff --git a/stable/mongo-express/6.1.0/CHANGELOG.md b/stable/mongo-express/6.1.0/CHANGELOG.md deleted file mode 100644 index abbe46e9e23..00000000000 --- a/stable/mongo-express/6.1.0/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.0/Chart.yaml b/stable/mongo-express/6.1.0/Chart.yaml deleted file mode 100644 index 5d1cadc5a80..00000000000 --- a/stable/mongo-express/6.1.0/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/mongo-express/6.1.0/charts/common-18.0.1.tgz b/stable/mongo-express/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/mongo-express/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/mordhau/5.1.0/.helmignore b/stable/mongo-express/6.2.0/.helmignore similarity index 100% rename from stable/mordhau/5.1.0/.helmignore rename to stable/mongo-express/6.2.0/.helmignore diff --git a/stable/mongo-express/6.2.0/CHANGELOG.md b/stable/mongo-express/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f862d462753 --- /dev/null +++ b/stable/mongo-express/6.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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) \ No newline at end of file diff --git a/stable/mongo-express/6.2.0/Chart.yaml b/stable/mongo-express/6.2.0/Chart.yaml new file mode 100644 index 00000000000..62da2ad2716 --- /dev/null +++ b/stable/mongo-express/6.2.0/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: database + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mongodb + version: 11.3.0 + repository: oci://tccr.io/truecharts + condition: mongodb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/mongo-express/6.1.0/README.md b/stable/mongo-express/6.2.0/README.md similarity index 100% rename from stable/mongo-express/6.1.0/README.md rename to stable/mongo-express/6.2.0/README.md diff --git a/stable/mongo-express/6.1.0/app-readme.md b/stable/mongo-express/6.2.0/app-readme.md similarity index 100% rename from stable/mongo-express/6.1.0/app-readme.md rename to stable/mongo-express/6.2.0/app-readme.md diff --git a/stable/mongo-express/6.2.0/charts/common-18.1.2.tgz b/stable/mongo-express/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/mongo-express/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/mongo-express/6.1.0/charts/mongodb-11.3.0.tgz b/stable/mongo-express/6.2.0/charts/mongodb-11.3.0.tgz similarity index 100% rename from stable/mongo-express/6.1.0/charts/mongodb-11.3.0.tgz rename to stable/mongo-express/6.2.0/charts/mongodb-11.3.0.tgz diff --git a/stable/mongo-express/6.1.0/ix_values.yaml b/stable/mongo-express/6.2.0/ix_values.yaml similarity index 100% rename from stable/mongo-express/6.1.0/ix_values.yaml rename to stable/mongo-express/6.2.0/ix_values.yaml diff --git a/stable/mongo-express/6.1.0/questions.yaml b/stable/mongo-express/6.2.0/questions.yaml similarity index 100% rename from stable/mongo-express/6.1.0/questions.yaml rename to stable/mongo-express/6.2.0/questions.yaml diff --git a/stable/mosdns/9.1.0/templates/NOTES.txt b/stable/mongo-express/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/mosdns/9.1.0/templates/NOTES.txt rename to stable/mongo-express/6.2.0/templates/NOTES.txt diff --git a/stable/muse/5.1.0/templates/common.yaml b/stable/mongo-express/6.2.0/templates/common.yaml similarity index 100% rename from stable/muse/5.1.0/templates/common.yaml rename to stable/mongo-express/6.2.0/templates/common.yaml diff --git a/stable/mordhau/5.1.0/values.yaml b/stable/mongo-express/6.2.0/values.yaml similarity index 100% rename from stable/mordhau/5.1.0/values.yaml rename to stable/mongo-express/6.2.0/values.yaml diff --git a/stable/monica/12.2.0/CHANGELOG.md b/stable/monica/12.2.0/CHANGELOG.md deleted file mode 100644 index d68855c1e88..00000000000 --- a/stable/monica/12.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - -## [monica-11.1.18](https://github.com/truecharts/charts/compare/monica-11.1.17...monica-11.1.18) (2024-02-05) - -### Chore - - - -- update container image monica to 4.0.0[@b364526](https://github.com/b364526) by renovate ([#17888](https://github.com/truecharts/charts/issues/17888)) - - -## [monica-11.1.17](https://github.com/truecharts/charts/compare/monica-11.1.16...monica-11.1.17) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [monica-11.1.16](https://github.com/truecharts/charts/compare/monica-11.1.15...monica-11.1.16) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [monica-11.1.15](https://github.com/truecharts/charts/compare/monica-11.1.14...monica-11.1.15) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [monica-11.1.14](https://github.com/truecharts/charts/compare/monica-11.1.13...monica-11.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [monica-11.1.13](https://github.com/truecharts/charts/compare/monica-11.1.12...monica-11.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [monica-11.1.12](https://github.com/truecharts/charts/compare/monica-11.1.11...monica-11.1.12) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [monica-11.1.11](https://github.com/truecharts/charts/compare/monica-11.1.10...monica-11.1.11) (2024-01-14) - -### Chore - - - -- update container image monica to 4.0.0[@f0dfcad](https://github.com/f0dfcad) by renovate ([#17169](https://github.com/truecharts/charts/issues/17169)) - diff --git a/stable/monica/12.2.0/Chart.yaml b/stable/monica/12.2.0/Chart.yaml deleted file mode 100644 index 68cbfffc791..00000000000 --- a/stable/monica/12.2.0/Chart.yaml +++ /dev/null @@ -1,43 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: crm - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.0.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/monica/12.2.0/charts/common-18.0.1.tgz b/stable/monica/12.2.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/monica/12.2.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/mosdns/9.1.0/.helmignore b/stable/monica/12.3.0/.helmignore similarity index 100% rename from stable/mosdns/9.1.0/.helmignore rename to stable/monica/12.3.0/.helmignore diff --git a/stable/monica/12.3.0/CHANGELOG.md b/stable/monica/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..359b983c57e --- /dev/null +++ b/stable/monica/12.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + + +## [monica-11.1.18](https://github.com/truecharts/charts/compare/monica-11.1.17...monica-11.1.18) (2024-02-05) + +### Chore + + + +- update container image monica to 4.0.0[@b364526](https://github.com/b364526) by renovate ([#17888](https://github.com/truecharts/charts/issues/17888)) + + +## [monica-11.1.17](https://github.com/truecharts/charts/compare/monica-11.1.16...monica-11.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [monica-11.1.16](https://github.com/truecharts/charts/compare/monica-11.1.15...monica-11.1.16) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [monica-11.1.15](https://github.com/truecharts/charts/compare/monica-11.1.14...monica-11.1.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [monica-11.1.14](https://github.com/truecharts/charts/compare/monica-11.1.13...monica-11.1.14) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [monica-11.1.13](https://github.com/truecharts/charts/compare/monica-11.1.12...monica-11.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [monica-11.1.12](https://github.com/truecharts/charts/compare/monica-11.1.11...monica-11.1.12) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [monica-11.1.11](https://github.com/truecharts/charts/compare/monica-11.1.10...monica-11.1.11) (2024-01-14) + +### Chore + diff --git a/stable/monica/12.3.0/Chart.yaml b/stable/monica/12.3.0/Chart.yaml new file mode 100644 index 00000000000..7baa6663122 --- /dev/null +++ b/stable/monica/12.3.0/Chart.yaml @@ -0,0 +1,43 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: crm + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.0.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Monica is a great open source personal relationship management system. +home: https://truecharts.org/charts/stable/monica +icon: https://truecharts.org/img/hotlink-ok/chart-icons/monica.png +keywords: + - crm +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: monica +sources: + - https://github.com/monicahq/monica + - https://github.com/truecharts/charts/tree/master/charts/stable/monica + - https://hub.docker.com/_/monica +type: application +version: 12.3.0 diff --git a/stable/monica/12.2.0/README.md b/stable/monica/12.3.0/README.md similarity index 100% rename from stable/monica/12.2.0/README.md rename to stable/monica/12.3.0/README.md diff --git a/stable/monica/12.2.0/app-readme.md b/stable/monica/12.3.0/app-readme.md similarity index 100% rename from stable/monica/12.2.0/app-readme.md rename to stable/monica/12.3.0/app-readme.md diff --git a/stable/monica/12.3.0/charts/common-18.1.2.tgz b/stable/monica/12.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/monica/12.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/monica/12.2.0/charts/mariadb-13.0.0.tgz b/stable/monica/12.3.0/charts/mariadb-13.0.0.tgz similarity index 100% rename from stable/monica/12.2.0/charts/mariadb-13.0.0.tgz rename to stable/monica/12.3.0/charts/mariadb-13.0.0.tgz diff --git a/stable/monica/12.2.0/ix_values.yaml b/stable/monica/12.3.0/ix_values.yaml similarity index 100% rename from stable/monica/12.2.0/ix_values.yaml rename to stable/monica/12.3.0/ix_values.yaml diff --git a/stable/monica/12.2.0/questions.yaml b/stable/monica/12.3.0/questions.yaml similarity index 100% rename from stable/monica/12.2.0/questions.yaml rename to stable/monica/12.3.0/questions.yaml diff --git a/stable/mosquitto/14.1.0/templates/NOTES.txt b/stable/monica/12.3.0/templates/NOTES.txt similarity index 100% rename from stable/mosquitto/14.1.0/templates/NOTES.txt rename to stable/monica/12.3.0/templates/NOTES.txt diff --git a/stable/monica/12.2.0/templates/_appkey.tpl b/stable/monica/12.3.0/templates/_appkey.tpl similarity index 100% rename from stable/monica/12.2.0/templates/_appkey.tpl rename to stable/monica/12.3.0/templates/_appkey.tpl diff --git a/stable/monica/12.2.0/templates/common.yaml b/stable/monica/12.3.0/templates/common.yaml similarity index 100% rename from stable/monica/12.2.0/templates/common.yaml rename to stable/monica/12.3.0/templates/common.yaml diff --git a/stable/mosdns/9.1.0/values.yaml b/stable/monica/12.3.0/values.yaml similarity index 100% rename from stable/mosdns/9.1.0/values.yaml rename to stable/monica/12.3.0/values.yaml diff --git a/stable/mordhau/5.1.0/CHANGELOG.md b/stable/mordhau/5.1.0/CHANGELOG.md deleted file mode 100644 index b0768874e77..00000000000 --- a/stable/mordhau/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/mordhau/5.1.0/Chart.yaml b/stable/mordhau/5.1.0/Chart.yaml deleted file mode 100644 index cb264d2c72a..00000000000 --- a/stable/mordhau/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/mordhau/5.1.0/charts/common-18.0.1.tgz b/stable/mordhau/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/mordhau/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/mosquitto/14.1.0/.helmignore b/stable/mordhau/5.2.0/.helmignore similarity index 100% rename from stable/mosquitto/14.1.0/.helmignore rename to stable/mordhau/5.2.0/.helmignore diff --git a/stable/mordhau/5.2.0/CHANGELOG.md b/stable/mordhau/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2a5dc7ea813 --- /dev/null +++ b/stable/mordhau/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/mordhau/5.2.0/Chart.yaml b/stable/mordhau/5.2.0/Chart.yaml new file mode 100644 index 00000000000..3c4d13270f2 --- /dev/null +++ b/stable/mordhau/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: mordhau +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/mordhau/5.1.0/README.md b/stable/mordhau/5.2.0/README.md similarity index 100% rename from stable/mordhau/5.1.0/README.md rename to stable/mordhau/5.2.0/README.md diff --git a/stable/mordhau/5.1.0/app-readme.md b/stable/mordhau/5.2.0/app-readme.md similarity index 100% rename from stable/mordhau/5.1.0/app-readme.md rename to stable/mordhau/5.2.0/app-readme.md diff --git a/stable/mordhau/5.2.0/charts/common-18.1.2.tgz b/stable/mordhau/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/mordhau/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/mordhau/5.1.0/ix_values.yaml b/stable/mordhau/5.2.0/ix_values.yaml similarity index 100% rename from stable/mordhau/5.1.0/ix_values.yaml rename to stable/mordhau/5.2.0/ix_values.yaml diff --git a/stable/mordhau/5.1.0/questions.yaml b/stable/mordhau/5.2.0/questions.yaml similarity index 100% rename from stable/mordhau/5.1.0/questions.yaml rename to stable/mordhau/5.2.0/questions.yaml diff --git a/stable/mordhau/5.1.0/templates/common.yaml b/stable/mordhau/5.2.0/templates/common.yaml similarity index 100% rename from stable/mordhau/5.1.0/templates/common.yaml rename to stable/mordhau/5.2.0/templates/common.yaml diff --git a/stable/mosquitto/14.1.0/values.yaml b/stable/mordhau/5.2.0/values.yaml similarity index 100% rename from stable/mosquitto/14.1.0/values.yaml rename to stable/mordhau/5.2.0/values.yaml diff --git a/stable/mosdns/9.1.0/CHANGELOG.md b/stable/mosdns/9.1.0/CHANGELOG.md deleted file mode 100644 index f57c5daf1d0..00000000000 --- a/stable/mosdns/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/mosdns/9.1.0/Chart.yaml b/stable/mosdns/9.1.0/Chart.yaml deleted file mode 100644 index 0e06899ae7f..00000000000 --- a/stable/mosdns/9.1.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: 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.1 - 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.0 diff --git a/stable/mosdns/9.1.0/charts/common-18.0.1.tgz b/stable/mosdns/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/mosdns/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/mstream/10.1.0/.helmignore b/stable/mosdns/9.2.0/.helmignore similarity index 100% rename from stable/mstream/10.1.0/.helmignore rename to stable/mosdns/9.2.0/.helmignore diff --git a/stable/mosdns/9.2.0/CHANGELOG.md b/stable/mosdns/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5848d5fb6dd --- /dev/null +++ b/stable/mosdns/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/mosdns/9.2.0/Chart.yaml b/stable/mosdns/9.2.0/Chart.yaml new file mode 100644 index 00000000000..efba4695f17 --- /dev/null +++ b/stable/mosdns/9.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/mosdns/9.1.0/README.md b/stable/mosdns/9.2.0/README.md similarity index 100% rename from stable/mosdns/9.1.0/README.md rename to stable/mosdns/9.2.0/README.md diff --git a/stable/mosdns/9.1.0/app-readme.md b/stable/mosdns/9.2.0/app-readme.md similarity index 100% rename from stable/mosdns/9.1.0/app-readme.md rename to stable/mosdns/9.2.0/app-readme.md diff --git a/stable/mosdns/9.2.0/charts/common-18.1.2.tgz b/stable/mosdns/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/mosdns/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/mosdns/9.1.0/ix_values.yaml b/stable/mosdns/9.2.0/ix_values.yaml similarity index 100% rename from stable/mosdns/9.1.0/ix_values.yaml rename to stable/mosdns/9.2.0/ix_values.yaml diff --git a/stable/mosdns/9.1.0/questions.yaml b/stable/mosdns/9.2.0/questions.yaml similarity index 100% rename from stable/mosdns/9.1.0/questions.yaml rename to stable/mosdns/9.2.0/questions.yaml diff --git a/stable/mstream/10.1.0/templates/NOTES.txt b/stable/mosdns/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/mstream/10.1.0/templates/NOTES.txt rename to stable/mosdns/9.2.0/templates/NOTES.txt diff --git a/stable/mylar/13.1.1/templates/common.yaml b/stable/mosdns/9.2.0/templates/common.yaml similarity index 100% rename from stable/mylar/13.1.1/templates/common.yaml rename to stable/mosdns/9.2.0/templates/common.yaml diff --git a/stable/mstream/10.1.0/values.yaml b/stable/mosdns/9.2.0/values.yaml similarity index 100% rename from stable/mstream/10.1.0/values.yaml rename to stable/mosdns/9.2.0/values.yaml diff --git a/stable/mosquitto/14.1.0/CHANGELOG.md b/stable/mosquitto/14.1.0/CHANGELOG.md deleted file mode 100644 index 2111a273fb1..00000000000 --- a/stable/mosquitto/14.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/mosquitto/14.1.0/Chart.yaml b/stable/mosquitto/14.1.0/Chart.yaml deleted file mode 100644 index ca4c996446a..00000000000 --- a/stable/mosquitto/14.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: 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.1 - 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.0 diff --git a/stable/mosquitto/14.1.0/charts/common-18.0.1.tgz b/stable/mosquitto/14.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/mosquitto/14.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/multi-scrobbler/6.1.0/.helmignore b/stable/mosquitto/14.2.0/.helmignore similarity index 100% rename from stable/multi-scrobbler/6.1.0/.helmignore rename to stable/mosquitto/14.2.0/.helmignore diff --git a/stable/mosquitto/14.2.0/CHANGELOG.md b/stable/mosquitto/14.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5647a6a1db7 --- /dev/null +++ b/stable/mosquitto/14.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [mosquitto-13.1.13](https://github.com/truecharts/charts/compare/mosquitto-13.1.12...mosquitto-13.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mosquitto-13.1.12](https://github.com/truecharts/charts/compare/mosquitto-13.1.11...mosquitto-13.1.12) (2024-01-29) + +### Chore + + + +- update container image eclipse-mosquitto to 2.0.18[@da38d58](https://github.com/da38d58) by renovate ([#17591](https://github.com/truecharts/charts/issues/17591)) + + +## [mosquitto-13.1.11](https://github.com/truecharts/charts/compare/mosquitto-13.1.10...mosquitto-13.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mosquitto-13.1.10](https://github.com/truecharts/charts/compare/mosquitto-13.1.9...mosquitto-13.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [mosquitto-13.1.9](https://github.com/truecharts/charts/compare/mosquitto-13.1.8...mosquitto-13.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [mosquitto-13.1.8](https://github.com/truecharts/charts/compare/mosquitto-13.1.7...mosquitto-13.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [mosquitto-13.1.7](https://github.com/truecharts/charts/compare/mosquitto-13.1.6...mosquitto-13.1.7) (2024-01-14) + + + + +## [mosquitto-13.1.6](https://github.com/truecharts/charts/compare/mosquitto-13.1.5...mosquitto-13.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [mosquitto-13.1.5](https://github.com/truecharts/charts/compare/mosquitto-13.1.4...mosquitto-13.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [mosquitto-13.1.4](https://github.com/truecharts/charts/compare/mosquitto-13.1.3...mosquitto-13.1.4) (2024-01-01) + +### Chore + diff --git a/stable/mosquitto/14.2.0/Chart.yaml b/stable/mosquitto/14.2.0/Chart.yaml new file mode 100644 index 00000000000..86260945159 --- /dev/null +++ b/stable/mosquitto/14.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.18 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/mosquitto/14.1.0/README.md b/stable/mosquitto/14.2.0/README.md similarity index 100% rename from stable/mosquitto/14.1.0/README.md rename to stable/mosquitto/14.2.0/README.md diff --git a/stable/mosquitto/14.1.0/app-readme.md b/stable/mosquitto/14.2.0/app-readme.md similarity index 100% rename from stable/mosquitto/14.1.0/app-readme.md rename to stable/mosquitto/14.2.0/app-readme.md diff --git a/stable/mosquitto/14.2.0/charts/common-18.1.2.tgz b/stable/mosquitto/14.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/mosquitto/14.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/mosquitto/14.1.0/ix_values.yaml b/stable/mosquitto/14.2.0/ix_values.yaml similarity index 100% rename from stable/mosquitto/14.1.0/ix_values.yaml rename to stable/mosquitto/14.2.0/ix_values.yaml diff --git a/stable/mosquitto/14.1.0/questions.yaml b/stable/mosquitto/14.2.0/questions.yaml similarity index 100% rename from stable/mosquitto/14.1.0/questions.yaml rename to stable/mosquitto/14.2.0/questions.yaml diff --git a/stable/multi-scrobbler/6.1.0/templates/NOTES.txt b/stable/mosquitto/14.2.0/templates/NOTES.txt similarity index 100% rename from stable/multi-scrobbler/6.1.0/templates/NOTES.txt rename to stable/mosquitto/14.2.0/templates/NOTES.txt diff --git a/stable/home-assistant/24.1.1/templates/common.yaml b/stable/mosquitto/14.2.0/templates/common.yaml similarity index 100% rename from stable/home-assistant/24.1.1/templates/common.yaml rename to stable/mosquitto/14.2.0/templates/common.yaml diff --git a/stable/multi-scrobbler/6.1.0/values.yaml b/stable/mosquitto/14.2.0/values.yaml similarity index 100% rename from stable/multi-scrobbler/6.1.0/values.yaml rename to stable/mosquitto/14.2.0/values.yaml diff --git a/stable/mstream/10.1.0/CHANGELOG.md b/stable/mstream/10.1.0/CHANGELOG.md deleted file mode 100644 index 69e4d92fb9b..00000000000 --- a/stable/mstream/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - - - - -## [mstream-9.1.18](https://github.com/truecharts/charts/compare/mstream-9.1.17...mstream-9.1.18) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/mstream to 5.11.4[@88e5506](https://github.com/88e5506) by renovate ([#18069](https://github.com/truecharts/charts/issues/18069)) - - -## [mstream-9.1.17](https://github.com/truecharts/charts/compare/mstream-9.1.16...mstream-9.1.17) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/mstream to 5.11.4[@2572611](https://github.com/2572611) by renovate ([#17859](https://github.com/truecharts/charts/issues/17859)) - - -## [mstream-9.1.16](https://github.com/truecharts/charts/compare/mstream-9.1.15...mstream-9.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mstream-9.1.15](https://github.com/truecharts/charts/compare/mstream-9.1.14...mstream-9.1.15) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/mstream to 5.11.4[@00b1223](https://github.com/00b1223) by renovate ([#17614](https://github.com/truecharts/charts/issues/17614)) - - -## [mstream-9.1.14](https://github.com/truecharts/charts/compare/mstream-9.1.13...mstream-9.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [mstream-9.1.13](https://github.com/truecharts/charts/compare/mstream-9.1.12...mstream-9.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [mstream-9.1.12](https://github.com/truecharts/charts/compare/mstream-9.1.11...mstream-9.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [mstream-9.1.11](https://github.com/truecharts/charts/compare/mstream-9.1.10...mstream-9.1.11) (2024-01-21) diff --git a/stable/mstream/10.1.0/Chart.yaml b/stable/mstream/10.1.0/Chart.yaml deleted file mode 100644 index 9a204e00b98..00000000000 --- a/stable/mstream/10.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: 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.1 - 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.0 diff --git a/stable/mstream/10.1.0/charts/common-18.0.1.tgz b/stable/mstream/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/mstream/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/muse/5.1.0/.helmignore b/stable/mstream/10.2.0/.helmignore similarity index 100% rename from stable/muse/5.1.0/.helmignore rename to stable/mstream/10.2.0/.helmignore diff --git a/stable/mstream/10.2.0/CHANGELOG.md b/stable/mstream/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..92dc376b836 --- /dev/null +++ b/stable/mstream/10.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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)) \ No newline at end of file diff --git a/stable/mstream/10.2.0/Chart.yaml b/stable/mstream/10.2.0/Chart.yaml new file mode 100644 index 00000000000..e6392981603 --- /dev/null +++ b/stable/mstream/10.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.11.4 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/mstream/10.1.0/README.md b/stable/mstream/10.2.0/README.md similarity index 100% rename from stable/mstream/10.1.0/README.md rename to stable/mstream/10.2.0/README.md diff --git a/stable/mstream/10.1.0/app-readme.md b/stable/mstream/10.2.0/app-readme.md similarity index 100% rename from stable/mstream/10.1.0/app-readme.md rename to stable/mstream/10.2.0/app-readme.md diff --git a/stable/mstream/10.2.0/charts/common-18.1.2.tgz b/stable/mstream/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/mstream/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/mstream/10.1.0/ix_values.yaml b/stable/mstream/10.2.0/ix_values.yaml similarity index 100% rename from stable/mstream/10.1.0/ix_values.yaml rename to stable/mstream/10.2.0/ix_values.yaml diff --git a/stable/mstream/10.1.0/questions.yaml b/stable/mstream/10.2.0/questions.yaml similarity index 100% rename from stable/mstream/10.1.0/questions.yaml rename to stable/mstream/10.2.0/questions.yaml diff --git a/stable/muximux/10.1.0/templates/NOTES.txt b/stable/mstream/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/muximux/10.1.0/templates/NOTES.txt rename to stable/mstream/10.2.0/templates/NOTES.txt diff --git a/stable/mstream/10.1.0/templates/common.yaml b/stable/mstream/10.2.0/templates/common.yaml similarity index 100% rename from stable/mstream/10.1.0/templates/common.yaml rename to stable/mstream/10.2.0/templates/common.yaml diff --git a/stable/muse/5.1.0/values.yaml b/stable/mstream/10.2.0/values.yaml similarity index 100% rename from stable/muse/5.1.0/values.yaml rename to stable/mstream/10.2.0/values.yaml diff --git a/stable/multi-scrobbler/6.1.0/CHANGELOG.md b/stable/multi-scrobbler/6.1.0/CHANGELOG.md deleted file mode 100644 index 2dc3f3b554e..00000000000 --- a/stable/multi-scrobbler/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/multi-scrobbler/6.1.0/Chart.yaml b/stable/multi-scrobbler/6.1.0/Chart.yaml deleted file mode 100644 index ab254427091..00000000000 --- a/stable/multi-scrobbler/6.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/multi-scrobbler/6.1.0/charts/common-18.0.1.tgz b/stable/multi-scrobbler/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/multi-scrobbler/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/muximux/10.1.0/.helmignore b/stable/multi-scrobbler/6.2.0/.helmignore similarity index 100% rename from stable/muximux/10.1.0/.helmignore rename to stable/multi-scrobbler/6.2.0/.helmignore diff --git a/stable/multi-scrobbler/6.2.0/CHANGELOG.md b/stable/multi-scrobbler/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c8cf23ad2db --- /dev/null +++ b/stable/multi-scrobbler/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [multi-scrobbler-5.1.18](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.17...multi-scrobbler-5.1.18) (2024-02-12) + +### Chore + + + +- update container image foxxmd/multi-scrobbler to latest[@35aadb7](https://github.com/35aadb7) by renovate ([#18045](https://github.com/truecharts/charts/issues/18045)) + + +## [multi-scrobbler-5.1.17](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.16...multi-scrobbler-5.1.17) (2024-02-05) + +### Chore + + + +- update container image foxxmd/multi-scrobbler to latest[@bcfd5c3](https://github.com/bcfd5c3) by renovate ([#17976](https://github.com/truecharts/charts/issues/17976)) + + +## [multi-scrobbler-5.1.16](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.15...multi-scrobbler-5.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [multi-scrobbler-5.1.15](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.14...multi-scrobbler-5.1.15) (2024-01-29) + +### Chore + + + +- update container image foxxmd/multi-scrobbler to latest[@5df930b](https://github.com/5df930b) by renovate ([#17742](https://github.com/truecharts/charts/issues/17742)) + + +## [multi-scrobbler-5.1.14](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.13...multi-scrobbler-5.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [multi-scrobbler-5.1.13](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.12...multi-scrobbler-5.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [multi-scrobbler-5.1.12](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.11...multi-scrobbler-5.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [multi-scrobbler-5.1.11](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.10...multi-scrobbler-5.1.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [multi-scrobbler-5.1.10](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.9...multi-scrobbler-5.1.10) (2024-01-14) + +### Chore + + + +- update container image foxxmd/multi-scrobbler to latest[@fe9aaf6](https://github.com/fe9aaf6) by renovate ([#17131](https://github.com/truecharts/charts/issues/17131)) + + diff --git a/stable/multi-scrobbler/6.2.0/Chart.yaml b/stable/multi-scrobbler/6.2.0/Chart.yaml new file mode 100644 index 00000000000..4d5ba5f225a --- /dev/null +++ b/stable/multi-scrobbler/6.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Web + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/multi-scrobbler/6.1.0/README.md b/stable/multi-scrobbler/6.2.0/README.md similarity index 100% rename from stable/multi-scrobbler/6.1.0/README.md rename to stable/multi-scrobbler/6.2.0/README.md diff --git a/stable/multi-scrobbler/6.1.0/app-readme.md b/stable/multi-scrobbler/6.2.0/app-readme.md similarity index 100% rename from stable/multi-scrobbler/6.1.0/app-readme.md rename to stable/multi-scrobbler/6.2.0/app-readme.md diff --git a/stable/multi-scrobbler/6.2.0/charts/common-18.1.2.tgz b/stable/multi-scrobbler/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/multi-scrobbler/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/multi-scrobbler/6.1.0/ix_values.yaml b/stable/multi-scrobbler/6.2.0/ix_values.yaml similarity index 100% rename from stable/multi-scrobbler/6.1.0/ix_values.yaml rename to stable/multi-scrobbler/6.2.0/ix_values.yaml diff --git a/stable/multi-scrobbler/6.1.0/questions.yaml b/stable/multi-scrobbler/6.2.0/questions.yaml similarity index 100% rename from stable/multi-scrobbler/6.1.0/questions.yaml rename to stable/multi-scrobbler/6.2.0/questions.yaml diff --git a/stable/mylar/13.1.1/templates/NOTES.txt b/stable/multi-scrobbler/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/mylar/13.1.1/templates/NOTES.txt rename to stable/multi-scrobbler/6.2.0/templates/NOTES.txt diff --git a/stable/multi-scrobbler/6.1.0/templates/common.yaml b/stable/multi-scrobbler/6.2.0/templates/common.yaml similarity index 100% rename from stable/multi-scrobbler/6.1.0/templates/common.yaml rename to stable/multi-scrobbler/6.2.0/templates/common.yaml diff --git a/stable/muximux/10.1.0/values.yaml b/stable/multi-scrobbler/6.2.0/values.yaml similarity index 100% rename from stable/muximux/10.1.0/values.yaml rename to stable/multi-scrobbler/6.2.0/values.yaml diff --git a/stable/muse/5.1.0/CHANGELOG.md b/stable/muse/5.1.0/CHANGELOG.md deleted file mode 100644 index f124a49d466..00000000000 --- a/stable/muse/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [muse-4.1.3](https://github.com/truecharts/charts/compare/muse-4.1.0...muse-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/muse/5.1.0/Chart.yaml b/stable/muse/5.1.0/Chart.yaml deleted file mode 100644 index 515493c46b3..00000000000 --- a/stable/muse/5.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.5.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/muse/5.1.0/charts/common-18.0.1.tgz b/stable/muse/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/muse/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/mylar/13.1.1/.helmignore b/stable/muse/5.2.0/.helmignore similarity index 100% rename from stable/mylar/13.1.1/.helmignore rename to stable/muse/5.2.0/.helmignore diff --git a/stable/muse/5.2.0/CHANGELOG.md b/stable/muse/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..41b11bda4f8 --- /dev/null +++ b/stable/muse/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [muse-4.2.5](https://github.com/truecharts/charts/compare/muse-4.2.4...muse-4.2.5) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [muse-4.2.4](https://github.com/truecharts/charts/compare/muse-4.2.3...muse-4.2.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [muse-4.2.3](https://github.com/truecharts/charts/compare/muse-4.2.2...muse-4.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [muse-4.2.2](https://github.com/truecharts/charts/compare/muse-4.2.1...muse-4.2.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [muse-4.2.1](https://github.com/truecharts/charts/compare/muse-4.2.0...muse-4.2.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [muse-4.2.0](https://github.com/truecharts/charts/compare/muse-4.1.6...muse-4.2.0) (2024-01-21) + +### Chore + + + +- update container image codetheweb/muse to v2.5.0[@3433b97](https://github.com/3433b97) by renovate ([#17441](https://github.com/truecharts/charts/issues/17441)) + + + + +## [muse-4.1.6](https://github.com/truecharts/charts/compare/muse-4.1.5...muse-4.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [muse-4.1.5](https://github.com/truecharts/charts/compare/muse-4.1.4...muse-4.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [muse-4.1.4](https://github.com/truecharts/charts/compare/muse-4.1.3...muse-4.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes diff --git a/stable/muse/5.2.0/Chart.yaml b/stable/muse/5.2.0/Chart.yaml new file mode 100644 index 00000000000..6815499d3df --- /dev/null +++ b/stable/muse/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted midwestern Discord music bot that doesn't suck. +home: https://truecharts.org/charts/stable/muse +icon: https://truecharts.org/img/hotlink-ok/chart-icons/muse.png +keywords: + - muse + - media + - discord-bot +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: muse +sources: + - https://github.com/codetheweb/muse + - https://github.com/truecharts/charts/tree/master/charts/stable/muse + - https://hub.docker.com/r/codetheweb/muse +type: application +version: 5.2.0 diff --git a/stable/muse/5.1.0/README.md b/stable/muse/5.2.0/README.md similarity index 100% rename from stable/muse/5.1.0/README.md rename to stable/muse/5.2.0/README.md diff --git a/stable/muse/5.1.0/app-readme.md b/stable/muse/5.2.0/app-readme.md similarity index 100% rename from stable/muse/5.1.0/app-readme.md rename to stable/muse/5.2.0/app-readme.md diff --git a/stable/muse/5.2.0/charts/common-18.1.2.tgz b/stable/muse/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/muse/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/muse/5.1.0/ix_values.yaml b/stable/muse/5.2.0/ix_values.yaml similarity index 100% rename from stable/muse/5.1.0/ix_values.yaml rename to stable/muse/5.2.0/ix_values.yaml diff --git a/stable/muse/5.1.0/questions.yaml b/stable/muse/5.2.0/questions.yaml similarity index 100% rename from stable/muse/5.1.0/questions.yaml rename to stable/muse/5.2.0/questions.yaml diff --git a/stable/mymediaforalexa/8.1.0/templates/common.yaml b/stable/muse/5.2.0/templates/common.yaml similarity index 100% rename from stable/mymediaforalexa/8.1.0/templates/common.yaml rename to stable/muse/5.2.0/templates/common.yaml diff --git a/stable/mylar/13.1.1/values.yaml b/stable/muse/5.2.0/values.yaml similarity index 100% rename from stable/mylar/13.1.1/values.yaml rename to stable/muse/5.2.0/values.yaml diff --git a/stable/muximux/10.1.0/CHANGELOG.md b/stable/muximux/10.1.0/CHANGELOG.md deleted file mode 100644 index 089e5ed3e06..00000000000 --- a/stable/muximux/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/muximux/10.1.0/Chart.yaml b/stable/muximux/10.1.0/Chart.yaml deleted file mode 100644 index e03d63076e8..00000000000 --- a/stable/muximux/10.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: "057352e8" -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/muximux/10.1.0/charts/common-18.0.1.tgz b/stable/muximux/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/muximux/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/mymediaforalexa/8.1.0/.helmignore b/stable/muximux/10.2.0/.helmignore similarity index 100% rename from stable/mymediaforalexa/8.1.0/.helmignore rename to stable/muximux/10.2.0/.helmignore diff --git a/stable/muximux/10.2.0/CHANGELOG.md b/stable/muximux/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2c7bcffaa8e --- /dev/null +++ b/stable/muximux/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/muximux/10.2.0/Chart.yaml b/stable/muximux/10.2.0/Chart.yaml new file mode 100644 index 00000000000..8acc51c66b2 --- /dev/null +++ b/stable/muximux/10.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: "057352e8" +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/muximux/10.1.0/README.md b/stable/muximux/10.2.0/README.md similarity index 100% rename from stable/muximux/10.1.0/README.md rename to stable/muximux/10.2.0/README.md diff --git a/stable/muximux/10.1.0/app-readme.md b/stable/muximux/10.2.0/app-readme.md similarity index 100% rename from stable/muximux/10.1.0/app-readme.md rename to stable/muximux/10.2.0/app-readme.md diff --git a/stable/muximux/10.2.0/charts/common-18.1.2.tgz b/stable/muximux/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/muximux/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/muximux/10.1.0/ix_values.yaml b/stable/muximux/10.2.0/ix_values.yaml similarity index 100% rename from stable/muximux/10.1.0/ix_values.yaml rename to stable/muximux/10.2.0/ix_values.yaml diff --git a/stable/muximux/10.1.0/questions.yaml b/stable/muximux/10.2.0/questions.yaml similarity index 100% rename from stable/muximux/10.1.0/questions.yaml rename to stable/muximux/10.2.0/questions.yaml diff --git a/stable/mymediaforalexa/8.1.0/templates/NOTES.txt b/stable/muximux/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/mymediaforalexa/8.1.0/templates/NOTES.txt rename to stable/muximux/10.2.0/templates/NOTES.txt diff --git a/stable/muximux/10.1.0/templates/common.yaml b/stable/muximux/10.2.0/templates/common.yaml similarity index 100% rename from stable/muximux/10.1.0/templates/common.yaml rename to stable/muximux/10.2.0/templates/common.yaml diff --git a/stable/mymediaforalexa/8.1.0/values.yaml b/stable/muximux/10.2.0/values.yaml similarity index 100% rename from stable/mymediaforalexa/8.1.0/values.yaml rename to stable/muximux/10.2.0/values.yaml diff --git a/stable/mylar/13.1.1/CHANGELOG.md b/stable/mylar/13.1.1/CHANGELOG.md deleted file mode 100644 index 590a74bba1a..00000000000 --- a/stable/mylar/13.1.1/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) - -### Chore \ No newline at end of file diff --git a/stable/mylar/13.1.1/Chart.yaml b/stable/mylar/13.1.1/Chart.yaml deleted file mode 100644 index 408da5f87ea..00000000000 --- a/stable/mylar/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.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.1 diff --git a/stable/mylar/13.1.1/charts/common-18.0.2.tgz b/stable/mylar/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/mylar/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/mylar/13.1.1/ix_values.yaml b/stable/mylar/13.1.1/ix_values.yaml deleted file mode 100644 index 3ed792d51ac..00000000000 --- a/stable/mylar/13.1.1/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: linuxserver/mylar3 - tag: version-v0.7.8@sha256:4227d88f90839a8895777d7710c9ae93e37327496ce3a4a9ffa23a7dba9a2ca6 - 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/mysql-workbench/9.1.1/.helmignore b/stable/mylar/13.2.0/.helmignore similarity index 100% rename from stable/mysql-workbench/9.1.1/.helmignore rename to stable/mylar/13.2.0/.helmignore diff --git a/stable/mylar/13.2.0/CHANGELOG.md b/stable/mylar/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f9d656fca1f --- /dev/null +++ b/stable/mylar/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + +## [mylar-12.1.18](https://github.com/truecharts/charts/compare/mylar-12.1.17...mylar-12.1.18) (2024-02-12) + +### Chore + + + +- update container image linuxserver/mylar3 to version-v0.7.8[@06d90fc](https://github.com/06d90fc) by renovate ([#18088](https://github.com/truecharts/charts/issues/18088)) + + +## [mylar-12.1.17](https://github.com/truecharts/charts/compare/mylar-12.1.16...mylar-12.1.17) (2024-02-05) + +### Chore + + + +- update container image linuxserver/mylar3 to version-v0.7.8[@5f74433](https://github.com/5f74433) by renovate ([#17880](https://github.com/truecharts/charts/issues/17880)) + + +## [mylar-12.1.16](https://github.com/truecharts/charts/compare/mylar-12.1.15...mylar-12.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mylar-12.1.15](https://github.com/truecharts/charts/compare/mylar-12.1.14...mylar-12.1.15) (2024-01-29) + +### Chore + + + +- update container image linuxserver/mylar3 to version-v0.7.8[@88a49b7](https://github.com/88a49b7) by renovate ([#17641](https://github.com/truecharts/charts/issues/17641)) + + +## [mylar-12.1.14](https://github.com/truecharts/charts/compare/mylar-12.1.13...mylar-12.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mylar-12.1.13](https://github.com/truecharts/charts/compare/mylar-12.1.12...mylar-12.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [mylar-12.1.12](https://github.com/truecharts/charts/compare/mylar-12.1.11...mylar-12.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [mylar-12.1.11](https://github.com/truecharts/charts/compare/mylar-12.1.10...mylar-12.1.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/mylar/13.2.0/Chart.yaml b/stable/mylar/13.2.0/Chart.yaml new file mode 100644 index 00000000000..bd9e718dc46 --- /dev/null +++ b/stable/mylar/13.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.8 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mylar is a automated Comic Book downloader +home: https://truecharts.org/charts/stable/mylar +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mylar.png +keywords: + - mylar +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mylar +sources: + - https://github.com/linuxserver/docker-mylar3 + - https://github.com/mylar3/mylar3 + - https://github.com/truecharts/charts/tree/master/charts/stable/mylar + - https://hub.docker.com/r/linuxserver/mylar3 +type: application +version: 13.2.0 diff --git a/stable/mylar/13.1.1/README.md b/stable/mylar/13.2.0/README.md similarity index 100% rename from stable/mylar/13.1.1/README.md rename to stable/mylar/13.2.0/README.md diff --git a/stable/mylar/13.1.1/app-readme.md b/stable/mylar/13.2.0/app-readme.md similarity index 100% rename from stable/mylar/13.1.1/app-readme.md rename to stable/mylar/13.2.0/app-readme.md diff --git a/stable/mylar/13.2.0/charts/common-18.1.2.tgz b/stable/mylar/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/mylar/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/mylar/13.2.0/ix_values.yaml b/stable/mylar/13.2.0/ix_values.yaml new file mode 100644 index 00000000000..16bae1d45b0 --- /dev/null +++ b/stable/mylar/13.2.0/ix_values.yaml @@ -0,0 +1,25 @@ +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/mylar/13.1.1/questions.yaml b/stable/mylar/13.2.0/questions.yaml similarity index 100% rename from stable/mylar/13.1.1/questions.yaml rename to stable/mylar/13.2.0/questions.yaml diff --git a/stable/mysql-workbench/9.1.1/templates/NOTES.txt b/stable/mylar/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/mysql-workbench/9.1.1/templates/NOTES.txt rename to stable/mylar/13.2.0/templates/NOTES.txt diff --git a/stable/mysql-workbench/9.1.1/templates/common.yaml b/stable/mylar/13.2.0/templates/common.yaml similarity index 100% rename from stable/mysql-workbench/9.1.1/templates/common.yaml rename to stable/mylar/13.2.0/templates/common.yaml diff --git a/stable/mysql-workbench/9.1.1/values.yaml b/stable/mylar/13.2.0/values.yaml similarity index 100% rename from stable/mysql-workbench/9.1.1/values.yaml rename to stable/mylar/13.2.0/values.yaml diff --git a/stable/mymediaforalexa/8.1.0/CHANGELOG.md b/stable/mymediaforalexa/8.1.0/CHANGELOG.md deleted file mode 100644 index a263b542375..00000000000 --- a/stable/mymediaforalexa/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/mymediaforalexa/8.1.0/Chart.yaml b/stable/mymediaforalexa/8.1.0/Chart.yaml deleted file mode 100644 index befd3314672..00000000000 --- a/stable/mymediaforalexa/8.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/mymediaforalexa/8.1.0/charts/common-18.0.1.tgz b/stable/mymediaforalexa/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/mymediaforalexa/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/n8n/13.1.1/.helmignore b/stable/mymediaforalexa/8.2.0/.helmignore similarity index 100% rename from stable/n8n/13.1.1/.helmignore rename to stable/mymediaforalexa/8.2.0/.helmignore diff --git a/stable/mymediaforalexa/8.2.0/CHANGELOG.md b/stable/mymediaforalexa/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..afc04620c83 --- /dev/null +++ b/stable/mymediaforalexa/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/mymediaforalexa/8.2.0/Chart.yaml b/stable/mymediaforalexa/8.2.0/Chart.yaml new file mode 100644 index 00000000000..6ffdffb1478 --- /dev/null +++ b/stable/mymediaforalexa/8.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.151.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/mymediaforalexa/8.1.0/README.md b/stable/mymediaforalexa/8.2.0/README.md similarity index 100% rename from stable/mymediaforalexa/8.1.0/README.md rename to stable/mymediaforalexa/8.2.0/README.md diff --git a/stable/mymediaforalexa/8.1.0/app-readme.md b/stable/mymediaforalexa/8.2.0/app-readme.md similarity index 100% rename from stable/mymediaforalexa/8.1.0/app-readme.md rename to stable/mymediaforalexa/8.2.0/app-readme.md diff --git a/stable/mymediaforalexa/8.2.0/charts/common-18.1.2.tgz b/stable/mymediaforalexa/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/mymediaforalexa/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/mymediaforalexa/8.1.0/ix_values.yaml b/stable/mymediaforalexa/8.2.0/ix_values.yaml similarity index 100% rename from stable/mymediaforalexa/8.1.0/ix_values.yaml rename to stable/mymediaforalexa/8.2.0/ix_values.yaml diff --git a/stable/mymediaforalexa/8.1.0/questions.yaml b/stable/mymediaforalexa/8.2.0/questions.yaml similarity index 100% rename from stable/mymediaforalexa/8.1.0/questions.yaml rename to stable/mymediaforalexa/8.2.0/questions.yaml diff --git a/stable/n8n/13.1.1/templates/NOTES.txt b/stable/mymediaforalexa/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/n8n/13.1.1/templates/NOTES.txt rename to stable/mymediaforalexa/8.2.0/templates/NOTES.txt diff --git a/stable/nano-wallet/9.1.0/templates/common.yaml b/stable/mymediaforalexa/8.2.0/templates/common.yaml similarity index 100% rename from stable/nano-wallet/9.1.0/templates/common.yaml rename to stable/mymediaforalexa/8.2.0/templates/common.yaml diff --git a/stable/n8n/13.1.1/values.yaml b/stable/mymediaforalexa/8.2.0/values.yaml similarity index 100% rename from stable/n8n/13.1.1/values.yaml rename to stable/mymediaforalexa/8.2.0/values.yaml diff --git a/stable/mysql-workbench/9.1.1/CHANGELOG.md b/stable/mysql-workbench/9.1.1/CHANGELOG.md deleted file mode 100644 index c54bcca3c23..00000000000 --- a/stable/mysql-workbench/9.1.1/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)) - - -## [mysql-workbench-8.1.10](https://github.com/truecharts/charts/compare/mysql-workbench-8.1.9...mysql-workbench-8.1.10) (2024-01-21) diff --git a/stable/mysql-workbench/9.1.1/Chart.yaml b/stable/mysql-workbench/9.1.1/Chart.yaml deleted file mode 100644 index 00f80492652..00000000000 --- a/stable/mysql-workbench/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: 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.1 diff --git a/stable/mysql-workbench/9.1.1/charts/common-18.0.2.tgz b/stable/mysql-workbench/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/mysql-workbench/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/mysql-workbench/9.1.1/ix_values.yaml b/stable/mysql-workbench/9.1.1/ix_values.yaml deleted file mode 100644 index 4a257d11e7c..00000000000 --- a/stable/mysql-workbench/9.1.1/ix_values.yaml +++ /dev/null @@ -1,29 +0,0 @@ -image: - repository: ghcr.io/linuxserver/mysql-workbench - pullPolicy: IfNotPresent - tag: 8.0.36@sha256:bff9cd05967c725fda1b67e3d24a3c50db79cbed4a7e5eb8b252743fc352e860 -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/namecheap-ddns/5.1.0/.helmignore b/stable/mysql-workbench/9.2.0/.helmignore similarity index 100% rename from stable/namecheap-ddns/5.1.0/.helmignore rename to stable/mysql-workbench/9.2.0/.helmignore diff --git a/stable/mysql-workbench/9.2.0/CHANGELOG.md b/stable/mysql-workbench/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..172a87c7062 --- /dev/null +++ b/stable/mysql-workbench/9.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + +## [mysql-workbench-8.1.18](https://github.com/truecharts/charts/compare/mysql-workbench-8.1.17...mysql-workbench-8.1.18) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@258561a](https://github.com/258561a) by renovate ([#18070](https://github.com/truecharts/charts/issues/18070)) + + +## [mysql-workbench-8.1.17](https://github.com/truecharts/charts/compare/mysql-workbench-8.1.16...mysql-workbench-8.1.17) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@deca1b6](https://github.com/deca1b6) by renovate ([#17860](https://github.com/truecharts/charts/issues/17860)) + + +## [mysql-workbench-8.1.16](https://github.com/truecharts/charts/compare/mysql-workbench-8.1.15...mysql-workbench-8.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [mysql-workbench-8.1.15](https://github.com/truecharts/charts/compare/mysql-workbench-8.1.14...mysql-workbench-8.1.15) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@1990230](https://github.com/1990230) by renovate ([#17615](https://github.com/truecharts/charts/issues/17615)) + + +## [mysql-workbench-8.1.14](https://github.com/truecharts/charts/compare/mysql-workbench-8.1.13...mysql-workbench-8.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [mysql-workbench-8.1.13](https://github.com/truecharts/charts/compare/mysql-workbench-8.1.12...mysql-workbench-8.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [mysql-workbench-8.1.12](https://github.com/truecharts/charts/compare/mysql-workbench-8.1.11...mysql-workbench-8.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [mysql-workbench-8.1.11](https://github.com/truecharts/charts/compare/mysql-workbench-8.1.10...mysql-workbench-8.1.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/stable/mysql-workbench/9.2.0/Chart.yaml b/stable/mysql-workbench/9.2.0/Chart.yaml new file mode 100644 index 00000000000..b0110f789fa --- /dev/null +++ b/stable/mysql-workbench/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 8.0.36 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs. +home: https://truecharts.org/charts/stable/mysql-workbench +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mysql-workbench.png +keywords: + - mysql-workbench +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mysql-workbench +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mysql-workbench + - https://ghcr.io/linuxserver/mysql-workbench +type: application +version: 9.2.0 diff --git a/stable/mysql-workbench/9.1.1/README.md b/stable/mysql-workbench/9.2.0/README.md similarity index 100% rename from stable/mysql-workbench/9.1.1/README.md rename to stable/mysql-workbench/9.2.0/README.md diff --git a/stable/mysql-workbench/9.1.1/app-readme.md b/stable/mysql-workbench/9.2.0/app-readme.md similarity index 100% rename from stable/mysql-workbench/9.1.1/app-readme.md rename to stable/mysql-workbench/9.2.0/app-readme.md diff --git a/stable/mysql-workbench/9.2.0/charts/common-18.1.2.tgz b/stable/mysql-workbench/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/mysql-workbench/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/mysql-workbench/9.2.0/ix_values.yaml b/stable/mysql-workbench/9.2.0/ix_values.yaml new file mode 100644 index 00000000000..3ee5e355a8d --- /dev/null +++ b/stable/mysql-workbench/9.2.0/ix_values.yaml @@ -0,0 +1,29 @@ +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/mysql-workbench/9.1.1/questions.yaml b/stable/mysql-workbench/9.2.0/questions.yaml similarity index 100% rename from stable/mysql-workbench/9.1.1/questions.yaml rename to stable/mysql-workbench/9.2.0/questions.yaml diff --git a/stable/nano-wallet/9.1.0/templates/NOTES.txt b/stable/mysql-workbench/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/nano-wallet/9.1.0/templates/NOTES.txt rename to stable/mysql-workbench/9.2.0/templates/NOTES.txt diff --git a/stable/navidrome/19.1.0/templates/common.yaml b/stable/mysql-workbench/9.2.0/templates/common.yaml similarity index 100% rename from stable/navidrome/19.1.0/templates/common.yaml rename to stable/mysql-workbench/9.2.0/templates/common.yaml diff --git a/stable/namecheap-ddns/5.1.0/values.yaml b/stable/mysql-workbench/9.2.0/values.yaml similarity index 100% rename from stable/namecheap-ddns/5.1.0/values.yaml rename to stable/mysql-workbench/9.2.0/values.yaml diff --git a/stable/n8n/13.1.1/CHANGELOG.md b/stable/n8n/13.1.1/CHANGELOG.md deleted file mode 100644 index 516a799ec38..00000000000 --- a/stable/n8n/13.1.1/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.1/Chart.yaml b/stable/n8n/13.1.1/Chart.yaml deleted file mode 100644 index 3b30c39dd09..00000000000 --- a/stable/n8n/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: 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.1 - 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.1 diff --git a/stable/n8n/13.1.1/charts/common-18.0.1.tgz b/stable/n8n/13.1.1/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/n8n/13.1.1/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/nano-wallet/9.1.0/.helmignore b/stable/n8n/13.2.0/.helmignore similarity index 100% rename from stable/nano-wallet/9.1.0/.helmignore rename to stable/n8n/13.2.0/.helmignore diff --git a/stable/n8n/13.2.0/CHANGELOG.md b/stable/n8n/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f1d0f8863d1 --- /dev/null +++ b/stable/n8n/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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) diff --git a/stable/n8n/13.2.0/Chart.yaml b/stable/n8n/13.2.0/Chart.yaml new file mode 100644 index 00000000000..019c548e025 --- /dev/null +++ b/stable/n8n/13.2.0/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.30.1 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.2.0 diff --git a/stable/n8n/13.1.1/LICENSE b/stable/n8n/13.2.0/LICENSE similarity index 100% rename from stable/n8n/13.1.1/LICENSE rename to stable/n8n/13.2.0/LICENSE diff --git a/stable/n8n/13.1.1/README.md b/stable/n8n/13.2.0/README.md similarity index 100% rename from stable/n8n/13.1.1/README.md rename to stable/n8n/13.2.0/README.md diff --git a/stable/n8n/13.1.1/app-readme.md b/stable/n8n/13.2.0/app-readme.md similarity index 100% rename from stable/n8n/13.1.1/app-readme.md rename to stable/n8n/13.2.0/app-readme.md diff --git a/stable/n8n/13.2.0/charts/common-18.1.2.tgz b/stable/n8n/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/n8n/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/n8n/13.1.1/charts/redis-11.2.1.tgz b/stable/n8n/13.2.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/n8n/13.1.1/charts/redis-11.2.1.tgz rename to stable/n8n/13.2.0/charts/redis-11.2.1.tgz diff --git a/stable/n8n/13.1.1/ix_values.yaml b/stable/n8n/13.2.0/ix_values.yaml similarity index 100% rename from stable/n8n/13.1.1/ix_values.yaml rename to stable/n8n/13.2.0/ix_values.yaml diff --git a/stable/n8n/13.1.1/questions.yaml b/stable/n8n/13.2.0/questions.yaml similarity index 100% rename from stable/n8n/13.1.1/questions.yaml rename to stable/n8n/13.2.0/questions.yaml diff --git a/stable/navidrome/19.1.0/templates/NOTES.txt b/stable/n8n/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/navidrome/19.1.0/templates/NOTES.txt rename to stable/n8n/13.2.0/templates/NOTES.txt diff --git a/stable/n8n/13.1.1/templates/_configmap.tpl b/stable/n8n/13.2.0/templates/_configmap.tpl similarity index 100% rename from stable/n8n/13.1.1/templates/_configmap.tpl rename to stable/n8n/13.2.0/templates/_configmap.tpl diff --git a/stable/n8n/13.1.1/templates/common.yaml b/stable/n8n/13.2.0/templates/common.yaml similarity index 100% rename from stable/n8n/13.1.1/templates/common.yaml rename to stable/n8n/13.2.0/templates/common.yaml diff --git a/stable/nano-wallet/9.1.0/values.yaml b/stable/n8n/13.2.0/values.yaml similarity index 100% rename from stable/nano-wallet/9.1.0/values.yaml rename to stable/n8n/13.2.0/values.yaml diff --git a/stable/namecheap-ddns/5.1.0/CHANGELOG.md b/stable/namecheap-ddns/5.1.0/CHANGELOG.md deleted file mode 100644 index 537bb34c9df..00000000000 --- a/stable/namecheap-ddns/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/namecheap-ddns/5.1.0/Chart.yaml b/stable/namecheap-ddns/5.1.0/Chart.yaml deleted file mode 100644 index 6aa499e94a1..00000000000 --- a/stable/namecheap-ddns/5.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: 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.1 - 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.0 diff --git a/stable/namecheap-ddns/5.1.0/charts/common-18.0.1.tgz b/stable/namecheap-ddns/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/namecheap-ddns/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/navidrome/19.1.0/.helmignore b/stable/namecheap-ddns/5.2.0/.helmignore similarity index 100% rename from stable/navidrome/19.1.0/.helmignore rename to stable/namecheap-ddns/5.2.0/.helmignore diff --git a/stable/namecheap-ddns/5.2.0/CHANGELOG.md b/stable/namecheap-ddns/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c4f953ee181 --- /dev/null +++ b/stable/namecheap-ddns/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/namecheap-ddns/5.2.0/Chart.yaml b/stable/namecheap-ddns/5.2.0/Chart.yaml new file mode 100644 index 00000000000..fef2574c669 --- /dev/null +++ b/stable/namecheap-ddns/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "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.0 diff --git a/stable/namecheap-ddns/5.1.0/README.md b/stable/namecheap-ddns/5.2.0/README.md similarity index 100% rename from stable/namecheap-ddns/5.1.0/README.md rename to stable/namecheap-ddns/5.2.0/README.md diff --git a/stable/namecheap-ddns/5.1.0/app-readme.md b/stable/namecheap-ddns/5.2.0/app-readme.md similarity index 100% rename from stable/namecheap-ddns/5.1.0/app-readme.md rename to stable/namecheap-ddns/5.2.0/app-readme.md diff --git a/stable/namecheap-ddns/5.2.0/charts/common-18.1.2.tgz b/stable/namecheap-ddns/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/namecheap-ddns/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/namecheap-ddns/5.1.0/ix_values.yaml b/stable/namecheap-ddns/5.2.0/ix_values.yaml similarity index 100% rename from stable/namecheap-ddns/5.1.0/ix_values.yaml rename to stable/namecheap-ddns/5.2.0/ix_values.yaml diff --git a/stable/namecheap-ddns/5.1.0/questions.yaml b/stable/namecheap-ddns/5.2.0/questions.yaml similarity index 100% rename from stable/namecheap-ddns/5.1.0/questions.yaml rename to stable/namecheap-ddns/5.2.0/questions.yaml diff --git a/stable/namecheap-ddns/5.1.0/templates/common.yaml b/stable/namecheap-ddns/5.2.0/templates/common.yaml similarity index 100% rename from stable/namecheap-ddns/5.1.0/templates/common.yaml rename to stable/namecheap-ddns/5.2.0/templates/common.yaml diff --git a/stable/navidrome/19.1.0/values.yaml b/stable/namecheap-ddns/5.2.0/values.yaml similarity index 100% rename from stable/navidrome/19.1.0/values.yaml rename to stable/namecheap-ddns/5.2.0/values.yaml diff --git a/stable/nano-wallet/9.1.0/CHANGELOG.md b/stable/nano-wallet/9.1.0/CHANGELOG.md deleted file mode 100644 index ab102591b51..00000000000 --- a/stable/nano-wallet/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/nano-wallet/9.1.0/Chart.yaml b/stable/nano-wallet/9.1.0/Chart.yaml deleted file mode 100644 index 479b8013665..00000000000 --- a/stable/nano-wallet/9.1.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: 2021.12.16 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/nano-wallet/9.1.0/charts/common-18.0.1.tgz b/stable/nano-wallet/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/nano-wallet/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/necesse/5.1.0/.helmignore b/stable/nano-wallet/9.2.0/.helmignore similarity index 100% rename from stable/necesse/5.1.0/.helmignore rename to stable/nano-wallet/9.2.0/.helmignore diff --git a/stable/nano-wallet/9.2.0/CHANGELOG.md b/stable/nano-wallet/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e8f92ffd504 --- /dev/null +++ b/stable/nano-wallet/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/nano-wallet/9.2.0/Chart.yaml b/stable/nano-wallet/9.2.0/Chart.yaml new file mode 100644 index 00000000000..98f89e1b672 --- /dev/null +++ b/stable/nano-wallet/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.12.16 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/nano-wallet/9.1.0/README.md b/stable/nano-wallet/9.2.0/README.md similarity index 100% rename from stable/nano-wallet/9.1.0/README.md rename to stable/nano-wallet/9.2.0/README.md diff --git a/stable/nano-wallet/9.1.0/app-readme.md b/stable/nano-wallet/9.2.0/app-readme.md similarity index 100% rename from stable/nano-wallet/9.1.0/app-readme.md rename to stable/nano-wallet/9.2.0/app-readme.md diff --git a/stable/nano-wallet/9.2.0/charts/common-18.1.2.tgz b/stable/nano-wallet/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/nano-wallet/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/nano-wallet/9.1.0/ix_values.yaml b/stable/nano-wallet/9.2.0/ix_values.yaml similarity index 100% rename from stable/nano-wallet/9.1.0/ix_values.yaml rename to stable/nano-wallet/9.2.0/ix_values.yaml diff --git a/stable/nano-wallet/9.1.0/questions.yaml b/stable/nano-wallet/9.2.0/questions.yaml similarity index 100% rename from stable/nano-wallet/9.1.0/questions.yaml rename to stable/nano-wallet/9.2.0/questions.yaml diff --git a/stable/netdata/9.1.0/templates/NOTES.txt b/stable/nano-wallet/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/netdata/9.1.0/templates/NOTES.txt rename to stable/nano-wallet/9.2.0/templates/NOTES.txt diff --git a/stable/netbootxyz/4.1.0/templates/common.yaml b/stable/nano-wallet/9.2.0/templates/common.yaml similarity index 100% rename from stable/netbootxyz/4.1.0/templates/common.yaml rename to stable/nano-wallet/9.2.0/templates/common.yaml diff --git a/stable/necesse/5.1.0/values.yaml b/stable/nano-wallet/9.2.0/values.yaml similarity index 100% rename from stable/necesse/5.1.0/values.yaml rename to stable/nano-wallet/9.2.0/values.yaml diff --git a/stable/navidrome/19.1.0/CHANGELOG.md b/stable/navidrome/19.1.0/CHANGELOG.md deleted file mode 100644 index 734ca882996..00000000000 --- a/stable/navidrome/19.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/navidrome/19.1.0/Chart.yaml b/stable/navidrome/19.1.0/Chart.yaml deleted file mode 100644 index de4545c8bc7..00000000000 --- a/stable/navidrome/19.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.51.1 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/navidrome/19.1.0/charts/common-18.0.1.tgz b/stable/navidrome/19.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/navidrome/19.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/neko/5.1.1/.helmignore b/stable/navidrome/19.2.0/.helmignore similarity index 100% rename from stable/neko/5.1.1/.helmignore rename to stable/navidrome/19.2.0/.helmignore diff --git a/stable/navidrome/19.2.0/CHANGELOG.md b/stable/navidrome/19.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e15ce71a2f6 --- /dev/null +++ b/stable/navidrome/19.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + diff --git a/stable/navidrome/19.2.0/Chart.yaml b/stable/navidrome/19.2.0/Chart.yaml new file mode 100644 index 00000000000..8becfb99476 --- /dev/null +++ b/stable/navidrome/19.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.51.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/navidrome/19.1.0/README.md b/stable/navidrome/19.2.0/README.md similarity index 100% rename from stable/navidrome/19.1.0/README.md rename to stable/navidrome/19.2.0/README.md diff --git a/stable/navidrome/19.1.0/app-readme.md b/stable/navidrome/19.2.0/app-readme.md similarity index 100% rename from stable/navidrome/19.1.0/app-readme.md rename to stable/navidrome/19.2.0/app-readme.md diff --git a/stable/navidrome/19.2.0/charts/common-18.1.2.tgz b/stable/navidrome/19.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/navidrome/19.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/navidrome/19.1.0/ix_values.yaml b/stable/navidrome/19.2.0/ix_values.yaml similarity index 100% rename from stable/navidrome/19.1.0/ix_values.yaml rename to stable/navidrome/19.2.0/ix_values.yaml diff --git a/stable/navidrome/19.1.0/questions.yaml b/stable/navidrome/19.2.0/questions.yaml similarity index 100% rename from stable/navidrome/19.1.0/questions.yaml rename to stable/navidrome/19.2.0/questions.yaml diff --git a/stable/nextpvr/9.1.0/templates/NOTES.txt b/stable/navidrome/19.2.0/templates/NOTES.txt similarity index 100% rename from stable/nextpvr/9.1.0/templates/NOTES.txt rename to stable/navidrome/19.2.0/templates/NOTES.txt diff --git a/stable/nextpvr/9.1.0/templates/common.yaml b/stable/navidrome/19.2.0/templates/common.yaml similarity index 100% rename from stable/nextpvr/9.1.0/templates/common.yaml rename to stable/navidrome/19.2.0/templates/common.yaml diff --git a/stable/neko/5.1.1/values.yaml b/stable/navidrome/19.2.0/values.yaml similarity index 100% rename from stable/neko/5.1.1/values.yaml rename to stable/navidrome/19.2.0/values.yaml diff --git a/stable/necesse/5.1.0/CHANGELOG.md b/stable/necesse/5.1.0/CHANGELOG.md deleted file mode 100644 index 37fdbff2bad..00000000000 --- a/stable/necesse/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/necesse/5.1.0/Chart.yaml b/stable/necesse/5.1.0/Chart.yaml deleted file mode 100644 index 584a43f751f..00000000000 --- a/stable/necesse/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/necesse/5.1.0/charts/common-18.0.1.tgz b/stable/necesse/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/necesse/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/netbootxyz/4.1.0/.helmignore b/stable/necesse/5.2.0/.helmignore similarity index 100% rename from stable/netbootxyz/4.1.0/.helmignore rename to stable/necesse/5.2.0/.helmignore diff --git a/stable/necesse/5.2.0/CHANGELOG.md b/stable/necesse/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c53e563c323 --- /dev/null +++ b/stable/necesse/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/necesse/5.2.0/Chart.yaml b/stable/necesse/5.2.0/Chart.yaml new file mode 100644 index 00000000000..a08de7d0891 --- /dev/null +++ b/stable/necesse/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: necesse +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/necesse/5.1.0/README.md b/stable/necesse/5.2.0/README.md similarity index 100% rename from stable/necesse/5.1.0/README.md rename to stable/necesse/5.2.0/README.md diff --git a/stable/necesse/5.1.0/app-readme.md b/stable/necesse/5.2.0/app-readme.md similarity index 100% rename from stable/necesse/5.1.0/app-readme.md rename to stable/necesse/5.2.0/app-readme.md diff --git a/stable/necesse/5.2.0/charts/common-18.1.2.tgz b/stable/necesse/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/necesse/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/necesse/5.1.0/ix_values.yaml b/stable/necesse/5.2.0/ix_values.yaml similarity index 100% rename from stable/necesse/5.1.0/ix_values.yaml rename to stable/necesse/5.2.0/ix_values.yaml diff --git a/stable/necesse/5.1.0/questions.yaml b/stable/necesse/5.2.0/questions.yaml similarity index 100% rename from stable/necesse/5.1.0/questions.yaml rename to stable/necesse/5.2.0/questions.yaml diff --git a/stable/necesse/5.1.0/templates/common.yaml b/stable/necesse/5.2.0/templates/common.yaml similarity index 100% rename from stable/necesse/5.1.0/templates/common.yaml rename to stable/necesse/5.2.0/templates/common.yaml diff --git a/stable/netbootxyz/4.1.0/values.yaml b/stable/necesse/5.2.0/values.yaml similarity index 100% rename from stable/netbootxyz/4.1.0/values.yaml rename to stable/necesse/5.2.0/values.yaml diff --git a/stable/neko/5.1.1/CHANGELOG.md b/stable/neko/5.1.1/CHANGELOG.md deleted file mode 100644 index e7d3f364530..00000000000 --- a/stable/neko/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - -## [neko-4.1.121](https://github.com/truecharts/charts/compare/neko-4.1.111...neko-4.1.121) (2024-02-12) - -### Chore - - - -- update neko by renovate ([#18168](https://github.com/truecharts/charts/issues/18168)) - - -## [neko-4.1.111](https://github.com/truecharts/charts/compare/neko-4.1.101...neko-4.1.111) (2024-02-12) - -### Chore - - - -- update neko by renovate ([#18116](https://github.com/truecharts/charts/issues/18116)) - - -## [neko-4.1.101](https://github.com/truecharts/charts/compare/neko-4.1.91...neko-4.1.101) (2024-02-05) - -### Chore - - - -- update neko by renovate ([#17963](https://github.com/truecharts/charts/issues/17963)) - - -## [neko-4.1.91](https://github.com/truecharts/charts/compare/neko-4.1.90...neko-4.1.91) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [neko-4.1.90](https://github.com/truecharts/charts/compare/neko-4.1.80...neko-4.1.90) (2024-01-29) - -### Chore - - - -- update neko by renovate ([#17724](https://github.com/truecharts/charts/issues/17724)) - - -## [neko-4.1.80](https://github.com/truecharts/charts/compare/neko-4.1.79...neko-4.1.80) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [neko-4.1.79](https://github.com/truecharts/charts/compare/neko-4.1.69...neko-4.1.79) (2024-01-22) - -### Chore - - - -- update neko by renovate ([#17497](https://github.com/truecharts/charts/issues/17497)) - - -## [neko-4.1.69](https://github.com/truecharts/charts/compare/neko-4.1.68...neko-4.1.69) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [neko-4.1.68](https://github.com/truecharts/charts/compare/neko-4.1.67...neko-4.1.68) (2024-01-21) - -### Chore - - - -- 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/neko/5.1.1/Chart.yaml b/stable/neko/5.1.1/Chart.yaml deleted file mode 100644 index eb45f7640bd..00000000000 --- a/stable/neko/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: 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.1 diff --git a/stable/neko/5.1.1/charts/common-18.0.2.tgz b/stable/neko/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/neko/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/neko/5.1.1/ix_values.yaml b/stable/neko/5.1.1/ix_values.yaml deleted file mode 100644 index f00fac53b7e..00000000000 --- a/stable/neko/5.1.1/ix_values.yaml +++ /dev/null @@ -1,93 +0,0 @@ -braveImage: - pullPolicy: IfNotPresent - repository: m1k1o/neko - tag: brave@sha256:7e6b9341face69a37946a369bfb7174a971412403fce4646d6591c97e1522eae -chromeImage: - pullPolicy: IfNotPresent - repository: m1k1o/neko - tag: google-chrome@sha256:dcf4bebc224e3a01f7cb51ad6b8ba0b9818361325bce186a71106a37e3774c15 -chromiumImage: - pullPolicy: IfNotPresent - repository: m1k1o/neko - tag: chromium@sha256:8ca28d21bc6bc69046779f1cbbb078468e552fa60a9e018c5c2266c82c7a5a2e -edgeImage: - pullPolicy: IfNotPresent - repository: m1k1o/neko - tag: microsoft-edge@sha256:ef159a3d6909571e5cc2ee5e9dfe5bcafddef69b536ff14e90f8b8e2aff2e8dc -image: - pullPolicy: IfNotPresent - repository: m1k1o/neko - tag: firefox@sha256:72f72672bd5e3b447010a57f987282e86ee3017d1f3237f4bb7e5d1e787b23da -imageSelector: image -portal: - open: - enabled: true -remminaImage: - pullPolicy: IfNotPresent - repository: m1k1o/neko - tag: remmina@sha256:e1f6e8731009fbd56729b0e225f40cb4b1a128a2848f4516d311576611f99cb7 -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:2f831187ebad4bb7fa460c81134f13fc1caf570fecfb422685f7d02570cdd28b -vivaldiImage: - pullPolicy: IfNotPresent - repository: m1k1o/neko - tag: vivaldi@sha256:e3c44a09a4796ea4f99915685a3ba810ecfdd1f9b583b80c3a3daac43115df63 -vlcImage: - pullPolicy: IfNotPresent - repository: m1k1o/neko - tag: vlc@sha256:0a22c52e34d956050c2184a9f88addf7feaba24f63e1d9f48065e97d3f793eef -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:242ad91b15e5fbf8eaf85d7f9ea46bb211569e60be781a8689c22d185e7ff1ad diff --git a/stable/netdata/9.1.0/.helmignore b/stable/neko/5.2.0/.helmignore similarity index 100% rename from stable/netdata/9.1.0/.helmignore rename to stable/neko/5.2.0/.helmignore diff --git a/stable/neko/5.2.0/CHANGELOG.md b/stable/neko/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c90601ea8e4 --- /dev/null +++ b/stable/neko/5.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + +## [neko-4.1.121](https://github.com/truecharts/charts/compare/neko-4.1.111...neko-4.1.121) (2024-02-12) + +### Chore + + + +- update neko by renovate ([#18168](https://github.com/truecharts/charts/issues/18168)) + + +## [neko-4.1.111](https://github.com/truecharts/charts/compare/neko-4.1.101...neko-4.1.111) (2024-02-12) + +### Chore + + + +- update neko by renovate ([#18116](https://github.com/truecharts/charts/issues/18116)) + + +## [neko-4.1.101](https://github.com/truecharts/charts/compare/neko-4.1.91...neko-4.1.101) (2024-02-05) + +### Chore + + + +- update neko by renovate ([#17963](https://github.com/truecharts/charts/issues/17963)) + + +## [neko-4.1.91](https://github.com/truecharts/charts/compare/neko-4.1.90...neko-4.1.91) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [neko-4.1.90](https://github.com/truecharts/charts/compare/neko-4.1.80...neko-4.1.90) (2024-01-29) + +### Chore + + + +- update neko by renovate ([#17724](https://github.com/truecharts/charts/issues/17724)) + + +## [neko-4.1.80](https://github.com/truecharts/charts/compare/neko-4.1.79...neko-4.1.80) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [neko-4.1.79](https://github.com/truecharts/charts/compare/neko-4.1.69...neko-4.1.79) (2024-01-22) + +### Chore + + + +- update neko by renovate ([#17497](https://github.com/truecharts/charts/issues/17497)) + + +## [neko-4.1.69](https://github.com/truecharts/charts/compare/neko-4.1.68...neko-4.1.69) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [neko-4.1.68](https://github.com/truecharts/charts/compare/neko-4.1.67...neko-4.1.68) (2024-01-21) + +### Chore \ No newline at end of file diff --git a/stable/neko/5.2.0/Chart.yaml b/stable/neko/5.2.0/Chart.yaml new file mode 100644 index 00000000000..7a7e63b70d7 --- /dev/null +++ b/stable/neko/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: firefox +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self hosted virtual browser that runs in Chart +home: https://truecharts.org/charts/stable/neko +icon: https://truecharts.org/img/hotlink-ok/chart-icons/neko.png +keywords: + - neko + - video +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: neko +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/neko + - https://hub.docker.com/r/m1k1o/neko +type: application +version: 5.2.0 diff --git a/stable/neko/5.1.1/README.md b/stable/neko/5.2.0/README.md similarity index 100% rename from stable/neko/5.1.1/README.md rename to stable/neko/5.2.0/README.md diff --git a/stable/neko/5.1.1/app-readme.md b/stable/neko/5.2.0/app-readme.md similarity index 100% rename from stable/neko/5.1.1/app-readme.md rename to stable/neko/5.2.0/app-readme.md diff --git a/stable/neko/5.2.0/charts/common-18.1.2.tgz b/stable/neko/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/neko/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/neko/5.2.0/ix_values.yaml b/stable/neko/5.2.0/ix_values.yaml new file mode 100644 index 00000000000..0f63c0a6f4f --- /dev/null +++ b/stable/neko/5.2.0/ix_values.yaml @@ -0,0 +1,93 @@ +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/neko/5.1.1/questions.yaml b/stable/neko/5.2.0/questions.yaml similarity index 100% rename from stable/neko/5.1.1/questions.yaml rename to stable/neko/5.2.0/questions.yaml diff --git a/stable/neko/5.1.1/templates/common.yaml b/stable/neko/5.2.0/templates/common.yaml similarity index 100% rename from stable/neko/5.1.1/templates/common.yaml rename to stable/neko/5.2.0/templates/common.yaml diff --git a/stable/netdata/9.1.0/values.yaml b/stable/neko/5.2.0/values.yaml similarity index 100% rename from stable/netdata/9.1.0/values.yaml rename to stable/neko/5.2.0/values.yaml diff --git a/stable/netbootxyz/4.1.0/CHANGELOG.md b/stable/netbootxyz/4.1.0/CHANGELOG.md deleted file mode 100644 index bc5ced76b21..00000000000 --- a/stable/netbootxyz/4.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/netbootxyz/4.1.0/Chart.yaml b/stable/netbootxyz/4.1.0/Chart.yaml deleted file mode 100644 index a3d68e0ae91..00000000000 --- a/stable/netbootxyz/4.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/netbootxyz/4.1.0/charts/common-18.0.1.tgz b/stable/netbootxyz/4.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/netbootxyz/4.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/neverwinternights-ee/5.1.0/.helmignore b/stable/netbootxyz/4.2.0/.helmignore similarity index 100% rename from stable/neverwinternights-ee/5.1.0/.helmignore rename to stable/netbootxyz/4.2.0/.helmignore diff --git a/stable/netbootxyz/4.2.0/CHANGELOG.md b/stable/netbootxyz/4.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2d0702d13bd --- /dev/null +++ b/stable/netbootxyz/4.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/netbootxyz/4.2.0/Chart.yaml b/stable/netbootxyz/4.2.0/Chart.yaml new file mode 100644 index 00000000000..8781cf5284a --- /dev/null +++ b/stable/netbootxyz/4.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/netbootxyz/4.1.0/README.md b/stable/netbootxyz/4.2.0/README.md similarity index 100% rename from stable/netbootxyz/4.1.0/README.md rename to stable/netbootxyz/4.2.0/README.md diff --git a/stable/netbootxyz/4.1.0/app-readme.md b/stable/netbootxyz/4.2.0/app-readme.md similarity index 100% rename from stable/netbootxyz/4.1.0/app-readme.md rename to stable/netbootxyz/4.2.0/app-readme.md diff --git a/stable/netbootxyz/4.2.0/charts/common-18.1.2.tgz b/stable/netbootxyz/4.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/netbootxyz/4.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/netbootxyz/4.1.0/ix_values.yaml b/stable/netbootxyz/4.2.0/ix_values.yaml similarity index 100% rename from stable/netbootxyz/4.1.0/ix_values.yaml rename to stable/netbootxyz/4.2.0/ix_values.yaml diff --git a/stable/netbootxyz/4.1.0/questions.yaml b/stable/netbootxyz/4.2.0/questions.yaml similarity index 100% rename from stable/netbootxyz/4.1.0/questions.yaml rename to stable/netbootxyz/4.2.0/questions.yaml diff --git a/stable/ngircd/9.1.0/templates/common.yaml b/stable/netbootxyz/4.2.0/templates/common.yaml similarity index 100% rename from stable/ngircd/9.1.0/templates/common.yaml rename to stable/netbootxyz/4.2.0/templates/common.yaml diff --git a/stable/neverwinternights-ee/5.1.0/values.yaml b/stable/netbootxyz/4.2.0/values.yaml similarity index 100% rename from stable/neverwinternights-ee/5.1.0/values.yaml rename to stable/netbootxyz/4.2.0/values.yaml diff --git a/stable/netdata/9.1.0/CHANGELOG.md b/stable/netdata/9.1.0/CHANGELOG.md deleted file mode 100644 index bdd157c1ef2..00000000000 --- a/stable/netdata/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/netdata/9.1.0/Chart.yaml b/stable/netdata/9.1.0/Chart.yaml deleted file mode 100644 index a22d5d3ddf9..00000000000 --- a/stable/netdata/9.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/netdata/9.1.0/charts/common-18.0.1.tgz b/stable/netdata/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/netdata/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/newyearcountdownclock/5.1.0/.helmignore b/stable/netdata/9.2.0/.helmignore similarity index 100% rename from stable/newyearcountdownclock/5.1.0/.helmignore rename to stable/netdata/9.2.0/.helmignore diff --git a/stable/netdata/9.2.0/CHANGELOG.md b/stable/netdata/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..9eae07f0e25 --- /dev/null +++ b/stable/netdata/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [netdata-8.1.13](https://github.com/truecharts/charts/compare/netdata-8.1.12...netdata-8.1.13) (2024-02-12) + +### Chore + + + +- update container image netdata/netdata to v1.44.3[@9e89531](https://github.com/9e89531) by renovate ([#18230](https://github.com/truecharts/charts/issues/18230)) + + +## [netdata-8.1.12](https://github.com/truecharts/charts/compare/netdata-8.1.11...netdata-8.1.12) (2024-02-12) + +### Chore + + + +- update container image netdata/netdata to v1.44.2[@78c8cb8](https://github.com/78c8cb8) by renovate ([#18145](https://github.com/truecharts/charts/issues/18145)) + + +## [netdata-8.1.11](https://github.com/truecharts/charts/compare/netdata-8.1.10...netdata-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [netdata-8.1.10](https://github.com/truecharts/charts/compare/netdata-8.1.9...netdata-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [netdata-8.1.9](https://github.com/truecharts/charts/compare/netdata-8.1.8...netdata-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [netdata-8.1.8](https://github.com/truecharts/charts/compare/netdata-8.1.7...netdata-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [netdata-8.1.7](https://github.com/truecharts/charts/compare/netdata-8.1.6...netdata-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [netdata-8.1.6](https://github.com/truecharts/charts/compare/netdata-8.1.5...netdata-8.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [netdata-8.1.5](https://github.com/truecharts/charts/compare/netdata-8.1.4...netdata-8.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/netdata/9.2.0/Chart.yaml b/stable/netdata/9.2.0/Chart.yaml new file mode 100644 index 00000000000..a7fb00b10f9 --- /dev/null +++ b/stable/netdata/9.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.44.3 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/netdata/9.1.0/README.md b/stable/netdata/9.2.0/README.md similarity index 100% rename from stable/netdata/9.1.0/README.md rename to stable/netdata/9.2.0/README.md diff --git a/stable/netdata/9.1.0/app-readme.md b/stable/netdata/9.2.0/app-readme.md similarity index 100% rename from stable/netdata/9.1.0/app-readme.md rename to stable/netdata/9.2.0/app-readme.md diff --git a/stable/netdata/9.2.0/charts/common-18.1.2.tgz b/stable/netdata/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/netdata/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/netdata/9.1.0/ix_values.yaml b/stable/netdata/9.2.0/ix_values.yaml similarity index 100% rename from stable/netdata/9.1.0/ix_values.yaml rename to stable/netdata/9.2.0/ix_values.yaml diff --git a/stable/netdata/9.1.0/questions.yaml b/stable/netdata/9.2.0/questions.yaml similarity index 100% rename from stable/netdata/9.1.0/questions.yaml rename to stable/netdata/9.2.0/questions.yaml diff --git a/stable/nginx-proxy-manager/9.2.0/templates/NOTES.txt b/stable/netdata/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/nginx-proxy-manager/9.2.0/templates/NOTES.txt rename to stable/netdata/9.2.0/templates/NOTES.txt diff --git a/stable/netdata/9.1.0/templates/common.yaml b/stable/netdata/9.2.0/templates/common.yaml similarity index 100% rename from stable/netdata/9.1.0/templates/common.yaml rename to stable/netdata/9.2.0/templates/common.yaml diff --git a/stable/newyearcountdownclock/5.1.0/values.yaml b/stable/netdata/9.2.0/values.yaml similarity index 100% rename from stable/newyearcountdownclock/5.1.0/values.yaml rename to stable/netdata/9.2.0/values.yaml diff --git a/stable/neverwinternights-ee/5.1.0/CHANGELOG.md b/stable/neverwinternights-ee/5.1.0/CHANGELOG.md deleted file mode 100644 index 8c0ee4ece18..00000000000 --- a/stable/neverwinternights-ee/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [neverwinternights-ee-4.1.12](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.11...neverwinternights-ee-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [neverwinternights-ee-4.1.11](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.10...neverwinternights-ee-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [neverwinternights-ee-4.1.10](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.9...neverwinternights-ee-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [neverwinternights-ee-4.1.9](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.8...neverwinternights-ee-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [neverwinternights-ee-4.1.8](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.7...neverwinternights-ee-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [neverwinternights-ee-4.1.7](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.6...neverwinternights-ee-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [neverwinternights-ee-4.1.6](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.5...neverwinternights-ee-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [neverwinternights-ee-4.1.5](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.4...neverwinternights-ee-4.1.5) (2024-01-02) - -### Chore - - - -- update container image ich777/nwnee-server to latest[@6adc2ce](https://github.com/6adc2ce) by renovate ([#16777](https://github.com/truecharts/charts/issues/16777)) - - -## [neverwinternights-ee-4.1.4](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.3...neverwinternights-ee-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [neverwinternights-ee-4.1.3](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.0...neverwinternights-ee-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/neverwinternights-ee/5.1.0/Chart.yaml b/stable/neverwinternights-ee/5.1.0/Chart.yaml deleted file mode 100644 index 6a5cc0fd818..00000000000 --- a/stable/neverwinternights-ee/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/neverwinternights-ee/5.1.0/charts/common-18.0.1.tgz b/stable/neverwinternights-ee/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/neverwinternights-ee/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/nextpvr/9.1.0/.helmignore b/stable/neverwinternights-ee/5.2.0/.helmignore similarity index 100% rename from stable/nextpvr/9.1.0/.helmignore rename to stable/neverwinternights-ee/5.2.0/.helmignore diff --git a/stable/neverwinternights-ee/5.2.0/CHANGELOG.md b/stable/neverwinternights-ee/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..acfbf028d95 --- /dev/null +++ b/stable/neverwinternights-ee/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/neverwinternights-ee/5.2.0/Chart.yaml b/stable/neverwinternights-ee/5.2.0/Chart.yaml new file mode 100644 index 00000000000..da008d6e682 --- /dev/null +++ b/stable/neverwinternights-ee/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/neverwinternights-ee/5.1.0/README.md b/stable/neverwinternights-ee/5.2.0/README.md similarity index 100% rename from stable/neverwinternights-ee/5.1.0/README.md rename to stable/neverwinternights-ee/5.2.0/README.md diff --git a/stable/neverwinternights-ee/5.1.0/app-readme.md b/stable/neverwinternights-ee/5.2.0/app-readme.md similarity index 100% rename from stable/neverwinternights-ee/5.1.0/app-readme.md rename to stable/neverwinternights-ee/5.2.0/app-readme.md diff --git a/stable/neverwinternights-ee/5.2.0/charts/common-18.1.2.tgz b/stable/neverwinternights-ee/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/neverwinternights-ee/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/neverwinternights-ee/5.1.0/ix_values.yaml b/stable/neverwinternights-ee/5.2.0/ix_values.yaml similarity index 100% rename from stable/neverwinternights-ee/5.1.0/ix_values.yaml rename to stable/neverwinternights-ee/5.2.0/ix_values.yaml diff --git a/stable/neverwinternights-ee/5.1.0/questions.yaml b/stable/neverwinternights-ee/5.2.0/questions.yaml similarity index 100% rename from stable/neverwinternights-ee/5.1.0/questions.yaml rename to stable/neverwinternights-ee/5.2.0/questions.yaml diff --git a/stable/neverwinternights-ee/5.1.0/templates/common.yaml b/stable/neverwinternights-ee/5.2.0/templates/common.yaml similarity index 100% rename from stable/neverwinternights-ee/5.1.0/templates/common.yaml rename to stable/neverwinternights-ee/5.2.0/templates/common.yaml diff --git a/stable/nextpvr/9.1.0/values.yaml b/stable/neverwinternights-ee/5.2.0/values.yaml similarity index 100% rename from stable/nextpvr/9.1.0/values.yaml rename to stable/neverwinternights-ee/5.2.0/values.yaml diff --git a/stable/newyearcountdownclock/5.1.0/CHANGELOG.md b/stable/newyearcountdownclock/5.1.0/CHANGELOG.md deleted file mode 100644 index 0c97f94973b..00000000000 --- a/stable/newyearcountdownclock/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/newyearcountdownclock/5.1.0/Chart.yaml b/stable/newyearcountdownclock/5.1.0/Chart.yaml deleted file mode 100644 index 4ae1043acd3..00000000000 --- a/stable/newyearcountdownclock/5.1.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: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/newyearcountdownclock/5.1.0/charts/common-18.0.1.tgz b/stable/newyearcountdownclock/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/newyearcountdownclock/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/nexus-oss/5.1.0/.helmignore b/stable/newyearcountdownclock/5.2.0/.helmignore similarity index 100% rename from stable/nexus-oss/5.1.0/.helmignore rename to stable/newyearcountdownclock/5.2.0/.helmignore diff --git a/stable/newyearcountdownclock/5.2.0/CHANGELOG.md b/stable/newyearcountdownclock/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..51184c989d2 --- /dev/null +++ b/stable/newyearcountdownclock/5.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + +## [newyearcountdownclock-4.1.11](https://github.com/truecharts/charts/compare/newyearcountdownclock-4.1.10...newyearcountdownclock-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [newyearcountdownclock-4.1.10](https://github.com/truecharts/charts/compare/newyearcountdownclock-4.1.9...newyearcountdownclock-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [newyearcountdownclock-4.1.9](https://github.com/truecharts/charts/compare/newyearcountdownclock-4.1.8...newyearcountdownclock-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [newyearcountdownclock-4.1.8](https://github.com/truecharts/charts/compare/newyearcountdownclock-4.1.7...newyearcountdownclock-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [newyearcountdownclock-4.1.7](https://github.com/truecharts/charts/compare/newyearcountdownclock-4.1.6...newyearcountdownclock-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [newyearcountdownclock-4.1.6](https://github.com/truecharts/charts/compare/newyearcountdownclock-4.1.5...newyearcountdownclock-4.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [newyearcountdownclock-4.1.5](https://github.com/truecharts/charts/compare/newyearcountdownclock-4.1.4...newyearcountdownclock-4.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [newyearcountdownclock-4.1.4](https://github.com/truecharts/charts/compare/newyearcountdownclock-4.1.3...newyearcountdownclock-4.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes \ No newline at end of file diff --git a/stable/newyearcountdownclock/5.2.0/Chart.yaml b/stable/newyearcountdownclock/5.2.0/Chart.yaml new file mode 100644 index 00000000000..ba7940e0692 --- /dev/null +++ b/stable/newyearcountdownclock/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self Hosted, self contained New Year Countdown clock +home: https://truecharts.org/charts/stable/newyearcountdownclock +icon: https://truecharts.org/img/hotlink-ok/chart-icons/newyearcountdownclock.png +keywords: + - newyearcountdownclock + - Tools-Utilities + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: newyearcountdownclock +sources: + - https://github.com/modem7/Docker-NewYearCountdown + - https://github.com/truecharts/charts/tree/master/charts/stable/newyearcountdownclock + - https://hub.docker.com/r/modem7/newyearcountdown +type: application +version: 5.2.0 diff --git a/stable/newyearcountdownclock/5.1.0/README.md b/stable/newyearcountdownclock/5.2.0/README.md similarity index 100% rename from stable/newyearcountdownclock/5.1.0/README.md rename to stable/newyearcountdownclock/5.2.0/README.md diff --git a/stable/newyearcountdownclock/5.1.0/app-readme.md b/stable/newyearcountdownclock/5.2.0/app-readme.md similarity index 100% rename from stable/newyearcountdownclock/5.1.0/app-readme.md rename to stable/newyearcountdownclock/5.2.0/app-readme.md diff --git a/stable/newyearcountdownclock/5.2.0/charts/common-18.1.2.tgz b/stable/newyearcountdownclock/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/newyearcountdownclock/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/newyearcountdownclock/5.1.0/ix_values.yaml b/stable/newyearcountdownclock/5.2.0/ix_values.yaml similarity index 100% rename from stable/newyearcountdownclock/5.1.0/ix_values.yaml rename to stable/newyearcountdownclock/5.2.0/ix_values.yaml diff --git a/stable/newyearcountdownclock/5.1.0/questions.yaml b/stable/newyearcountdownclock/5.2.0/questions.yaml similarity index 100% rename from stable/newyearcountdownclock/5.1.0/questions.yaml rename to stable/newyearcountdownclock/5.2.0/questions.yaml diff --git a/stable/newyearcountdownclock/5.1.0/templates/common.yaml b/stable/newyearcountdownclock/5.2.0/templates/common.yaml similarity index 100% rename from stable/newyearcountdownclock/5.1.0/templates/common.yaml rename to stable/newyearcountdownclock/5.2.0/templates/common.yaml diff --git a/stable/nexus-oss/5.1.0/values.yaml b/stable/newyearcountdownclock/5.2.0/values.yaml similarity index 100% rename from stable/nexus-oss/5.1.0/values.yaml rename to stable/newyearcountdownclock/5.2.0/values.yaml diff --git a/stable/nextpvr/9.1.0/CHANGELOG.md b/stable/nextpvr/9.1.0/CHANGELOG.md deleted file mode 100644 index 779e48babec..00000000000 --- a/stable/nextpvr/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/nextpvr/9.1.0/Chart.yaml b/stable/nextpvr/9.1.0/Chart.yaml deleted file mode 100644 index b76a80afdb6..00000000000 --- a/stable/nextpvr/9.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/nextpvr/9.1.0/charts/common-18.0.1.tgz b/stable/nextpvr/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/nextpvr/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/nginx-proxy-manager/9.2.0/.helmignore b/stable/nextpvr/9.2.0/.helmignore similarity index 100% rename from stable/nginx-proxy-manager/9.2.0/.helmignore rename to stable/nextpvr/9.2.0/.helmignore diff --git a/stable/nextpvr/9.2.0/CHANGELOG.md b/stable/nextpvr/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b854a8fbe20 --- /dev/null +++ b/stable/nextpvr/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/nextpvr/9.2.0/Chart.yaml b/stable/nextpvr/9.2.0/Chart.yaml new file mode 100644 index 00000000000..fa59011207a --- /dev/null +++ b/stable/nextpvr/9.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/nextpvr/9.1.0/README.md b/stable/nextpvr/9.2.0/README.md similarity index 100% rename from stable/nextpvr/9.1.0/README.md rename to stable/nextpvr/9.2.0/README.md diff --git a/stable/nextpvr/9.1.0/app-readme.md b/stable/nextpvr/9.2.0/app-readme.md similarity index 100% rename from stable/nextpvr/9.1.0/app-readme.md rename to stable/nextpvr/9.2.0/app-readme.md diff --git a/stable/nextpvr/9.2.0/charts/common-18.1.2.tgz b/stable/nextpvr/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/nextpvr/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/nextpvr/9.1.0/ix_values.yaml b/stable/nextpvr/9.2.0/ix_values.yaml similarity index 100% rename from stable/nextpvr/9.1.0/ix_values.yaml rename to stable/nextpvr/9.2.0/ix_values.yaml diff --git a/stable/nextpvr/9.1.0/questions.yaml b/stable/nextpvr/9.2.0/questions.yaml similarity index 100% rename from stable/nextpvr/9.1.0/questions.yaml rename to stable/nextpvr/9.2.0/questions.yaml diff --git a/stable/ngircd/9.1.0/templates/NOTES.txt b/stable/nextpvr/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/ngircd/9.1.0/templates/NOTES.txt rename to stable/nextpvr/9.2.0/templates/NOTES.txt diff --git a/stable/nntp2nntp/9.1.0/templates/common.yaml b/stable/nextpvr/9.2.0/templates/common.yaml similarity index 100% rename from stable/nntp2nntp/9.1.0/templates/common.yaml rename to stable/nextpvr/9.2.0/templates/common.yaml diff --git a/stable/nginx-proxy-manager/9.2.0/values.yaml b/stable/nextpvr/9.2.0/values.yaml similarity index 100% rename from stable/nginx-proxy-manager/9.2.0/values.yaml rename to stable/nextpvr/9.2.0/values.yaml diff --git a/stable/nexus-oss/5.1.0/CHANGELOG.md b/stable/nexus-oss/5.1.0/CHANGELOG.md deleted file mode 100644 index 591b2140b97..00000000000 --- a/stable/nexus-oss/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/nexus-oss/5.1.0/Chart.yaml b/stable/nexus-oss/5.1.0/Chart.yaml deleted file mode 100644 index f12b0ff53eb..00000000000 --- a/stable/nexus-oss/5.1.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: 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.1 - 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.0 diff --git a/stable/nexus-oss/5.1.0/charts/common-18.0.1.tgz b/stable/nexus-oss/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/nexus-oss/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/ngircd/9.1.0/.helmignore b/stable/nexus-oss/5.2.0/.helmignore similarity index 100% rename from stable/ngircd/9.1.0/.helmignore rename to stable/nexus-oss/5.2.0/.helmignore diff --git a/stable/nexus-oss/5.2.0/CHANGELOG.md b/stable/nexus-oss/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..39839a7a94e --- /dev/null +++ b/stable/nexus-oss/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [nexus-oss-4.3.0](https://github.com/truecharts/charts/compare/nexus-oss-4.2.5...nexus-oss-4.3.0) (2024-02-12) + +### Chore + + + +- update container image sonatype/nexus3 to v3.65.0[@7394c5a](https://github.com/7394c5a) by renovate ([#18197](https://github.com/truecharts/charts/issues/18197)) + + +## [nexus-oss-4.2.5](https://github.com/truecharts/charts/compare/nexus-oss-4.2.4...nexus-oss-4.2.5) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [nexus-oss-4.2.4](https://github.com/truecharts/charts/compare/nexus-oss-4.2.3...nexus-oss-4.2.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [nexus-oss-4.2.3](https://github.com/truecharts/charts/compare/nexus-oss-4.2.2...nexus-oss-4.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [nexus-oss-4.2.2](https://github.com/truecharts/charts/compare/nexus-oss-4.2.1...nexus-oss-4.2.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [nexus-oss-4.2.1](https://github.com/truecharts/charts/compare/nexus-oss-4.2.0...nexus-oss-4.2.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [nexus-oss-4.2.0](https://github.com/truecharts/charts/compare/nexus-oss-4.1.6...nexus-oss-4.2.0) (2024-01-14) + +### Chore + + + +- update container image sonatype/nexus3 to v3.64.0[@b0cfe12](https://github.com/b0cfe12) by renovate ([#17209](https://github.com/truecharts/charts/issues/17209)) + + + + +## [nexus-oss-4.1.6](https://github.com/truecharts/charts/compare/nexus-oss-4.1.5...nexus-oss-4.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [nexus-oss-4.1.5](https://github.com/truecharts/charts/compare/nexus-oss-4.1.4...nexus-oss-4.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/nexus-oss/5.2.0/Chart.yaml b/stable/nexus-oss/5.2.0/Chart.yaml new file mode 100644 index 00000000000..557b7a802c9 --- /dev/null +++ b/stable/nexus-oss/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.65.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/nexus-oss/5.1.0/README.md b/stable/nexus-oss/5.2.0/README.md similarity index 100% rename from stable/nexus-oss/5.1.0/README.md rename to stable/nexus-oss/5.2.0/README.md diff --git a/stable/nexus-oss/5.1.0/app-readme.md b/stable/nexus-oss/5.2.0/app-readme.md similarity index 100% rename from stable/nexus-oss/5.1.0/app-readme.md rename to stable/nexus-oss/5.2.0/app-readme.md diff --git a/stable/nexus-oss/5.2.0/charts/common-18.1.2.tgz b/stable/nexus-oss/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/nexus-oss/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/nexus-oss/5.1.0/ix_values.yaml b/stable/nexus-oss/5.2.0/ix_values.yaml similarity index 100% rename from stable/nexus-oss/5.1.0/ix_values.yaml rename to stable/nexus-oss/5.2.0/ix_values.yaml diff --git a/stable/nexus-oss/5.1.0/questions.yaml b/stable/nexus-oss/5.2.0/questions.yaml similarity index 100% rename from stable/nexus-oss/5.1.0/questions.yaml rename to stable/nexus-oss/5.2.0/questions.yaml diff --git a/stable/nexus-oss/5.1.0/templates/common.yaml b/stable/nexus-oss/5.2.0/templates/common.yaml similarity index 100% rename from stable/nexus-oss/5.1.0/templates/common.yaml rename to stable/nexus-oss/5.2.0/templates/common.yaml diff --git a/stable/ngircd/9.1.0/values.yaml b/stable/nexus-oss/5.2.0/values.yaml similarity index 100% rename from stable/ngircd/9.1.0/values.yaml rename to stable/nexus-oss/5.2.0/values.yaml diff --git a/stable/nginx-proxy-manager/9.2.0/CHANGELOG.md b/stable/nginx-proxy-manager/9.2.0/CHANGELOG.md deleted file mode 100644 index d86bf93a47d..00000000000 --- a/stable/nginx-proxy-manager/9.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- 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/nginx-proxy-manager/9.2.0/Chart.yaml b/stable/nginx-proxy-manager/9.2.0/Chart.yaml deleted file mode 100644 index 2e9fdce91e8..00000000000 --- a/stable/nginx-proxy-manager/9.2.0/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.0.1 - 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.0 diff --git a/stable/nginx-proxy-manager/9.2.0/charts/common-18.0.1.tgz b/stable/nginx-proxy-manager/9.2.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/nginx-proxy-manager/9.2.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/nightscout/5.1.0/.helmignore b/stable/nginx-proxy-manager/9.3.0/.helmignore similarity index 100% rename from stable/nightscout/5.1.0/.helmignore rename to stable/nginx-proxy-manager/9.3.0/.helmignore diff --git a/stable/nginx-proxy-manager/9.3.0/CHANGELOG.md b/stable/nginx-proxy-manager/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..9ca0b66960a --- /dev/null +++ b/stable/nginx-proxy-manager/9.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/nginx-proxy-manager/9.3.0/Chart.yaml b/stable/nginx-proxy-manager/9.3.0/Chart.yaml new file mode 100644 index 00000000000..1aadc51e8d9 --- /dev/null +++ b/stable/nginx-proxy-manager/9.3.0/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.11.1 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.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.3.0 diff --git a/stable/nginx-proxy-manager/9.2.0/README.md b/stable/nginx-proxy-manager/9.3.0/README.md similarity index 100% rename from stable/nginx-proxy-manager/9.2.0/README.md rename to stable/nginx-proxy-manager/9.3.0/README.md diff --git a/stable/nginx-proxy-manager/9.2.0/app-readme.md b/stable/nginx-proxy-manager/9.3.0/app-readme.md similarity index 100% rename from stable/nginx-proxy-manager/9.2.0/app-readme.md rename to stable/nginx-proxy-manager/9.3.0/app-readme.md diff --git a/stable/nginx-proxy-manager/9.3.0/charts/common-18.1.2.tgz b/stable/nginx-proxy-manager/9.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/nginx-proxy-manager/9.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/nginx-proxy-manager/9.2.0/charts/mariadb-13.0.0.tgz b/stable/nginx-proxy-manager/9.3.0/charts/mariadb-13.0.0.tgz similarity index 100% rename from stable/nginx-proxy-manager/9.2.0/charts/mariadb-13.0.0.tgz rename to stable/nginx-proxy-manager/9.3.0/charts/mariadb-13.0.0.tgz diff --git a/stable/nginx-proxy-manager/9.2.0/ix_values.yaml b/stable/nginx-proxy-manager/9.3.0/ix_values.yaml similarity index 100% rename from stable/nginx-proxy-manager/9.2.0/ix_values.yaml rename to stable/nginx-proxy-manager/9.3.0/ix_values.yaml diff --git a/stable/nginx-proxy-manager/9.2.0/questions.yaml b/stable/nginx-proxy-manager/9.3.0/questions.yaml similarity index 100% rename from stable/nginx-proxy-manager/9.2.0/questions.yaml rename to stable/nginx-proxy-manager/9.3.0/questions.yaml diff --git a/stable/nitter/6.1.0/templates/NOTES.txt b/stable/nginx-proxy-manager/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/nitter/6.1.0/templates/NOTES.txt rename to stable/nginx-proxy-manager/9.3.0/templates/NOTES.txt diff --git a/stable/nginx-proxy-manager/9.2.0/templates/common.yaml b/stable/nginx-proxy-manager/9.3.0/templates/common.yaml similarity index 100% rename from stable/nginx-proxy-manager/9.2.0/templates/common.yaml rename to stable/nginx-proxy-manager/9.3.0/templates/common.yaml diff --git a/stable/nightscout/5.1.0/values.yaml b/stable/nginx-proxy-manager/9.3.0/values.yaml similarity index 100% rename from stable/nightscout/5.1.0/values.yaml rename to stable/nginx-proxy-manager/9.3.0/values.yaml diff --git a/stable/ngircd/9.1.0/CHANGELOG.md b/stable/ngircd/9.1.0/CHANGELOG.md deleted file mode 100644 index 30ae32d7c04..00000000000 --- a/stable/ngircd/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/ngircd/9.1.0/Chart.yaml b/stable/ngircd/9.1.0/Chart.yaml deleted file mode 100644 index 3c3041d90c6..00000000000 --- a/stable/ngircd/9.1.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: 2021.11.21 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/ngircd/9.1.0/charts/common-18.0.1.tgz b/stable/ngircd/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/ngircd/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/nitter/6.1.0/.helmignore b/stable/ngircd/9.2.0/.helmignore similarity index 100% rename from stable/nitter/6.1.0/.helmignore rename to stable/ngircd/9.2.0/.helmignore diff --git a/stable/ngircd/9.2.0/CHANGELOG.md b/stable/ngircd/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..7302f0b979c --- /dev/null +++ b/stable/ngircd/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/ngircd/9.2.0/Chart.yaml b/stable/ngircd/9.2.0/Chart.yaml new file mode 100644 index 00000000000..21aa643fcdd --- /dev/null +++ b/stable/ngircd/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.11.21 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/ngircd/9.1.0/README.md b/stable/ngircd/9.2.0/README.md similarity index 100% rename from stable/ngircd/9.1.0/README.md rename to stable/ngircd/9.2.0/README.md diff --git a/stable/ngircd/9.1.0/app-readme.md b/stable/ngircd/9.2.0/app-readme.md similarity index 100% rename from stable/ngircd/9.1.0/app-readme.md rename to stable/ngircd/9.2.0/app-readme.md diff --git a/stable/ngircd/9.2.0/charts/common-18.1.2.tgz b/stable/ngircd/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/ngircd/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/ngircd/9.1.0/ix_values.yaml b/stable/ngircd/9.2.0/ix_values.yaml similarity index 100% rename from stable/ngircd/9.1.0/ix_values.yaml rename to stable/ngircd/9.2.0/ix_values.yaml diff --git a/stable/ngircd/9.1.0/questions.yaml b/stable/ngircd/9.2.0/questions.yaml similarity index 100% rename from stable/ngircd/9.1.0/questions.yaml rename to stable/ngircd/9.2.0/questions.yaml diff --git a/stable/nntp2nntp/9.1.0/templates/NOTES.txt b/stable/ngircd/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/nntp2nntp/9.1.0/templates/NOTES.txt rename to stable/ngircd/9.2.0/templates/NOTES.txt diff --git a/stable/node-red/18.1.0/templates/common.yaml b/stable/ngircd/9.2.0/templates/common.yaml similarity index 100% rename from stable/node-red/18.1.0/templates/common.yaml rename to stable/ngircd/9.2.0/templates/common.yaml diff --git a/stable/nitter/6.1.0/values.yaml b/stable/ngircd/9.2.0/values.yaml similarity index 100% rename from stable/nitter/6.1.0/values.yaml rename to stable/ngircd/9.2.0/values.yaml diff --git a/stable/nightscout/5.1.0/CHANGELOG.md b/stable/nightscout/5.1.0/CHANGELOG.md deleted file mode 100644 index 0f9903485e1..00000000000 --- a/stable/nightscout/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/nightscout/5.1.0/Chart.yaml b/stable/nightscout/5.1.0/Chart.yaml deleted file mode 100644 index a7fec65d573..00000000000 --- a/stable/nightscout/5.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/nightscout/5.1.0/charts/common-18.0.1.tgz b/stable/nightscout/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/nightscout/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/nntp2nntp/9.1.0/.helmignore b/stable/nightscout/5.2.0/.helmignore similarity index 100% rename from stable/nntp2nntp/9.1.0/.helmignore rename to stable/nightscout/5.2.0/.helmignore diff --git a/stable/nightscout/5.2.0/CHANGELOG.md b/stable/nightscout/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..7cf29145a36 --- /dev/null +++ b/stable/nightscout/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/nightscout/5.2.0/Chart.yaml b/stable/nightscout/5.2.0/Chart.yaml new file mode 100644 index 00000000000..1558331bd0f --- /dev/null +++ b/stable/nightscout/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/nightscout/5.1.0/README.md b/stable/nightscout/5.2.0/README.md similarity index 100% rename from stable/nightscout/5.1.0/README.md rename to stable/nightscout/5.2.0/README.md diff --git a/stable/nightscout/5.1.0/app-readme.md b/stable/nightscout/5.2.0/app-readme.md similarity index 100% rename from stable/nightscout/5.1.0/app-readme.md rename to stable/nightscout/5.2.0/app-readme.md diff --git a/stable/nightscout/5.2.0/charts/common-18.1.2.tgz b/stable/nightscout/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/nightscout/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/nightscout/5.1.0/ix_values.yaml b/stable/nightscout/5.2.0/ix_values.yaml similarity index 100% rename from stable/nightscout/5.1.0/ix_values.yaml rename to stable/nightscout/5.2.0/ix_values.yaml diff --git a/stable/nightscout/5.1.0/questions.yaml b/stable/nightscout/5.2.0/questions.yaml similarity index 100% rename from stable/nightscout/5.1.0/questions.yaml rename to stable/nightscout/5.2.0/questions.yaml diff --git a/stable/nightscout/5.1.0/templates/common.yaml b/stable/nightscout/5.2.0/templates/common.yaml similarity index 100% rename from stable/nightscout/5.1.0/templates/common.yaml rename to stable/nightscout/5.2.0/templates/common.yaml diff --git a/stable/nntp2nntp/9.1.0/values.yaml b/stable/nightscout/5.2.0/values.yaml similarity index 100% rename from stable/nntp2nntp/9.1.0/values.yaml rename to stable/nightscout/5.2.0/values.yaml diff --git a/stable/nitter/6.1.0/CHANGELOG.md b/stable/nitter/6.1.0/CHANGELOG.md deleted file mode 100644 index 4be34e70a40..00000000000 --- a/stable/nitter/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [nitter-5.1.15](https://github.com/truecharts/charts/compare/nitter-5.1.14...nitter-5.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [nitter-5.1.14](https://github.com/truecharts/charts/compare/nitter-5.1.13...nitter-5.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [nitter-5.1.13](https://github.com/truecharts/charts/compare/nitter-5.1.12...nitter-5.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [nitter-5.1.12](https://github.com/truecharts/charts/compare/nitter-5.1.11...nitter-5.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [nitter-5.1.11](https://github.com/truecharts/charts/compare/nitter-5.1.10...nitter-5.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [nitter-5.1.10](https://github.com/truecharts/charts/compare/nitter-5.1.9...nitter-5.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [nitter-5.1.9](https://github.com/truecharts/charts/compare/nitter-5.1.8...nitter-5.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [nitter-5.1.8](https://github.com/truecharts/charts/compare/nitter-5.1.7...nitter-5.1.8) (2024-01-02) - -### Chore - - - -- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) - - -## [nitter-5.1.7](https://github.com/truecharts/charts/compare/nitter-5.1.6...nitter-5.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs diff --git a/stable/nitter/6.1.0/Chart.yaml b/stable/nitter/6.1.0/Chart.yaml deleted file mode 100644 index 6367ae53e39..00000000000 --- a/stable/nitter/6.1.0/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/nitter/6.1.0/charts/common-18.0.1.tgz b/stable/nitter/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/nitter/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/nocodb/13.1.1/.helmignore b/stable/nitter/6.2.0/.helmignore similarity index 100% rename from stable/nocodb/13.1.1/.helmignore rename to stable/nitter/6.2.0/.helmignore diff --git a/stable/nitter/6.2.0/CHANGELOG.md b/stable/nitter/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..92dc0a51e56 --- /dev/null +++ b/stable/nitter/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + +## [nitter-5.1.15](https://github.com/truecharts/charts/compare/nitter-5.1.14...nitter-5.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [nitter-5.1.14](https://github.com/truecharts/charts/compare/nitter-5.1.13...nitter-5.1.14) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [nitter-5.1.13](https://github.com/truecharts/charts/compare/nitter-5.1.12...nitter-5.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [nitter-5.1.12](https://github.com/truecharts/charts/compare/nitter-5.1.11...nitter-5.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [nitter-5.1.11](https://github.com/truecharts/charts/compare/nitter-5.1.10...nitter-5.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [nitter-5.1.10](https://github.com/truecharts/charts/compare/nitter-5.1.9...nitter-5.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [nitter-5.1.9](https://github.com/truecharts/charts/compare/nitter-5.1.8...nitter-5.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [nitter-5.1.8](https://github.com/truecharts/charts/compare/nitter-5.1.7...nitter-5.1.8) (2024-01-02) + +### Chore + + + +- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) + + +## [nitter-5.1.7](https://github.com/truecharts/charts/compare/nitter-5.1.6...nitter-5.1.7) (2024-01-02) + +### Chore diff --git a/stable/nitter/6.2.0/Chart.yaml b/stable/nitter/6.2.0/Chart.yaml new file mode 100644 index 00000000000..f635d982f90 --- /dev/null +++ b/stable/nitter/6.2.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A free and open source 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.0 diff --git a/stable/nitter/6.1.0/README.md b/stable/nitter/6.2.0/README.md similarity index 100% rename from stable/nitter/6.1.0/README.md rename to stable/nitter/6.2.0/README.md diff --git a/stable/nitter/6.1.0/app-readme.md b/stable/nitter/6.2.0/app-readme.md similarity index 100% rename from stable/nitter/6.1.0/app-readme.md rename to stable/nitter/6.2.0/app-readme.md diff --git a/stable/nitter/6.2.0/charts/common-18.1.2.tgz b/stable/nitter/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/nitter/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/nitter/6.1.0/charts/redis-11.2.1.tgz b/stable/nitter/6.2.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/nitter/6.1.0/charts/redis-11.2.1.tgz rename to stable/nitter/6.2.0/charts/redis-11.2.1.tgz diff --git a/stable/nitter/6.1.0/ix_values.yaml b/stable/nitter/6.2.0/ix_values.yaml similarity index 100% rename from stable/nitter/6.1.0/ix_values.yaml rename to stable/nitter/6.2.0/ix_values.yaml diff --git a/stable/nitter/6.1.0/questions.yaml b/stable/nitter/6.2.0/questions.yaml similarity index 100% rename from stable/nitter/6.1.0/questions.yaml rename to stable/nitter/6.2.0/questions.yaml diff --git a/stable/nocodb/13.1.1/templates/NOTES.txt b/stable/nitter/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/nocodb/13.1.1/templates/NOTES.txt rename to stable/nitter/6.2.0/templates/NOTES.txt diff --git a/stable/nitter/6.1.0/templates/_configmap.tpl b/stable/nitter/6.2.0/templates/_configmap.tpl similarity index 100% rename from stable/nitter/6.1.0/templates/_configmap.tpl rename to stable/nitter/6.2.0/templates/_configmap.tpl diff --git a/stable/nitter/6.1.0/templates/common.yaml b/stable/nitter/6.2.0/templates/common.yaml similarity index 100% rename from stable/nitter/6.1.0/templates/common.yaml rename to stable/nitter/6.2.0/templates/common.yaml diff --git a/stable/nocodb/13.1.1/values.yaml b/stable/nitter/6.2.0/values.yaml similarity index 100% rename from stable/nocodb/13.1.1/values.yaml rename to stable/nitter/6.2.0/values.yaml diff --git a/stable/nntp2nntp/9.1.0/CHANGELOG.md b/stable/nntp2nntp/9.1.0/CHANGELOG.md deleted file mode 100644 index f37a947445a..00000000000 --- a/stable/nntp2nntp/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/nntp2nntp/9.1.0/Chart.yaml b/stable/nntp2nntp/9.1.0/Chart.yaml deleted file mode 100644 index 7aeb9ef6af9..00000000000 --- a/stable/nntp2nntp/9.1.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: 0.3.20230704 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/nntp2nntp/9.1.0/charts/common-18.0.1.tgz b/stable/nntp2nntp/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/nntp2nntp/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/node-red/18.1.0/.helmignore b/stable/nntp2nntp/9.2.0/.helmignore similarity index 100% rename from stable/node-red/18.1.0/.helmignore rename to stable/nntp2nntp/9.2.0/.helmignore diff --git a/stable/nntp2nntp/9.2.0/CHANGELOG.md b/stable/nntp2nntp/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..9448b9ca41e --- /dev/null +++ b/stable/nntp2nntp/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/nntp2nntp/9.2.0/Chart.yaml b/stable/nntp2nntp/9.2.0/Chart.yaml new file mode 100644 index 00000000000..8d4e244b8fd --- /dev/null +++ b/stable/nntp2nntp/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.3.20230704 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/nntp2nntp/9.1.0/README.md b/stable/nntp2nntp/9.2.0/README.md similarity index 100% rename from stable/nntp2nntp/9.1.0/README.md rename to stable/nntp2nntp/9.2.0/README.md diff --git a/stable/nntp2nntp/9.1.0/app-readme.md b/stable/nntp2nntp/9.2.0/app-readme.md similarity index 100% rename from stable/nntp2nntp/9.1.0/app-readme.md rename to stable/nntp2nntp/9.2.0/app-readme.md diff --git a/stable/nntp2nntp/9.2.0/charts/common-18.1.2.tgz b/stable/nntp2nntp/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/nntp2nntp/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/nntp2nntp/9.1.0/ix_values.yaml b/stable/nntp2nntp/9.2.0/ix_values.yaml similarity index 100% rename from stable/nntp2nntp/9.1.0/ix_values.yaml rename to stable/nntp2nntp/9.2.0/ix_values.yaml diff --git a/stable/nntp2nntp/9.1.0/questions.yaml b/stable/nntp2nntp/9.2.0/questions.yaml similarity index 100% rename from stable/nntp2nntp/9.1.0/questions.yaml rename to stable/nntp2nntp/9.2.0/questions.yaml diff --git a/stable/node-red/18.1.0/templates/NOTES.txt b/stable/nntp2nntp/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/node-red/18.1.0/templates/NOTES.txt rename to stable/nntp2nntp/9.2.0/templates/NOTES.txt diff --git a/stable/notifiarr/4.1.0/templates/common.yaml b/stable/nntp2nntp/9.2.0/templates/common.yaml similarity index 100% rename from stable/notifiarr/4.1.0/templates/common.yaml rename to stable/nntp2nntp/9.2.0/templates/common.yaml diff --git a/stable/node-red/18.1.0/values.yaml b/stable/nntp2nntp/9.2.0/values.yaml similarity index 100% rename from stable/node-red/18.1.0/values.yaml rename to stable/nntp2nntp/9.2.0/values.yaml diff --git a/stable/nocodb/13.1.1/CHANGELOG.md b/stable/nocodb/13.1.1/CHANGELOG.md deleted file mode 100644 index 8c1962f6a82..00000000000 --- a/stable/nocodb/13.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- 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/nocodb/13.1.1/Chart.yaml b/stable/nocodb/13.1.1/Chart.yaml deleted file mode 100644 index 35949cdf209..00000000000 --- a/stable/nocodb/13.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: 0.204.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: 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.1 diff --git a/stable/nocodb/13.1.1/charts/common-18.0.2.tgz b/stable/nocodb/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/nocodb/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/nocodb/13.1.1/ix_values.yaml b/stable/nocodb/13.1.1/ix_values.yaml deleted file mode 100644 index 54b19b48afb..00000000000 --- a/stable/nocodb/13.1.1/ix_values.yaml +++ /dev/null @@ -1,71 +0,0 @@ -image: - repository: nocodb/nocodb - tag: 0.204.0@sha256:74b47043e85c870043904c45d4acb0e635d018002b0d848632f256c6108bf5a8 - 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/nosqlclient/5.1.0/.helmignore b/stable/nocodb/13.2.0/.helmignore similarity index 100% rename from stable/nosqlclient/5.1.0/.helmignore rename to stable/nocodb/13.2.0/.helmignore diff --git a/stable/nocodb/13.2.0/CHANGELOG.md b/stable/nocodb/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2f79c7e7a22 --- /dev/null +++ b/stable/nocodb/13.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/nocodb/13.2.0/Chart.yaml b/stable/nocodb/13.2.0/Chart.yaml new file mode 100644 index 00000000000..c950d0fb21a --- /dev/null +++ b/stable/nocodb/13.2.0/Chart.yaml @@ -0,0 +1,43 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.204.1 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/nocodb/13.1.1/README.md b/stable/nocodb/13.2.0/README.md similarity index 100% rename from stable/nocodb/13.1.1/README.md rename to stable/nocodb/13.2.0/README.md diff --git a/stable/nocodb/13.1.1/app-readme.md b/stable/nocodb/13.2.0/app-readme.md similarity index 100% rename from stable/nocodb/13.1.1/app-readme.md rename to stable/nocodb/13.2.0/app-readme.md diff --git a/stable/nocodb/13.2.0/charts/common-18.1.2.tgz b/stable/nocodb/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/nocodb/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/nocodb/13.1.1/charts/redis-11.2.1.tgz b/stable/nocodb/13.2.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/nocodb/13.1.1/charts/redis-11.2.1.tgz rename to stable/nocodb/13.2.0/charts/redis-11.2.1.tgz diff --git a/stable/nocodb/13.2.0/ix_values.yaml b/stable/nocodb/13.2.0/ix_values.yaml new file mode 100644 index 00000000000..82f8fdc61b7 --- /dev/null +++ b/stable/nocodb/13.2.0/ix_values.yaml @@ -0,0 +1,71 @@ +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/nocodb/13.1.1/questions.yaml b/stable/nocodb/13.2.0/questions.yaml similarity index 100% rename from stable/nocodb/13.1.1/questions.yaml rename to stable/nocodb/13.2.0/questions.yaml diff --git a/stable/novnc/10.1.0/templates/NOTES.txt b/stable/nocodb/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/novnc/10.1.0/templates/NOTES.txt rename to stable/nocodb/13.2.0/templates/NOTES.txt diff --git a/stable/nocodb/13.1.1/templates/_configmap.tpl b/stable/nocodb/13.2.0/templates/_configmap.tpl similarity index 100% rename from stable/nocodb/13.1.1/templates/_configmap.tpl rename to stable/nocodb/13.2.0/templates/_configmap.tpl diff --git a/stable/nocodb/13.1.1/templates/_secrets.tpl b/stable/nocodb/13.2.0/templates/_secrets.tpl similarity index 100% rename from stable/nocodb/13.1.1/templates/_secrets.tpl rename to stable/nocodb/13.2.0/templates/_secrets.tpl diff --git a/stable/nocodb/13.1.1/templates/common.yaml b/stable/nocodb/13.2.0/templates/common.yaml similarity index 100% rename from stable/nocodb/13.1.1/templates/common.yaml rename to stable/nocodb/13.2.0/templates/common.yaml diff --git a/stable/nosqlclient/5.1.0/values.yaml b/stable/nocodb/13.2.0/values.yaml similarity index 100% rename from stable/nosqlclient/5.1.0/values.yaml rename to stable/nocodb/13.2.0/values.yaml diff --git a/stable/node-red/18.1.0/CHANGELOG.md b/stable/node-red/18.1.0/CHANGELOG.md deleted file mode 100644 index 1a4d3f43177..00000000000 --- a/stable/node-red/18.1.0/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) - -### Chore \ No newline at end of file diff --git a/stable/node-red/18.1.0/Chart.yaml b/stable/node-red/18.1.0/Chart.yaml deleted file mode 100644 index ebbce8af2b2..00000000000 --- a/stable/node-red/18.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/node-red/18.1.0/charts/common-18.0.1.tgz b/stable/node-red/18.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/node-red/18.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/notarius/5.1.0/.helmignore b/stable/node-red/18.2.0/.helmignore similarity index 100% rename from stable/notarius/5.1.0/.helmignore rename to stable/node-red/18.2.0/.helmignore diff --git a/stable/node-red/18.2.0/CHANGELOG.md b/stable/node-red/18.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5e19022d5ef --- /dev/null +++ b/stable/node-red/18.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [node-red-17.1.13](https://github.com/truecharts/charts/compare/node-red-17.1.12...node-red-17.1.13) (2024-02-12) + +### Chore + + + +- update container image docker.io/nodered/node-red to v3.1.5[@a5cc2d5](https://github.com/a5cc2d5) by renovate ([#18128](https://github.com/truecharts/charts/issues/18128)) + + +## [node-red-17.1.12](https://github.com/truecharts/charts/compare/node-red-17.1.11...node-red-17.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [node-red-17.1.11](https://github.com/truecharts/charts/compare/node-red-17.1.10...node-red-17.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [node-red-17.1.10](https://github.com/truecharts/charts/compare/node-red-17.1.9...node-red-17.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [node-red-17.1.9](https://github.com/truecharts/charts/compare/node-red-17.1.8...node-red-17.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [node-red-17.1.8](https://github.com/truecharts/charts/compare/node-red-17.1.7...node-red-17.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [node-red-17.1.7](https://github.com/truecharts/charts/compare/node-red-17.1.6...node-red-17.1.7) (2024-01-14) + +### Chore + + + +- update container image docker.io/nodered/node-red to 3.1.3[@75e4892](https://github.com/75e4892) by renovate ([#17127](https://github.com/truecharts/charts/issues/17127)) + + + + +## [node-red-17.1.6](https://github.com/truecharts/charts/compare/node-red-17.1.5...node-red-17.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [node-red-17.1.5](https://github.com/truecharts/charts/compare/node-red-17.1.4...node-red-17.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/node-red/18.2.0/Chart.yaml b/stable/node-red/18.2.0/Chart.yaml new file mode 100644 index 00000000000..9f0955e7b2e --- /dev/null +++ b/stable/node-red/18.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: tools + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.1.5 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Node-RED is low-code programming for event-driven applications +home: https://truecharts.org/charts/stable/node-red +icon: https://truecharts.org/img/hotlink-ok/chart-icons/node-red.png +keywords: + - node-red + - nodered +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: node-red +sources: + - https://github.com/node-red/node-red-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/node-red + - https://hub.docker.com/r/nodered/node-red +type: application +version: 18.2.0 diff --git a/stable/node-red/18.1.0/README.md b/stable/node-red/18.2.0/README.md similarity index 100% rename from stable/node-red/18.1.0/README.md rename to stable/node-red/18.2.0/README.md diff --git a/stable/node-red/18.1.0/app-readme.md b/stable/node-red/18.2.0/app-readme.md similarity index 100% rename from stable/node-red/18.1.0/app-readme.md rename to stable/node-red/18.2.0/app-readme.md diff --git a/stable/node-red/18.2.0/charts/common-18.1.2.tgz b/stable/node-red/18.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/node-red/18.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/node-red/18.1.0/ix_values.yaml b/stable/node-red/18.2.0/ix_values.yaml similarity index 100% rename from stable/node-red/18.1.0/ix_values.yaml rename to stable/node-red/18.2.0/ix_values.yaml diff --git a/stable/node-red/18.1.0/questions.yaml b/stable/node-red/18.2.0/questions.yaml similarity index 100% rename from stable/node-red/18.1.0/questions.yaml rename to stable/node-red/18.2.0/questions.yaml diff --git a/stable/ntfy/9.1.0/templates/NOTES.txt b/stable/node-red/18.2.0/templates/NOTES.txt similarity index 100% rename from stable/ntfy/9.1.0/templates/NOTES.txt rename to stable/node-red/18.2.0/templates/NOTES.txt diff --git a/stable/ntfy/9.1.0/templates/common.yaml b/stable/node-red/18.2.0/templates/common.yaml similarity index 100% rename from stable/ntfy/9.1.0/templates/common.yaml rename to stable/node-red/18.2.0/templates/common.yaml diff --git a/stable/notarius/5.1.0/values.yaml b/stable/node-red/18.2.0/values.yaml similarity index 100% rename from stable/notarius/5.1.0/values.yaml rename to stable/node-red/18.2.0/values.yaml diff --git a/stable/nosqlclient/5.1.0/CHANGELOG.md b/stable/nosqlclient/5.1.0/CHANGELOG.md deleted file mode 100644 index 307d7da7b0e..00000000000 --- a/stable/nosqlclient/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/nosqlclient/5.1.0/Chart.yaml b/stable/nosqlclient/5.1.0/Chart.yaml deleted file mode 100644 index b51ed443961..00000000000 --- a/stable/nosqlclient/5.1.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: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/nosqlclient/5.1.0/charts/common-18.0.1.tgz b/stable/nosqlclient/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/nosqlclient/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/notea/5.1.0/.helmignore b/stable/nosqlclient/5.2.0/.helmignore similarity index 100% rename from stable/notea/5.1.0/.helmignore rename to stable/nosqlclient/5.2.0/.helmignore diff --git a/stable/nosqlclient/5.2.0/CHANGELOG.md b/stable/nosqlclient/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d1daebc7c62 --- /dev/null +++ b/stable/nosqlclient/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/nosqlclient/5.2.0/Chart.yaml b/stable/nosqlclient/5.2.0/Chart.yaml new file mode 100644 index 00000000000..75e8a6fa318 --- /dev/null +++ b/stable/nosqlclient/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/nosqlclient/5.1.0/README.md b/stable/nosqlclient/5.2.0/README.md similarity index 100% rename from stable/nosqlclient/5.1.0/README.md rename to stable/nosqlclient/5.2.0/README.md diff --git a/stable/nosqlclient/5.1.0/app-readme.md b/stable/nosqlclient/5.2.0/app-readme.md similarity index 100% rename from stable/nosqlclient/5.1.0/app-readme.md rename to stable/nosqlclient/5.2.0/app-readme.md diff --git a/stable/nosqlclient/5.2.0/charts/common-18.1.2.tgz b/stable/nosqlclient/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/nosqlclient/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/nosqlclient/5.1.0/ix_values.yaml b/stable/nosqlclient/5.2.0/ix_values.yaml similarity index 100% rename from stable/nosqlclient/5.1.0/ix_values.yaml rename to stable/nosqlclient/5.2.0/ix_values.yaml diff --git a/stable/nosqlclient/5.1.0/questions.yaml b/stable/nosqlclient/5.2.0/questions.yaml similarity index 100% rename from stable/nosqlclient/5.1.0/questions.yaml rename to stable/nosqlclient/5.2.0/questions.yaml diff --git a/stable/nosqlclient/5.1.0/templates/common.yaml b/stable/nosqlclient/5.2.0/templates/common.yaml similarity index 100% rename from stable/nosqlclient/5.1.0/templates/common.yaml rename to stable/nosqlclient/5.2.0/templates/common.yaml diff --git a/stable/notea/5.1.0/values.yaml b/stable/nosqlclient/5.2.0/values.yaml similarity index 100% rename from stable/notea/5.1.0/values.yaml rename to stable/nosqlclient/5.2.0/values.yaml diff --git a/stable/notarius/5.1.0/CHANGELOG.md b/stable/notarius/5.1.0/CHANGELOG.md deleted file mode 100644 index ca69f4b4746..00000000000 --- a/stable/notarius/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/notarius/5.1.0/Chart.yaml b/stable/notarius/5.1.0/Chart.yaml deleted file mode 100644 index 9640d2fdbda..00000000000 --- a/stable/notarius/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/notarius/5.1.0/charts/common-18.0.1.tgz b/stable/notarius/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/notarius/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/notifiarr/4.1.0/.helmignore b/stable/notarius/5.2.0/.helmignore similarity index 100% rename from stable/notifiarr/4.1.0/.helmignore rename to stable/notarius/5.2.0/.helmignore diff --git a/stable/notarius/5.2.0/CHANGELOG.md b/stable/notarius/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f5fe1b4b292 --- /dev/null +++ b/stable/notarius/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/notarius/5.2.0/Chart.yaml b/stable/notarius/5.2.0/Chart.yaml new file mode 100644 index 00000000000..231f5a7d831 --- /dev/null +++ b/stable/notarius/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/notarius/5.1.0/README.md b/stable/notarius/5.2.0/README.md similarity index 100% rename from stable/notarius/5.1.0/README.md rename to stable/notarius/5.2.0/README.md diff --git a/stable/notarius/5.1.0/app-readme.md b/stable/notarius/5.2.0/app-readme.md similarity index 100% rename from stable/notarius/5.1.0/app-readme.md rename to stable/notarius/5.2.0/app-readme.md diff --git a/stable/notarius/5.2.0/charts/common-18.1.2.tgz b/stable/notarius/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/notarius/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/notarius/5.1.0/ix_values.yaml b/stable/notarius/5.2.0/ix_values.yaml similarity index 100% rename from stable/notarius/5.1.0/ix_values.yaml rename to stable/notarius/5.2.0/ix_values.yaml diff --git a/stable/notarius/5.1.0/questions.yaml b/stable/notarius/5.2.0/questions.yaml similarity index 100% rename from stable/notarius/5.1.0/questions.yaml rename to stable/notarius/5.2.0/questions.yaml diff --git a/stable/notarius/5.1.0/templates/common.yaml b/stable/notarius/5.2.0/templates/common.yaml similarity index 100% rename from stable/notarius/5.1.0/templates/common.yaml rename to stable/notarius/5.2.0/templates/common.yaml diff --git a/stable/notifiarr/4.1.0/values.yaml b/stable/notarius/5.2.0/values.yaml similarity index 100% rename from stable/notifiarr/4.1.0/values.yaml rename to stable/notarius/5.2.0/values.yaml diff --git a/stable/notea/5.1.0/CHANGELOG.md b/stable/notea/5.1.0/CHANGELOG.md deleted file mode 100644 index 20861aa4a6b..00000000000 --- a/stable/notea/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/notea/5.1.0/Chart.yaml b/stable/notea/5.1.0/Chart.yaml deleted file mode 100644 index 44c3bf31a9e..00000000000 --- a/stable/notea/5.1.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: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/notea/5.1.0/charts/common-18.0.1.tgz b/stable/notea/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/notea/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/novnc/10.1.0/.helmignore b/stable/notea/5.2.0/.helmignore similarity index 100% rename from stable/novnc/10.1.0/.helmignore rename to stable/notea/5.2.0/.helmignore diff --git a/stable/notea/5.2.0/CHANGELOG.md b/stable/notea/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..0f3832ba0af --- /dev/null +++ b/stable/notea/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/notea/5.2.0/Chart.yaml b/stable/notea/5.2.0/Chart.yaml new file mode 100644 index 00000000000..f6f75b79e7e --- /dev/null +++ b/stable/notea/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/notea/5.1.0/README.md b/stable/notea/5.2.0/README.md similarity index 100% rename from stable/notea/5.1.0/README.md rename to stable/notea/5.2.0/README.md diff --git a/stable/notea/5.1.0/app-readme.md b/stable/notea/5.2.0/app-readme.md similarity index 100% rename from stable/notea/5.1.0/app-readme.md rename to stable/notea/5.2.0/app-readme.md diff --git a/stable/notea/5.2.0/charts/common-18.1.2.tgz b/stable/notea/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/notea/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/notea/5.1.0/ix_values.yaml b/stable/notea/5.2.0/ix_values.yaml similarity index 100% rename from stable/notea/5.1.0/ix_values.yaml rename to stable/notea/5.2.0/ix_values.yaml diff --git a/stable/notea/5.1.0/questions.yaml b/stable/notea/5.2.0/questions.yaml similarity index 100% rename from stable/notea/5.1.0/questions.yaml rename to stable/notea/5.2.0/questions.yaml diff --git a/stable/notea/5.1.0/templates/common.yaml b/stable/notea/5.2.0/templates/common.yaml similarity index 100% rename from stable/notea/5.1.0/templates/common.yaml rename to stable/notea/5.2.0/templates/common.yaml diff --git a/stable/novnc/10.1.0/values.yaml b/stable/notea/5.2.0/values.yaml similarity index 100% rename from stable/novnc/10.1.0/values.yaml rename to stable/notea/5.2.0/values.yaml diff --git a/stable/notifiarr/4.1.0/CHANGELOG.md b/stable/notifiarr/4.1.0/CHANGELOG.md deleted file mode 100644 index 3f9d8a0723a..00000000000 --- a/stable/notifiarr/4.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/notifiarr/4.1.0/Chart.yaml b/stable/notifiarr/4.1.0/Chart.yaml deleted file mode 100644 index c48df7f6aef..00000000000 --- a/stable/notifiarr/4.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: 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.1 - 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.0 diff --git a/stable/notifiarr/4.1.0/charts/common-18.0.1.tgz b/stable/notifiarr/4.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/notifiarr/4.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/ntfy/9.1.0/.helmignore b/stable/notifiarr/4.2.0/.helmignore similarity index 100% rename from stable/ntfy/9.1.0/.helmignore rename to stable/notifiarr/4.2.0/.helmignore diff --git a/stable/notifiarr/4.2.0/CHANGELOG.md b/stable/notifiarr/4.2.0/CHANGELOG.md new file mode 100644 index 00000000000..acf957dd94f --- /dev/null +++ b/stable/notifiarr/4.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/notifiarr/4.2.0/Chart.yaml b/stable/notifiarr/4.2.0/Chart.yaml new file mode 100644 index 00000000000..57723d3ed28 --- /dev/null +++ b/stable/notifiarr/4.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/notifiarr/4.1.0/README.md b/stable/notifiarr/4.2.0/README.md similarity index 100% rename from stable/notifiarr/4.1.0/README.md rename to stable/notifiarr/4.2.0/README.md diff --git a/stable/notifiarr/4.1.0/app-readme.md b/stable/notifiarr/4.2.0/app-readme.md similarity index 100% rename from stable/notifiarr/4.1.0/app-readme.md rename to stable/notifiarr/4.2.0/app-readme.md diff --git a/stable/notifiarr/4.2.0/charts/common-18.1.2.tgz b/stable/notifiarr/4.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/notifiarr/4.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/notifiarr/4.1.0/ix_values.yaml b/stable/notifiarr/4.2.0/ix_values.yaml similarity index 100% rename from stable/notifiarr/4.1.0/ix_values.yaml rename to stable/notifiarr/4.2.0/ix_values.yaml diff --git a/stable/notifiarr/4.1.0/questions.yaml b/stable/notifiarr/4.2.0/questions.yaml similarity index 100% rename from stable/notifiarr/4.1.0/questions.yaml rename to stable/notifiarr/4.2.0/questions.yaml diff --git a/stable/nullserv/13.1.0/templates/common.yaml b/stable/notifiarr/4.2.0/templates/common.yaml similarity index 100% rename from stable/nullserv/13.1.0/templates/common.yaml rename to stable/notifiarr/4.2.0/templates/common.yaml diff --git a/stable/ntfy/9.1.0/values.yaml b/stable/notifiarr/4.2.0/values.yaml similarity index 100% rename from stable/ntfy/9.1.0/values.yaml rename to stable/notifiarr/4.2.0/values.yaml diff --git a/stable/novnc/10.1.0/CHANGELOG.md b/stable/novnc/10.1.0/CHANGELOG.md deleted file mode 100644 index bd96917b8c4..00000000000 --- a/stable/novnc/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/novnc/10.1.0/Chart.yaml b/stable/novnc/10.1.0/Chart.yaml deleted file mode 100644 index 3088f210fda..00000000000 --- a/stable/novnc/10.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: 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.1 - 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.0 diff --git a/stable/novnc/10.1.0/charts/common-18.0.1.tgz b/stable/novnc/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/novnc/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/nullserv/13.1.0/.helmignore b/stable/novnc/10.2.0/.helmignore similarity index 100% rename from stable/nullserv/13.1.0/.helmignore rename to stable/novnc/10.2.0/.helmignore diff --git a/stable/novnc/10.2.0/CHANGELOG.md b/stable/novnc/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..aa753bfd6dc --- /dev/null +++ b/stable/novnc/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/novnc/10.2.0/Chart.yaml b/stable/novnc/10.2.0/Chart.yaml new file mode 100644 index 00000000000..dc2c829357f --- /dev/null +++ b/stable/novnc/10.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/novnc/10.1.0/README.md b/stable/novnc/10.2.0/README.md similarity index 100% rename from stable/novnc/10.1.0/README.md rename to stable/novnc/10.2.0/README.md diff --git a/stable/novnc/10.1.0/app-readme.md b/stable/novnc/10.2.0/app-readme.md similarity index 100% rename from stable/novnc/10.1.0/app-readme.md rename to stable/novnc/10.2.0/app-readme.md diff --git a/stable/novnc/10.2.0/charts/common-18.1.2.tgz b/stable/novnc/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/novnc/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/novnc/10.1.0/ix_values.yaml b/stable/novnc/10.2.0/ix_values.yaml similarity index 100% rename from stable/novnc/10.1.0/ix_values.yaml rename to stable/novnc/10.2.0/ix_values.yaml diff --git a/stable/novnc/10.1.0/questions.yaml b/stable/novnc/10.2.0/questions.yaml similarity index 100% rename from stable/novnc/10.1.0/questions.yaml rename to stable/novnc/10.2.0/questions.yaml diff --git a/stable/nullserv/13.1.0/templates/NOTES.txt b/stable/novnc/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/nullserv/13.1.0/templates/NOTES.txt rename to stable/novnc/10.2.0/templates/NOTES.txt diff --git a/stable/novnc/10.1.0/templates/common.yaml b/stable/novnc/10.2.0/templates/common.yaml similarity index 100% rename from stable/novnc/10.1.0/templates/common.yaml rename to stable/novnc/10.2.0/templates/common.yaml diff --git a/stable/nullserv/13.1.0/values.yaml b/stable/novnc/10.2.0/values.yaml similarity index 100% rename from stable/nullserv/13.1.0/values.yaml rename to stable/novnc/10.2.0/values.yaml diff --git a/stable/ntfy/9.1.0/CHANGELOG.md b/stable/ntfy/9.1.0/CHANGELOG.md deleted file mode 100644 index 08d8bdf4270..00000000000 --- a/stable/ntfy/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [ntfy-8.2.5](https://github.com/truecharts/charts/compare/ntfy-8.2.4...ntfy-8.2.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ntfy-8.2.4](https://github.com/truecharts/charts/compare/ntfy-8.2.3...ntfy-8.2.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ntfy-8.2.3](https://github.com/truecharts/charts/compare/ntfy-8.2.2...ntfy-8.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ntfy-8.2.2](https://github.com/truecharts/charts/compare/ntfy-8.2.1...ntfy-8.2.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ntfy-8.2.1](https://github.com/truecharts/charts/compare/ntfy-8.2.0...ntfy-8.2.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [ntfy-8.2.0](https://github.com/truecharts/charts/compare/ntfy-8.1.6...ntfy-8.2.0) (2024-01-21) - -### Feat - - - -- Add nfty_upstream_base_url env var ([#17314](https://github.com/truecharts/charts/issues/17314)) - - - - -## [ntfy-8.1.6](https://github.com/truecharts/charts/compare/ntfy-8.1.5...ntfy-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ntfy-8.1.5](https://github.com/truecharts/charts/compare/ntfy-8.1.4...ntfy-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [ntfy-8.1.4](https://github.com/truecharts/charts/compare/ntfy-8.1.3...ntfy-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [ntfy-8.1.3](https://github.com/truecharts/charts/compare/ntfy-8.1.0...ntfy-8.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/ntfy/9.1.0/Chart.yaml b/stable/ntfy/9.1.0/Chart.yaml deleted file mode 100644 index 098e7da6dad..00000000000 --- a/stable/ntfy/9.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.8.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/ntfy/9.1.0/charts/common-18.0.1.tgz b/stable/ntfy/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/ntfy/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/nvidia-gpu-exporter/2.1.0/.helmignore b/stable/ntfy/9.2.0/.helmignore similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.0/.helmignore rename to stable/ntfy/9.2.0/.helmignore diff --git a/stable/ntfy/9.2.0/CHANGELOG.md b/stable/ntfy/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..01c9e303952 --- /dev/null +++ b/stable/ntfy/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/ntfy/9.2.0/Chart.yaml b/stable/ntfy/9.2.0/Chart.yaml new file mode 100644 index 00000000000..cd24eb65fe1 --- /dev/null +++ b/stable/ntfy/9.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.8.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/ntfy/9.1.0/README.md b/stable/ntfy/9.2.0/README.md similarity index 100% rename from stable/ntfy/9.1.0/README.md rename to stable/ntfy/9.2.0/README.md diff --git a/stable/ntfy/9.1.0/app-readme.md b/stable/ntfy/9.2.0/app-readme.md similarity index 100% rename from stable/ntfy/9.1.0/app-readme.md rename to stable/ntfy/9.2.0/app-readme.md diff --git a/stable/ntfy/9.2.0/charts/common-18.1.2.tgz b/stable/ntfy/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/ntfy/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/ntfy/9.1.0/ix_values.yaml b/stable/ntfy/9.2.0/ix_values.yaml similarity index 100% rename from stable/ntfy/9.1.0/ix_values.yaml rename to stable/ntfy/9.2.0/ix_values.yaml diff --git a/stable/ntfy/9.1.0/questions.yaml b/stable/ntfy/9.2.0/questions.yaml similarity index 100% rename from stable/ntfy/9.1.0/questions.yaml rename to stable/ntfy/9.2.0/questions.yaml diff --git a/stable/nvidia-gpu-exporter/2.1.0/templates/NOTES.txt b/stable/ntfy/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.0/templates/NOTES.txt rename to stable/ntfy/9.2.0/templates/NOTES.txt diff --git a/stable/nvidia-gpu-exporter/2.1.0/templates/common.yaml b/stable/ntfy/9.2.0/templates/common.yaml similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.0/templates/common.yaml rename to stable/ntfy/9.2.0/templates/common.yaml diff --git a/stable/nvidia-gpu-exporter/2.1.0/values.yaml b/stable/ntfy/9.2.0/values.yaml similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.0/values.yaml rename to stable/ntfy/9.2.0/values.yaml diff --git a/stable/nullserv/13.1.0/CHANGELOG.md b/stable/nullserv/13.1.0/CHANGELOG.md deleted file mode 100644 index 971324c5bbb..00000000000 --- a/stable/nullserv/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/nullserv/13.1.0/Chart.yaml b/stable/nullserv/13.1.0/Chart.yaml deleted file mode 100644 index 4ab4692371f..00000000000 --- a/stable/nullserv/13.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/nullserv/13.1.0/charts/common-18.0.1.tgz b/stable/nullserv/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/nullserv/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/nzbget/20.1.0/.helmignore b/stable/nullserv/13.2.0/.helmignore similarity index 100% rename from stable/nzbget/20.1.0/.helmignore rename to stable/nullserv/13.2.0/.helmignore diff --git a/stable/nullserv/13.2.0/CHANGELOG.md b/stable/nullserv/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..4ba3a643710 --- /dev/null +++ b/stable/nullserv/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/nullserv/13.2.0/Chart.yaml b/stable/nullserv/13.2.0/Chart.yaml new file mode 100644 index 00000000000..5226d50e710 --- /dev/null +++ b/stable/nullserv/13.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/nullserv/13.1.0/README.md b/stable/nullserv/13.2.0/README.md similarity index 100% rename from stable/nullserv/13.1.0/README.md rename to stable/nullserv/13.2.0/README.md diff --git a/stable/nullserv/13.1.0/app-readme.md b/stable/nullserv/13.2.0/app-readme.md similarity index 100% rename from stable/nullserv/13.1.0/app-readme.md rename to stable/nullserv/13.2.0/app-readme.md diff --git a/stable/nullserv/13.2.0/charts/common-18.1.2.tgz b/stable/nullserv/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/nullserv/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/nullserv/13.1.0/ix_values.yaml b/stable/nullserv/13.2.0/ix_values.yaml similarity index 100% rename from stable/nullserv/13.1.0/ix_values.yaml rename to stable/nullserv/13.2.0/ix_values.yaml diff --git a/stable/nullserv/13.1.0/questions.yaml b/stable/nullserv/13.2.0/questions.yaml similarity index 100% rename from stable/nullserv/13.1.0/questions.yaml rename to stable/nullserv/13.2.0/questions.yaml diff --git a/stable/nzbget/20.1.0/templates/NOTES.txt b/stable/nullserv/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/nzbget/20.1.0/templates/NOTES.txt rename to stable/nullserv/13.2.0/templates/NOTES.txt diff --git a/stable/nzbget/20.1.0/templates/common.yaml b/stable/nullserv/13.2.0/templates/common.yaml similarity index 100% rename from stable/nzbget/20.1.0/templates/common.yaml rename to stable/nullserv/13.2.0/templates/common.yaml diff --git a/stable/nzbget/20.1.0/values.yaml b/stable/nullserv/13.2.0/values.yaml similarity index 100% rename from stable/nzbget/20.1.0/values.yaml rename to stable/nullserv/13.2.0/values.yaml diff --git a/stable/nvidia-gpu-exporter/2.1.0/Chart.yaml b/stable/nvidia-gpu-exporter/2.1.0/Chart.yaml deleted file mode 100644 index f664f2e39fc..00000000000 --- a/stable/nvidia-gpu-exporter/2.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/nvidia-gpu-exporter/2.1.0/charts/common-18.0.1.tgz b/stable/nvidia-gpu-exporter/2.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/nvidia-gpu-exporter/2.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/nzbhydra/19.1.0/.helmignore b/stable/nvidia-gpu-exporter/2.2.0/.helmignore similarity index 100% rename from stable/nzbhydra/19.1.0/.helmignore rename to stable/nvidia-gpu-exporter/2.2.0/.helmignore diff --git a/stable/nvidia-gpu-exporter/2.1.0/CHANGELOG.md b/stable/nvidia-gpu-exporter/2.2.0/CHANGELOG.md similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.0/CHANGELOG.md rename to stable/nvidia-gpu-exporter/2.2.0/CHANGELOG.md diff --git a/stable/nvidia-gpu-exporter/2.2.0/Chart.yaml b/stable/nvidia-gpu-exporter/2.2.0/Chart.yaml new file mode 100644 index 00000000000..e0d20dfc473 --- /dev/null +++ b/stable/nvidia-gpu-exporter/2.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/nvidia-gpu-exporter/2.1.0/README.md b/stable/nvidia-gpu-exporter/2.2.0/README.md similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.0/README.md rename to stable/nvidia-gpu-exporter/2.2.0/README.md diff --git a/stable/nvidia-gpu-exporter/2.1.0/app-readme.md b/stable/nvidia-gpu-exporter/2.2.0/app-readme.md similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.0/app-readme.md rename to stable/nvidia-gpu-exporter/2.2.0/app-readme.md diff --git a/stable/nvidia-gpu-exporter/2.2.0/charts/common-18.1.2.tgz b/stable/nvidia-gpu-exporter/2.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/nvidia-gpu-exporter/2.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/nvidia-gpu-exporter/2.1.0/ix_values.yaml b/stable/nvidia-gpu-exporter/2.2.0/ix_values.yaml similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.0/ix_values.yaml rename to stable/nvidia-gpu-exporter/2.2.0/ix_values.yaml diff --git a/stable/nvidia-gpu-exporter/2.1.0/questions.yaml b/stable/nvidia-gpu-exporter/2.2.0/questions.yaml similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.0/questions.yaml rename to stable/nvidia-gpu-exporter/2.2.0/questions.yaml diff --git a/stable/nzbhydra/19.1.0/templates/NOTES.txt b/stable/nvidia-gpu-exporter/2.2.0/templates/NOTES.txt similarity index 100% rename from stable/nzbhydra/19.1.0/templates/NOTES.txt rename to stable/nvidia-gpu-exporter/2.2.0/templates/NOTES.txt diff --git a/stable/nzbhydra/19.1.0/templates/common.yaml b/stable/nvidia-gpu-exporter/2.2.0/templates/common.yaml similarity index 100% rename from stable/nzbhydra/19.1.0/templates/common.yaml rename to stable/nvidia-gpu-exporter/2.2.0/templates/common.yaml diff --git a/stable/nzbhydra/19.1.0/values.yaml b/stable/nvidia-gpu-exporter/2.2.0/values.yaml similarity index 100% rename from stable/nzbhydra/19.1.0/values.yaml rename to stable/nvidia-gpu-exporter/2.2.0/values.yaml diff --git a/stable/nzbget/20.1.0/CHANGELOG.md b/stable/nzbget/20.1.0/CHANGELOG.md deleted file mode 100644 index 1cbf3f6f4ea..00000000000 --- a/stable/nzbget/20.1.0/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.0/Chart.yaml b/stable/nzbget/20.1.0/Chart.yaml deleted file mode 100644 index 058b5fdee56..00000000000 --- a/stable/nzbget/20.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/nzbget/20.1.0/charts/common-18.0.1.tgz b/stable/nzbget/20.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/nzbget/20.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/obs-ndi/6.1.0/.helmignore b/stable/nzbget/20.2.0/.helmignore similarity index 100% rename from stable/obs-ndi/6.1.0/.helmignore rename to stable/nzbget/20.2.0/.helmignore diff --git a/stable/nzbget/20.2.0/CHANGELOG.md b/stable/nzbget/20.2.0/CHANGELOG.md new file mode 100644 index 00000000000..9f04c65be8e --- /dev/null +++ b/stable/nzbget/20.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/nzbget/20.2.0/Chart.yaml b/stable/nzbget/20.2.0/Chart.yaml new file mode 100644 index 00000000000..a338e395b55 --- /dev/null +++ b/stable/nzbget/20.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 23.0.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/nzbget/20.1.0/README.md b/stable/nzbget/20.2.0/README.md similarity index 100% rename from stable/nzbget/20.1.0/README.md rename to stable/nzbget/20.2.0/README.md diff --git a/stable/nzbget/20.1.0/app-readme.md b/stable/nzbget/20.2.0/app-readme.md similarity index 100% rename from stable/nzbget/20.1.0/app-readme.md rename to stable/nzbget/20.2.0/app-readme.md diff --git a/stable/nzbget/20.2.0/charts/common-18.1.2.tgz b/stable/nzbget/20.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/nzbget/20.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/nzbget/20.1.0/ix_values.yaml b/stable/nzbget/20.2.0/ix_values.yaml similarity index 100% rename from stable/nzbget/20.1.0/ix_values.yaml rename to stable/nzbget/20.2.0/ix_values.yaml diff --git a/stable/nzbget/20.1.0/questions.yaml b/stable/nzbget/20.2.0/questions.yaml similarity index 100% rename from stable/nzbget/20.1.0/questions.yaml rename to stable/nzbget/20.2.0/questions.yaml diff --git a/stable/octoprint/13.1.0/templates/NOTES.txt b/stable/nzbget/20.2.0/templates/NOTES.txt similarity index 100% rename from stable/octoprint/13.1.0/templates/NOTES.txt rename to stable/nzbget/20.2.0/templates/NOTES.txt diff --git a/stable/octoprint/13.1.0/templates/common.yaml b/stable/nzbget/20.2.0/templates/common.yaml similarity index 100% rename from stable/octoprint/13.1.0/templates/common.yaml rename to stable/nzbget/20.2.0/templates/common.yaml diff --git a/stable/obs-ndi/6.1.0/values.yaml b/stable/nzbget/20.2.0/values.yaml similarity index 100% rename from stable/obs-ndi/6.1.0/values.yaml rename to stable/nzbget/20.2.0/values.yaml diff --git a/stable/nzbhydra/19.1.0/CHANGELOG.md b/stable/nzbhydra/19.1.0/CHANGELOG.md deleted file mode 100644 index ec89697fb08..00000000000 --- a/stable/nzbhydra/19.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/nzbhydra/19.1.0/Chart.yaml b/stable/nzbhydra/19.1.0/Chart.yaml deleted file mode 100644 index eb48f9ddae7..00000000000 --- a/stable/nzbhydra/19.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/nzbhydra/19.1.0/charts/common-18.0.1.tgz b/stable/nzbhydra/19.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/nzbhydra/19.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/observium/5.1.0/.helmignore b/stable/nzbhydra/19.2.0/.helmignore similarity index 100% rename from stable/observium/5.1.0/.helmignore rename to stable/nzbhydra/19.2.0/.helmignore diff --git a/stable/nzbhydra/19.2.0/CHANGELOG.md b/stable/nzbhydra/19.2.0/CHANGELOG.md new file mode 100644 index 00000000000..66f6bd31df1 --- /dev/null +++ b/stable/nzbhydra/19.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + diff --git a/stable/nzbhydra/19.2.0/Chart.yaml b/stable/nzbhydra/19.2.0/Chart.yaml new file mode 100644 index 00000000000..7decd10d835 --- /dev/null +++ b/stable/nzbhydra/19.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.8 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/nzbhydra/19.1.0/README.md b/stable/nzbhydra/19.2.0/README.md similarity index 100% rename from stable/nzbhydra/19.1.0/README.md rename to stable/nzbhydra/19.2.0/README.md diff --git a/stable/nzbhydra/19.1.0/app-readme.md b/stable/nzbhydra/19.2.0/app-readme.md similarity index 100% rename from stable/nzbhydra/19.1.0/app-readme.md rename to stable/nzbhydra/19.2.0/app-readme.md diff --git a/stable/nzbhydra/19.2.0/charts/common-18.1.2.tgz b/stable/nzbhydra/19.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/nzbhydra/19.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/nzbhydra/19.1.0/ix_values.yaml b/stable/nzbhydra/19.2.0/ix_values.yaml similarity index 100% rename from stable/nzbhydra/19.1.0/ix_values.yaml rename to stable/nzbhydra/19.2.0/ix_values.yaml diff --git a/stable/nzbhydra/19.1.0/questions.yaml b/stable/nzbhydra/19.2.0/questions.yaml similarity index 100% rename from stable/nzbhydra/19.1.0/questions.yaml rename to stable/nzbhydra/19.2.0/questions.yaml diff --git a/stable/odoo/17.1.0/templates/NOTES.txt b/stable/nzbhydra/19.2.0/templates/NOTES.txt similarity index 100% rename from stable/odoo/17.1.0/templates/NOTES.txt rename to stable/nzbhydra/19.2.0/templates/NOTES.txt diff --git a/stable/ombi/18.1.0/templates/common.yaml b/stable/nzbhydra/19.2.0/templates/common.yaml similarity index 100% rename from stable/ombi/18.1.0/templates/common.yaml rename to stable/nzbhydra/19.2.0/templates/common.yaml diff --git a/stable/observium/5.1.0/values.yaml b/stable/nzbhydra/19.2.0/values.yaml similarity index 100% rename from stable/observium/5.1.0/values.yaml rename to stable/nzbhydra/19.2.0/values.yaml diff --git a/stable/obs-ndi/6.1.0/CHANGELOG.md b/stable/obs-ndi/6.1.0/CHANGELOG.md deleted file mode 100644 index 1cd9866f3a4..00000000000 --- a/stable/obs-ndi/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/obs-ndi/6.1.0/Chart.yaml b/stable/obs-ndi/6.1.0/Chart.yaml deleted file mode 100644 index 1168c242b6e..00000000000 --- a/stable/obs-ndi/6.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/obs-ndi/6.1.0/charts/common-18.0.1.tgz b/stable/obs-ndi/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/obs-ndi/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/obsidian/5.1.0/.helmignore b/stable/obs-ndi/6.2.0/.helmignore similarity index 100% rename from stable/obsidian/5.1.0/.helmignore rename to stable/obs-ndi/6.2.0/.helmignore diff --git a/stable/obs-ndi/6.2.0/CHANGELOG.md b/stable/obs-ndi/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5625a5a2baf --- /dev/null +++ b/stable/obs-ndi/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/obs-ndi/6.2.0/Chart.yaml b/stable/obs-ndi/6.2.0/Chart.yaml new file mode 100644 index 00000000000..5686b055b03 --- /dev/null +++ b/stable/obs-ndi/6.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/obs-ndi/6.1.0/README.md b/stable/obs-ndi/6.2.0/README.md similarity index 100% rename from stable/obs-ndi/6.1.0/README.md rename to stable/obs-ndi/6.2.0/README.md diff --git a/stable/obs-ndi/6.1.0/app-readme.md b/stable/obs-ndi/6.2.0/app-readme.md similarity index 100% rename from stable/obs-ndi/6.1.0/app-readme.md rename to stable/obs-ndi/6.2.0/app-readme.md diff --git a/stable/obs-ndi/6.2.0/charts/common-18.1.2.tgz b/stable/obs-ndi/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/obs-ndi/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/obs-ndi/6.1.0/ix_values.yaml b/stable/obs-ndi/6.2.0/ix_values.yaml similarity index 100% rename from stable/obs-ndi/6.1.0/ix_values.yaml rename to stable/obs-ndi/6.2.0/ix_values.yaml diff --git a/stable/obs-ndi/6.1.0/questions.yaml b/stable/obs-ndi/6.2.0/questions.yaml similarity index 100% rename from stable/obs-ndi/6.1.0/questions.yaml rename to stable/obs-ndi/6.2.0/questions.yaml diff --git a/stable/obs-ndi/6.1.0/templates/common.yaml b/stable/obs-ndi/6.2.0/templates/common.yaml similarity index 100% rename from stable/obs-ndi/6.1.0/templates/common.yaml rename to stable/obs-ndi/6.2.0/templates/common.yaml diff --git a/stable/obsidian/5.1.0/values.yaml b/stable/obs-ndi/6.2.0/values.yaml similarity index 100% rename from stable/obsidian/5.1.0/values.yaml rename to stable/obs-ndi/6.2.0/values.yaml diff --git a/stable/observium/5.1.0/CHANGELOG.md b/stable/observium/5.1.0/CHANGELOG.md deleted file mode 100644 index 7afd8c46593..00000000000 --- a/stable/observium/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [observium-4.1.12](https://github.com/truecharts/charts/compare/observium-4.1.11...observium-4.1.12) (2024-02-12) - -### Chore - - - -- update container image uberchuckie/observium to latest[@60859fd](https://github.com/60859fd) by renovate ([#18112](https://github.com/truecharts/charts/issues/18112)) - - -## [observium-4.1.11](https://github.com/truecharts/charts/compare/observium-4.1.10...observium-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [observium-4.1.10](https://github.com/truecharts/charts/compare/observium-4.1.9...observium-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [observium-4.1.9](https://github.com/truecharts/charts/compare/observium-4.1.8...observium-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [observium-4.1.8](https://github.com/truecharts/charts/compare/observium-4.1.7...observium-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [observium-4.1.7](https://github.com/truecharts/charts/compare/observium-4.1.6...observium-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [observium-4.1.6](https://github.com/truecharts/charts/compare/observium-4.1.5...observium-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [observium-4.1.5](https://github.com/truecharts/charts/compare/observium-4.1.4...observium-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [observium-4.1.4](https://github.com/truecharts/charts/compare/observium-4.1.3...observium-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [observium-4.1.3](https://github.com/truecharts/charts/compare/observium-4.1.0...observium-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/observium/5.1.0/Chart.yaml b/stable/observium/5.1.0/Chart.yaml deleted file mode 100644 index 35ff24972bf..00000000000 --- a/stable/observium/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - repository: oci://tccr.io/truecharts - condition: "" - 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/truecharts/charts/tree/master/charts/stable/observium - - https://hub.docker.com/r/uberchuckie/observium -type: application -version: 5.1.0 diff --git a/stable/observium/5.1.0/charts/common-18.0.1.tgz b/stable/observium/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/observium/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/octoprint/13.1.0/.helmignore b/stable/observium/5.2.0/.helmignore similarity index 100% rename from stable/octoprint/13.1.0/.helmignore rename to stable/observium/5.2.0/.helmignore diff --git a/stable/observium/5.2.0/CHANGELOG.md b/stable/observium/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..68e273ff7ff --- /dev/null +++ b/stable/observium/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [observium-4.1.12](https://github.com/truecharts/charts/compare/observium-4.1.11...observium-4.1.12) (2024-02-12) + +### Chore + + + +- update container image uberchuckie/observium to latest[@60859fd](https://github.com/60859fd) by renovate ([#18112](https://github.com/truecharts/charts/issues/18112)) + + +## [observium-4.1.11](https://github.com/truecharts/charts/compare/observium-4.1.10...observium-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [observium-4.1.10](https://github.com/truecharts/charts/compare/observium-4.1.9...observium-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [observium-4.1.9](https://github.com/truecharts/charts/compare/observium-4.1.8...observium-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [observium-4.1.8](https://github.com/truecharts/charts/compare/observium-4.1.7...observium-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [observium-4.1.7](https://github.com/truecharts/charts/compare/observium-4.1.6...observium-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [observium-4.1.6](https://github.com/truecharts/charts/compare/observium-4.1.5...observium-4.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [observium-4.1.5](https://github.com/truecharts/charts/compare/observium-4.1.4...observium-4.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [observium-4.1.4](https://github.com/truecharts/charts/compare/observium-4.1.3...observium-4.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes diff --git a/stable/observium/5.2.0/Chart.yaml b/stable/observium/5.2.0/Chart.yaml new file mode 100644 index 00000000000..56830a75d95 --- /dev/null +++ b/stable/observium/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Management + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + 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/truecharts/charts/tree/master/charts/stable/observium + - https://hub.docker.com/r/uberchuckie/observium +type: application +version: 5.2.0 diff --git a/stable/observium/5.1.0/README.md b/stable/observium/5.2.0/README.md similarity index 100% rename from stable/observium/5.1.0/README.md rename to stable/observium/5.2.0/README.md diff --git a/stable/observium/5.1.0/app-readme.md b/stable/observium/5.2.0/app-readme.md similarity index 100% rename from stable/observium/5.1.0/app-readme.md rename to stable/observium/5.2.0/app-readme.md diff --git a/stable/observium/5.2.0/charts/common-18.1.2.tgz b/stable/observium/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/observium/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/observium/5.1.0/ix_values.yaml b/stable/observium/5.2.0/ix_values.yaml similarity index 100% rename from stable/observium/5.1.0/ix_values.yaml rename to stable/observium/5.2.0/ix_values.yaml diff --git a/stable/observium/5.1.0/questions.yaml b/stable/observium/5.2.0/questions.yaml similarity index 100% rename from stable/observium/5.1.0/questions.yaml rename to stable/observium/5.2.0/questions.yaml diff --git a/stable/observium/5.1.0/templates/common.yaml b/stable/observium/5.2.0/templates/common.yaml similarity index 100% rename from stable/observium/5.1.0/templates/common.yaml rename to stable/observium/5.2.0/templates/common.yaml diff --git a/stable/octoprint/13.1.0/values.yaml b/stable/observium/5.2.0/values.yaml similarity index 100% rename from stable/octoprint/13.1.0/values.yaml rename to stable/observium/5.2.0/values.yaml diff --git a/stable/obsidian/5.1.0/CHANGELOG.md b/stable/obsidian/5.1.0/CHANGELOG.md deleted file mode 100644 index 6e7d09540be..00000000000 --- a/stable/obsidian/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/obsidian/5.1.0/Chart.yaml b/stable/obsidian/5.1.0/Chart.yaml deleted file mode 100644 index db1bc53c5e0..00000000000 --- a/stable/obsidian/5.1.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: stable -apiVersion: v2 -appVersion: 0.1.1 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/obsidian/5.1.0/charts/common-18.0.1.tgz b/stable/obsidian/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/obsidian/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/odoo/17.1.0/.helmignore b/stable/obsidian/5.2.0/.helmignore similarity index 100% rename from stable/odoo/17.1.0/.helmignore rename to stable/obsidian/5.2.0/.helmignore diff --git a/stable/obsidian/5.2.0/CHANGELOG.md b/stable/obsidian/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..25f7cc341e6 --- /dev/null +++ b/stable/obsidian/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/obsidian/5.2.0/Chart.yaml b/stable/obsidian/5.2.0/Chart.yaml new file mode 100644 index 00000000000..9825e8afe88 --- /dev/null +++ b/stable/obsidian/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.1.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/obsidian/5.1.0/README.md b/stable/obsidian/5.2.0/README.md similarity index 100% rename from stable/obsidian/5.1.0/README.md rename to stable/obsidian/5.2.0/README.md diff --git a/stable/obsidian/5.1.0/app-readme.md b/stable/obsidian/5.2.0/app-readme.md similarity index 100% rename from stable/obsidian/5.1.0/app-readme.md rename to stable/obsidian/5.2.0/app-readme.md diff --git a/stable/obsidian/5.2.0/charts/common-18.1.2.tgz b/stable/obsidian/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/obsidian/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/obsidian/5.1.0/ix_values.yaml b/stable/obsidian/5.2.0/ix_values.yaml similarity index 100% rename from stable/obsidian/5.1.0/ix_values.yaml rename to stable/obsidian/5.2.0/ix_values.yaml diff --git a/stable/obsidian/5.1.0/questions.yaml b/stable/obsidian/5.2.0/questions.yaml similarity index 100% rename from stable/obsidian/5.1.0/questions.yaml rename to stable/obsidian/5.2.0/questions.yaml diff --git a/stable/obsidian/5.1.0/templates/common.yaml b/stable/obsidian/5.2.0/templates/common.yaml similarity index 100% rename from stable/obsidian/5.1.0/templates/common.yaml rename to stable/obsidian/5.2.0/templates/common.yaml diff --git a/stable/odoo/17.1.0/values.yaml b/stable/obsidian/5.2.0/values.yaml similarity index 100% rename from stable/odoo/17.1.0/values.yaml rename to stable/obsidian/5.2.0/values.yaml diff --git a/stable/octoprint/13.1.0/CHANGELOG.md b/stable/octoprint/13.1.0/CHANGELOG.md deleted file mode 100644 index 940832f60a3..00000000000 --- a/stable/octoprint/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/octoprint/13.1.0/Chart.yaml b/stable/octoprint/13.1.0/Chart.yaml deleted file mode 100644 index deceb330c6e..00000000000 --- a/stable/octoprint/13.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.9.3 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/octoprint/13.1.0/charts/common-18.0.1.tgz b/stable/octoprint/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/octoprint/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/omada-controller/14.1.1/.helmignore b/stable/octoprint/13.2.0/.helmignore similarity index 100% rename from stable/omada-controller/14.1.1/.helmignore rename to stable/octoprint/13.2.0/.helmignore diff --git a/stable/octoprint/13.2.0/CHANGELOG.md b/stable/octoprint/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..189a6649493 --- /dev/null +++ b/stable/octoprint/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/octoprint/13.2.0/Chart.yaml b/stable/octoprint/13.2.0/Chart.yaml new file mode 100644 index 00000000000..61c9be12383 --- /dev/null +++ b/stable/octoprint/13.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.9.3 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/octoprint/13.1.0/README.md b/stable/octoprint/13.2.0/README.md similarity index 100% rename from stable/octoprint/13.1.0/README.md rename to stable/octoprint/13.2.0/README.md diff --git a/stable/octoprint/13.1.0/app-readme.md b/stable/octoprint/13.2.0/app-readme.md similarity index 100% rename from stable/octoprint/13.1.0/app-readme.md rename to stable/octoprint/13.2.0/app-readme.md diff --git a/stable/octoprint/13.2.0/charts/common-18.1.2.tgz b/stable/octoprint/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/octoprint/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/octoprint/13.1.0/ix_values.yaml b/stable/octoprint/13.2.0/ix_values.yaml similarity index 100% rename from stable/octoprint/13.1.0/ix_values.yaml rename to stable/octoprint/13.2.0/ix_values.yaml diff --git a/stable/octoprint/13.1.0/questions.yaml b/stable/octoprint/13.2.0/questions.yaml similarity index 100% rename from stable/octoprint/13.1.0/questions.yaml rename to stable/octoprint/13.2.0/questions.yaml diff --git a/stable/omada-controller/14.1.1/templates/NOTES.txt b/stable/octoprint/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/omada-controller/14.1.1/templates/NOTES.txt rename to stable/octoprint/13.2.0/templates/NOTES.txt diff --git a/stable/onlyoffice-document-server/17.1.0/templates/common.yaml b/stable/octoprint/13.2.0/templates/common.yaml similarity index 100% rename from stable/onlyoffice-document-server/17.1.0/templates/common.yaml rename to stable/octoprint/13.2.0/templates/common.yaml diff --git a/stable/omada-controller/14.1.1/values.yaml b/stable/octoprint/13.2.0/values.yaml similarity index 100% rename from stable/omada-controller/14.1.1/values.yaml rename to stable/octoprint/13.2.0/values.yaml diff --git a/stable/odoo/17.1.0/CHANGELOG.md b/stable/odoo/17.1.0/CHANGELOG.md deleted file mode 100644 index 3f6c3d28de3..00000000000 --- a/stable/odoo/17.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [odoo-16.1.8](https://github.com/truecharts/charts/compare/odoo-16.1.7...odoo-16.1.8) (2024-01-19) \ No newline at end of file diff --git a/stable/odoo/17.1.0/Chart.yaml b/stable/odoo/17.1.0/Chart.yaml deleted file mode 100644 index 41d3e8fa99a..00000000000 --- a/stable/odoo/17.1.0/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 17.0.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/odoo/17.1.0/charts/common-18.0.1.tgz b/stable/odoo/17.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/odoo/17.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/ombi/18.1.0/.helmignore b/stable/odoo/17.2.0/.helmignore similarity index 100% rename from stable/ombi/18.1.0/.helmignore rename to stable/odoo/17.2.0/.helmignore diff --git a/stable/odoo/17.2.0/CHANGELOG.md b/stable/odoo/17.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e65f0210eab --- /dev/null +++ b/stable/odoo/17.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + +## [odoo-16.1.16](https://github.com/truecharts/charts/compare/odoo-16.1.15...odoo-16.1.16) (2024-02-12) + +### Chore + + + +- update container image docker.io/odoo to 17.0[@a4e061f](https://github.com/a4e061f) by renovate ([#18041](https://github.com/truecharts/charts/issues/18041)) + + +## [odoo-16.1.15](https://github.com/truecharts/charts/compare/odoo-16.1.14...odoo-16.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [odoo-16.1.14](https://github.com/truecharts/charts/compare/odoo-16.1.13...odoo-16.1.14) (2024-02-02) + +### Chore + + + +- update container image docker.io/odoo to 17.0[@11429ba](https://github.com/11429ba) by renovate ([#17780](https://github.com/truecharts/charts/issues/17780)) + + +## [odoo-16.1.13](https://github.com/truecharts/charts/compare/odoo-16.1.12...odoo-16.1.13) (2024-01-29) + +### Chore + + + +- update container image docker.io/odoo to 17.0[@cf2ef1d](https://github.com/cf2ef1d) by renovate ([#17589](https://github.com/truecharts/charts/issues/17589)) + + +## [odoo-16.1.12](https://github.com/truecharts/charts/compare/odoo-16.1.11...odoo-16.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [odoo-16.1.11](https://github.com/truecharts/charts/compare/odoo-16.1.10...odoo-16.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [odoo-16.1.10](https://github.com/truecharts/charts/compare/odoo-16.1.9...odoo-16.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [odoo-16.1.9](https://github.com/truecharts/charts/compare/odoo-16.1.8...odoo-16.1.9) (2024-01-21) + +### Chore + + diff --git a/stable/odoo/17.2.0/Chart.yaml b/stable/odoo/17.2.0/Chart.yaml new file mode 100644 index 00000000000..daced21d03e --- /dev/null +++ b/stable/odoo/17.2.0/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 17.0.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. +home: https://truecharts.org/charts/stable/odoo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/odoo.png +keywords: + - odoo + - crm + - pm + - hr + - accounting + - mrp + - marketing +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: odoo +sources: + - https://github.com/odoo/docker + - https://github.com/truecharts/charts/tree/master/charts/stable/odoo + - https://hub.docker.com/_/odoo +type: application +version: 17.2.0 diff --git a/stable/odoo/17.1.0/README.md b/stable/odoo/17.2.0/README.md similarity index 100% rename from stable/odoo/17.1.0/README.md rename to stable/odoo/17.2.0/README.md diff --git a/stable/odoo/17.1.0/app-readme.md b/stable/odoo/17.2.0/app-readme.md similarity index 100% rename from stable/odoo/17.1.0/app-readme.md rename to stable/odoo/17.2.0/app-readme.md diff --git a/stable/odoo/17.2.0/charts/common-18.1.2.tgz b/stable/odoo/17.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/odoo/17.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/odoo/17.1.0/ix_values.yaml b/stable/odoo/17.2.0/ix_values.yaml similarity index 100% rename from stable/odoo/17.1.0/ix_values.yaml rename to stable/odoo/17.2.0/ix_values.yaml diff --git a/stable/odoo/17.1.0/questions.yaml b/stable/odoo/17.2.0/questions.yaml similarity index 100% rename from stable/odoo/17.1.0/questions.yaml rename to stable/odoo/17.2.0/questions.yaml diff --git a/stable/ombi/18.1.0/templates/NOTES.txt b/stable/odoo/17.2.0/templates/NOTES.txt similarity index 100% rename from stable/ombi/18.1.0/templates/NOTES.txt rename to stable/odoo/17.2.0/templates/NOTES.txt diff --git a/stable/odoo/17.1.0/templates/_configmap.tpl b/stable/odoo/17.2.0/templates/_configmap.tpl similarity index 100% rename from stable/odoo/17.1.0/templates/_configmap.tpl rename to stable/odoo/17.2.0/templates/_configmap.tpl diff --git a/stable/odoo/17.1.0/templates/common.yaml b/stable/odoo/17.2.0/templates/common.yaml similarity index 100% rename from stable/odoo/17.1.0/templates/common.yaml rename to stable/odoo/17.2.0/templates/common.yaml diff --git a/stable/ombi/18.1.0/values.yaml b/stable/odoo/17.2.0/values.yaml similarity index 100% rename from stable/ombi/18.1.0/values.yaml rename to stable/odoo/17.2.0/values.yaml diff --git a/stable/omada-controller/14.1.1/CHANGELOG.md b/stable/omada-controller/14.1.1/CHANGELOG.md deleted file mode 100644 index 68d8f8ead62..00000000000 --- a/stable/omada-controller/14.1.1/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) - -### Chore diff --git a/stable/omada-controller/14.1.1/Chart.yaml b/stable/omada-controller/14.1.1/Chart.yaml deleted file mode 100644 index 03e50449d85..00000000000 --- a/stable/omada-controller/14.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: 5.13.0 -dependencies: - - name: common - version: 18.0.1 - 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.1 diff --git a/stable/omada-controller/14.1.1/charts/common-18.0.1.tgz b/stable/omada-controller/14.1.1/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/omada-controller/14.1.1/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/onlinecheckyourserver/5.1.0/.helmignore b/stable/omada-controller/14.2.0/.helmignore similarity index 100% rename from stable/onlinecheckyourserver/5.1.0/.helmignore rename to stable/omada-controller/14.2.0/.helmignore diff --git a/stable/omada-controller/14.2.0/CHANGELOG.md b/stable/omada-controller/14.2.0/CHANGELOG.md new file mode 100644 index 00000000000..11253286993 --- /dev/null +++ b/stable/omada-controller/14.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + +## [omada-controller-13.0.12](https://github.com/truecharts/charts/compare/omada-controller-13.0.11...omada-controller-13.0.12) (2024-02-12) + +### Chore + + + +- update container image mbentley/omada-controller to 5.13[@6b878ec](https://github.com/6b878ec) by renovate ([#18096](https://github.com/truecharts/charts/issues/18096)) + + +## [omada-controller-13.0.11](https://github.com/truecharts/charts/compare/omada-controller-13.0.10...omada-controller-13.0.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [omada-controller-13.0.10](https://github.com/truecharts/charts/compare/omada-controller-13.0.9...omada-controller-13.0.10) (2024-02-03) + +### Chore + + + +- update container image mbentley/omada-controller to 5.13[@a53f929](https://github.com/a53f929) by renovate ([#17781](https://github.com/truecharts/charts/issues/17781)) + + +## [omada-controller-13.0.9](https://github.com/truecharts/charts/compare/omada-controller-13.0.8...omada-controller-13.0.9) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [omada-controller-13.0.8](https://github.com/truecharts/charts/compare/omada-controller-13.0.7...omada-controller-13.0.8) (2024-01-26) + +### Chore + + + +- update container image mbentley/omada-controller to 5.13[@f1e50b9](https://github.com/f1e50b9) by renovate ([#17543](https://github.com/truecharts/charts/issues/17543)) + + +## [omada-controller-13.0.7](https://github.com/truecharts/charts/compare/omada-controller-13.0.6...omada-controller-13.0.7) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [omada-controller-13.0.6](https://github.com/truecharts/charts/compare/omada-controller-13.0.5...omada-controller-13.0.6) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [omada-controller-13.0.5](https://github.com/truecharts/charts/compare/omada-controller-13.0.4...omada-controller-13.0.5) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + diff --git a/stable/omada-controller/14.2.0/Chart.yaml b/stable/omada-controller/14.2.0/Chart.yaml new file mode 100644 index 00000000000..241c94a2caf --- /dev/null +++ b/stable/omada-controller/14.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.13.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Omada is a SDN tool for TP-Link Omada hardware +home: https://truecharts.org/charts/stable/omada-controller +icon: https://truecharts.org/img/hotlink-ok/chart-icons/omada-controller.png +keywords: + - omada-controller +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: omada-controller +sources: + - https://github.com/mbentley/docker-omada-controller + - https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller + - https://hub.docker.com/r/mbentley/omada-controller +type: application +version: 14.2.0 diff --git a/stable/omada-controller/14.1.1/README.md b/stable/omada-controller/14.2.0/README.md similarity index 100% rename from stable/omada-controller/14.1.1/README.md rename to stable/omada-controller/14.2.0/README.md diff --git a/stable/omada-controller/14.1.1/app-readme.md b/stable/omada-controller/14.2.0/app-readme.md similarity index 100% rename from stable/omada-controller/14.1.1/app-readme.md rename to stable/omada-controller/14.2.0/app-readme.md diff --git a/stable/omada-controller/14.2.0/charts/common-18.1.2.tgz b/stable/omada-controller/14.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/omada-controller/14.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/omada-controller/14.1.1/ix_values.yaml b/stable/omada-controller/14.2.0/ix_values.yaml similarity index 100% rename from stable/omada-controller/14.1.1/ix_values.yaml rename to stable/omada-controller/14.2.0/ix_values.yaml diff --git a/stable/omada-controller/14.1.1/questions.yaml b/stable/omada-controller/14.2.0/questions.yaml similarity index 100% rename from stable/omada-controller/14.1.1/questions.yaml rename to stable/omada-controller/14.2.0/questions.yaml diff --git a/stable/onlyoffice-document-server/17.1.0/templates/NOTES.txt b/stable/omada-controller/14.2.0/templates/NOTES.txt similarity index 100% rename from stable/onlyoffice-document-server/17.1.0/templates/NOTES.txt rename to stable/omada-controller/14.2.0/templates/NOTES.txt diff --git a/stable/omada-controller/14.1.1/templates/common.yaml b/stable/omada-controller/14.2.0/templates/common.yaml similarity index 100% rename from stable/omada-controller/14.1.1/templates/common.yaml rename to stable/omada-controller/14.2.0/templates/common.yaml diff --git a/stable/onlinecheckyourserver/5.1.0/values.yaml b/stable/omada-controller/14.2.0/values.yaml similarity index 100% rename from stable/onlinecheckyourserver/5.1.0/values.yaml rename to stable/omada-controller/14.2.0/values.yaml diff --git a/stable/ombi/18.1.0/CHANGELOG.md b/stable/ombi/18.1.0/CHANGELOG.md deleted file mode 100644 index 687a4b118e4..00000000000 --- a/stable/ombi/18.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/ombi/18.1.0/Chart.yaml b/stable/ombi/18.1.0/Chart.yaml deleted file mode 100644 index 2b829105acf..00000000000 --- a/stable/ombi/18.1.0/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/ombi/18.1.0/charts/common-18.0.1.tgz b/stable/ombi/18.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/ombi/18.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/onlyoffice-document-server/17.1.0/.helmignore b/stable/ombi/18.2.0/.helmignore similarity index 100% rename from stable/onlyoffice-document-server/17.1.0/.helmignore rename to stable/ombi/18.2.0/.helmignore diff --git a/stable/ombi/18.2.0/CHANGELOG.md b/stable/ombi/18.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c3218f713ac --- /dev/null +++ b/stable/ombi/18.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [ombi-17.1.14](https://github.com/truecharts/charts/compare/ombi-17.1.13...ombi-17.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ombi-17.1.13](https://github.com/truecharts/charts/compare/ombi-17.1.12...ombi-17.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ombi-17.1.12](https://github.com/truecharts/charts/compare/ombi-17.1.11...ombi-17.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ombi-17.1.11](https://github.com/truecharts/charts/compare/ombi-17.1.10...ombi-17.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [ombi-17.1.10](https://github.com/truecharts/charts/compare/ombi-17.1.9...ombi-17.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [ombi-17.1.9](https://github.com/truecharts/charts/compare/ombi-17.1.8...ombi-17.1.9) (2024-01-14) + +### Chore + + + +- update container image tccr.io/tccr/ombi to v4.43.11[@d4b0813](https://github.com/d4b0813) by renovate ([#17199](https://github.com/truecharts/charts/issues/17199)) + + + + +## [ombi-17.1.8](https://github.com/truecharts/charts/compare/ombi-17.1.7...ombi-17.1.8) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [ombi-17.1.7](https://github.com/truecharts/charts/compare/ombi-17.1.6...ombi-17.1.7) (2024-01-03) + +### Chore + + + +- update container image tccr.io/tccr/ombi to v4.43.10[@2c10a0f](https://github.com/2c10a0f) by renovate ([#16795](https://github.com/truecharts/charts/issues/16795)) + + +## [ombi-17.1.6](https://github.com/truecharts/charts/compare/ombi-17.1.5...ombi-17.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/ombi/18.2.0/Chart.yaml b/stable/ombi/18.2.0/Chart.yaml new file mode 100644 index 00000000000..50adeadfe2b --- /dev/null +++ b/stable/ombi/18.2.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.43.11 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/ombi/18.1.0/README.md b/stable/ombi/18.2.0/README.md similarity index 100% rename from stable/ombi/18.1.0/README.md rename to stable/ombi/18.2.0/README.md diff --git a/stable/ombi/18.1.0/app-readme.md b/stable/ombi/18.2.0/app-readme.md similarity index 100% rename from stable/ombi/18.1.0/app-readme.md rename to stable/ombi/18.2.0/app-readme.md diff --git a/stable/ombi/18.2.0/charts/common-18.1.2.tgz b/stable/ombi/18.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/ombi/18.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/ombi/18.1.0/ix_values.yaml b/stable/ombi/18.2.0/ix_values.yaml similarity index 100% rename from stable/ombi/18.1.0/ix_values.yaml rename to stable/ombi/18.2.0/ix_values.yaml diff --git a/stable/ombi/18.1.0/questions.yaml b/stable/ombi/18.2.0/questions.yaml similarity index 100% rename from stable/ombi/18.1.0/questions.yaml rename to stable/ombi/18.2.0/questions.yaml diff --git a/stable/openbooks/4.1.0/templates/NOTES.txt b/stable/ombi/18.2.0/templates/NOTES.txt similarity index 100% rename from stable/openbooks/4.1.0/templates/NOTES.txt rename to stable/ombi/18.2.0/templates/NOTES.txt diff --git a/stable/openaudible/5.1.0/templates/common.yaml b/stable/ombi/18.2.0/templates/common.yaml similarity index 100% rename from stable/openaudible/5.1.0/templates/common.yaml rename to stable/ombi/18.2.0/templates/common.yaml diff --git a/stable/onlyoffice-document-server/17.1.0/values.yaml b/stable/ombi/18.2.0/values.yaml similarity index 100% rename from stable/onlyoffice-document-server/17.1.0/values.yaml rename to stable/ombi/18.2.0/values.yaml diff --git a/stable/onlinecheckyourserver/5.1.0/CHANGELOG.md b/stable/onlinecheckyourserver/5.1.0/CHANGELOG.md deleted file mode 100644 index 6f3b6456acb..00000000000 --- a/stable/onlinecheckyourserver/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/onlinecheckyourserver/5.1.0/Chart.yaml b/stable/onlinecheckyourserver/5.1.0/Chart.yaml deleted file mode 100644 index d7e6ed0e839..00000000000 --- a/stable/onlinecheckyourserver/5.1.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: 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.1 - 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.0 diff --git a/stable/onlinecheckyourserver/5.1.0/charts/common-18.0.1.tgz b/stable/onlinecheckyourserver/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/onlinecheckyourserver/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/openaudible/5.1.0/.helmignore b/stable/onlinecheckyourserver/5.2.0/.helmignore similarity index 100% rename from stable/openaudible/5.1.0/.helmignore rename to stable/onlinecheckyourserver/5.2.0/.helmignore diff --git a/stable/onlinecheckyourserver/5.2.0/CHANGELOG.md b/stable/onlinecheckyourserver/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..139aabdf137 --- /dev/null +++ b/stable/onlinecheckyourserver/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/onlinecheckyourserver/5.2.0/Chart.yaml b/stable/onlinecheckyourserver/5.2.0/Chart.yaml new file mode 100644 index 00000000000..e65959ca7cc --- /dev/null +++ b/stable/onlinecheckyourserver/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/onlinecheckyourserver/5.1.0/README.md b/stable/onlinecheckyourserver/5.2.0/README.md similarity index 100% rename from stable/onlinecheckyourserver/5.1.0/README.md rename to stable/onlinecheckyourserver/5.2.0/README.md diff --git a/stable/onlinecheckyourserver/5.1.0/app-readme.md b/stable/onlinecheckyourserver/5.2.0/app-readme.md similarity index 100% rename from stable/onlinecheckyourserver/5.1.0/app-readme.md rename to stable/onlinecheckyourserver/5.2.0/app-readme.md diff --git a/stable/onlinecheckyourserver/5.2.0/charts/common-18.1.2.tgz b/stable/onlinecheckyourserver/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/onlinecheckyourserver/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/onlinecheckyourserver/5.1.0/ix_values.yaml b/stable/onlinecheckyourserver/5.2.0/ix_values.yaml similarity index 100% rename from stable/onlinecheckyourserver/5.1.0/ix_values.yaml rename to stable/onlinecheckyourserver/5.2.0/ix_values.yaml diff --git a/stable/onlinecheckyourserver/5.1.0/questions.yaml b/stable/onlinecheckyourserver/5.2.0/questions.yaml similarity index 100% rename from stable/onlinecheckyourserver/5.1.0/questions.yaml rename to stable/onlinecheckyourserver/5.2.0/questions.yaml diff --git a/stable/onlinecheckyourserver/5.1.0/templates/common.yaml b/stable/onlinecheckyourserver/5.2.0/templates/common.yaml similarity index 100% rename from stable/onlinecheckyourserver/5.1.0/templates/common.yaml rename to stable/onlinecheckyourserver/5.2.0/templates/common.yaml diff --git a/stable/openaudible/5.1.0/values.yaml b/stable/onlinecheckyourserver/5.2.0/values.yaml similarity index 100% rename from stable/openaudible/5.1.0/values.yaml rename to stable/onlinecheckyourserver/5.2.0/values.yaml diff --git a/stable/onlyoffice-document-server/17.1.0/CHANGELOG.md b/stable/onlyoffice-document-server/17.1.0/CHANGELOG.md deleted file mode 100644 index 55951241e07..00000000000 --- a/stable/onlyoffice-document-server/17.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [onlyoffice-document-server-16.0.1](https://github.com/truecharts/charts/compare/onlyoffice-document-server-16.0.0...onlyoffice-document-server-16.0.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [onlyoffice-document-server-16.0.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.14...onlyoffice-document-server-16.0.0) (2024-02-03) - -### Chore - - - -- update container image onlyoffice/documentserver to v8.0.0[@ba008a8](https://github.com/ba008a8) by renovate ([#17790](https://github.com/truecharts/charts/issues/17790)) - - -## [onlyoffice-document-server-15.1.14](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.13...onlyoffice-document-server-15.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [onlyoffice-document-server-15.1.13](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.12...onlyoffice-document-server-15.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [onlyoffice-document-server-15.1.12](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.11...onlyoffice-document-server-15.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [onlyoffice-document-server-15.1.11](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.10...onlyoffice-document-server-15.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [onlyoffice-document-server-15.1.10](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.9...onlyoffice-document-server-15.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [onlyoffice-document-server-15.1.9](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.8...onlyoffice-document-server-15.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [onlyoffice-document-server-15.1.8](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.7...onlyoffice-document-server-15.1.8) (2024-01-02) - -### Chore - - - -- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) diff --git a/stable/onlyoffice-document-server/17.1.0/Chart.yaml b/stable/onlyoffice-document-server/17.1.0/Chart.yaml deleted file mode 100644 index 8dfbcbec32a..00000000000 --- a/stable/onlyoffice-document-server/17.1.0/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/onlyoffice-document-server/17.1.0/charts/common-18.0.1.tgz b/stable/onlyoffice-document-server/17.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/onlyoffice-document-server/17.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/onlyoffice-document-server/17.1.0/ix_values.yaml b/stable/onlyoffice-document-server/17.1.0/ix_values.yaml deleted file mode 100644 index ece53e8a52a..00000000000 --- a/stable/onlyoffice-document-server/17.1.0/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/openbooks/4.1.0/.helmignore b/stable/onlyoffice-document-server/17.2.0/.helmignore similarity index 100% rename from stable/openbooks/4.1.0/.helmignore rename to stable/onlyoffice-document-server/17.2.0/.helmignore diff --git a/stable/onlyoffice-document-server/17.2.0/CHANGELOG.md b/stable/onlyoffice-document-server/17.2.0/CHANGELOG.md new file mode 100644 index 00000000000..ea9f67b7a57 --- /dev/null +++ b/stable/onlyoffice-document-server/17.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + +## [onlyoffice-document-server-16.0.1](https://github.com/truecharts/charts/compare/onlyoffice-document-server-16.0.0...onlyoffice-document-server-16.0.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [onlyoffice-document-server-16.0.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.14...onlyoffice-document-server-16.0.0) (2024-02-03) + +### Chore + + + +- update container image onlyoffice/documentserver to v8.0.0[@ba008a8](https://github.com/ba008a8) by renovate ([#17790](https://github.com/truecharts/charts/issues/17790)) + + +## [onlyoffice-document-server-15.1.14](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.13...onlyoffice-document-server-15.1.14) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [onlyoffice-document-server-15.1.13](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.12...onlyoffice-document-server-15.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [onlyoffice-document-server-15.1.12](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.11...onlyoffice-document-server-15.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [onlyoffice-document-server-15.1.11](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.10...onlyoffice-document-server-15.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [onlyoffice-document-server-15.1.10](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.9...onlyoffice-document-server-15.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [onlyoffice-document-server-15.1.9](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.8...onlyoffice-document-server-15.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [onlyoffice-document-server-15.1.8](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.7...onlyoffice-document-server-15.1.8) (2024-01-02) + +### Chore diff --git a/stable/onlyoffice-document-server/17.2.0/Chart.yaml b/stable/onlyoffice-document-server/17.2.0/Chart.yaml new file mode 100644 index 00000000000..b033e40bc93 --- /dev/null +++ b/stable/onlyoffice-document-server/17.2.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: office + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 8.0.1 +dependencies: + - name: common + version: 18.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: "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.0 diff --git a/stable/onlyoffice-document-server/17.1.0/README.md b/stable/onlyoffice-document-server/17.2.0/README.md similarity index 100% rename from stable/onlyoffice-document-server/17.1.0/README.md rename to stable/onlyoffice-document-server/17.2.0/README.md diff --git a/stable/onlyoffice-document-server/17.1.0/app-readme.md b/stable/onlyoffice-document-server/17.2.0/app-readme.md similarity index 100% rename from stable/onlyoffice-document-server/17.1.0/app-readme.md rename to stable/onlyoffice-document-server/17.2.0/app-readme.md diff --git a/stable/onlyoffice-document-server/17.2.0/charts/common-18.1.2.tgz b/stable/onlyoffice-document-server/17.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/onlyoffice-document-server/17.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/onlyoffice-document-server/17.1.0/charts/redis-11.2.1.tgz b/stable/onlyoffice-document-server/17.2.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/onlyoffice-document-server/17.1.0/charts/redis-11.2.1.tgz rename to stable/onlyoffice-document-server/17.2.0/charts/redis-11.2.1.tgz diff --git a/stable/onlyoffice-document-server/17.2.0/ix_values.yaml b/stable/onlyoffice-document-server/17.2.0/ix_values.yaml new file mode 100644 index 00000000000..1257316da2b --- /dev/null +++ b/stable/onlyoffice-document-server/17.2.0/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.0/questions.yaml b/stable/onlyoffice-document-server/17.2.0/questions.yaml similarity index 100% rename from stable/onlyoffice-document-server/17.1.0/questions.yaml rename to stable/onlyoffice-document-server/17.2.0/questions.yaml diff --git a/stable/openhab/9.1.0/templates/NOTES.txt b/stable/onlyoffice-document-server/17.2.0/templates/NOTES.txt similarity index 100% rename from stable/openhab/9.1.0/templates/NOTES.txt rename to stable/onlyoffice-document-server/17.2.0/templates/NOTES.txt diff --git a/stable/openspeedtest/8.1.0/templates/common.yaml b/stable/onlyoffice-document-server/17.2.0/templates/common.yaml similarity index 100% rename from stable/openspeedtest/8.1.0/templates/common.yaml rename to stable/onlyoffice-document-server/17.2.0/templates/common.yaml diff --git a/stable/openbooks/4.1.0/values.yaml b/stable/onlyoffice-document-server/17.2.0/values.yaml similarity index 100% rename from stable/openbooks/4.1.0/values.yaml rename to stable/onlyoffice-document-server/17.2.0/values.yaml diff --git a/stable/openaudible/5.1.0/CHANGELOG.md b/stable/openaudible/5.1.0/CHANGELOG.md deleted file mode 100644 index 4418d49e167..00000000000 --- a/stable/openaudible/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/openaudible/5.1.0/Chart.yaml b/stable/openaudible/5.1.0/Chart.yaml deleted file mode 100644 index f32dc8bcc08..00000000000 --- a/stable/openaudible/5.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/openaudible/5.1.0/charts/common-18.0.1.tgz b/stable/openaudible/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/openaudible/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/opengl-desktop-g3/5.1.0/.helmignore b/stable/openaudible/5.2.0/.helmignore similarity index 100% rename from stable/opengl-desktop-g3/5.1.0/.helmignore rename to stable/openaudible/5.2.0/.helmignore diff --git a/stable/openaudible/5.2.0/CHANGELOG.md b/stable/openaudible/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c79d4af8c0b --- /dev/null +++ b/stable/openaudible/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/openaudible/5.2.0/Chart.yaml b/stable/openaudible/5.2.0/Chart.yaml new file mode 100644 index 00000000000..edde60a691c --- /dev/null +++ b/stable/openaudible/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/openaudible/5.1.0/README.md b/stable/openaudible/5.2.0/README.md similarity index 100% rename from stable/openaudible/5.1.0/README.md rename to stable/openaudible/5.2.0/README.md diff --git a/stable/openaudible/5.1.0/app-readme.md b/stable/openaudible/5.2.0/app-readme.md similarity index 100% rename from stable/openaudible/5.1.0/app-readme.md rename to stable/openaudible/5.2.0/app-readme.md diff --git a/stable/openaudible/5.2.0/charts/common-18.1.2.tgz b/stable/openaudible/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/openaudible/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/openaudible/5.1.0/ix_values.yaml b/stable/openaudible/5.2.0/ix_values.yaml similarity index 100% rename from stable/openaudible/5.1.0/ix_values.yaml rename to stable/openaudible/5.2.0/ix_values.yaml diff --git a/stable/openaudible/5.1.0/questions.yaml b/stable/openaudible/5.2.0/questions.yaml similarity index 100% rename from stable/openaudible/5.1.0/questions.yaml rename to stable/openaudible/5.2.0/questions.yaml diff --git a/stable/openvscode-server/9.1.1/templates/common.yaml b/stable/openaudible/5.2.0/templates/common.yaml similarity index 100% rename from stable/openvscode-server/9.1.1/templates/common.yaml rename to stable/openaudible/5.2.0/templates/common.yaml diff --git a/stable/opengl-desktop-g3/5.1.0/values.yaml b/stable/openaudible/5.2.0/values.yaml similarity index 100% rename from stable/opengl-desktop-g3/5.1.0/values.yaml rename to stable/openaudible/5.2.0/values.yaml diff --git a/stable/openbooks/4.1.0/CHANGELOG.md b/stable/openbooks/4.1.0/CHANGELOG.md deleted file mode 100644 index 6d8453d3482..00000000000 --- a/stable/openbooks/4.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/openbooks/4.1.0/Chart.yaml b/stable/openbooks/4.1.0/Chart.yaml deleted file mode 100644 index c5a8dc35a03..00000000000 --- a/stable/openbooks/4.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/openbooks/4.1.0/charts/common-18.0.1.tgz b/stable/openbooks/4.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/openbooks/4.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/openhab/9.1.0/.helmignore b/stable/openbooks/4.2.0/.helmignore similarity index 100% rename from stable/openhab/9.1.0/.helmignore rename to stable/openbooks/4.2.0/.helmignore diff --git a/stable/openbooks/4.2.0/CHANGELOG.md b/stable/openbooks/4.2.0/CHANGELOG.md new file mode 100644 index 00000000000..09c1c5b7455 --- /dev/null +++ b/stable/openbooks/4.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [openbooks-3.1.14](https://github.com/truecharts/charts/compare/openbooks-3.1.13...openbooks-3.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [openbooks-3.1.13](https://github.com/truecharts/charts/compare/openbooks-3.1.12...openbooks-3.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [openbooks-3.1.12](https://github.com/truecharts/charts/compare/openbooks-3.1.11...openbooks-3.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [openbooks-3.1.11](https://github.com/truecharts/charts/compare/openbooks-3.1.10...openbooks-3.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [openbooks-3.1.10](https://github.com/truecharts/charts/compare/openbooks-3.1.9...openbooks-3.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [openbooks-3.1.9](https://github.com/truecharts/charts/compare/openbooks-3.1.8...openbooks-3.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [openbooks-3.1.8](https://github.com/truecharts/charts/compare/openbooks-3.1.7...openbooks-3.1.8) (2024-01-03) + +### Chore + + + +- update container image evanbuss/openbooks to 4.5.0[@3f2e59a](https://github.com/3f2e59a) by renovate ([#16760](https://github.com/truecharts/charts/issues/16760)) + + +## [openbooks-3.1.7](https://github.com/truecharts/charts/compare/openbooks-3.1.6...openbooks-3.1.7) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [openbooks-3.1.6](https://github.com/truecharts/charts/compare/openbooks-3.1.4...openbooks-3.1.6) (2024-01-02) + +### Chore + + + +- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) diff --git a/stable/openbooks/4.2.0/Chart.yaml b/stable/openbooks/4.2.0/Chart.yaml new file mode 100644 index 00000000000..39a93f55142 --- /dev/null +++ b/stable/openbooks/4.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.5.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/openbooks/4.1.0/README.md b/stable/openbooks/4.2.0/README.md similarity index 100% rename from stable/openbooks/4.1.0/README.md rename to stable/openbooks/4.2.0/README.md diff --git a/stable/openbooks/4.1.0/app-readme.md b/stable/openbooks/4.2.0/app-readme.md similarity index 100% rename from stable/openbooks/4.1.0/app-readme.md rename to stable/openbooks/4.2.0/app-readme.md diff --git a/stable/openbooks/4.2.0/charts/common-18.1.2.tgz b/stable/openbooks/4.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/openbooks/4.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/openbooks/4.1.0/ix_values.yaml b/stable/openbooks/4.2.0/ix_values.yaml similarity index 100% rename from stable/openbooks/4.1.0/ix_values.yaml rename to stable/openbooks/4.2.0/ix_values.yaml diff --git a/stable/openbooks/4.1.0/questions.yaml b/stable/openbooks/4.2.0/questions.yaml similarity index 100% rename from stable/openbooks/4.1.0/questions.yaml rename to stable/openbooks/4.2.0/questions.yaml diff --git a/stable/openspeedtest/8.1.0/templates/NOTES.txt b/stable/openbooks/4.2.0/templates/NOTES.txt similarity index 100% rename from stable/openspeedtest/8.1.0/templates/NOTES.txt rename to stable/openbooks/4.2.0/templates/NOTES.txt diff --git a/stable/openbooks/4.1.0/templates/_args.tpl b/stable/openbooks/4.2.0/templates/_args.tpl similarity index 100% rename from stable/openbooks/4.1.0/templates/_args.tpl rename to stable/openbooks/4.2.0/templates/_args.tpl diff --git a/stable/openbooks/4.1.0/templates/common.yaml b/stable/openbooks/4.2.0/templates/common.yaml similarity index 100% rename from stable/openbooks/4.1.0/templates/common.yaml rename to stable/openbooks/4.2.0/templates/common.yaml diff --git a/stable/openhab/9.1.0/values.yaml b/stable/openbooks/4.2.0/values.yaml similarity index 100% rename from stable/openhab/9.1.0/values.yaml rename to stable/openbooks/4.2.0/values.yaml diff --git a/stable/opengl-desktop-g3/5.1.0/CHANGELOG.md b/stable/opengl-desktop-g3/5.1.0/CHANGELOG.md deleted file mode 100644 index 2f8dade3ab3..00000000000 --- a/stable/opengl-desktop-g3/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [opengl-desktop-g3-4.1.3](https://github.com/truecharts/charts/compare/opengl-desktop-g3-4.1.0...opengl-desktop-g3-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/opengl-desktop-g3/5.1.0/Chart.yaml b/stable/opengl-desktop-g3/5.1.0/Chart.yaml deleted file mode 100644 index 1bc45bdc310..00000000000 --- a/stable/opengl-desktop-g3/5.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/opengl-desktop-g3/5.1.0/charts/common-18.0.1.tgz b/stable/opengl-desktop-g3/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/opengl-desktop-g3/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/openra/5.1.0/.helmignore b/stable/opengl-desktop-g3/5.2.0/.helmignore similarity index 100% rename from stable/openra/5.1.0/.helmignore rename to stable/opengl-desktop-g3/5.2.0/.helmignore diff --git a/stable/opengl-desktop-g3/5.2.0/CHANGELOG.md b/stable/opengl-desktop-g3/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..47c0f27203e --- /dev/null +++ b/stable/opengl-desktop-g3/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [opengl-desktop-g3-4.1.12](https://github.com/truecharts/charts/compare/opengl-desktop-g3-4.1.11...opengl-desktop-g3-4.1.12) (2024-02-12) + +### Chore + + + +- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@cf2f93a](https://github.com/cf2f93a) by renovate ([#18023](https://github.com/truecharts/charts/issues/18023)) + + +## [opengl-desktop-g3-4.1.11](https://github.com/truecharts/charts/compare/opengl-desktop-g3-4.1.10...opengl-desktop-g3-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [opengl-desktop-g3-4.1.10](https://github.com/truecharts/charts/compare/opengl-desktop-g3-4.1.9...opengl-desktop-g3-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [opengl-desktop-g3-4.1.9](https://github.com/truecharts/charts/compare/opengl-desktop-g3-4.1.8...opengl-desktop-g3-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [opengl-desktop-g3-4.1.8](https://github.com/truecharts/charts/compare/opengl-desktop-g3-4.1.7...opengl-desktop-g3-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [opengl-desktop-g3-4.1.7](https://github.com/truecharts/charts/compare/opengl-desktop-g3-4.1.6...opengl-desktop-g3-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [opengl-desktop-g3-4.1.6](https://github.com/truecharts/charts/compare/opengl-desktop-g3-4.1.5...opengl-desktop-g3-4.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [opengl-desktop-g3-4.1.5](https://github.com/truecharts/charts/compare/opengl-desktop-g3-4.1.4...opengl-desktop-g3-4.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [opengl-desktop-g3-4.1.4](https://github.com/truecharts/charts/compare/opengl-desktop-g3-4.1.3...opengl-desktop-g3-4.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes diff --git a/stable/opengl-desktop-g3/5.2.0/Chart.yaml b/stable/opengl-desktop-g3/5.2.0/Chart.yaml new file mode 100644 index 00000000000..34c913a1b82 --- /dev/null +++ b/stable/opengl-desktop-g3/5.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing +home: https://truecharts.org/charts/stable/opengl-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/opengl-desktop-g3.png +keywords: + - opengl-desktop-g3 + - Productivity + - Tools-Utilities + - MediaApp-Photos + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: opengl-desktop-g3 +sources: + - https://github.com/accetto/headless-drawing-g3/ + - https://github.com/truecharts/charts/tree/master/charts/stable/opengl-desktop-g3 + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-opengl-g3 +type: application +version: 5.2.0 diff --git a/stable/opengl-desktop-g3/5.1.0/README.md b/stable/opengl-desktop-g3/5.2.0/README.md similarity index 100% rename from stable/opengl-desktop-g3/5.1.0/README.md rename to stable/opengl-desktop-g3/5.2.0/README.md diff --git a/stable/opengl-desktop-g3/5.1.0/app-readme.md b/stable/opengl-desktop-g3/5.2.0/app-readme.md similarity index 100% rename from stable/opengl-desktop-g3/5.1.0/app-readme.md rename to stable/opengl-desktop-g3/5.2.0/app-readme.md diff --git a/stable/opengl-desktop-g3/5.2.0/charts/common-18.1.2.tgz b/stable/opengl-desktop-g3/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/opengl-desktop-g3/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/opengl-desktop-g3/5.1.0/ix_values.yaml b/stable/opengl-desktop-g3/5.2.0/ix_values.yaml similarity index 100% rename from stable/opengl-desktop-g3/5.1.0/ix_values.yaml rename to stable/opengl-desktop-g3/5.2.0/ix_values.yaml diff --git a/stable/opengl-desktop-g3/5.1.0/questions.yaml b/stable/opengl-desktop-g3/5.2.0/questions.yaml similarity index 100% rename from stable/opengl-desktop-g3/5.1.0/questions.yaml rename to stable/opengl-desktop-g3/5.2.0/questions.yaml diff --git a/stable/opengl-desktop-g3/5.1.0/templates/common.yaml b/stable/opengl-desktop-g3/5.2.0/templates/common.yaml similarity index 100% rename from stable/opengl-desktop-g3/5.1.0/templates/common.yaml rename to stable/opengl-desktop-g3/5.2.0/templates/common.yaml diff --git a/stable/openra/5.1.0/values.yaml b/stable/opengl-desktop-g3/5.2.0/values.yaml similarity index 100% rename from stable/openra/5.1.0/values.yaml rename to stable/opengl-desktop-g3/5.2.0/values.yaml diff --git a/stable/openhab/9.1.0/CHANGELOG.md b/stable/openhab/9.1.0/CHANGELOG.md deleted file mode 100644 index 5381fb723cd..00000000000 --- a/stable/openhab/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [openhab-8.1.12](https://github.com/truecharts/charts/compare/openhab-8.1.11...openhab-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [openhab-8.1.11](https://github.com/truecharts/charts/compare/openhab-8.1.10...openhab-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [openhab-8.1.10](https://github.com/truecharts/charts/compare/openhab-8.1.9...openhab-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [openhab-8.1.9](https://github.com/truecharts/charts/compare/openhab-8.1.8...openhab-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [openhab-8.1.8](https://github.com/truecharts/charts/compare/openhab-8.1.7...openhab-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [openhab-8.1.7](https://github.com/truecharts/charts/compare/openhab-8.1.6...openhab-8.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [openhab-8.1.6](https://github.com/truecharts/charts/compare/openhab-8.1.5...openhab-8.1.6) (2024-01-08) - -### Chore - - - -- update container image openhab/openhab to v4.1.1[@cf4e12d](https://github.com/cf4e12d) by renovate ([#17009](https://github.com/truecharts/charts/issues/17009)) - - -## [openhab-8.1.5](https://github.com/truecharts/charts/compare/openhab-8.1.4...openhab-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [openhab-8.1.4](https://github.com/truecharts/charts/compare/openhab-8.1.3...openhab-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [openhab-8.1.3](https://github.com/truecharts/charts/compare/openhab-8.1.0...openhab-8.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/openhab/9.1.0/Chart.yaml b/stable/openhab/9.1.0/Chart.yaml deleted file mode 100644 index 3fe728a681b..00000000000 --- a/stable/openhab/9.1.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: 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.1 - 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.0 diff --git a/stable/openhab/9.1.0/charts/common-18.0.1.tgz b/stable/openhab/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/openhab/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/openspeedtest/8.1.0/.helmignore b/stable/openhab/9.2.0/.helmignore similarity index 100% rename from stable/openspeedtest/8.1.0/.helmignore rename to stable/openhab/9.2.0/.helmignore diff --git a/stable/openhab/9.2.0/CHANGELOG.md b/stable/openhab/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..6825b150a33 --- /dev/null +++ b/stable/openhab/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/openhab/9.2.0/Chart.yaml b/stable/openhab/9.2.0/Chart.yaml new file mode 100644 index 00000000000..d3c792a76fc --- /dev/null +++ b/stable/openhab/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.1.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/openhab/9.1.0/README.md b/stable/openhab/9.2.0/README.md similarity index 100% rename from stable/openhab/9.1.0/README.md rename to stable/openhab/9.2.0/README.md diff --git a/stable/openhab/9.1.0/app-readme.md b/stable/openhab/9.2.0/app-readme.md similarity index 100% rename from stable/openhab/9.1.0/app-readme.md rename to stable/openhab/9.2.0/app-readme.md diff --git a/stable/openhab/9.2.0/charts/common-18.1.2.tgz b/stable/openhab/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/openhab/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/openhab/9.1.0/ix_values.yaml b/stable/openhab/9.2.0/ix_values.yaml similarity index 100% rename from stable/openhab/9.1.0/ix_values.yaml rename to stable/openhab/9.2.0/ix_values.yaml diff --git a/stable/openhab/9.1.0/questions.yaml b/stable/openhab/9.2.0/questions.yaml similarity index 100% rename from stable/openhab/9.1.0/questions.yaml rename to stable/openhab/9.2.0/questions.yaml diff --git a/stable/openvscode-server/9.1.1/templates/NOTES.txt b/stable/openhab/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/openvscode-server/9.1.1/templates/NOTES.txt rename to stable/openhab/9.2.0/templates/NOTES.txt diff --git a/stable/mosquitto/14.1.0/templates/common.yaml b/stable/openhab/9.2.0/templates/common.yaml similarity index 100% rename from stable/mosquitto/14.1.0/templates/common.yaml rename to stable/openhab/9.2.0/templates/common.yaml diff --git a/stable/openspeedtest/8.1.0/values.yaml b/stable/openhab/9.2.0/values.yaml similarity index 100% rename from stable/openspeedtest/8.1.0/values.yaml rename to stable/openhab/9.2.0/values.yaml diff --git a/stable/openra/5.1.0/CHANGELOG.md b/stable/openra/5.1.0/CHANGELOG.md deleted file mode 100644 index 8551a2aee0c..00000000000 --- a/stable/openra/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/openra/5.1.0/Chart.yaml b/stable/openra/5.1.0/Chart.yaml deleted file mode 100644 index 0e2753bba2a..00000000000 --- a/stable/openra/5.1.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: 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.1 - 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.0 diff --git a/stable/openra/5.1.0/charts/common-18.0.1.tgz b/stable/openra/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/openra/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/openttd/5.1.0/.helmignore b/stable/openra/5.2.0/.helmignore similarity index 100% rename from stable/openttd/5.1.0/.helmignore rename to stable/openra/5.2.0/.helmignore diff --git a/stable/openra/5.2.0/CHANGELOG.md b/stable/openra/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5a2cb842d20 --- /dev/null +++ b/stable/openra/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/openra/5.2.0/Chart.yaml b/stable/openra/5.2.0/Chart.yaml new file mode 100644 index 00000000000..65ac5d92556 --- /dev/null +++ b/stable/openra/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/openra/5.1.0/README.md b/stable/openra/5.2.0/README.md similarity index 100% rename from stable/openra/5.1.0/README.md rename to stable/openra/5.2.0/README.md diff --git a/stable/openra/5.1.0/app-readme.md b/stable/openra/5.2.0/app-readme.md similarity index 100% rename from stable/openra/5.1.0/app-readme.md rename to stable/openra/5.2.0/app-readme.md diff --git a/stable/openra/5.2.0/charts/common-18.1.2.tgz b/stable/openra/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/openra/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/openra/5.1.0/ix_values.yaml b/stable/openra/5.2.0/ix_values.yaml similarity index 100% rename from stable/openra/5.1.0/ix_values.yaml rename to stable/openra/5.2.0/ix_values.yaml diff --git a/stable/openra/5.1.0/questions.yaml b/stable/openra/5.2.0/questions.yaml similarity index 100% rename from stable/openra/5.1.0/questions.yaml rename to stable/openra/5.2.0/questions.yaml diff --git a/stable/openra/5.1.0/templates/common.yaml b/stable/openra/5.2.0/templates/common.yaml similarity index 100% rename from stable/openra/5.1.0/templates/common.yaml rename to stable/openra/5.2.0/templates/common.yaml diff --git a/stable/openttd/5.1.0/values.yaml b/stable/openra/5.2.0/values.yaml similarity index 100% rename from stable/openttd/5.1.0/values.yaml rename to stable/openra/5.2.0/values.yaml diff --git a/stable/openspeedtest/8.1.0/CHANGELOG.md b/stable/openspeedtest/8.1.0/CHANGELOG.md deleted file mode 100644 index 9e45f59320b..00000000000 --- a/stable/openspeedtest/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [openspeedtest-7.1.12](https://github.com/truecharts/charts/compare/openspeedtest-7.1.11...openspeedtest-7.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [openspeedtest-7.1.11](https://github.com/truecharts/charts/compare/openspeedtest-7.1.10...openspeedtest-7.1.11) (2024-01-29) - -### Chore - - - -- update container image openspeedtest/latest to latest[@0d2d940](https://github.com/0d2d940) by renovate ([#17647](https://github.com/truecharts/charts/issues/17647)) - - -## [openspeedtest-7.1.10](https://github.com/truecharts/charts/compare/openspeedtest-7.1.9...openspeedtest-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [openspeedtest-7.1.9](https://github.com/truecharts/charts/compare/openspeedtest-7.1.8...openspeedtest-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [openspeedtest-7.1.8](https://github.com/truecharts/charts/compare/openspeedtest-7.1.7...openspeedtest-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [openspeedtest-7.1.7](https://github.com/truecharts/charts/compare/openspeedtest-7.1.6...openspeedtest-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [openspeedtest-7.1.6](https://github.com/truecharts/charts/compare/openspeedtest-7.1.5...openspeedtest-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [openspeedtest-7.1.5](https://github.com/truecharts/charts/compare/openspeedtest-7.1.4...openspeedtest-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [openspeedtest-7.1.4](https://github.com/truecharts/charts/compare/openspeedtest-7.1.3...openspeedtest-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [openspeedtest-7.1.3](https://github.com/truecharts/charts/compare/openspeedtest-7.1.0...openspeedtest-7.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/openspeedtest/8.1.0/Chart.yaml b/stable/openspeedtest/8.1.0/Chart.yaml deleted file mode 100644 index 0a108adf999..00000000000 --- a/stable/openspeedtest/8.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/openspeedtest/8.1.0/charts/common-18.0.1.tgz b/stable/openspeedtest/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/openspeedtest/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/openvscode-server/9.1.1/.helmignore b/stable/openspeedtest/8.2.0/.helmignore similarity index 100% rename from stable/openvscode-server/9.1.1/.helmignore rename to stable/openspeedtest/8.2.0/.helmignore diff --git a/stable/openspeedtest/8.2.0/CHANGELOG.md b/stable/openspeedtest/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..6205c6d6cef --- /dev/null +++ b/stable/openspeedtest/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/openspeedtest/8.2.0/Chart.yaml b/stable/openspeedtest/8.2.0/Chart.yaml new file mode 100644 index 00000000000..be5d731932a --- /dev/null +++ b/stable/openspeedtest/8.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/openspeedtest/8.1.0/README.md b/stable/openspeedtest/8.2.0/README.md similarity index 100% rename from stable/openspeedtest/8.1.0/README.md rename to stable/openspeedtest/8.2.0/README.md diff --git a/stable/openspeedtest/8.1.0/app-readme.md b/stable/openspeedtest/8.2.0/app-readme.md similarity index 100% rename from stable/openspeedtest/8.1.0/app-readme.md rename to stable/openspeedtest/8.2.0/app-readme.md diff --git a/stable/openspeedtest/8.2.0/charts/common-18.1.2.tgz b/stable/openspeedtest/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/openspeedtest/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/openspeedtest/8.1.0/ix_values.yaml b/stable/openspeedtest/8.2.0/ix_values.yaml similarity index 100% rename from stable/openspeedtest/8.1.0/ix_values.yaml rename to stable/openspeedtest/8.2.0/ix_values.yaml diff --git a/stable/openspeedtest/8.1.0/questions.yaml b/stable/openspeedtest/8.2.0/questions.yaml similarity index 100% rename from stable/openspeedtest/8.1.0/questions.yaml rename to stable/openspeedtest/8.2.0/questions.yaml diff --git a/stable/organizr/18.1.0/templates/NOTES.txt b/stable/openspeedtest/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/organizr/18.1.0/templates/NOTES.txt rename to stable/openspeedtest/8.2.0/templates/NOTES.txt diff --git a/stable/organizr/18.1.0/templates/common.yaml b/stable/openspeedtest/8.2.0/templates/common.yaml similarity index 100% rename from stable/organizr/18.1.0/templates/common.yaml rename to stable/openspeedtest/8.2.0/templates/common.yaml diff --git a/stable/openvscode-server/9.1.1/values.yaml b/stable/openspeedtest/8.2.0/values.yaml similarity index 100% rename from stable/openvscode-server/9.1.1/values.yaml rename to stable/openspeedtest/8.2.0/values.yaml diff --git a/stable/openttd/5.1.0/CHANGELOG.md b/stable/openttd/5.1.0/CHANGELOG.md deleted file mode 100644 index 406c2da959c..00000000000 --- a/stable/openttd/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/openttd/5.1.0/Chart.yaml b/stable/openttd/5.1.0/Chart.yaml deleted file mode 100644 index 1eb277fba9d..00000000000 --- a/stable/openttd/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/openttd/5.1.0/charts/common-18.0.1.tgz b/stable/openttd/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/openttd/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/organizr/18.1.0/.helmignore b/stable/openttd/5.2.0/.helmignore similarity index 100% rename from stable/organizr/18.1.0/.helmignore rename to stable/openttd/5.2.0/.helmignore diff --git a/stable/openttd/5.2.0/CHANGELOG.md b/stable/openttd/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..791c713d8e2 --- /dev/null +++ b/stable/openttd/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/openttd/5.2.0/Chart.yaml b/stable/openttd/5.2.0/Chart.yaml new file mode 100644 index 00000000000..a69939f6a00 --- /dev/null +++ b/stable/openttd/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/openttd/5.1.0/README.md b/stable/openttd/5.2.0/README.md similarity index 100% rename from stable/openttd/5.1.0/README.md rename to stable/openttd/5.2.0/README.md diff --git a/stable/openttd/5.1.0/app-readme.md b/stable/openttd/5.2.0/app-readme.md similarity index 100% rename from stable/openttd/5.1.0/app-readme.md rename to stable/openttd/5.2.0/app-readme.md diff --git a/stable/openttd/5.2.0/charts/common-18.1.2.tgz b/stable/openttd/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/openttd/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/openttd/5.1.0/ix_values.yaml b/stable/openttd/5.2.0/ix_values.yaml similarity index 100% rename from stable/openttd/5.1.0/ix_values.yaml rename to stable/openttd/5.2.0/ix_values.yaml diff --git a/stable/openttd/5.1.0/questions.yaml b/stable/openttd/5.2.0/questions.yaml similarity index 100% rename from stable/openttd/5.1.0/questions.yaml rename to stable/openttd/5.2.0/questions.yaml diff --git a/stable/openttd/5.1.0/templates/common.yaml b/stable/openttd/5.2.0/templates/common.yaml similarity index 100% rename from stable/openttd/5.1.0/templates/common.yaml rename to stable/openttd/5.2.0/templates/common.yaml diff --git a/stable/organizr/18.1.0/values.yaml b/stable/openttd/5.2.0/values.yaml similarity index 100% rename from stable/organizr/18.1.0/values.yaml rename to stable/openttd/5.2.0/values.yaml diff --git a/stable/openvscode-server/9.1.1/CHANGELOG.md b/stable/openvscode-server/9.1.1/CHANGELOG.md deleted file mode 100644 index 9599d823beb..00000000000 --- a/stable/openvscode-server/9.1.1/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) - -### Chore \ No newline at end of file diff --git a/stable/openvscode-server/9.1.1/Chart.yaml b/stable/openvscode-server/9.1.1/Chart.yaml deleted file mode 100644 index f0c89b5cdb4..00000000000 --- a/stable/openvscode-server/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: 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.1 diff --git a/stable/openvscode-server/9.1.1/charts/common-18.0.2.tgz b/stable/openvscode-server/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/openvscode-server/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/openvscode-server/9.1.1/ix_values.yaml b/stable/openvscode-server/9.1.1/ix_values.yaml deleted file mode 100644 index a985df942b4..00000000000 --- a/stable/openvscode-server/9.1.1/ix_values.yaml +++ /dev/null @@ -1,29 +0,0 @@ -image: - repository: ghcr.io/linuxserver/openvscode-server - pullPolicy: IfNotPresent - tag: 1.86.2@sha256:fd7307d06adf0883175877853198a9ae8212331c6dd7cbff75b52220e9e1739a -# 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/oscam/13.1.0/.helmignore b/stable/openvscode-server/9.2.0/.helmignore similarity index 100% rename from stable/oscam/13.1.0/.helmignore rename to stable/openvscode-server/9.2.0/.helmignore diff --git a/stable/openvscode-server/9.2.0/CHANGELOG.md b/stable/openvscode-server/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..80080406eb4 --- /dev/null +++ b/stable/openvscode-server/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + +## [openvscode-server-8.2.0](https://github.com/truecharts/charts/compare/openvscode-server-8.1.16...openvscode-server-8.2.0) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/openvscode-server to v1.86.1[@6f501df](https://github.com/6f501df) by renovate ([#18186](https://github.com/truecharts/charts/issues/18186)) + + +## [openvscode-server-8.1.16](https://github.com/truecharts/charts/compare/openvscode-server-8.1.15...openvscode-server-8.1.16) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/openvscode-server to v1.85.2[@1da1d36](https://github.com/1da1d36) by renovate ([#18135](https://github.com/truecharts/charts/issues/18135)) + + +## [openvscode-server-8.1.15](https://github.com/truecharts/charts/compare/openvscode-server-8.1.14...openvscode-server-8.1.15) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/openvscode-server to 1.85.1[@b952c00](https://github.com/b952c00) by renovate ([#17861](https://github.com/truecharts/charts/issues/17861)) + + +## [openvscode-server-8.1.14](https://github.com/truecharts/charts/compare/openvscode-server-8.1.13...openvscode-server-8.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [openvscode-server-8.1.13](https://github.com/truecharts/charts/compare/openvscode-server-8.1.12...openvscode-server-8.1.13) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/openvscode-server to 1.85.1[@c162501](https://github.com/c162501) by renovate ([#17616](https://github.com/truecharts/charts/issues/17616)) + + +## [openvscode-server-8.1.12](https://github.com/truecharts/charts/compare/openvscode-server-8.1.11...openvscode-server-8.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [openvscode-server-8.1.11](https://github.com/truecharts/charts/compare/openvscode-server-8.1.10...openvscode-server-8.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [openvscode-server-8.1.10](https://github.com/truecharts/charts/compare/openvscode-server-8.1.9...openvscode-server-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [openvscode-server-8.1.9](https://github.com/truecharts/charts/compare/openvscode-server-8.1.8...openvscode-server-8.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/openvscode-server/9.2.0/Chart.yaml b/stable/openvscode-server/9.2.0/Chart.yaml new file mode 100644 index 00000000000..f360e27fbe2 --- /dev/null +++ b/stable/openvscode-server/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.86.2 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Openvscode-server provides a version of VS Code that runs a server on a remote machine. +home: https://truecharts.org/charts/stable/openvscode-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openvscode-server.png +keywords: + - openvscode-server +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openvscode-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/openvscode-server + - https://ghcr.io/linuxserver/openvscode-server +type: application +version: 9.2.0 diff --git a/stable/openvscode-server/9.1.1/README.md b/stable/openvscode-server/9.2.0/README.md similarity index 100% rename from stable/openvscode-server/9.1.1/README.md rename to stable/openvscode-server/9.2.0/README.md diff --git a/stable/openvscode-server/9.1.1/app-readme.md b/stable/openvscode-server/9.2.0/app-readme.md similarity index 100% rename from stable/openvscode-server/9.1.1/app-readme.md rename to stable/openvscode-server/9.2.0/app-readme.md diff --git a/stable/openvscode-server/9.2.0/charts/common-18.1.2.tgz b/stable/openvscode-server/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/openvscode-server/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/openvscode-server/9.2.0/ix_values.yaml b/stable/openvscode-server/9.2.0/ix_values.yaml new file mode 100644 index 00000000000..dfff21412ee --- /dev/null +++ b/stable/openvscode-server/9.2.0/ix_values.yaml @@ -0,0 +1,29 @@ +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/openvscode-server/9.1.1/questions.yaml b/stable/openvscode-server/9.2.0/questions.yaml similarity index 100% rename from stable/openvscode-server/9.1.1/questions.yaml rename to stable/openvscode-server/9.2.0/questions.yaml diff --git a/stable/oscam/13.1.0/templates/NOTES.txt b/stable/openvscode-server/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/oscam/13.1.0/templates/NOTES.txt rename to stable/openvscode-server/9.2.0/templates/NOTES.txt diff --git a/stable/oscam/13.1.0/templates/common.yaml b/stable/openvscode-server/9.2.0/templates/common.yaml similarity index 100% rename from stable/oscam/13.1.0/templates/common.yaml rename to stable/openvscode-server/9.2.0/templates/common.yaml diff --git a/stable/oscam/13.1.0/values.yaml b/stable/openvscode-server/9.2.0/values.yaml similarity index 100% rename from stable/oscam/13.1.0/values.yaml rename to stable/openvscode-server/9.2.0/values.yaml diff --git a/stable/organizr/18.1.0/CHANGELOG.md b/stable/organizr/18.1.0/CHANGELOG.md deleted file mode 100644 index e5d09ae99d2..00000000000 --- a/stable/organizr/18.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/organizr/18.1.0/Chart.yaml b/stable/organizr/18.1.0/Chart.yaml deleted file mode 100644 index 9ee2e4be117..00000000000 --- a/stable/organizr/18.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: organizers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/organizr/18.1.0/charts/common-18.0.1.tgz b/stable/organizr/18.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/organizr/18.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/outline/12.1.1/.helmignore b/stable/organizr/18.2.0/.helmignore similarity index 100% rename from stable/outline/12.1.1/.helmignore rename to stable/organizr/18.2.0/.helmignore diff --git a/stable/organizr/18.2.0/CHANGELOG.md b/stable/organizr/18.2.0/CHANGELOG.md new file mode 100644 index 00000000000..cef9ec5d226 --- /dev/null +++ b/stable/organizr/18.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/organizr/18.2.0/Chart.yaml b/stable/organizr/18.2.0/Chart.yaml new file mode 100644 index 00000000000..5ca87513573 --- /dev/null +++ b/stable/organizr/18.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: organizers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/organizr/18.1.0/README.md b/stable/organizr/18.2.0/README.md similarity index 100% rename from stable/organizr/18.1.0/README.md rename to stable/organizr/18.2.0/README.md diff --git a/stable/organizr/18.1.0/app-readme.md b/stable/organizr/18.2.0/app-readme.md similarity index 100% rename from stable/organizr/18.1.0/app-readme.md rename to stable/organizr/18.2.0/app-readme.md diff --git a/stable/organizr/18.2.0/charts/common-18.1.2.tgz b/stable/organizr/18.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/organizr/18.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/organizr/18.1.0/ix_values.yaml b/stable/organizr/18.2.0/ix_values.yaml similarity index 100% rename from stable/organizr/18.1.0/ix_values.yaml rename to stable/organizr/18.2.0/ix_values.yaml diff --git a/stable/organizr/18.1.0/questions.yaml b/stable/organizr/18.2.0/questions.yaml similarity index 100% rename from stable/organizr/18.1.0/questions.yaml rename to stable/organizr/18.2.0/questions.yaml diff --git a/stable/outline/12.1.1/templates/NOTES.txt b/stable/organizr/18.2.0/templates/NOTES.txt similarity index 100% rename from stable/outline/12.1.1/templates/NOTES.txt rename to stable/organizr/18.2.0/templates/NOTES.txt diff --git a/stable/overseerr/13.1.0/templates/common.yaml b/stable/organizr/18.2.0/templates/common.yaml similarity index 100% rename from stable/overseerr/13.1.0/templates/common.yaml rename to stable/organizr/18.2.0/templates/common.yaml diff --git a/stable/outline/12.1.1/values.yaml b/stable/organizr/18.2.0/values.yaml similarity index 100% rename from stable/outline/12.1.1/values.yaml rename to stable/organizr/18.2.0/values.yaml diff --git a/stable/oscam/13.1.0/CHANGELOG.md b/stable/oscam/13.1.0/CHANGELOG.md deleted file mode 100644 index 4d406625b70..00000000000 --- a/stable/oscam/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/oscam/13.1.0/Chart.yaml b/stable/oscam/13.1.0/Chart.yaml deleted file mode 100644 index 93c1ecfb06c..00000000000 --- a/stable/oscam/13.1.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: 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.1 - 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.0 diff --git a/stable/oscam/13.1.0/charts/common-18.0.1.tgz b/stable/oscam/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/oscam/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/overseerr/13.1.0/.helmignore b/stable/oscam/13.2.0/.helmignore similarity index 100% rename from stable/overseerr/13.1.0/.helmignore rename to stable/oscam/13.2.0/.helmignore diff --git a/stable/oscam/13.2.0/CHANGELOG.md b/stable/oscam/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..78634393fcd --- /dev/null +++ b/stable/oscam/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/oscam/13.2.0/Chart.yaml b/stable/oscam/13.2.0/Chart.yaml new file mode 100644 index 00000000000..a8dcccd6e0f --- /dev/null +++ b/stable/oscam/13.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: DIY + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 11719.0.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/oscam/13.1.0/README.md b/stable/oscam/13.2.0/README.md similarity index 100% rename from stable/oscam/13.1.0/README.md rename to stable/oscam/13.2.0/README.md diff --git a/stable/oscam/13.1.0/app-readme.md b/stable/oscam/13.2.0/app-readme.md similarity index 100% rename from stable/oscam/13.1.0/app-readme.md rename to stable/oscam/13.2.0/app-readme.md diff --git a/stable/oscam/13.2.0/charts/common-18.1.2.tgz b/stable/oscam/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/oscam/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/oscam/13.1.0/ix_values.yaml b/stable/oscam/13.2.0/ix_values.yaml similarity index 100% rename from stable/oscam/13.1.0/ix_values.yaml rename to stable/oscam/13.2.0/ix_values.yaml diff --git a/stable/oscam/13.1.0/questions.yaml b/stable/oscam/13.2.0/questions.yaml similarity index 100% rename from stable/oscam/13.1.0/questions.yaml rename to stable/oscam/13.2.0/questions.yaml diff --git a/stable/overseerr/13.1.0/templates/NOTES.txt b/stable/oscam/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/overseerr/13.1.0/templates/NOTES.txt rename to stable/oscam/13.2.0/templates/NOTES.txt diff --git a/stable/owncast/13.1.0/templates/common.yaml b/stable/oscam/13.2.0/templates/common.yaml similarity index 100% rename from stable/owncast/13.1.0/templates/common.yaml rename to stable/oscam/13.2.0/templates/common.yaml diff --git a/stable/overseerr/13.1.0/values.yaml b/stable/oscam/13.2.0/values.yaml similarity index 100% rename from stable/overseerr/13.1.0/values.yaml rename to stable/oscam/13.2.0/values.yaml diff --git a/stable/outline/12.1.1/CHANGELOG.md b/stable/outline/12.1.1/CHANGELOG.md deleted file mode 100644 index 8879b3ef62a..00000000000 --- a/stable/outline/12.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/outline/12.1.1/Chart.yaml b/stable/outline/12.1.1/Chart.yaml deleted file mode 100644 index 688f27df3c7..00000000000 --- a/stable/outline/12.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: 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.1 - 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.1 diff --git a/stable/outline/12.1.1/charts/common-18.0.1.tgz b/stable/outline/12.1.1/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/outline/12.1.1/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/owi2plex/5.1.0/.helmignore b/stable/outline/12.2.0/.helmignore similarity index 100% rename from stable/owi2plex/5.1.0/.helmignore rename to stable/outline/12.2.0/.helmignore diff --git a/stable/outline/12.2.0/CHANGELOG.md b/stable/outline/12.2.0/CHANGELOG.md new file mode 100644 index 00000000000..302f97c2c03 --- /dev/null +++ b/stable/outline/12.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + +## [outline-11.1.15](https://github.com/truecharts/charts/compare/outline-11.1.14...outline-11.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [outline-11.1.14](https://github.com/truecharts/charts/compare/outline-11.1.13...outline-11.1.14) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [outline-11.1.13](https://github.com/truecharts/charts/compare/outline-11.1.12...outline-11.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [outline-11.1.12](https://github.com/truecharts/charts/compare/outline-11.1.11...outline-11.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [outline-11.1.11](https://github.com/truecharts/charts/compare/outline-11.1.10...outline-11.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [outline-11.1.10](https://github.com/truecharts/charts/compare/outline-11.1.9...outline-11.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [outline-11.1.9](https://github.com/truecharts/charts/compare/outline-11.1.8...outline-11.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [outline-11.1.8](https://github.com/truecharts/charts/compare/outline-11.1.7...outline-11.1.8) (2024-01-02) + +### Chore + + + +- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) diff --git a/stable/outline/12.2.0/Chart.yaml b/stable/outline/12.2.0/Chart.yaml new file mode 100644 index 00000000000..bdaa1a181dd --- /dev/null +++ b/stable/outline/12.2.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.75.2 +dependencies: + - name: common + version: 18.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 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.0 diff --git a/stable/outline/12.1.1/README.md b/stable/outline/12.2.0/README.md similarity index 100% rename from stable/outline/12.1.1/README.md rename to stable/outline/12.2.0/README.md diff --git a/stable/outline/12.1.1/app-readme.md b/stable/outline/12.2.0/app-readme.md similarity index 100% rename from stable/outline/12.1.1/app-readme.md rename to stable/outline/12.2.0/app-readme.md diff --git a/stable/outline/12.2.0/charts/common-18.1.2.tgz b/stable/outline/12.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/outline/12.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/outline/12.1.1/charts/redis-11.2.1.tgz b/stable/outline/12.2.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/outline/12.1.1/charts/redis-11.2.1.tgz rename to stable/outline/12.2.0/charts/redis-11.2.1.tgz diff --git a/stable/outline/12.1.1/ix_values.yaml b/stable/outline/12.2.0/ix_values.yaml similarity index 100% rename from stable/outline/12.1.1/ix_values.yaml rename to stable/outline/12.2.0/ix_values.yaml diff --git a/stable/outline/12.1.1/questions.yaml b/stable/outline/12.2.0/questions.yaml similarity index 100% rename from stable/outline/12.1.1/questions.yaml rename to stable/outline/12.2.0/questions.yaml diff --git a/stable/owncast/13.1.0/templates/NOTES.txt b/stable/outline/12.2.0/templates/NOTES.txt similarity index 100% rename from stable/owncast/13.1.0/templates/NOTES.txt rename to stable/outline/12.2.0/templates/NOTES.txt diff --git a/stable/outline/12.1.1/templates/_secrets.tpl b/stable/outline/12.2.0/templates/_secrets.tpl similarity index 100% rename from stable/outline/12.1.1/templates/_secrets.tpl rename to stable/outline/12.2.0/templates/_secrets.tpl diff --git a/stable/outline/12.1.1/templates/common.yaml b/stable/outline/12.2.0/templates/common.yaml similarity index 100% rename from stable/outline/12.1.1/templates/common.yaml rename to stable/outline/12.2.0/templates/common.yaml diff --git a/stable/owi2plex/5.1.0/values.yaml b/stable/outline/12.2.0/values.yaml similarity index 100% rename from stable/owi2plex/5.1.0/values.yaml rename to stable/outline/12.2.0/values.yaml diff --git a/stable/overseerr/13.1.0/CHANGELOG.md b/stable/overseerr/13.1.0/CHANGELOG.md deleted file mode 100644 index 623edd92d29..00000000000 --- a/stable/overseerr/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/overseerr/13.1.0/Chart.yaml b/stable/overseerr/13.1.0/Chart.yaml deleted file mode 100644 index b7814ceddf9..00000000000 --- a/stable/overseerr/13.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: 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.1 - 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.0 diff --git a/stable/overseerr/13.1.0/charts/common-18.0.1.tgz b/stable/overseerr/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/overseerr/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/owncast/13.1.0/.helmignore b/stable/overseerr/13.2.0/.helmignore similarity index 100% rename from stable/owncast/13.1.0/.helmignore rename to stable/overseerr/13.2.0/.helmignore diff --git a/stable/overseerr/13.2.0/CHANGELOG.md b/stable/overseerr/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..7ed31f24d65 --- /dev/null +++ b/stable/overseerr/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/overseerr/13.2.0/Chart.yaml b/stable/overseerr/13.2.0/Chart.yaml new file mode 100644 index 00000000000..fbc6df907b2 --- /dev/null +++ b/stable/overseerr/13.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.33.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/overseerr/13.1.0/README.md b/stable/overseerr/13.2.0/README.md similarity index 100% rename from stable/overseerr/13.1.0/README.md rename to stable/overseerr/13.2.0/README.md diff --git a/stable/overseerr/13.1.0/app-readme.md b/stable/overseerr/13.2.0/app-readme.md similarity index 100% rename from stable/overseerr/13.1.0/app-readme.md rename to stable/overseerr/13.2.0/app-readme.md diff --git a/stable/overseerr/13.2.0/charts/common-18.1.2.tgz b/stable/overseerr/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/overseerr/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/overseerr/13.1.0/ix_values.yaml b/stable/overseerr/13.2.0/ix_values.yaml similarity index 100% rename from stable/overseerr/13.1.0/ix_values.yaml rename to stable/overseerr/13.2.0/ix_values.yaml diff --git a/stable/overseerr/13.1.0/questions.yaml b/stable/overseerr/13.2.0/questions.yaml similarity index 100% rename from stable/overseerr/13.1.0/questions.yaml rename to stable/overseerr/13.2.0/questions.yaml diff --git a/stable/palworld/2.1.1/templates/NOTES.txt b/stable/overseerr/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/palworld/2.1.1/templates/NOTES.txt rename to stable/overseerr/13.2.0/templates/NOTES.txt diff --git a/stable/pastey/6.1.0/templates/common.yaml b/stable/overseerr/13.2.0/templates/common.yaml similarity index 100% rename from stable/pastey/6.1.0/templates/common.yaml rename to stable/overseerr/13.2.0/templates/common.yaml diff --git a/stable/owncast/13.1.0/values.yaml b/stable/overseerr/13.2.0/values.yaml similarity index 100% rename from stable/owncast/13.1.0/values.yaml rename to stable/overseerr/13.2.0/values.yaml diff --git a/stable/owi2plex/5.1.0/CHANGELOG.md b/stable/owi2plex/5.1.0/CHANGELOG.md deleted file mode 100644 index b513a0cf711..00000000000 --- a/stable/owi2plex/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/owi2plex/5.1.0/Chart.yaml b/stable/owi2plex/5.1.0/Chart.yaml deleted file mode 100644 index dc26c44b246..00000000000 --- a/stable/owi2plex/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/owi2plex/5.1.0/charts/common-18.0.1.tgz b/stable/owi2plex/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/owi2plex/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/palworld/2.1.1/.helmignore b/stable/owi2plex/5.2.0/.helmignore similarity index 100% rename from stable/palworld/2.1.1/.helmignore rename to stable/owi2plex/5.2.0/.helmignore diff --git a/stable/owi2plex/5.2.0/CHANGELOG.md b/stable/owi2plex/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c6ccc459989 --- /dev/null +++ b/stable/owi2plex/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/owi2plex/5.2.0/Chart.yaml b/stable/owi2plex/5.2.0/Chart.yaml new file mode 100644 index 00000000000..2c8113e873a --- /dev/null +++ b/stable/owi2plex/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/owi2plex/5.1.0/README.md b/stable/owi2plex/5.2.0/README.md similarity index 100% rename from stable/owi2plex/5.1.0/README.md rename to stable/owi2plex/5.2.0/README.md diff --git a/stable/owi2plex/5.1.0/app-readme.md b/stable/owi2plex/5.2.0/app-readme.md similarity index 100% rename from stable/owi2plex/5.1.0/app-readme.md rename to stable/owi2plex/5.2.0/app-readme.md diff --git a/stable/owi2plex/5.2.0/charts/common-18.1.2.tgz b/stable/owi2plex/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/owi2plex/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/owi2plex/5.1.0/ix_values.yaml b/stable/owi2plex/5.2.0/ix_values.yaml similarity index 100% rename from stable/owi2plex/5.1.0/ix_values.yaml rename to stable/owi2plex/5.2.0/ix_values.yaml diff --git a/stable/owi2plex/5.1.0/questions.yaml b/stable/owi2plex/5.2.0/questions.yaml similarity index 100% rename from stable/owi2plex/5.1.0/questions.yaml rename to stable/owi2plex/5.2.0/questions.yaml diff --git a/stable/owi2plex/5.1.0/templates/common.yaml b/stable/owi2plex/5.2.0/templates/common.yaml similarity index 100% rename from stable/owi2plex/5.1.0/templates/common.yaml rename to stable/owi2plex/5.2.0/templates/common.yaml diff --git a/stable/palworld/2.1.1/values.yaml b/stable/owi2plex/5.2.0/values.yaml similarity index 100% rename from stable/palworld/2.1.1/values.yaml rename to stable/owi2plex/5.2.0/values.yaml diff --git a/stable/owncast/13.1.0/CHANGELOG.md b/stable/owncast/13.1.0/CHANGELOG.md deleted file mode 100644 index 04748a1574a..00000000000 --- a/stable/owncast/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/owncast/13.1.0/Chart.yaml b/stable/owncast/13.1.0/Chart.yaml deleted file mode 100644 index 0a6f8999122..00000000000 --- a/stable/owncast/13.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.1.2 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/owncast/13.1.0/charts/common-18.0.1.tgz b/stable/owncast/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/owncast/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/paperless-ngx/7.1.1/.helmignore b/stable/owncast/13.2.0/.helmignore similarity index 100% rename from stable/paperless-ngx/7.1.1/.helmignore rename to stable/owncast/13.2.0/.helmignore diff --git a/stable/owncast/13.2.0/CHANGELOG.md b/stable/owncast/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..dd0f57877a2 --- /dev/null +++ b/stable/owncast/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/owncast/13.2.0/Chart.yaml b/stable/owncast/13.2.0/Chart.yaml new file mode 100644 index 00000000000..f63c442783a --- /dev/null +++ b/stable/owncast/13.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.1.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/owncast/13.1.0/README.md b/stable/owncast/13.2.0/README.md similarity index 100% rename from stable/owncast/13.1.0/README.md rename to stable/owncast/13.2.0/README.md diff --git a/stable/owncast/13.1.0/app-readme.md b/stable/owncast/13.2.0/app-readme.md similarity index 100% rename from stable/owncast/13.1.0/app-readme.md rename to stable/owncast/13.2.0/app-readme.md diff --git a/stable/owncast/13.2.0/charts/common-18.1.2.tgz b/stable/owncast/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/owncast/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/owncast/13.1.0/ix_values.yaml b/stable/owncast/13.2.0/ix_values.yaml similarity index 100% rename from stable/owncast/13.1.0/ix_values.yaml rename to stable/owncast/13.2.0/ix_values.yaml diff --git a/stable/owncast/13.1.0/questions.yaml b/stable/owncast/13.2.0/questions.yaml similarity index 100% rename from stable/owncast/13.1.0/questions.yaml rename to stable/owncast/13.2.0/questions.yaml diff --git a/stable/paperless-ngx/7.1.1/templates/NOTES.txt b/stable/owncast/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/paperless-ngx/7.1.1/templates/NOTES.txt rename to stable/owncast/13.2.0/templates/NOTES.txt diff --git a/stable/pgadmin/15.1.0/templates/common.yaml b/stable/owncast/13.2.0/templates/common.yaml similarity index 100% rename from stable/pgadmin/15.1.0/templates/common.yaml rename to stable/owncast/13.2.0/templates/common.yaml diff --git a/stable/paperless-ngx/7.1.1/values.yaml b/stable/owncast/13.2.0/values.yaml similarity index 100% rename from stable/paperless-ngx/7.1.1/values.yaml rename to stable/owncast/13.2.0/values.yaml diff --git a/stable/palworld/2.1.1/CHANGELOG.md b/stable/palworld/2.1.1/CHANGELOG.md deleted file mode 100644 index f254b57e305..00000000000 --- a/stable/palworld/2.1.1/CHANGELOG.md +++ /dev/null @@ -1,38 +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.1/Chart.yaml b/stable/palworld/2.1.1/Chart.yaml deleted file mode 100644 index 0fc08485d31..00000000000 --- a/stable/palworld/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: 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.1 diff --git a/stable/palworld/2.1.1/charts/common-18.0.2.tgz b/stable/palworld/2.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/palworld/2.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/palworld/2.1.1/ix_values.yaml b/stable/palworld/2.1.1/ix_values.yaml deleted file mode 100644 index 3771296d9fc..00000000000 --- a/stable/palworld/2.1.1/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.1/questions.yaml b/stable/palworld/2.1.1/questions.yaml deleted file mode 100755 index db1ba551d35..00000000000 --- a/stable/palworld/2.1.1/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/papermerge/12.1.0/.helmignore b/stable/palworld/2.2.0/.helmignore similarity index 100% rename from stable/papermerge/12.1.0/.helmignore rename to stable/palworld/2.2.0/.helmignore diff --git a/stable/palworld/2.2.0/CHANGELOG.md b/stable/palworld/2.2.0/CHANGELOG.md new file mode 100644 index 00000000000..be3d512b2c5 --- /dev/null +++ b/stable/palworld/2.2.0/CHANGELOG.md @@ -0,0 +1,42 @@ +--- +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.2.0/Chart.yaml b/stable/palworld/2.2.0/Chart.yaml new file mode 100644 index 00000000000..aaa4d25876a --- /dev/null +++ b/stable/palworld/2.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: palworld +dependencies: + - name: common + version: 18.1.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://ghcr.io/ich777/steamcmd + - https://hub.docker.com/r/outdead/rcon +type: application +version: 2.2.0 diff --git a/stable/palworld/2.1.1/README.md b/stable/palworld/2.2.0/README.md similarity index 100% rename from stable/palworld/2.1.1/README.md rename to stable/palworld/2.2.0/README.md diff --git a/stable/palworld/2.1.1/app-readme.md b/stable/palworld/2.2.0/app-readme.md similarity index 100% rename from stable/palworld/2.1.1/app-readme.md rename to stable/palworld/2.2.0/app-readme.md diff --git a/stable/palworld/2.2.0/charts/common-18.1.2.tgz b/stable/palworld/2.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/palworld/2.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/palworld/2.2.0/ix_values.yaml b/stable/palworld/2.2.0/ix_values.yaml new file mode 100644 index 00000000000..3ddc14cb64f --- /dev/null +++ b/stable/palworld/2.2.0/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.0/questions.yaml b/stable/palworld/2.2.0/questions.yaml new file mode 100755 index 00000000000..0a7fe453aac --- /dev/null +++ b/stable/palworld/2.2.0/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/papermerge/12.1.0/templates/NOTES.txt b/stable/palworld/2.2.0/templates/NOTES.txt similarity index 100% rename from stable/papermerge/12.1.0/templates/NOTES.txt rename to stable/palworld/2.2.0/templates/NOTES.txt diff --git a/stable/palworld/2.1.1/templates/_configmap.tpl b/stable/palworld/2.2.0/templates/_configmap.tpl similarity index 100% rename from stable/palworld/2.1.1/templates/_configmap.tpl rename to stable/palworld/2.2.0/templates/_configmap.tpl diff --git a/stable/palworld/2.1.1/templates/common.yaml b/stable/palworld/2.2.0/templates/common.yaml similarity index 100% rename from stable/palworld/2.1.1/templates/common.yaml rename to stable/palworld/2.2.0/templates/common.yaml diff --git a/stable/papermerge/12.1.0/values.yaml b/stable/palworld/2.2.0/values.yaml similarity index 100% rename from stable/papermerge/12.1.0/values.yaml rename to stable/palworld/2.2.0/values.yaml diff --git a/stable/paperless-ngx/7.1.1/CHANGELOG.md b/stable/paperless-ngx/7.1.1/CHANGELOG.md deleted file mode 100644 index 74dd4d24cb9..00000000000 --- a/stable/paperless-ngx/7.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - -## [paperless-ngx-6.5.0](https://github.com/truecharts/charts/compare/paperless-ngx-6.4.8...paperless-ngx-6.5.0) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.5.0[@3bebeb2](https://github.com/3bebeb2) by renovate ([#18188](https://github.com/truecharts/charts/issues/18188)) - - -## [paperless-ngx-6.4.8](https://github.com/truecharts/charts/compare/paperless-ngx-6.4.7...paperless-ngx-6.4.8) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [paperless-ngx-6.4.7](https://github.com/truecharts/charts/compare/paperless-ngx-6.4.6...paperless-ngx-6.4.7) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.4.3[@839cabc](https://github.com/839cabc) by renovate ([#17676](https://github.com/truecharts/charts/issues/17676)) - - -## [paperless-ngx-6.4.6](https://github.com/truecharts/charts/compare/paperless-ngx-6.4.5...paperless-ngx-6.4.6) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [paperless-ngx-6.4.5](https://github.com/truecharts/charts/compare/paperless-ngx-6.4.4...paperless-ngx-6.4.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [paperless-ngx-6.4.4](https://github.com/truecharts/charts/compare/paperless-ngx-6.4.3...paperless-ngx-6.4.4) (2024-01-26) - -### Chore - - - -- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.4.2[@d632fac](https://github.com/d632fac) by renovate ([#17549](https://github.com/truecharts/charts/issues/17549)) - - -## [paperless-ngx-6.4.3](https://github.com/truecharts/charts/compare/paperless-ngx-6.4.2...paperless-ngx-6.4.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [paperless-ngx-6.4.2](https://github.com/truecharts/charts/compare/paperless-ngx-6.4.1...paperless-ngx-6.4.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [paperless-ngx-6.4.1](https://github.com/truecharts/charts/compare/paperless-ngx-6.4.0...paperless-ngx-6.4.1) (2024-01-21) diff --git a/stable/paperless-ngx/7.1.1/Chart.yaml b/stable/paperless-ngx/7.1.1/Chart.yaml deleted file mode 100644 index 721a3de3fc4..00000000000 --- a/stable/paperless-ngx/7.1.1/Chart.yaml +++ /dev/null @@ -1,47 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 diff --git a/stable/paperless-ngx/7.1.1/charts/common-18.0.2.tgz b/stable/paperless-ngx/7.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/paperless-ngx/7.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/paperless-ngx/7.1.1/ix_values.yaml b/stable/paperless-ngx/7.1.1/ix_values.yaml deleted file mode 100644 index dd65cacc989..00000000000 --- a/stable/paperless-ngx/7.1.1/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/passwordpusherephemeral/5.1.0/.helmignore b/stable/paperless-ngx/7.2.0/.helmignore similarity index 100% rename from stable/passwordpusherephemeral/5.1.0/.helmignore rename to stable/paperless-ngx/7.2.0/.helmignore diff --git a/stable/paperless-ngx/7.2.0/CHANGELOG.md b/stable/paperless-ngx/7.2.0/CHANGELOG.md new file mode 100644 index 00000000000..289599a28f0 --- /dev/null +++ b/stable/paperless-ngx/7.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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)) \ No newline at end of file diff --git a/stable/paperless-ngx/7.2.0/Chart.yaml b/stable/paperless-ngx/7.2.0/Chart.yaml new file mode 100644 index 00000000000..23126234237 --- /dev/null +++ b/stable/paperless-ngx/7.2.0/Chart.yaml @@ -0,0 +1,47 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.4 +dependencies: + - name: common + version: 18.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: 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.0 diff --git a/stable/paperless-ngx/7.1.1/README.md b/stable/paperless-ngx/7.2.0/README.md similarity index 100% rename from stable/paperless-ngx/7.1.1/README.md rename to stable/paperless-ngx/7.2.0/README.md diff --git a/stable/paperless-ngx/7.1.1/app-readme.md b/stable/paperless-ngx/7.2.0/app-readme.md similarity index 100% rename from stable/paperless-ngx/7.1.1/app-readme.md rename to stable/paperless-ngx/7.2.0/app-readme.md diff --git a/stable/paperless-ngx/7.2.0/charts/common-18.1.2.tgz b/stable/paperless-ngx/7.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/paperless-ngx/7.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/paperless-ngx/7.1.1/charts/redis-11.2.1.tgz b/stable/paperless-ngx/7.2.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/paperless-ngx/7.1.1/charts/redis-11.2.1.tgz rename to stable/paperless-ngx/7.2.0/charts/redis-11.2.1.tgz diff --git a/stable/paperless-ngx/7.2.0/ix_values.yaml b/stable/paperless-ngx/7.2.0/ix_values.yaml new file mode 100644 index 00000000000..f86046643e4 --- /dev/null +++ b/stable/paperless-ngx/7.2.0/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.1/questions.yaml b/stable/paperless-ngx/7.2.0/questions.yaml similarity index 100% rename from stable/paperless-ngx/7.1.1/questions.yaml rename to stable/paperless-ngx/7.2.0/questions.yaml diff --git a/stable/pasta/8.1.0/templates/NOTES.txt b/stable/paperless-ngx/7.2.0/templates/NOTES.txt similarity index 100% rename from stable/pasta/8.1.0/templates/NOTES.txt rename to stable/paperless-ngx/7.2.0/templates/NOTES.txt diff --git a/stable/paperless-ngx/7.1.1/templates/_secrets.tpl b/stable/paperless-ngx/7.2.0/templates/_secrets.tpl similarity index 100% rename from stable/paperless-ngx/7.1.1/templates/_secrets.tpl rename to stable/paperless-ngx/7.2.0/templates/_secrets.tpl diff --git a/stable/paperless-ngx/7.1.1/templates/common.yaml b/stable/paperless-ngx/7.2.0/templates/common.yaml similarity index 100% rename from stable/paperless-ngx/7.1.1/templates/common.yaml rename to stable/paperless-ngx/7.2.0/templates/common.yaml diff --git a/stable/passwordpusherephemeral/5.1.0/values.yaml b/stable/paperless-ngx/7.2.0/values.yaml similarity index 100% rename from stable/passwordpusherephemeral/5.1.0/values.yaml rename to stable/paperless-ngx/7.2.0/values.yaml diff --git a/stable/papermerge/12.1.0/CHANGELOG.md b/stable/papermerge/12.1.0/CHANGELOG.md deleted file mode 100644 index 8ff695f5472..00000000000 --- a/stable/papermerge/12.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [papermerge-11.1.15](https://github.com/truecharts/charts/compare/papermerge-11.1.14...papermerge-11.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [papermerge-11.1.14](https://github.com/truecharts/charts/compare/papermerge-11.1.13...papermerge-11.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [papermerge-11.1.13](https://github.com/truecharts/charts/compare/papermerge-11.1.12...papermerge-11.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [papermerge-11.1.12](https://github.com/truecharts/charts/compare/papermerge-11.1.11...papermerge-11.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [papermerge-11.1.11](https://github.com/truecharts/charts/compare/papermerge-11.1.10...papermerge-11.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [papermerge-11.1.10](https://github.com/truecharts/charts/compare/papermerge-11.1.9...papermerge-11.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [papermerge-11.1.9](https://github.com/truecharts/charts/compare/papermerge-11.1.8...papermerge-11.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [papermerge-11.1.8](https://github.com/truecharts/charts/compare/papermerge-11.1.7...papermerge-11.1.8) (2024-01-02) - -### Chore - - - -- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) - - -## [papermerge-11.1.7](https://github.com/truecharts/charts/compare/papermerge-11.1.6...papermerge-11.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs diff --git a/stable/papermerge/12.1.0/Chart.yaml b/stable/papermerge/12.1.0/Chart.yaml deleted file mode 100644 index 84f869126a8..00000000000 --- a/stable/papermerge/12.1.0/Chart.yaml +++ /dev/null @@ -1,43 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/papermerge/12.1.0/charts/common-18.0.1.tgz b/stable/papermerge/12.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/papermerge/12.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/pasta/8.1.0/.helmignore b/stable/papermerge/12.2.0/.helmignore similarity index 100% rename from stable/pasta/8.1.0/.helmignore rename to stable/papermerge/12.2.0/.helmignore diff --git a/stable/papermerge/12.2.0/CHANGELOG.md b/stable/papermerge/12.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5f23ca7087a --- /dev/null +++ b/stable/papermerge/12.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + +## [papermerge-11.1.15](https://github.com/truecharts/charts/compare/papermerge-11.1.14...papermerge-11.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [papermerge-11.1.14](https://github.com/truecharts/charts/compare/papermerge-11.1.13...papermerge-11.1.14) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [papermerge-11.1.13](https://github.com/truecharts/charts/compare/papermerge-11.1.12...papermerge-11.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [papermerge-11.1.12](https://github.com/truecharts/charts/compare/papermerge-11.1.11...papermerge-11.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [papermerge-11.1.11](https://github.com/truecharts/charts/compare/papermerge-11.1.10...papermerge-11.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [papermerge-11.1.10](https://github.com/truecharts/charts/compare/papermerge-11.1.9...papermerge-11.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [papermerge-11.1.9](https://github.com/truecharts/charts/compare/papermerge-11.1.8...papermerge-11.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [papermerge-11.1.8](https://github.com/truecharts/charts/compare/papermerge-11.1.7...papermerge-11.1.8) (2024-01-02) + +### Chore + + + +- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) + + +## [papermerge-11.1.7](https://github.com/truecharts/charts/compare/papermerge-11.1.6...papermerge-11.1.7) (2024-01-02) + +### Chore diff --git a/stable/papermerge/12.2.0/Chart.yaml b/stable/papermerge/12.2.0/Chart.yaml new file mode 100644 index 00000000000..8fc320786cf --- /dev/null +++ b/stable/papermerge/12.2.0/Chart.yaml @@ -0,0 +1,43 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.9 +dependencies: + - name: common + version: 18.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: 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.0 diff --git a/stable/papermerge/12.1.0/README.md b/stable/papermerge/12.2.0/README.md similarity index 100% rename from stable/papermerge/12.1.0/README.md rename to stable/papermerge/12.2.0/README.md diff --git a/stable/papermerge/12.1.0/app-readme.md b/stable/papermerge/12.2.0/app-readme.md similarity index 100% rename from stable/papermerge/12.1.0/app-readme.md rename to stable/papermerge/12.2.0/app-readme.md diff --git a/stable/papermerge/12.2.0/charts/common-18.1.2.tgz b/stable/papermerge/12.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/papermerge/12.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/papermerge/12.1.0/charts/redis-11.2.1.tgz b/stable/papermerge/12.2.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/papermerge/12.1.0/charts/redis-11.2.1.tgz rename to stable/papermerge/12.2.0/charts/redis-11.2.1.tgz diff --git a/stable/papermerge/12.1.0/ix_values.yaml b/stable/papermerge/12.2.0/ix_values.yaml similarity index 100% rename from stable/papermerge/12.1.0/ix_values.yaml rename to stable/papermerge/12.2.0/ix_values.yaml diff --git a/stable/papermerge/12.1.0/questions.yaml b/stable/papermerge/12.2.0/questions.yaml similarity index 100% rename from stable/papermerge/12.1.0/questions.yaml rename to stable/papermerge/12.2.0/questions.yaml diff --git a/stable/pastey/6.1.0/templates/NOTES.txt b/stable/papermerge/12.2.0/templates/NOTES.txt similarity index 100% rename from stable/pastey/6.1.0/templates/NOTES.txt rename to stable/papermerge/12.2.0/templates/NOTES.txt diff --git a/stable/papermerge/12.1.0/templates/_secrets.tpl b/stable/papermerge/12.2.0/templates/_secrets.tpl similarity index 100% rename from stable/papermerge/12.1.0/templates/_secrets.tpl rename to stable/papermerge/12.2.0/templates/_secrets.tpl diff --git a/stable/papermerge/12.1.0/templates/common.yaml b/stable/papermerge/12.2.0/templates/common.yaml similarity index 100% rename from stable/papermerge/12.1.0/templates/common.yaml rename to stable/papermerge/12.2.0/templates/common.yaml diff --git a/stable/pasta/8.1.0/values.yaml b/stable/papermerge/12.2.0/values.yaml similarity index 100% rename from stable/pasta/8.1.0/values.yaml rename to stable/papermerge/12.2.0/values.yaml diff --git a/stable/passwordpusherephemeral/5.1.0/CHANGELOG.md b/stable/passwordpusherephemeral/5.1.0/CHANGELOG.md deleted file mode 100644 index a3564a7eb75..00000000000 --- a/stable/passwordpusherephemeral/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/passwordpusherephemeral/5.1.0/Chart.yaml b/stable/passwordpusherephemeral/5.1.0/Chart.yaml deleted file mode 100644 index 13713291ab4..00000000000 --- a/stable/passwordpusherephemeral/5.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: 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.1 - 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.0 diff --git a/stable/passwordpusherephemeral/5.1.0/charts/common-18.0.1.tgz b/stable/passwordpusherephemeral/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/passwordpusherephemeral/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/pastey/6.1.0/.helmignore b/stable/passwordpusherephemeral/5.2.0/.helmignore similarity index 100% rename from stable/pastey/6.1.0/.helmignore rename to stable/passwordpusherephemeral/5.2.0/.helmignore diff --git a/stable/passwordpusherephemeral/5.2.0/CHANGELOG.md b/stable/passwordpusherephemeral/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..9e6b12689ff --- /dev/null +++ b/stable/passwordpusherephemeral/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/passwordpusherephemeral/5.2.0/Chart.yaml b/stable/passwordpusherephemeral/5.2.0/Chart.yaml new file mode 100644 index 00000000000..c3de1e08a32 --- /dev/null +++ b/stable/passwordpusherephemeral/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/passwordpusherephemeral/5.1.0/README.md b/stable/passwordpusherephemeral/5.2.0/README.md similarity index 100% rename from stable/passwordpusherephemeral/5.1.0/README.md rename to stable/passwordpusherephemeral/5.2.0/README.md diff --git a/stable/passwordpusherephemeral/5.1.0/app-readme.md b/stable/passwordpusherephemeral/5.2.0/app-readme.md similarity index 100% rename from stable/passwordpusherephemeral/5.1.0/app-readme.md rename to stable/passwordpusherephemeral/5.2.0/app-readme.md diff --git a/stable/passwordpusherephemeral/5.2.0/charts/common-18.1.2.tgz b/stable/passwordpusherephemeral/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/passwordpusherephemeral/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/passwordpusherephemeral/5.1.0/ix_values.yaml b/stable/passwordpusherephemeral/5.2.0/ix_values.yaml similarity index 100% rename from stable/passwordpusherephemeral/5.1.0/ix_values.yaml rename to stable/passwordpusherephemeral/5.2.0/ix_values.yaml diff --git a/stable/passwordpusherephemeral/5.1.0/questions.yaml b/stable/passwordpusherephemeral/5.2.0/questions.yaml similarity index 100% rename from stable/passwordpusherephemeral/5.1.0/questions.yaml rename to stable/passwordpusherephemeral/5.2.0/questions.yaml diff --git a/stable/passwordpusherephemeral/5.1.0/templates/common.yaml b/stable/passwordpusherephemeral/5.2.0/templates/common.yaml similarity index 100% rename from stable/passwordpusherephemeral/5.1.0/templates/common.yaml rename to stable/passwordpusherephemeral/5.2.0/templates/common.yaml diff --git a/stable/pastey/6.1.0/values.yaml b/stable/passwordpusherephemeral/5.2.0/values.yaml similarity index 100% rename from stable/pastey/6.1.0/values.yaml rename to stable/passwordpusherephemeral/5.2.0/values.yaml diff --git a/stable/pasta/8.1.0/CHANGELOG.md b/stable/pasta/8.1.0/CHANGELOG.md deleted file mode 100644 index 3a3bd5c4c45..00000000000 --- a/stable/pasta/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/pasta/8.1.0/Chart.yaml b/stable/pasta/8.1.0/Chart.yaml deleted file mode 100644 index 0a161f582ea..00000000000 --- a/stable/pasta/8.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: 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.1 - 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.0 diff --git a/stable/pasta/8.1.0/charts/common-18.0.1.tgz b/stable/pasta/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/pasta/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/pavlovvr/5.1.0/.helmignore b/stable/pasta/8.2.0/.helmignore similarity index 100% rename from stable/pavlovvr/5.1.0/.helmignore rename to stable/pasta/8.2.0/.helmignore diff --git a/stable/pasta/8.2.0/CHANGELOG.md b/stable/pasta/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2e6ab27f3a1 --- /dev/null +++ b/stable/pasta/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/pasta/8.2.0/Chart.yaml b/stable/pasta/8.2.0/Chart.yaml new file mode 100644 index 00000000000..6ccf355fd7f --- /dev/null +++ b/stable/pasta/8.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.6.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/pasta/8.1.0/README.md b/stable/pasta/8.2.0/README.md similarity index 100% rename from stable/pasta/8.1.0/README.md rename to stable/pasta/8.2.0/README.md diff --git a/stable/pasta/8.1.0/app-readme.md b/stable/pasta/8.2.0/app-readme.md similarity index 100% rename from stable/pasta/8.1.0/app-readme.md rename to stable/pasta/8.2.0/app-readme.md diff --git a/stable/pasta/8.2.0/charts/common-18.1.2.tgz b/stable/pasta/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/pasta/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/pasta/8.1.0/ix_values.yaml b/stable/pasta/8.2.0/ix_values.yaml similarity index 100% rename from stable/pasta/8.1.0/ix_values.yaml rename to stable/pasta/8.2.0/ix_values.yaml diff --git a/stable/pasta/8.1.0/questions.yaml b/stable/pasta/8.2.0/questions.yaml similarity index 100% rename from stable/pasta/8.1.0/questions.yaml rename to stable/pasta/8.2.0/questions.yaml diff --git a/stable/pgadmin/15.1.0/templates/NOTES.txt b/stable/pasta/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/pgadmin/15.1.0/templates/NOTES.txt rename to stable/pasta/8.2.0/templates/NOTES.txt diff --git a/stable/pasta/8.1.0/templates/common.yaml b/stable/pasta/8.2.0/templates/common.yaml similarity index 100% rename from stable/pasta/8.1.0/templates/common.yaml rename to stable/pasta/8.2.0/templates/common.yaml diff --git a/stable/pavlovvr/5.1.0/values.yaml b/stable/pasta/8.2.0/values.yaml similarity index 100% rename from stable/pavlovvr/5.1.0/values.yaml rename to stable/pasta/8.2.0/values.yaml diff --git a/stable/pastey/6.1.0/CHANGELOG.md b/stable/pastey/6.1.0/CHANGELOG.md deleted file mode 100644 index 32a2bd74033..00000000000 --- a/stable/pastey/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/pastey/6.1.0/Chart.yaml b/stable/pastey/6.1.0/Chart.yaml deleted file mode 100644 index e781994b66f..00000000000 --- a/stable/pastey/6.1.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: stable -apiVersion: v2 -appVersion: 0.5.1 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/pastey/6.1.0/charts/common-18.0.1.tgz b/stable/pastey/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/pastey/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/pgadmin/15.1.0/.helmignore b/stable/pastey/6.2.0/.helmignore similarity index 100% rename from stable/pgadmin/15.1.0/.helmignore rename to stable/pastey/6.2.0/.helmignore diff --git a/stable/pastey/6.2.0/CHANGELOG.md b/stable/pastey/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..44aaf387b75 --- /dev/null +++ b/stable/pastey/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [pastey-5.1.15](https://github.com/truecharts/charts/compare/pastey-5.1.14...pastey-5.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [pastey-5.1.14](https://github.com/truecharts/charts/compare/pastey-5.1.13...pastey-5.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [pastey-5.1.13](https://github.com/truecharts/charts/compare/pastey-5.1.12...pastey-5.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [pastey-5.1.12](https://github.com/truecharts/charts/compare/pastey-5.1.11...pastey-5.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [pastey-5.1.11](https://github.com/truecharts/charts/compare/pastey-5.1.10...pastey-5.1.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [pastey-5.1.10](https://github.com/truecharts/charts/compare/pastey-5.1.9...pastey-5.1.10) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [pastey-5.1.9](https://github.com/truecharts/charts/compare/pastey-5.1.8...pastey-5.1.9) (2024-01-03) + +### Chore + + + +- update container image cesura/pastey to 0.5.1-slim[@dc994c0](https://github.com/dc994c0) by renovate ([#16757](https://github.com/truecharts/charts/issues/16757)) + + +## [pastey-5.1.8](https://github.com/truecharts/charts/compare/pastey-5.1.7...pastey-5.1.8) (2024-01-03) + +### Chore + + + +- update container image cesura/pastey to 0.5.1[@4c4f6e7](https://github.com/4c4f6e7) by renovate ([#16758](https://github.com/truecharts/charts/issues/16758)) + + +## [pastey-5.1.7](https://github.com/truecharts/charts/compare/pastey-5.1.6...pastey-5.1.7) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/pastey/6.2.0/Chart.yaml b/stable/pastey/6.2.0/Chart.yaml new file mode 100644 index 00000000000..841c10c922e --- /dev/null +++ b/stable/pastey/6.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.5.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/pastey/6.1.0/README.md b/stable/pastey/6.2.0/README.md similarity index 100% rename from stable/pastey/6.1.0/README.md rename to stable/pastey/6.2.0/README.md diff --git a/stable/pastey/6.1.0/app-readme.md b/stable/pastey/6.2.0/app-readme.md similarity index 100% rename from stable/pastey/6.1.0/app-readme.md rename to stable/pastey/6.2.0/app-readme.md diff --git a/stable/pastey/6.2.0/charts/common-18.1.2.tgz b/stable/pastey/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/pastey/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/pastey/6.1.0/ix_values.yaml b/stable/pastey/6.2.0/ix_values.yaml similarity index 100% rename from stable/pastey/6.1.0/ix_values.yaml rename to stable/pastey/6.2.0/ix_values.yaml diff --git a/stable/pastey/6.1.0/questions.yaml b/stable/pastey/6.2.0/questions.yaml similarity index 100% rename from stable/pastey/6.1.0/questions.yaml rename to stable/pastey/6.2.0/questions.yaml diff --git a/stable/photoprism/20.2.0/templates/NOTES.txt b/stable/pastey/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/photoprism/20.2.0/templates/NOTES.txt rename to stable/pastey/6.2.0/templates/NOTES.txt diff --git a/stable/photoprism/20.2.0/templates/common.yaml b/stable/pastey/6.2.0/templates/common.yaml similarity index 100% rename from stable/photoprism/20.2.0/templates/common.yaml rename to stable/pastey/6.2.0/templates/common.yaml diff --git a/stable/pgadmin/15.1.0/values.yaml b/stable/pastey/6.2.0/values.yaml similarity index 100% rename from stable/pgadmin/15.1.0/values.yaml rename to stable/pastey/6.2.0/values.yaml diff --git a/stable/pavlovvr/5.1.0/CHANGELOG.md b/stable/pavlovvr/5.1.0/CHANGELOG.md deleted file mode 100644 index 442526a99ff..00000000000 --- a/stable/pavlovvr/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/pavlovvr/5.1.0/Chart.yaml b/stable/pavlovvr/5.1.0/Chart.yaml deleted file mode 100644 index c502c7972e8..00000000000 --- a/stable/pavlovvr/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/pavlovvr/5.1.0/charts/common-18.0.1.tgz b/stable/pavlovvr/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/pavlovvr/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/phoronix-test-suite/5.1.0/.helmignore b/stable/pavlovvr/5.2.0/.helmignore similarity index 100% rename from stable/phoronix-test-suite/5.1.0/.helmignore rename to stable/pavlovvr/5.2.0/.helmignore diff --git a/stable/pavlovvr/5.2.0/CHANGELOG.md b/stable/pavlovvr/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..1ce8495c392 --- /dev/null +++ b/stable/pavlovvr/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/pavlovvr/5.2.0/Chart.yaml b/stable/pavlovvr/5.2.0/Chart.yaml new file mode 100644 index 00000000000..df2ddfbb2db --- /dev/null +++ b/stable/pavlovvr/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: palor +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/pavlovvr/5.1.0/README.md b/stable/pavlovvr/5.2.0/README.md similarity index 100% rename from stable/pavlovvr/5.1.0/README.md rename to stable/pavlovvr/5.2.0/README.md diff --git a/stable/pavlovvr/5.1.0/app-readme.md b/stable/pavlovvr/5.2.0/app-readme.md similarity index 100% rename from stable/pavlovvr/5.1.0/app-readme.md rename to stable/pavlovvr/5.2.0/app-readme.md diff --git a/stable/pavlovvr/5.2.0/charts/common-18.1.2.tgz b/stable/pavlovvr/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/pavlovvr/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/pavlovvr/5.1.0/ix_values.yaml b/stable/pavlovvr/5.2.0/ix_values.yaml similarity index 100% rename from stable/pavlovvr/5.1.0/ix_values.yaml rename to stable/pavlovvr/5.2.0/ix_values.yaml diff --git a/stable/pavlovvr/5.1.0/questions.yaml b/stable/pavlovvr/5.2.0/questions.yaml similarity index 100% rename from stable/pavlovvr/5.1.0/questions.yaml rename to stable/pavlovvr/5.2.0/questions.yaml diff --git a/stable/pavlovvr/5.1.0/templates/common.yaml b/stable/pavlovvr/5.2.0/templates/common.yaml similarity index 100% rename from stable/pavlovvr/5.1.0/templates/common.yaml rename to stable/pavlovvr/5.2.0/templates/common.yaml diff --git a/stable/phoronix-test-suite/5.1.0/values.yaml b/stable/pavlovvr/5.2.0/values.yaml similarity index 100% rename from stable/phoronix-test-suite/5.1.0/values.yaml rename to stable/pavlovvr/5.2.0/values.yaml diff --git a/stable/pgadmin/15.1.0/CHANGELOG.md b/stable/pgadmin/15.1.0/CHANGELOG.md deleted file mode 100644 index ab297146077..00000000000 --- a/stable/pgadmin/15.1.0/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.0/Chart.yaml b/stable/pgadmin/15.1.0/Chart.yaml deleted file mode 100644 index 7976d370d48..00000000000 --- a/stable/pgadmin/15.1.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: 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.1 - 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.0 diff --git a/stable/pgadmin/15.1.0/charts/common-18.0.1.tgz b/stable/pgadmin/15.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/pgadmin/15.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/photo-stream/5.1.0/.helmignore b/stable/pgadmin/15.2.0/.helmignore similarity index 100% rename from stable/photo-stream/5.1.0/.helmignore rename to stable/pgadmin/15.2.0/.helmignore diff --git a/stable/pgadmin/15.2.0/CHANGELOG.md b/stable/pgadmin/15.2.0/CHANGELOG.md new file mode 100644 index 00000000000..764f279e946 --- /dev/null +++ b/stable/pgadmin/15.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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) \ No newline at end of file diff --git a/stable/pgadmin/15.2.0/Chart.yaml b/stable/pgadmin/15.2.0/Chart.yaml new file mode 100644 index 00000000000..ad6c98c247e --- /dev/null +++ b/stable/pgadmin/15.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: management + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 8.3.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/pgadmin/15.1.0/README.md b/stable/pgadmin/15.2.0/README.md similarity index 100% rename from stable/pgadmin/15.1.0/README.md rename to stable/pgadmin/15.2.0/README.md diff --git a/stable/pgadmin/15.1.0/app-readme.md b/stable/pgadmin/15.2.0/app-readme.md similarity index 100% rename from stable/pgadmin/15.1.0/app-readme.md rename to stable/pgadmin/15.2.0/app-readme.md diff --git a/stable/pgadmin/15.2.0/charts/common-18.1.2.tgz b/stable/pgadmin/15.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/pgadmin/15.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/pgadmin/15.1.0/ix_values.yaml b/stable/pgadmin/15.2.0/ix_values.yaml similarity index 100% rename from stable/pgadmin/15.1.0/ix_values.yaml rename to stable/pgadmin/15.2.0/ix_values.yaml diff --git a/stable/pgadmin/15.1.0/questions.yaml b/stable/pgadmin/15.2.0/questions.yaml similarity index 100% rename from stable/pgadmin/15.1.0/questions.yaml rename to stable/pgadmin/15.2.0/questions.yaml diff --git a/stable/photoshow/10.1.0/templates/NOTES.txt b/stable/pgadmin/15.2.0/templates/NOTES.txt similarity index 100% rename from stable/photoshow/10.1.0/templates/NOTES.txt rename to stable/pgadmin/15.2.0/templates/NOTES.txt diff --git a/stable/photostructure/7.1.0/templates/common.yaml b/stable/pgadmin/15.2.0/templates/common.yaml similarity index 100% rename from stable/photostructure/7.1.0/templates/common.yaml rename to stable/pgadmin/15.2.0/templates/common.yaml diff --git a/stable/photo-stream/5.1.0/values.yaml b/stable/pgadmin/15.2.0/values.yaml similarity index 100% rename from stable/photo-stream/5.1.0/values.yaml rename to stable/pgadmin/15.2.0/values.yaml diff --git a/stable/phoronix-test-suite/5.1.0/CHANGELOG.md b/stable/phoronix-test-suite/5.1.0/CHANGELOG.md deleted file mode 100644 index a7359e0f0a0..00000000000 --- a/stable/phoronix-test-suite/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/phoronix-test-suite/5.1.0/Chart.yaml b/stable/phoronix-test-suite/5.1.0/Chart.yaml deleted file mode 100644 index 4dcf60b379b..00000000000 --- a/stable/phoronix-test-suite/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/phoronix-test-suite/5.1.0/charts/common-18.0.1.tgz b/stable/phoronix-test-suite/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/phoronix-test-suite/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/photoprism/20.2.0/.helmignore b/stable/phoronix-test-suite/5.2.0/.helmignore similarity index 100% rename from stable/photoprism/20.2.0/.helmignore rename to stable/phoronix-test-suite/5.2.0/.helmignore diff --git a/stable/phoronix-test-suite/5.2.0/CHANGELOG.md b/stable/phoronix-test-suite/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..cccffb52466 --- /dev/null +++ b/stable/phoronix-test-suite/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/phoronix-test-suite/5.2.0/Chart.yaml b/stable/phoronix-test-suite/5.2.0/Chart.yaml new file mode 100644 index 00000000000..2dde7365e3d --- /dev/null +++ b/stable/phoronix-test-suite/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/phoronix-test-suite/5.1.0/README.md b/stable/phoronix-test-suite/5.2.0/README.md similarity index 100% rename from stable/phoronix-test-suite/5.1.0/README.md rename to stable/phoronix-test-suite/5.2.0/README.md diff --git a/stable/phoronix-test-suite/5.1.0/app-readme.md b/stable/phoronix-test-suite/5.2.0/app-readme.md similarity index 100% rename from stable/phoronix-test-suite/5.1.0/app-readme.md rename to stable/phoronix-test-suite/5.2.0/app-readme.md diff --git a/stable/phoronix-test-suite/5.2.0/charts/common-18.1.2.tgz b/stable/phoronix-test-suite/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/phoronix-test-suite/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/phoronix-test-suite/5.1.0/ix_values.yaml b/stable/phoronix-test-suite/5.2.0/ix_values.yaml similarity index 100% rename from stable/phoronix-test-suite/5.1.0/ix_values.yaml rename to stable/phoronix-test-suite/5.2.0/ix_values.yaml diff --git a/stable/phoronix-test-suite/5.1.0/questions.yaml b/stable/phoronix-test-suite/5.2.0/questions.yaml similarity index 100% rename from stable/phoronix-test-suite/5.1.0/questions.yaml rename to stable/phoronix-test-suite/5.2.0/questions.yaml diff --git a/stable/phoronix-test-suite/5.1.0/templates/common.yaml b/stable/phoronix-test-suite/5.2.0/templates/common.yaml similarity index 100% rename from stable/phoronix-test-suite/5.1.0/templates/common.yaml rename to stable/phoronix-test-suite/5.2.0/templates/common.yaml diff --git a/stable/photoprism/20.2.0/values.yaml b/stable/phoronix-test-suite/5.2.0/values.yaml similarity index 100% rename from stable/photoprism/20.2.0/values.yaml rename to stable/phoronix-test-suite/5.2.0/values.yaml diff --git a/stable/photo-stream/5.1.0/CHANGELOG.md b/stable/photo-stream/5.1.0/CHANGELOG.md deleted file mode 100644 index af33af0cf77..00000000000 --- a/stable/photo-stream/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/photo-stream/5.1.0/Chart.yaml b/stable/photo-stream/5.1.0/Chart.yaml deleted file mode 100644 index aa5dfc56735..00000000000 --- a/stable/photo-stream/5.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/photo-stream/5.1.0/charts/common-18.0.1.tgz b/stable/photo-stream/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/photo-stream/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/photoshow/10.1.0/.helmignore b/stable/photo-stream/5.2.0/.helmignore similarity index 100% rename from stable/photoshow/10.1.0/.helmignore rename to stable/photo-stream/5.2.0/.helmignore diff --git a/stable/photo-stream/5.2.0/CHANGELOG.md b/stable/photo-stream/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b232da99280 --- /dev/null +++ b/stable/photo-stream/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/photo-stream/5.2.0/Chart.yaml b/stable/photo-stream/5.2.0/Chart.yaml new file mode 100644 index 00000000000..84c40928088 --- /dev/null +++ b/stable/photo-stream/5.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/photo-stream/5.1.0/README.md b/stable/photo-stream/5.2.0/README.md similarity index 100% rename from stable/photo-stream/5.1.0/README.md rename to stable/photo-stream/5.2.0/README.md diff --git a/stable/photo-stream/5.1.0/app-readme.md b/stable/photo-stream/5.2.0/app-readme.md similarity index 100% rename from stable/photo-stream/5.1.0/app-readme.md rename to stable/photo-stream/5.2.0/app-readme.md diff --git a/stable/photo-stream/5.2.0/charts/common-18.1.2.tgz b/stable/photo-stream/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/photo-stream/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/photo-stream/5.1.0/ix_values.yaml b/stable/photo-stream/5.2.0/ix_values.yaml similarity index 100% rename from stable/photo-stream/5.1.0/ix_values.yaml rename to stable/photo-stream/5.2.0/ix_values.yaml diff --git a/stable/photo-stream/5.1.0/questions.yaml b/stable/photo-stream/5.2.0/questions.yaml similarity index 100% rename from stable/photo-stream/5.1.0/questions.yaml rename to stable/photo-stream/5.2.0/questions.yaml diff --git a/stable/photo-stream/5.1.0/templates/common.yaml b/stable/photo-stream/5.2.0/templates/common.yaml similarity index 100% rename from stable/photo-stream/5.1.0/templates/common.yaml rename to stable/photo-stream/5.2.0/templates/common.yaml diff --git a/stable/photoshow/10.1.0/values.yaml b/stable/photo-stream/5.2.0/values.yaml similarity index 100% rename from stable/photoshow/10.1.0/values.yaml rename to stable/photo-stream/5.2.0/values.yaml diff --git a/stable/photoprism/20.2.0/CHANGELOG.md b/stable/photoprism/20.2.0/CHANGELOG.md deleted file mode 100644 index 4cbf8d9621f..00000000000 --- a/stable/photoprism/20.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [photoprism-19.1.16](https://github.com/truecharts/charts/compare/photoprism-19.1.15...photoprism-19.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [photoprism-19.1.15](https://github.com/truecharts/charts/compare/photoprism-19.1.14...photoprism-19.1.15) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [photoprism-19.1.14](https://github.com/truecharts/charts/compare/photoprism-19.1.13...photoprism-19.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [photoprism-19.1.13](https://github.com/truecharts/charts/compare/photoprism-19.1.12...photoprism-19.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [photoprism-19.1.12](https://github.com/truecharts/charts/compare/photoprism-19.1.11...photoprism-19.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [photoprism-19.1.11](https://github.com/truecharts/charts/compare/photoprism-19.1.10...photoprism-19.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [photoprism-19.1.10](https://github.com/truecharts/charts/compare/photoprism-19.1.9...photoprism-19.1.10) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [photoprism-19.1.9](https://github.com/truecharts/charts/compare/photoprism-19.1.8...photoprism-19.1.9) (2024-01-03) - - -## [photoprism-19.1.8](https://github.com/truecharts/charts/compare/photoprism-19.1.7...photoprism-19.1.8) (2024-01-02) - -### Chore - - - -- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) - - -## [photoprism-19.1.7](https://github.com/truecharts/charts/compare/photoprism-19.1.6...photoprism-19.1.7) (2024-01-02) - -### Chore diff --git a/stable/photoprism/20.2.0/Chart.yaml b/stable/photoprism/20.2.0/Chart.yaml deleted file mode 100644 index 3e08fea63cf..00000000000 --- a/stable/photoprism/20.2.0/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/photoprism/20.2.0/charts/common-18.0.1.tgz b/stable/photoprism/20.2.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/photoprism/20.2.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/photostructure/7.1.0/.helmignore b/stable/photoprism/20.3.0/.helmignore similarity index 100% rename from stable/photostructure/7.1.0/.helmignore rename to stable/photoprism/20.3.0/.helmignore diff --git a/stable/photoprism/20.3.0/CHANGELOG.md b/stable/photoprism/20.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f956e9eae90 --- /dev/null +++ b/stable/photoprism/20.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + +## [photoprism-19.1.16](https://github.com/truecharts/charts/compare/photoprism-19.1.15...photoprism-19.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [photoprism-19.1.15](https://github.com/truecharts/charts/compare/photoprism-19.1.14...photoprism-19.1.15) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [photoprism-19.1.14](https://github.com/truecharts/charts/compare/photoprism-19.1.13...photoprism-19.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [photoprism-19.1.13](https://github.com/truecharts/charts/compare/photoprism-19.1.12...photoprism-19.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [photoprism-19.1.12](https://github.com/truecharts/charts/compare/photoprism-19.1.11...photoprism-19.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [photoprism-19.1.11](https://github.com/truecharts/charts/compare/photoprism-19.1.10...photoprism-19.1.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [photoprism-19.1.10](https://github.com/truecharts/charts/compare/photoprism-19.1.9...photoprism-19.1.10) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [photoprism-19.1.9](https://github.com/truecharts/charts/compare/photoprism-19.1.8...photoprism-19.1.9) (2024-01-03) + + +## [photoprism-19.1.8](https://github.com/truecharts/charts/compare/photoprism-19.1.7...photoprism-19.1.8) (2024-01-02) + +### Chore + + + +- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) + diff --git a/stable/photoprism/20.3.0/Chart.yaml b/stable/photoprism/20.3.0/Chart.yaml new file mode 100644 index 00000000000..8a6b5bb43e6 --- /dev/null +++ b/stable/photoprism/20.3.0/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 231128.0.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.0.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection +home: https://truecharts.org/charts/stable/photoprism +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoprism.png +keywords: + - photos + - photoprism + - pictures + - sharing +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: photoprism +sources: + - https://github.com/photoprism/photoprism + - https://github.com/truecharts/charts/tree/master/charts/stable/photoprism + - https://hub.docker.com/r/photoprism/photoprism +type: application +version: 20.3.0 diff --git a/stable/photoprism/20.2.0/README.md b/stable/photoprism/20.3.0/README.md similarity index 100% rename from stable/photoprism/20.2.0/README.md rename to stable/photoprism/20.3.0/README.md diff --git a/stable/photoprism/20.2.0/app-readme.md b/stable/photoprism/20.3.0/app-readme.md similarity index 100% rename from stable/photoprism/20.2.0/app-readme.md rename to stable/photoprism/20.3.0/app-readme.md diff --git a/stable/photoprism/20.3.0/charts/common-18.1.2.tgz b/stable/photoprism/20.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/photoprism/20.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/photoprism/20.2.0/charts/mariadb-13.0.0.tgz b/stable/photoprism/20.3.0/charts/mariadb-13.0.0.tgz similarity index 100% rename from stable/photoprism/20.2.0/charts/mariadb-13.0.0.tgz rename to stable/photoprism/20.3.0/charts/mariadb-13.0.0.tgz diff --git a/stable/photoprism/20.2.0/ix_values.yaml b/stable/photoprism/20.3.0/ix_values.yaml similarity index 100% rename from stable/photoprism/20.2.0/ix_values.yaml rename to stable/photoprism/20.3.0/ix_values.yaml diff --git a/stable/photoprism/20.2.0/questions.yaml b/stable/photoprism/20.3.0/questions.yaml similarity index 100% rename from stable/photoprism/20.2.0/questions.yaml rename to stable/photoprism/20.3.0/questions.yaml diff --git a/stable/photostructure/7.1.0/templates/NOTES.txt b/stable/photoprism/20.3.0/templates/NOTES.txt similarity index 100% rename from stable/photostructure/7.1.0/templates/NOTES.txt rename to stable/photoprism/20.3.0/templates/NOTES.txt diff --git a/stable/phpldapadmin/13.1.0/templates/common.yaml b/stable/photoprism/20.3.0/templates/common.yaml similarity index 100% rename from stable/phpldapadmin/13.1.0/templates/common.yaml rename to stable/photoprism/20.3.0/templates/common.yaml diff --git a/stable/photostructure/7.1.0/values.yaml b/stable/photoprism/20.3.0/values.yaml similarity index 100% rename from stable/photostructure/7.1.0/values.yaml rename to stable/photoprism/20.3.0/values.yaml diff --git a/stable/photoshow/10.1.0/CHANGELOG.md b/stable/photoshow/10.1.0/CHANGELOG.md deleted file mode 100644 index 36f6b241aad..00000000000 --- a/stable/photoshow/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/photoshow/10.1.0/Chart.yaml b/stable/photoshow/10.1.0/Chart.yaml deleted file mode 100644 index 0fc4ec4af11..00000000000 --- a/stable/photoshow/10.1.0/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/photoshow/10.1.0/charts/common-18.0.1.tgz b/stable/photoshow/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/photoshow/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/photoview/13.1.0/.helmignore b/stable/photoshow/10.2.0/.helmignore similarity index 100% rename from stable/photoview/13.1.0/.helmignore rename to stable/photoshow/10.2.0/.helmignore diff --git a/stable/photoshow/10.2.0/CHANGELOG.md b/stable/photoshow/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..68c911de52d --- /dev/null +++ b/stable/photoshow/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/photoshow/10.2.0/Chart.yaml b/stable/photoshow/10.2.0/Chart.yaml new file mode 100644 index 00000000000..49296cc3db9 --- /dev/null +++ b/stable/photoshow/10.2.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 48aabb98 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/photoshow/10.1.0/README.md b/stable/photoshow/10.2.0/README.md similarity index 100% rename from stable/photoshow/10.1.0/README.md rename to stable/photoshow/10.2.0/README.md diff --git a/stable/photoshow/10.1.0/app-readme.md b/stable/photoshow/10.2.0/app-readme.md similarity index 100% rename from stable/photoshow/10.1.0/app-readme.md rename to stable/photoshow/10.2.0/app-readme.md diff --git a/stable/photoshow/10.2.0/charts/common-18.1.2.tgz b/stable/photoshow/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/photoshow/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/photoshow/10.1.0/ix_values.yaml b/stable/photoshow/10.2.0/ix_values.yaml similarity index 100% rename from stable/photoshow/10.1.0/ix_values.yaml rename to stable/photoshow/10.2.0/ix_values.yaml diff --git a/stable/photoshow/10.1.0/questions.yaml b/stable/photoshow/10.2.0/questions.yaml similarity index 100% rename from stable/photoshow/10.1.0/questions.yaml rename to stable/photoshow/10.2.0/questions.yaml diff --git a/stable/photoview/13.1.0/templates/NOTES.txt b/stable/photoshow/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/photoview/13.1.0/templates/NOTES.txt rename to stable/photoshow/10.2.0/templates/NOTES.txt diff --git a/stable/photoshow/10.1.0/templates/common.yaml b/stable/photoshow/10.2.0/templates/common.yaml similarity index 100% rename from stable/photoshow/10.1.0/templates/common.yaml rename to stable/photoshow/10.2.0/templates/common.yaml diff --git a/stable/photoview/13.1.0/values.yaml b/stable/photoshow/10.2.0/values.yaml similarity index 100% rename from stable/photoview/13.1.0/values.yaml rename to stable/photoshow/10.2.0/values.yaml diff --git a/stable/photostructure/7.1.0/CHANGELOG.md b/stable/photostructure/7.1.0/CHANGELOG.md deleted file mode 100644 index bc7fa4d2cf2..00000000000 --- a/stable/photostructure/7.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/photostructure/7.1.0/Chart.yaml b/stable/photostructure/7.1.0/Chart.yaml deleted file mode 100644 index 069ec2e98fd..00000000000 --- a/stable/photostructure/7.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: 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.1 - 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.0 diff --git a/stable/photostructure/7.1.0/charts/common-18.0.1.tgz b/stable/photostructure/7.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/photostructure/7.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/phpldapadmin/13.1.0/.helmignore b/stable/photostructure/7.2.0/.helmignore similarity index 100% rename from stable/phpldapadmin/13.1.0/.helmignore rename to stable/photostructure/7.2.0/.helmignore diff --git a/stable/photostructure/7.2.0/CHANGELOG.md b/stable/photostructure/7.2.0/CHANGELOG.md new file mode 100644 index 00000000000..79478aa5693 --- /dev/null +++ b/stable/photostructure/7.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [photostructure-6.0.6](https://github.com/truecharts/charts/compare/photostructure-6.0.5...photostructure-6.0.6) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [photostructure-6.0.5](https://github.com/truecharts/charts/compare/photostructure-6.0.4...photostructure-6.0.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [photostructure-6.0.4](https://github.com/truecharts/charts/compare/photostructure-6.0.3...photostructure-6.0.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [photostructure-6.0.3](https://github.com/truecharts/charts/compare/photostructure-6.0.2...photostructure-6.0.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [photostructure-6.0.2](https://github.com/truecharts/charts/compare/photostructure-6.0.1...photostructure-6.0.2) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [photostructure-6.0.1](https://github.com/truecharts/charts/compare/photostructure-6.0.0...photostructure-6.0.1) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [photostructure-6.0.0](https://github.com/truecharts/charts/compare/photostructure-5.1.8...photostructure-6.0.0) (2024-01-03) + +### Chore + + + +- update container image photostructure/server to v2023.12.0[@ad73bfc](https://github.com/ad73bfc) by renovate ([#16815](https://github.com/truecharts/charts/issues/16815)) + + +## [photostructure-5.1.8](https://github.com/truecharts/charts/compare/photostructure-5.1.7...photostructure-5.1.8) (2024-01-03) + +### Chore + + + +- update container image photostructure/server to v[@e540bac](https://github.com/e540bac) by renovate ([#16788](https://github.com/truecharts/charts/issues/16788)) + + +## [photostructure-5.1.7](https://github.com/truecharts/charts/compare/photostructure-5.1.6...photostructure-5.1.7) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/photostructure/7.2.0/Chart.yaml b/stable/photostructure/7.2.0/Chart.yaml new file mode 100644 index 00000000000..70e8092b65e --- /dev/null +++ b/stable/photostructure/7.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Photos + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.12.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/photostructure/7.1.0/README.md b/stable/photostructure/7.2.0/README.md similarity index 100% rename from stable/photostructure/7.1.0/README.md rename to stable/photostructure/7.2.0/README.md diff --git a/stable/photostructure/7.1.0/app-readme.md b/stable/photostructure/7.2.0/app-readme.md similarity index 100% rename from stable/photostructure/7.1.0/app-readme.md rename to stable/photostructure/7.2.0/app-readme.md diff --git a/stable/photostructure/7.2.0/charts/common-18.1.2.tgz b/stable/photostructure/7.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/photostructure/7.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/photostructure/7.1.0/ix_values.yaml b/stable/photostructure/7.2.0/ix_values.yaml similarity index 100% rename from stable/photostructure/7.1.0/ix_values.yaml rename to stable/photostructure/7.2.0/ix_values.yaml diff --git a/stable/photostructure/7.1.0/questions.yaml b/stable/photostructure/7.2.0/questions.yaml similarity index 100% rename from stable/photostructure/7.1.0/questions.yaml rename to stable/photostructure/7.2.0/questions.yaml diff --git a/stable/phpldapadmin/13.1.0/templates/NOTES.txt b/stable/photostructure/7.2.0/templates/NOTES.txt similarity index 100% rename from stable/phpldapadmin/13.1.0/templates/NOTES.txt rename to stable/photostructure/7.2.0/templates/NOTES.txt diff --git a/stable/piaware/12.1.0/templates/common.yaml b/stable/photostructure/7.2.0/templates/common.yaml similarity index 100% rename from stable/piaware/12.1.0/templates/common.yaml rename to stable/photostructure/7.2.0/templates/common.yaml diff --git a/stable/phpldapadmin/13.1.0/values.yaml b/stable/photostructure/7.2.0/values.yaml similarity index 100% rename from stable/phpldapadmin/13.1.0/values.yaml rename to stable/photostructure/7.2.0/values.yaml diff --git a/stable/photoview/13.1.0/CHANGELOG.md b/stable/photoview/13.1.0/CHANGELOG.md deleted file mode 100644 index 9871dfdce37..00000000000 --- a/stable/photoview/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/photoview/13.1.0/Chart.yaml b/stable/photoview/13.1.0/Chart.yaml deleted file mode 100644 index 3b26cb088cc..00000000000 --- a/stable/photoview/13.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/photoview/13.1.0/charts/common-18.0.1.tgz b/stable/photoview/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/photoview/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/phpmyadmin/5.1.0/.helmignore b/stable/photoview/13.2.0/.helmignore similarity index 100% rename from stable/phpmyadmin/5.1.0/.helmignore rename to stable/photoview/13.2.0/.helmignore diff --git a/stable/photoview/13.2.0/CHANGELOG.md b/stable/photoview/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..749d127ed53 --- /dev/null +++ b/stable/photoview/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/photoview/13.2.0/Chart.yaml b/stable/photoview/13.2.0/Chart.yaml new file mode 100644 index 00000000000..8ae778c9bba --- /dev/null +++ b/stable/photoview/13.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.3.13 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/photoview/13.1.0/README.md b/stable/photoview/13.2.0/README.md similarity index 100% rename from stable/photoview/13.1.0/README.md rename to stable/photoview/13.2.0/README.md diff --git a/stable/photoview/13.1.0/app-readme.md b/stable/photoview/13.2.0/app-readme.md similarity index 100% rename from stable/photoview/13.1.0/app-readme.md rename to stable/photoview/13.2.0/app-readme.md diff --git a/stable/photoview/13.2.0/charts/common-18.1.2.tgz b/stable/photoview/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/photoview/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/photoview/13.1.0/ix_values.yaml b/stable/photoview/13.2.0/ix_values.yaml similarity index 100% rename from stable/photoview/13.1.0/ix_values.yaml rename to stable/photoview/13.2.0/ix_values.yaml diff --git a/stable/photoview/13.1.0/questions.yaml b/stable/photoview/13.2.0/questions.yaml similarity index 100% rename from stable/photoview/13.1.0/questions.yaml rename to stable/photoview/13.2.0/questions.yaml diff --git a/stable/picoshare/9.1.0/templates/NOTES.txt b/stable/photoview/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/picoshare/9.1.0/templates/NOTES.txt rename to stable/photoview/13.2.0/templates/NOTES.txt diff --git a/stable/photoview/13.1.0/templates/_secrets.tpl b/stable/photoview/13.2.0/templates/_secrets.tpl similarity index 100% rename from stable/photoview/13.1.0/templates/_secrets.tpl rename to stable/photoview/13.2.0/templates/_secrets.tpl diff --git a/stable/photoview/13.1.0/templates/common.yaml b/stable/photoview/13.2.0/templates/common.yaml similarity index 100% rename from stable/photoview/13.1.0/templates/common.yaml rename to stable/photoview/13.2.0/templates/common.yaml diff --git a/stable/phpmyadmin/5.1.0/values.yaml b/stable/photoview/13.2.0/values.yaml similarity index 100% rename from stable/phpmyadmin/5.1.0/values.yaml rename to stable/photoview/13.2.0/values.yaml diff --git a/stable/phpldapadmin/13.1.0/CHANGELOG.md b/stable/phpldapadmin/13.1.0/CHANGELOG.md deleted file mode 100644 index 0b43ee8afab..00000000000 --- a/stable/phpldapadmin/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/phpldapadmin/13.1.0/Chart.yaml b/stable/phpldapadmin/13.1.0/Chart.yaml deleted file mode 100644 index dd6ce7781f5..00000000000 --- a/stable/phpldapadmin/13.1.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: 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.1 - 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.0 diff --git a/stable/phpldapadmin/13.1.0/charts/common-18.0.1.tgz b/stable/phpldapadmin/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/phpldapadmin/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/piaware/12.1.0/.helmignore b/stable/phpldapadmin/13.2.0/.helmignore similarity index 100% rename from stable/piaware/12.1.0/.helmignore rename to stable/phpldapadmin/13.2.0/.helmignore diff --git a/stable/phpldapadmin/13.2.0/CHANGELOG.md b/stable/phpldapadmin/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5febfd51680 --- /dev/null +++ b/stable/phpldapadmin/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/phpldapadmin/13.2.0/Chart.yaml b/stable/phpldapadmin/13.2.0/Chart.yaml new file mode 100644 index 00000000000..583a9801ea7 --- /dev/null +++ b/stable/phpldapadmin/13.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: management + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.9.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/phpldapadmin/13.1.0/README.md b/stable/phpldapadmin/13.2.0/README.md similarity index 100% rename from stable/phpldapadmin/13.1.0/README.md rename to stable/phpldapadmin/13.2.0/README.md diff --git a/stable/phpldapadmin/13.1.0/app-readme.md b/stable/phpldapadmin/13.2.0/app-readme.md similarity index 100% rename from stable/phpldapadmin/13.1.0/app-readme.md rename to stable/phpldapadmin/13.2.0/app-readme.md diff --git a/stable/phpldapadmin/13.2.0/charts/common-18.1.2.tgz b/stable/phpldapadmin/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/phpldapadmin/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/phpldapadmin/13.1.0/ix_values.yaml b/stable/phpldapadmin/13.2.0/ix_values.yaml similarity index 100% rename from stable/phpldapadmin/13.1.0/ix_values.yaml rename to stable/phpldapadmin/13.2.0/ix_values.yaml diff --git a/stable/phpldapadmin/13.1.0/questions.yaml b/stable/phpldapadmin/13.2.0/questions.yaml similarity index 100% rename from stable/phpldapadmin/13.1.0/questions.yaml rename to stable/phpldapadmin/13.2.0/questions.yaml diff --git a/stable/pinry/9.1.0/templates/NOTES.txt b/stable/phpldapadmin/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/pinry/9.1.0/templates/NOTES.txt rename to stable/phpldapadmin/13.2.0/templates/NOTES.txt diff --git a/stable/piwigo/12.2.1/templates/common.yaml b/stable/phpldapadmin/13.2.0/templates/common.yaml similarity index 100% rename from stable/piwigo/12.2.1/templates/common.yaml rename to stable/phpldapadmin/13.2.0/templates/common.yaml diff --git a/stable/piaware/12.1.0/values.yaml b/stable/phpldapadmin/13.2.0/values.yaml similarity index 100% rename from stable/piaware/12.1.0/values.yaml rename to stable/phpldapadmin/13.2.0/values.yaml diff --git a/stable/phpmyadmin/5.1.0/CHANGELOG.md b/stable/phpmyadmin/5.1.0/CHANGELOG.md deleted file mode 100644 index c7e882f8104..00000000000 --- a/stable/phpmyadmin/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/phpmyadmin/5.1.0/Chart.yaml b/stable/phpmyadmin/5.1.0/Chart.yaml deleted file mode 100644 index d2fce60110f..00000000000 --- a/stable/phpmyadmin/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/phpmyadmin/5.1.0/charts/common-18.0.1.tgz b/stable/phpmyadmin/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/phpmyadmin/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/picoshare/9.1.0/.helmignore b/stable/phpmyadmin/5.2.0/.helmignore similarity index 100% rename from stable/picoshare/9.1.0/.helmignore rename to stable/phpmyadmin/5.2.0/.helmignore diff --git a/stable/phpmyadmin/5.2.0/CHANGELOG.md b/stable/phpmyadmin/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..8553f2ebddf --- /dev/null +++ b/stable/phpmyadmin/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/phpmyadmin/5.2.0/Chart.yaml b/stable/phpmyadmin/5.2.0/Chart.yaml new file mode 100644 index 00000000000..298aa213190 --- /dev/null +++ b/stable/phpmyadmin/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.2.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/phpmyadmin/5.1.0/README.md b/stable/phpmyadmin/5.2.0/README.md similarity index 100% rename from stable/phpmyadmin/5.1.0/README.md rename to stable/phpmyadmin/5.2.0/README.md diff --git a/stable/phpmyadmin/5.1.0/app-readme.md b/stable/phpmyadmin/5.2.0/app-readme.md similarity index 100% rename from stable/phpmyadmin/5.1.0/app-readme.md rename to stable/phpmyadmin/5.2.0/app-readme.md diff --git a/stable/phpmyadmin/5.2.0/charts/common-18.1.2.tgz b/stable/phpmyadmin/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/phpmyadmin/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/phpmyadmin/5.1.0/ix_values.yaml b/stable/phpmyadmin/5.2.0/ix_values.yaml similarity index 100% rename from stable/phpmyadmin/5.1.0/ix_values.yaml rename to stable/phpmyadmin/5.2.0/ix_values.yaml diff --git a/stable/phpmyadmin/5.1.0/questions.yaml b/stable/phpmyadmin/5.2.0/questions.yaml similarity index 100% rename from stable/phpmyadmin/5.1.0/questions.yaml rename to stable/phpmyadmin/5.2.0/questions.yaml diff --git a/stable/phpmyadmin/5.1.0/templates/common.yaml b/stable/phpmyadmin/5.2.0/templates/common.yaml similarity index 100% rename from stable/phpmyadmin/5.1.0/templates/common.yaml rename to stable/phpmyadmin/5.2.0/templates/common.yaml diff --git a/stable/picoshare/9.1.0/values.yaml b/stable/phpmyadmin/5.2.0/values.yaml similarity index 100% rename from stable/picoshare/9.1.0/values.yaml rename to stable/phpmyadmin/5.2.0/values.yaml diff --git a/stable/piaware/12.1.0/CHANGELOG.md b/stable/piaware/12.1.0/CHANGELOG.md deleted file mode 100644 index ee433741546..00000000000 --- a/stable/piaware/12.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/piaware/12.1.0/Chart.yaml b/stable/piaware/12.1.0/Chart.yaml deleted file mode 100644 index 2ee9222c433..00000000000 --- a/stable/piaware/12.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 9.0.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/piaware/12.1.0/charts/common-18.0.1.tgz b/stable/piaware/12.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/piaware/12.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/pigallery2/5.1.0/.helmignore b/stable/piaware/12.2.0/.helmignore similarity index 100% rename from stable/pigallery2/5.1.0/.helmignore rename to stable/piaware/12.2.0/.helmignore diff --git a/stable/piaware/12.2.0/CHANGELOG.md b/stable/piaware/12.2.0/CHANGELOG.md new file mode 100644 index 00000000000..eed88d0b2c4 --- /dev/null +++ b/stable/piaware/12.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/piaware/12.2.0/Chart.yaml b/stable/piaware/12.2.0/Chart.yaml new file mode 100644 index 00000000000..872b0df53bd --- /dev/null +++ b/stable/piaware/12.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 9.0.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/piaware/12.1.0/README.md b/stable/piaware/12.2.0/README.md similarity index 100% rename from stable/piaware/12.1.0/README.md rename to stable/piaware/12.2.0/README.md diff --git a/stable/piaware/12.1.0/app-readme.md b/stable/piaware/12.2.0/app-readme.md similarity index 100% rename from stable/piaware/12.1.0/app-readme.md rename to stable/piaware/12.2.0/app-readme.md diff --git a/stable/piaware/12.2.0/charts/common-18.1.2.tgz b/stable/piaware/12.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/piaware/12.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/piaware/12.1.0/ix_values.yaml b/stable/piaware/12.2.0/ix_values.yaml similarity index 100% rename from stable/piaware/12.1.0/ix_values.yaml rename to stable/piaware/12.2.0/ix_values.yaml diff --git a/stable/piaware/12.1.0/questions.yaml b/stable/piaware/12.2.0/questions.yaml similarity index 100% rename from stable/piaware/12.1.0/questions.yaml rename to stable/piaware/12.2.0/questions.yaml diff --git a/stable/plexripper/8.1.0/templates/common.yaml b/stable/piaware/12.2.0/templates/common.yaml similarity index 100% rename from stable/plexripper/8.1.0/templates/common.yaml rename to stable/piaware/12.2.0/templates/common.yaml diff --git a/stable/pigallery2/5.1.0/values.yaml b/stable/piaware/12.2.0/values.yaml similarity index 100% rename from stable/pigallery2/5.1.0/values.yaml rename to stable/piaware/12.2.0/values.yaml diff --git a/stable/picoshare/9.1.0/CHANGELOG.md b/stable/picoshare/9.1.0/CHANGELOG.md deleted file mode 100644 index 6999ff8cdef..00000000000 --- a/stable/picoshare/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/picoshare/9.1.0/Chart.yaml b/stable/picoshare/9.1.0/Chart.yaml deleted file mode 100644 index 0c0ff89438a..00000000000 --- a/stable/picoshare/9.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.4.2 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/picoshare/9.1.0/charts/common-18.0.1.tgz b/stable/picoshare/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/picoshare/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/pihole/15.1.0/.helmignore b/stable/picoshare/9.2.0/.helmignore similarity index 100% rename from stable/pihole/15.1.0/.helmignore rename to stable/picoshare/9.2.0/.helmignore diff --git a/stable/picoshare/9.2.0/CHANGELOG.md b/stable/picoshare/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a0339123ae4 --- /dev/null +++ b/stable/picoshare/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + +## [picoshare-8.1.11](https://github.com/truecharts/charts/compare/picoshare-8.1.10...picoshare-8.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [picoshare-8.1.10](https://github.com/truecharts/charts/compare/picoshare-8.1.9...picoshare-8.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [picoshare-8.1.9](https://github.com/truecharts/charts/compare/picoshare-8.1.8...picoshare-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [picoshare-8.1.8](https://github.com/truecharts/charts/compare/picoshare-8.1.7...picoshare-8.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [picoshare-8.1.7](https://github.com/truecharts/charts/compare/picoshare-8.1.6...picoshare-8.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [picoshare-8.1.6](https://github.com/truecharts/charts/compare/picoshare-8.1.5...picoshare-8.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [picoshare-8.1.5](https://github.com/truecharts/charts/compare/picoshare-8.1.4...picoshare-8.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [picoshare-8.1.4](https://github.com/truecharts/charts/compare/picoshare-8.1.3...picoshare-8.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes + +- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) diff --git a/stable/picoshare/9.2.0/Chart.yaml b/stable/picoshare/9.2.0/Chart.yaml new file mode 100644 index 00000000000..5f77e64037b --- /dev/null +++ b/stable/picoshare/9.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.4.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/picoshare/9.1.0/README.md b/stable/picoshare/9.2.0/README.md similarity index 100% rename from stable/picoshare/9.1.0/README.md rename to stable/picoshare/9.2.0/README.md diff --git a/stable/picoshare/9.1.0/app-readme.md b/stable/picoshare/9.2.0/app-readme.md similarity index 100% rename from stable/picoshare/9.1.0/app-readme.md rename to stable/picoshare/9.2.0/app-readme.md diff --git a/stable/picoshare/9.2.0/charts/common-18.1.2.tgz b/stable/picoshare/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/picoshare/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/picoshare/9.1.0/ix_values.yaml b/stable/picoshare/9.2.0/ix_values.yaml similarity index 100% rename from stable/picoshare/9.1.0/ix_values.yaml rename to stable/picoshare/9.2.0/ix_values.yaml diff --git a/stable/picoshare/9.1.0/questions.yaml b/stable/picoshare/9.2.0/questions.yaml similarity index 100% rename from stable/picoshare/9.1.0/questions.yaml rename to stable/picoshare/9.2.0/questions.yaml diff --git a/stable/piwigo/12.2.1/templates/NOTES.txt b/stable/picoshare/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/piwigo/12.2.1/templates/NOTES.txt rename to stable/picoshare/9.2.0/templates/NOTES.txt diff --git a/stable/picoshare/9.1.0/templates/common.yaml b/stable/picoshare/9.2.0/templates/common.yaml similarity index 100% rename from stable/picoshare/9.1.0/templates/common.yaml rename to stable/picoshare/9.2.0/templates/common.yaml diff --git a/stable/pihole/15.1.0/values.yaml b/stable/picoshare/9.2.0/values.yaml similarity index 100% rename from stable/pihole/15.1.0/values.yaml rename to stable/picoshare/9.2.0/values.yaml diff --git a/stable/pigallery2/5.1.0/CHANGELOG.md b/stable/pigallery2/5.1.0/CHANGELOG.md deleted file mode 100644 index 2a37f5d759c..00000000000 --- a/stable/pigallery2/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/pigallery2/5.1.0/Chart.yaml b/stable/pigallery2/5.1.0/Chart.yaml deleted file mode 100644 index 6795c5e4335..00000000000 --- a/stable/pigallery2/5.1.0/Chart.yaml +++ /dev/null @@ -1,43 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/pigallery2/5.1.0/charts/common-18.0.1.tgz b/stable/pigallery2/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/pigallery2/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/pinry/9.1.0/.helmignore b/stable/pigallery2/5.2.0/.helmignore similarity index 100% rename from stable/pinry/9.1.0/.helmignore rename to stable/pigallery2/5.2.0/.helmignore diff --git a/stable/pigallery2/5.2.0/CHANGELOG.md b/stable/pigallery2/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..57ef661722e --- /dev/null +++ b/stable/pigallery2/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/pigallery2/5.2.0/Chart.yaml b/stable/pigallery2/5.2.0/Chart.yaml new file mode 100644 index 00000000000..38af54c7c96 --- /dev/null +++ b/stable/pigallery2/5.2.0/Chart.yaml @@ -0,0 +1,43 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/pigallery2/5.1.0/README.md b/stable/pigallery2/5.2.0/README.md similarity index 100% rename from stable/pigallery2/5.1.0/README.md rename to stable/pigallery2/5.2.0/README.md diff --git a/stable/pigallery2/5.1.0/app-readme.md b/stable/pigallery2/5.2.0/app-readme.md similarity index 100% rename from stable/pigallery2/5.1.0/app-readme.md rename to stable/pigallery2/5.2.0/app-readme.md diff --git a/stable/pigallery2/5.2.0/charts/common-18.1.2.tgz b/stable/pigallery2/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/pigallery2/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/pigallery2/5.1.0/ix_values.yaml b/stable/pigallery2/5.2.0/ix_values.yaml similarity index 100% rename from stable/pigallery2/5.1.0/ix_values.yaml rename to stable/pigallery2/5.2.0/ix_values.yaml diff --git a/stable/pigallery2/5.1.0/questions.yaml b/stable/pigallery2/5.2.0/questions.yaml similarity index 100% rename from stable/pigallery2/5.1.0/questions.yaml rename to stable/pigallery2/5.2.0/questions.yaml diff --git a/stable/pigallery2/5.1.0/templates/common.yaml b/stable/pigallery2/5.2.0/templates/common.yaml similarity index 100% rename from stable/pigallery2/5.1.0/templates/common.yaml rename to stable/pigallery2/5.2.0/templates/common.yaml diff --git a/stable/pinry/9.1.0/values.yaml b/stable/pigallery2/5.2.0/values.yaml similarity index 100% rename from stable/pinry/9.1.0/values.yaml rename to stable/pigallery2/5.2.0/values.yaml diff --git a/stable/pihole/15.1.0/CHANGELOG.md b/stable/pihole/15.1.0/CHANGELOG.md deleted file mode 100644 index 240f8c241f4..00000000000 --- a/stable/pihole/15.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - -## [pihole-14.0.5](https://github.com/truecharts/charts/compare/pihole-14.0.4...pihole-14.0.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pihole-14.0.4](https://github.com/truecharts/charts/compare/pihole-14.0.3...pihole-14.0.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [pihole-14.0.3](https://github.com/truecharts/charts/compare/pihole-14.0.2...pihole-14.0.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [pihole-14.0.2](https://github.com/truecharts/charts/compare/pihole-14.0.1...pihole-14.0.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [pihole-14.0.1](https://github.com/truecharts/charts/compare/pihole-14.0.0...pihole-14.0.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [pihole-14.0.0](https://github.com/truecharts/charts/compare/pihole-13.1.5...pihole-14.0.0) (2024-01-09) - -### Chore - - - -- update container image pihole/pihole to v2024.01.0[@d095ec4](https://github.com/d095ec4) by renovate ([#17027](https://github.com/truecharts/charts/issues/17027)) - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [pihole-13.1.5](https://github.com/truecharts/charts/compare/pihole-13.1.4...pihole-13.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [pihole-13.1.4](https://github.com/truecharts/charts/compare/pihole-13.1.3...pihole-13.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [pihole-13.1.3](https://github.com/truecharts/charts/compare/pihole-13.1.0...pihole-13.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/pihole/15.1.0/Chart.yaml b/stable/pihole/15.1.0/Chart.yaml deleted file mode 100644 index c9f94c8e60b..00000000000 --- a/stable/pihole/15.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.02.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/pihole/15.1.0/charts/common-18.0.1.tgz b/stable/pihole/15.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/pihole/15.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/piwigo/12.2.1/.helmignore b/stable/pihole/15.2.0/.helmignore similarity index 100% rename from stable/piwigo/12.2.1/.helmignore rename to stable/pihole/15.2.0/.helmignore diff --git a/stable/pihole/15.2.0/CHANGELOG.md b/stable/pihole/15.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a3ccaa92ab4 --- /dev/null +++ b/stable/pihole/15.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + +## [pihole-14.0.5](https://github.com/truecharts/charts/compare/pihole-14.0.4...pihole-14.0.5) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [pihole-14.0.4](https://github.com/truecharts/charts/compare/pihole-14.0.3...pihole-14.0.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [pihole-14.0.3](https://github.com/truecharts/charts/compare/pihole-14.0.2...pihole-14.0.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [pihole-14.0.2](https://github.com/truecharts/charts/compare/pihole-14.0.1...pihole-14.0.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [pihole-14.0.1](https://github.com/truecharts/charts/compare/pihole-14.0.0...pihole-14.0.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [pihole-14.0.0](https://github.com/truecharts/charts/compare/pihole-13.1.5...pihole-14.0.0) (2024-01-09) + +### Chore + + + +- update container image pihole/pihole to v2024.01.0[@d095ec4](https://github.com/d095ec4) by renovate ([#17027](https://github.com/truecharts/charts/issues/17027)) + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [pihole-13.1.5](https://github.com/truecharts/charts/compare/pihole-13.1.4...pihole-13.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [pihole-13.1.4](https://github.com/truecharts/charts/compare/pihole-13.1.3...pihole-13.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes + +- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) + + +## [pihole-13.1.3](https://github.com/truecharts/charts/compare/pihole-13.1.0...pihole-13.1.3) (2024-01-01) + +### Chore \ No newline at end of file diff --git a/stable/pihole/15.2.0/Chart.yaml b/stable/pihole/15.2.0/Chart.yaml new file mode 100644 index 00000000000..9380598a1a9 --- /dev/null +++ b/stable/pihole/15.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.02.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: DNS and Ad-filtering for your network +home: https://truecharts.org/charts/stable/pihole +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pihole.png +keywords: + - DNS +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pihole +sources: + - https://github.com/pi-hole + - https://github.com/pi-hole/docker-pi-hole + - https://pi-hole.net/ + - https://github.com/truecharts/charts/tree/master/charts/stable/pihole + - https://hub.docker.com/r/pihole/pihole +type: application +version: 15.2.0 diff --git a/stable/pihole/15.1.0/README.md b/stable/pihole/15.2.0/README.md similarity index 100% rename from stable/pihole/15.1.0/README.md rename to stable/pihole/15.2.0/README.md diff --git a/stable/pihole/15.1.0/app-readme.md b/stable/pihole/15.2.0/app-readme.md similarity index 100% rename from stable/pihole/15.1.0/app-readme.md rename to stable/pihole/15.2.0/app-readme.md diff --git a/stable/pihole/15.2.0/charts/common-18.1.2.tgz b/stable/pihole/15.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/pihole/15.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/pihole/15.1.0/ix_values.yaml b/stable/pihole/15.2.0/ix_values.yaml similarity index 100% rename from stable/pihole/15.1.0/ix_values.yaml rename to stable/pihole/15.2.0/ix_values.yaml diff --git a/stable/pihole/15.1.0/questions.yaml b/stable/pihole/15.2.0/questions.yaml similarity index 100% rename from stable/pihole/15.1.0/questions.yaml rename to stable/pihole/15.2.0/questions.yaml diff --git a/stable/pihole/15.1.0/templates/_configmap.tpl b/stable/pihole/15.2.0/templates/_configmap.tpl similarity index 100% rename from stable/pihole/15.1.0/templates/_configmap.tpl rename to stable/pihole/15.2.0/templates/_configmap.tpl diff --git a/stable/pihole/15.1.0/templates/common.yaml b/stable/pihole/15.2.0/templates/common.yaml similarity index 100% rename from stable/pihole/15.1.0/templates/common.yaml rename to stable/pihole/15.2.0/templates/common.yaml diff --git a/stable/piwigo/12.2.1/values.yaml b/stable/pihole/15.2.0/values.yaml similarity index 100% rename from stable/piwigo/12.2.1/values.yaml rename to stable/pihole/15.2.0/values.yaml diff --git a/stable/pinry/9.1.0/CHANGELOG.md b/stable/pinry/9.1.0/CHANGELOG.md deleted file mode 100644 index b36cbf1f6a9..00000000000 --- a/stable/pinry/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/pinry/9.1.0/Chart.yaml b/stable/pinry/9.1.0/Chart.yaml deleted file mode 100644 index 98e4b66fc4f..00000000000 --- a/stable/pinry/9.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.1.12 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/pinry/9.1.0/charts/common-18.0.1.tgz b/stable/pinry/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/pinry/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/pixapop/10.1.0/.helmignore b/stable/pinry/9.2.0/.helmignore similarity index 100% rename from stable/pixapop/10.1.0/.helmignore rename to stable/pinry/9.2.0/.helmignore diff --git a/stable/pinry/9.2.0/CHANGELOG.md b/stable/pinry/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..718af2faeaa --- /dev/null +++ b/stable/pinry/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/pinry/9.2.0/Chart.yaml b/stable/pinry/9.2.0/Chart.yaml new file mode 100644 index 00000000000..7fbe082573d --- /dev/null +++ b/stable/pinry/9.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.12 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/pinry/9.1.0/README.md b/stable/pinry/9.2.0/README.md similarity index 100% rename from stable/pinry/9.1.0/README.md rename to stable/pinry/9.2.0/README.md diff --git a/stable/pinry/9.1.0/app-readme.md b/stable/pinry/9.2.0/app-readme.md similarity index 100% rename from stable/pinry/9.1.0/app-readme.md rename to stable/pinry/9.2.0/app-readme.md diff --git a/stable/pinry/9.2.0/charts/common-18.1.2.tgz b/stable/pinry/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/pinry/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/pinry/9.1.0/ix_values.yaml b/stable/pinry/9.2.0/ix_values.yaml similarity index 100% rename from stable/pinry/9.1.0/ix_values.yaml rename to stable/pinry/9.2.0/ix_values.yaml diff --git a/stable/pinry/9.1.0/questions.yaml b/stable/pinry/9.2.0/questions.yaml similarity index 100% rename from stable/pinry/9.1.0/questions.yaml rename to stable/pinry/9.2.0/questions.yaml diff --git a/stable/pixapop/10.1.0/templates/NOTES.txt b/stable/pinry/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/pixapop/10.1.0/templates/NOTES.txt rename to stable/pinry/9.2.0/templates/NOTES.txt diff --git a/stable/pinry/9.1.0/templates/_secrets.tpl b/stable/pinry/9.2.0/templates/_secrets.tpl similarity index 100% rename from stable/pinry/9.1.0/templates/_secrets.tpl rename to stable/pinry/9.2.0/templates/_secrets.tpl diff --git a/stable/pinry/9.1.0/templates/common.yaml b/stable/pinry/9.2.0/templates/common.yaml similarity index 100% rename from stable/pinry/9.1.0/templates/common.yaml rename to stable/pinry/9.2.0/templates/common.yaml diff --git a/stable/pixapop/10.1.0/values.yaml b/stable/pinry/9.2.0/values.yaml similarity index 100% rename from stable/pixapop/10.1.0/values.yaml rename to stable/pinry/9.2.0/values.yaml diff --git a/stable/piwigo/12.2.1/CHANGELOG.md b/stable/piwigo/12.2.1/CHANGELOG.md deleted file mode 100644 index cc92ad222b2..00000000000 --- a/stable/piwigo/12.2.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - - diff --git a/stable/piwigo/12.2.1/Chart.yaml b/stable/piwigo/12.2.1/Chart.yaml deleted file mode 100644 index e05900a5f28..00000000000 --- a/stable/piwigo/12.2.1/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 14.2.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 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.1 diff --git a/stable/piwigo/12.2.1/charts/common-18.0.2.tgz b/stable/piwigo/12.2.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/piwigo/12.2.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/piwigo/12.2.1/ix_values.yaml b/stable/piwigo/12.2.1/ix_values.yaml deleted file mode 100644 index c27d1349079..00000000000 --- a/stable/piwigo/12.2.1/ix_values.yaml +++ /dev/null @@ -1,59 +0,0 @@ -image: - repository: ghcr.io/linuxserver/piwigo - pullPolicy: IfNotPresent - tag: 14.2.0@sha256:ab636f1fdd86ef4d26bd31b4c1dce82e3173a1bde081e4c0eafbe497b13da050 -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/pixark/5.1.0/.helmignore b/stable/piwigo/12.3.0/.helmignore similarity index 100% rename from stable/pixark/5.1.0/.helmignore rename to stable/piwigo/12.3.0/.helmignore diff --git a/stable/piwigo/12.3.0/CHANGELOG.md b/stable/piwigo/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..9b23cc0ccba --- /dev/null +++ b/stable/piwigo/12.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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) diff --git a/stable/piwigo/12.3.0/Chart.yaml b/stable/piwigo/12.3.0/Chart.yaml new file mode 100644 index 00000000000..d0c84730c68 --- /dev/null +++ b/stable/piwigo/12.3.0/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 14.2.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.0.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A 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.3.0 diff --git a/stable/piwigo/12.2.1/README.md b/stable/piwigo/12.3.0/README.md similarity index 100% rename from stable/piwigo/12.2.1/README.md rename to stable/piwigo/12.3.0/README.md diff --git a/stable/piwigo/12.2.1/app-readme.md b/stable/piwigo/12.3.0/app-readme.md similarity index 100% rename from stable/piwigo/12.2.1/app-readme.md rename to stable/piwigo/12.3.0/app-readme.md diff --git a/stable/piwigo/12.3.0/charts/common-18.1.2.tgz b/stable/piwigo/12.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/piwigo/12.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/piwigo/12.2.1/charts/mariadb-13.0.0.tgz b/stable/piwigo/12.3.0/charts/mariadb-13.0.0.tgz similarity index 100% rename from stable/piwigo/12.2.1/charts/mariadb-13.0.0.tgz rename to stable/piwigo/12.3.0/charts/mariadb-13.0.0.tgz diff --git a/stable/piwigo/12.3.0/ix_values.yaml b/stable/piwigo/12.3.0/ix_values.yaml new file mode 100644 index 00000000000..7209af2153d --- /dev/null +++ b/stable/piwigo/12.3.0/ix_values.yaml @@ -0,0 +1,59 @@ +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/piwigo/12.2.1/questions.yaml b/stable/piwigo/12.3.0/questions.yaml similarity index 100% rename from stable/piwigo/12.2.1/questions.yaml rename to stable/piwigo/12.3.0/questions.yaml diff --git a/stable/plaxt/8.1.0/templates/NOTES.txt b/stable/piwigo/12.3.0/templates/NOTES.txt similarity index 100% rename from stable/plaxt/8.1.0/templates/NOTES.txt rename to stable/piwigo/12.3.0/templates/NOTES.txt diff --git a/stable/pocketmine-mp/3.1.0/templates/common.yaml b/stable/piwigo/12.3.0/templates/common.yaml similarity index 100% rename from stable/pocketmine-mp/3.1.0/templates/common.yaml rename to stable/piwigo/12.3.0/templates/common.yaml diff --git a/stable/pixark/5.1.0/values.yaml b/stable/piwigo/12.3.0/values.yaml similarity index 100% rename from stable/pixark/5.1.0/values.yaml rename to stable/piwigo/12.3.0/values.yaml diff --git a/stable/pixapop/10.1.0/CHANGELOG.md b/stable/pixapop/10.1.0/CHANGELOG.md deleted file mode 100644 index 491a1ff1466..00000000000 --- a/stable/pixapop/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/pixapop/10.1.0/Chart.yaml b/stable/pixapop/10.1.0/Chart.yaml deleted file mode 100644 index e90aaf15c41..00000000000 --- a/stable/pixapop/10.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/pixapop/10.1.0/charts/common-18.0.1.tgz b/stable/pixapop/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/pixapop/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/plausible/10.2.2/.helmignore b/stable/pixapop/10.2.0/.helmignore similarity index 100% rename from stable/plausible/10.2.2/.helmignore rename to stable/pixapop/10.2.0/.helmignore diff --git a/stable/pixapop/10.2.0/CHANGELOG.md b/stable/pixapop/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a18021d7905 --- /dev/null +++ b/stable/pixapop/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/pixapop/10.2.0/Chart.yaml b/stable/pixapop/10.2.0/Chart.yaml new file mode 100644 index 00000000000..641c14c7230 --- /dev/null +++ b/stable/pixapop/10.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/pixapop/10.1.0/README.md b/stable/pixapop/10.2.0/README.md similarity index 100% rename from stable/pixapop/10.1.0/README.md rename to stable/pixapop/10.2.0/README.md diff --git a/stable/pixapop/10.1.0/app-readme.md b/stable/pixapop/10.2.0/app-readme.md similarity index 100% rename from stable/pixapop/10.1.0/app-readme.md rename to stable/pixapop/10.2.0/app-readme.md diff --git a/stable/pixapop/10.2.0/charts/common-18.1.2.tgz b/stable/pixapop/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/pixapop/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/pixapop/10.1.0/ix_values.yaml b/stable/pixapop/10.2.0/ix_values.yaml similarity index 100% rename from stable/pixapop/10.1.0/ix_values.yaml rename to stable/pixapop/10.2.0/ix_values.yaml diff --git a/stable/pixapop/10.1.0/questions.yaml b/stable/pixapop/10.2.0/questions.yaml similarity index 100% rename from stable/pixapop/10.1.0/questions.yaml rename to stable/pixapop/10.2.0/questions.yaml diff --git a/stable/plex-auto-languages/8.1.0/templates/NOTES.txt b/stable/pixapop/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/plex-auto-languages/8.1.0/templates/NOTES.txt rename to stable/pixapop/10.2.0/templates/NOTES.txt diff --git a/stable/pixapop/10.1.0/templates/common.yaml b/stable/pixapop/10.2.0/templates/common.yaml similarity index 100% rename from stable/pixapop/10.1.0/templates/common.yaml rename to stable/pixapop/10.2.0/templates/common.yaml diff --git a/stable/plausible/10.2.2/values.yaml b/stable/pixapop/10.2.0/values.yaml similarity index 100% rename from stable/plausible/10.2.2/values.yaml rename to stable/pixapop/10.2.0/values.yaml diff --git a/stable/pixark/5.1.0/CHANGELOG.md b/stable/pixark/5.1.0/CHANGELOG.md deleted file mode 100644 index 1c93deb670d..00000000000 --- a/stable/pixark/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/pixark/5.1.0/Chart.yaml b/stable/pixark/5.1.0/Chart.yaml deleted file mode 100644 index 71d8c36611a..00000000000 --- a/stable/pixark/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/pixark/5.1.0/charts/common-18.0.1.tgz b/stable/pixark/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/pixark/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/plaxt/8.1.0/.helmignore b/stable/pixark/5.2.0/.helmignore similarity index 100% rename from stable/plaxt/8.1.0/.helmignore rename to stable/pixark/5.2.0/.helmignore diff --git a/stable/pixark/5.2.0/CHANGELOG.md b/stable/pixark/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..6951bed05ba --- /dev/null +++ b/stable/pixark/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/pixark/5.2.0/Chart.yaml b/stable/pixark/5.2.0/Chart.yaml new file mode 100644 index 00000000000..bab2903c6a0 --- /dev/null +++ b/stable/pixark/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: pixark +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/pixark/5.1.0/README.md b/stable/pixark/5.2.0/README.md similarity index 100% rename from stable/pixark/5.1.0/README.md rename to stable/pixark/5.2.0/README.md diff --git a/stable/pixark/5.1.0/app-readme.md b/stable/pixark/5.2.0/app-readme.md similarity index 100% rename from stable/pixark/5.1.0/app-readme.md rename to stable/pixark/5.2.0/app-readme.md diff --git a/stable/pixark/5.2.0/charts/common-18.1.2.tgz b/stable/pixark/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/pixark/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/pixark/5.1.0/ix_values.yaml b/stable/pixark/5.2.0/ix_values.yaml similarity index 100% rename from stable/pixark/5.1.0/ix_values.yaml rename to stable/pixark/5.2.0/ix_values.yaml diff --git a/stable/pixark/5.1.0/questions.yaml b/stable/pixark/5.2.0/questions.yaml similarity index 100% rename from stable/pixark/5.1.0/questions.yaml rename to stable/pixark/5.2.0/questions.yaml diff --git a/stable/pixark/5.1.0/templates/common.yaml b/stable/pixark/5.2.0/templates/common.yaml similarity index 100% rename from stable/pixark/5.1.0/templates/common.yaml rename to stable/pixark/5.2.0/templates/common.yaml diff --git a/stable/plaxt/8.1.0/values.yaml b/stable/pixark/5.2.0/values.yaml similarity index 100% rename from stable/plaxt/8.1.0/values.yaml rename to stable/pixark/5.2.0/values.yaml diff --git a/stable/plausible/10.2.2/CHANGELOG.md b/stable/plausible/10.2.2/CHANGELOG.md deleted file mode 100644 index 842d1160990..00000000000 --- a/stable/plausible/10.2.2/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)) - - -## [plausible-8.2.2](https://github.com/truecharts/charts/compare/plausible-8.2.1...plausible-8.2.2) (2024-01-02) diff --git a/stable/plausible/10.2.2/Chart.yaml b/stable/plausible/10.2.2/Chart.yaml deleted file mode 100644 index 83b0bb53200..00000000000 --- a/stable/plausible/10.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: 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.0.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: clickhouse - version: 12.1.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.2.2 diff --git a/stable/plausible/10.2.2/charts/clickhouse-12.1.0.tgz b/stable/plausible/10.2.2/charts/clickhouse-12.1.0.tgz deleted file mode 100644 index 49490cef37e..00000000000 Binary files a/stable/plausible/10.2.2/charts/clickhouse-12.1.0.tgz and /dev/null differ diff --git a/stable/plausible/10.2.2/charts/common-18.0.2.tgz b/stable/plausible/10.2.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/plausible/10.2.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/plex-auto-languages/8.1.0/.helmignore b/stable/plausible/10.3.0/.helmignore similarity index 100% rename from stable/plex-auto-languages/8.1.0/.helmignore rename to stable/plausible/10.3.0/.helmignore diff --git a/stable/plausible/10.3.0/CHANGELOG.md b/stable/plausible/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..cc86cd9fe28 --- /dev/null +++ b/stable/plausible/10.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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)) \ No newline at end of file diff --git a/stable/plausible/10.3.0/Chart.yaml b/stable/plausible/10.3.0/Chart.yaml new file mode 100644 index 00000000000..aeabe73f185 --- /dev/null +++ b/stable/plausible/10.3.0/Chart.yaml @@ -0,0 +1,47 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: analytics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: clickhouse + version: 12.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.3.0 diff --git a/stable/plausible/10.2.2/README.md b/stable/plausible/10.3.0/README.md similarity index 100% rename from stable/plausible/10.2.2/README.md rename to stable/plausible/10.3.0/README.md diff --git a/stable/plausible/10.2.2/app-readme.md b/stable/plausible/10.3.0/app-readme.md similarity index 100% rename from stable/plausible/10.2.2/app-readme.md rename to stable/plausible/10.3.0/app-readme.md diff --git a/stable/plausible/10.3.0/charts/clickhouse-12.1.3.tgz b/stable/plausible/10.3.0/charts/clickhouse-12.1.3.tgz new file mode 100644 index 00000000000..4bf19fc9967 Binary files /dev/null and b/stable/plausible/10.3.0/charts/clickhouse-12.1.3.tgz differ diff --git a/stable/plausible/10.3.0/charts/common-18.1.2.tgz b/stable/plausible/10.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/plausible/10.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/plausible/10.2.2/ix_values.yaml b/stable/plausible/10.3.0/ix_values.yaml similarity index 100% rename from stable/plausible/10.2.2/ix_values.yaml rename to stable/plausible/10.3.0/ix_values.yaml diff --git a/stable/plausible/10.2.2/questions.yaml b/stable/plausible/10.3.0/questions.yaml similarity index 100% rename from stable/plausible/10.2.2/questions.yaml rename to stable/plausible/10.3.0/questions.yaml diff --git a/stable/plausible/10.2.2/templates/_configmap.tpl b/stable/plausible/10.3.0/templates/_configmap.tpl similarity index 100% rename from stable/plausible/10.2.2/templates/_configmap.tpl rename to stable/plausible/10.3.0/templates/_configmap.tpl diff --git a/stable/plausible/10.2.2/templates/_secret.tpl b/stable/plausible/10.3.0/templates/_secret.tpl similarity index 100% rename from stable/plausible/10.2.2/templates/_secret.tpl rename to stable/plausible/10.3.0/templates/_secret.tpl diff --git a/stable/plausible/10.2.2/templates/common.yaml b/stable/plausible/10.3.0/templates/common.yaml similarity index 100% rename from stable/plausible/10.2.2/templates/common.yaml rename to stable/plausible/10.3.0/templates/common.yaml diff --git a/stable/plex-auto-languages/8.1.0/values.yaml b/stable/plausible/10.3.0/values.yaml similarity index 100% rename from stable/plex-auto-languages/8.1.0/values.yaml rename to stable/plausible/10.3.0/values.yaml diff --git a/stable/plaxt/8.1.0/CHANGELOG.md b/stable/plaxt/8.1.0/CHANGELOG.md deleted file mode 100644 index c818511335b..00000000000 --- a/stable/plaxt/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/plaxt/8.1.0/Chart.yaml b/stable/plaxt/8.1.0/Chart.yaml deleted file mode 100644 index 710daec7bcf..00000000000 --- a/stable/plaxt/8.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: 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.1 - 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.0 diff --git a/stable/plaxt/8.1.0/charts/common-18.0.1.tgz b/stable/plaxt/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/plaxt/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/plex-meta-manager/6.1.0/.helmignore b/stable/plaxt/8.2.0/.helmignore similarity index 100% rename from stable/plex-meta-manager/6.1.0/.helmignore rename to stable/plaxt/8.2.0/.helmignore diff --git a/stable/plaxt/8.2.0/CHANGELOG.md b/stable/plaxt/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b37c1f53963 --- /dev/null +++ b/stable/plaxt/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/plaxt/8.2.0/Chart.yaml b/stable/plaxt/8.2.0/Chart.yaml new file mode 100644 index 00000000000..211de798be1 --- /dev/null +++ b/stable/plaxt/8.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/plaxt/8.1.0/README.md b/stable/plaxt/8.2.0/README.md similarity index 100% rename from stable/plaxt/8.1.0/README.md rename to stable/plaxt/8.2.0/README.md diff --git a/stable/plaxt/8.1.0/app-readme.md b/stable/plaxt/8.2.0/app-readme.md similarity index 100% rename from stable/plaxt/8.1.0/app-readme.md rename to stable/plaxt/8.2.0/app-readme.md diff --git a/stable/plaxt/8.2.0/charts/common-18.1.2.tgz b/stable/plaxt/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/plaxt/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/plaxt/8.1.0/ix_values.yaml b/stable/plaxt/8.2.0/ix_values.yaml similarity index 100% rename from stable/plaxt/8.1.0/ix_values.yaml rename to stable/plaxt/8.2.0/ix_values.yaml diff --git a/stable/plaxt/8.1.0/questions.yaml b/stable/plaxt/8.2.0/questions.yaml similarity index 100% rename from stable/plaxt/8.1.0/questions.yaml rename to stable/plaxt/8.2.0/questions.yaml diff --git a/stable/plex-meta-manager/6.1.0/templates/NOTES.txt b/stable/plaxt/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/plex-meta-manager/6.1.0/templates/NOTES.txt rename to stable/plaxt/8.2.0/templates/NOTES.txt diff --git a/stable/plaxt/8.1.0/templates/common.yaml b/stable/plaxt/8.2.0/templates/common.yaml similarity index 100% rename from stable/plaxt/8.1.0/templates/common.yaml rename to stable/plaxt/8.2.0/templates/common.yaml diff --git a/stable/plex-meta-manager/6.1.0/values.yaml b/stable/plaxt/8.2.0/values.yaml similarity index 100% rename from stable/plex-meta-manager/6.1.0/values.yaml rename to stable/plaxt/8.2.0/values.yaml diff --git a/stable/plex-auto-languages/8.1.0/CHANGELOG.md b/stable/plex-auto-languages/8.1.0/CHANGELOG.md deleted file mode 100644 index c78cb8916ac..00000000000 --- a/stable/plex-auto-languages/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/plex-auto-languages/8.1.0/Chart.yaml b/stable/plex-auto-languages/8.1.0/Chart.yaml deleted file mode 100644 index 30bdf1d3bb3..00000000000 --- a/stable/plex-auto-languages/8.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/plex-auto-languages/8.1.0/charts/common-18.0.1.tgz b/stable/plex-auto-languages/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/plex-auto-languages/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/plex-playlist-sync/3.1.0/.helmignore b/stable/plex-auto-languages/8.2.0/.helmignore similarity index 100% rename from stable/plex-playlist-sync/3.1.0/.helmignore rename to stable/plex-auto-languages/8.2.0/.helmignore diff --git a/stable/plex-auto-languages/8.2.0/CHANGELOG.md b/stable/plex-auto-languages/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..cb82fdcaa1f --- /dev/null +++ b/stable/plex-auto-languages/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/plex-auto-languages/8.2.0/Chart.yaml b/stable/plex-auto-languages/8.2.0/Chart.yaml new file mode 100644 index 00000000000..6777ee05e16 --- /dev/null +++ b/stable/plex-auto-languages/8.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/plex-auto-languages/8.1.0/README.md b/stable/plex-auto-languages/8.2.0/README.md similarity index 100% rename from stable/plex-auto-languages/8.1.0/README.md rename to stable/plex-auto-languages/8.2.0/README.md diff --git a/stable/plex-auto-languages/8.1.0/app-readme.md b/stable/plex-auto-languages/8.2.0/app-readme.md similarity index 100% rename from stable/plex-auto-languages/8.1.0/app-readme.md rename to stable/plex-auto-languages/8.2.0/app-readme.md diff --git a/stable/plex-auto-languages/8.2.0/charts/common-18.1.2.tgz b/stable/plex-auto-languages/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/plex-auto-languages/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/plex-auto-languages/8.1.0/ix_values.yaml b/stable/plex-auto-languages/8.2.0/ix_values.yaml similarity index 100% rename from stable/plex-auto-languages/8.1.0/ix_values.yaml rename to stable/plex-auto-languages/8.2.0/ix_values.yaml diff --git a/stable/plex-auto-languages/8.1.0/questions.yaml b/stable/plex-auto-languages/8.2.0/questions.yaml similarity index 100% rename from stable/plex-auto-languages/8.1.0/questions.yaml rename to stable/plex-auto-languages/8.2.0/questions.yaml diff --git a/stable/plex-playlist-sync/3.1.0/templates/NOTES.txt b/stable/plex-auto-languages/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/plex-playlist-sync/3.1.0/templates/NOTES.txt rename to stable/plex-auto-languages/8.2.0/templates/NOTES.txt diff --git a/stable/plex-auto-languages/8.1.0/templates/common.yaml b/stable/plex-auto-languages/8.2.0/templates/common.yaml similarity index 100% rename from stable/plex-auto-languages/8.1.0/templates/common.yaml rename to stable/plex-auto-languages/8.2.0/templates/common.yaml diff --git a/stable/plex-playlist-sync/3.1.0/values.yaml b/stable/plex-auto-languages/8.2.0/values.yaml similarity index 100% rename from stable/plex-playlist-sync/3.1.0/values.yaml rename to stable/plex-auto-languages/8.2.0/values.yaml diff --git a/stable/plex-meta-manager/6.1.0/CHANGELOG.md b/stable/plex-meta-manager/6.1.0/CHANGELOG.md deleted file mode 100644 index b129861d30a..00000000000 --- a/stable/plex-meta-manager/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/plex-meta-manager/6.1.0/Chart.yaml b/stable/plex-meta-manager/6.1.0/Chart.yaml deleted file mode 100644 index bfd91cf663a..00000000000 --- a/stable/plex-meta-manager/6.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.20.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/plex-meta-manager/6.1.0/charts/common-18.0.1.tgz b/stable/plex-meta-manager/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/plex-meta-manager/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/plex-utills/8.1.0/.helmignore b/stable/plex-meta-manager/6.2.0/.helmignore similarity index 100% rename from stable/plex-utills/8.1.0/.helmignore rename to stable/plex-meta-manager/6.2.0/.helmignore diff --git a/stable/plex-meta-manager/6.2.0/CHANGELOG.md b/stable/plex-meta-manager/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..cd03bde1d10 --- /dev/null +++ b/stable/plex-meta-manager/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [plex-meta-manager-5.2.6](https://github.com/truecharts/charts/compare/plex-meta-manager-5.2.5...plex-meta-manager-5.2.6) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [plex-meta-manager-5.2.5](https://github.com/truecharts/charts/compare/plex-meta-manager-5.2.4...plex-meta-manager-5.2.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [plex-meta-manager-5.2.4](https://github.com/truecharts/charts/compare/plex-meta-manager-5.2.3...plex-meta-manager-5.2.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [plex-meta-manager-5.2.3](https://github.com/truecharts/charts/compare/plex-meta-manager-5.2.2...plex-meta-manager-5.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [plex-meta-manager-5.2.2](https://github.com/truecharts/charts/compare/plex-meta-manager-5.2.1...plex-meta-manager-5.2.2) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [plex-meta-manager-5.2.1](https://github.com/truecharts/charts/compare/plex-meta-manager-5.2.0...plex-meta-manager-5.2.1) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [plex-meta-manager-5.2.0](https://github.com/truecharts/charts/compare/plex-meta-manager-5.1.8...plex-meta-manager-5.2.0) (2024-01-08) + +### Chore + + + +- update container image meisnate12/plex-meta-manager to v1.20.0[@5bcf400](https://github.com/5bcf400) by renovate ([#17022](https://github.com/truecharts/charts/issues/17022)) + + +## [plex-meta-manager-5.1.8](https://github.com/truecharts/charts/compare/plex-meta-manager-5.1.7...plex-meta-manager-5.1.8) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [plex-meta-manager-5.1.7](https://github.com/truecharts/charts/compare/plex-meta-manager-5.1.6...plex-meta-manager-5.1.7) (2024-01-02) + +### Chore + + + +- update container image meisnate12/plex-meta-manager to v1.19.1[@25dd08a](https://github.com/25dd08a) by renovate ([#16786](https://github.com/truecharts/charts/issues/16786)) diff --git a/stable/plex-meta-manager/6.2.0/Chart.yaml b/stable/plex-meta-manager/6.2.0/Chart.yaml new file mode 100644 index 00000000000..b008163c437 --- /dev/null +++ b/stable/plex-meta-manager/6.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.20.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/plex-meta-manager/6.1.0/README.md b/stable/plex-meta-manager/6.2.0/README.md similarity index 100% rename from stable/plex-meta-manager/6.1.0/README.md rename to stable/plex-meta-manager/6.2.0/README.md diff --git a/stable/plex-meta-manager/6.1.0/app-readme.md b/stable/plex-meta-manager/6.2.0/app-readme.md similarity index 100% rename from stable/plex-meta-manager/6.1.0/app-readme.md rename to stable/plex-meta-manager/6.2.0/app-readme.md diff --git a/stable/plex-meta-manager/6.2.0/charts/common-18.1.2.tgz b/stable/plex-meta-manager/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/plex-meta-manager/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/plex-meta-manager/6.1.0/ix_values.yaml b/stable/plex-meta-manager/6.2.0/ix_values.yaml similarity index 100% rename from stable/plex-meta-manager/6.1.0/ix_values.yaml rename to stable/plex-meta-manager/6.2.0/ix_values.yaml diff --git a/stable/plex-meta-manager/6.1.0/questions.yaml b/stable/plex-meta-manager/6.2.0/questions.yaml similarity index 100% rename from stable/plex-meta-manager/6.1.0/questions.yaml rename to stable/plex-meta-manager/6.2.0/questions.yaml diff --git a/stable/plex-utills/8.1.0/templates/NOTES.txt b/stable/plex-meta-manager/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/plex-utills/8.1.0/templates/NOTES.txt rename to stable/plex-meta-manager/6.2.0/templates/NOTES.txt diff --git a/stable/plex-meta-manager/6.1.0/templates/_secret.tpl b/stable/plex-meta-manager/6.2.0/templates/_secret.tpl similarity index 100% rename from stable/plex-meta-manager/6.1.0/templates/_secret.tpl rename to stable/plex-meta-manager/6.2.0/templates/_secret.tpl diff --git a/stable/plex-meta-manager/6.1.0/templates/common.yaml b/stable/plex-meta-manager/6.2.0/templates/common.yaml similarity index 100% rename from stable/plex-meta-manager/6.1.0/templates/common.yaml rename to stable/plex-meta-manager/6.2.0/templates/common.yaml diff --git a/stable/plex-utills/8.1.0/values.yaml b/stable/plex-meta-manager/6.2.0/values.yaml similarity index 100% rename from stable/plex-utills/8.1.0/values.yaml rename to stable/plex-meta-manager/6.2.0/values.yaml diff --git a/stable/plex-playlist-sync/3.1.0/CHANGELOG.md b/stable/plex-playlist-sync/3.1.0/CHANGELOG.md deleted file mode 100644 index 33a20a22390..00000000000 --- a/stable/plex-playlist-sync/3.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/plex-playlist-sync/3.1.0/Chart.yaml b/stable/plex-playlist-sync/3.1.0/Chart.yaml deleted file mode 100644 index 98b8b63af55..00000000000 --- a/stable/plex-playlist-sync/3.1.0/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/plex-playlist-sync/3.1.0/charts/common-18.0.1.tgz b/stable/plex-playlist-sync/3.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/plex-playlist-sync/3.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/plex/17.1.0/.helmignore b/stable/plex-playlist-sync/3.2.0/.helmignore similarity index 100% rename from stable/plex/17.1.0/.helmignore rename to stable/plex-playlist-sync/3.2.0/.helmignore diff --git a/stable/plex-playlist-sync/3.2.0/CHANGELOG.md b/stable/plex-playlist-sync/3.2.0/CHANGELOG.md new file mode 100644 index 00000000000..edc4d3aaf0a --- /dev/null +++ b/stable/plex-playlist-sync/3.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [plex-playlist-sync-2.1.14](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.13...plex-playlist-sync-2.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [plex-playlist-sync-2.1.13](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.12...plex-playlist-sync-2.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [plex-playlist-sync-2.1.12](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.11...plex-playlist-sync-2.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [plex-playlist-sync-2.1.11](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.10...plex-playlist-sync-2.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [plex-playlist-sync-2.1.10](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.9...plex-playlist-sync-2.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [plex-playlist-sync-2.1.9](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.8...plex-playlist-sync-2.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [plex-playlist-sync-2.1.8](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.7...plex-playlist-sync-2.1.8) (2024-01-03) + +### Chore + + + +- update container image rnagabhyrava/plexplaylistsync to latest[@c9e85cb](https://github.com/c9e85cb) by renovate ([#16790](https://github.com/truecharts/charts/issues/16790)) + + +## [plex-playlist-sync-2.1.7](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.6...plex-playlist-sync-2.1.7) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [plex-playlist-sync-2.1.6](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.4...plex-playlist-sync-2.1.6) (2024-01-02) + +### Chore + + + +- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) diff --git a/stable/plex-playlist-sync/3.2.0/Chart.yaml b/stable/plex-playlist-sync/3.2.0/Chart.yaml new file mode 100644 index 00000000000..711611a33d4 --- /dev/null +++ b/stable/plex-playlist-sync/3.2.0/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/plex-playlist-sync/3.1.0/README.md b/stable/plex-playlist-sync/3.2.0/README.md similarity index 100% rename from stable/plex-playlist-sync/3.1.0/README.md rename to stable/plex-playlist-sync/3.2.0/README.md diff --git a/stable/plex-playlist-sync/3.1.0/app-readme.md b/stable/plex-playlist-sync/3.2.0/app-readme.md similarity index 100% rename from stable/plex-playlist-sync/3.1.0/app-readme.md rename to stable/plex-playlist-sync/3.2.0/app-readme.md diff --git a/stable/plex-playlist-sync/3.2.0/charts/common-18.1.2.tgz b/stable/plex-playlist-sync/3.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/plex-playlist-sync/3.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/plex-playlist-sync/3.1.0/ix_values.yaml b/stable/plex-playlist-sync/3.2.0/ix_values.yaml similarity index 100% rename from stable/plex-playlist-sync/3.1.0/ix_values.yaml rename to stable/plex-playlist-sync/3.2.0/ix_values.yaml diff --git a/stable/plex-playlist-sync/3.1.0/questions.yaml b/stable/plex-playlist-sync/3.2.0/questions.yaml similarity index 100% rename from stable/plex-playlist-sync/3.1.0/questions.yaml rename to stable/plex-playlist-sync/3.2.0/questions.yaml diff --git a/stable/plex/17.1.0/templates/NOTES.txt b/stable/plex-playlist-sync/3.2.0/templates/NOTES.txt similarity index 100% rename from stable/plex/17.1.0/templates/NOTES.txt rename to stable/plex-playlist-sync/3.2.0/templates/NOTES.txt diff --git a/stable/plex-playlist-sync/3.1.0/templates/common.yaml b/stable/plex-playlist-sync/3.2.0/templates/common.yaml similarity index 100% rename from stable/plex-playlist-sync/3.1.0/templates/common.yaml rename to stable/plex-playlist-sync/3.2.0/templates/common.yaml diff --git a/stable/plex/17.1.0/values.yaml b/stable/plex-playlist-sync/3.2.0/values.yaml similarity index 100% rename from stable/plex/17.1.0/values.yaml rename to stable/plex-playlist-sync/3.2.0/values.yaml diff --git a/stable/plex-utills/8.1.0/CHANGELOG.md b/stable/plex-utills/8.1.0/CHANGELOG.md deleted file mode 100644 index 0109964a474..00000000000 --- a/stable/plex-utills/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/plex-utills/8.1.0/Chart.yaml b/stable/plex-utills/8.1.0/Chart.yaml deleted file mode 100644 index 542235c1696..00000000000 --- a/stable/plex-utills/8.1.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: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/plex-utills/8.1.0/charts/common-18.0.1.tgz b/stable/plex-utills/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/plex-utills/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/plexanisync/6.1.0/.helmignore b/stable/plex-utills/8.2.0/.helmignore similarity index 100% rename from stable/plexanisync/6.1.0/.helmignore rename to stable/plex-utills/8.2.0/.helmignore diff --git a/stable/plex-utills/8.2.0/CHANGELOG.md b/stable/plex-utills/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..707a6871468 --- /dev/null +++ b/stable/plex-utills/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/plex-utills/8.2.0/Chart.yaml b/stable/plex-utills/8.2.0/Chart.yaml new file mode 100644 index 00000000000..c4df7d26f8e --- /dev/null +++ b/stable/plex-utills/8.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/plex-utills/8.1.0/README.md b/stable/plex-utills/8.2.0/README.md similarity index 100% rename from stable/plex-utills/8.1.0/README.md rename to stable/plex-utills/8.2.0/README.md diff --git a/stable/plex-utills/8.1.0/app-readme.md b/stable/plex-utills/8.2.0/app-readme.md similarity index 100% rename from stable/plex-utills/8.1.0/app-readme.md rename to stable/plex-utills/8.2.0/app-readme.md diff --git a/stable/plex-utills/8.2.0/charts/common-18.1.2.tgz b/stable/plex-utills/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/plex-utills/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/plex-utills/8.1.0/ix_values.yaml b/stable/plex-utills/8.2.0/ix_values.yaml similarity index 100% rename from stable/plex-utills/8.1.0/ix_values.yaml rename to stable/plex-utills/8.2.0/ix_values.yaml diff --git a/stable/plex-utills/8.1.0/questions.yaml b/stable/plex-utills/8.2.0/questions.yaml similarity index 100% rename from stable/plex-utills/8.1.0/questions.yaml rename to stable/plex-utills/8.2.0/questions.yaml diff --git a/stable/plexanisync/6.1.0/templates/NOTES.txt b/stable/plex-utills/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/plexanisync/6.1.0/templates/NOTES.txt rename to stable/plex-utills/8.2.0/templates/NOTES.txt diff --git a/stable/plex-utills/8.1.0/templates/common.yaml b/stable/plex-utills/8.2.0/templates/common.yaml similarity index 100% rename from stable/plex-utills/8.1.0/templates/common.yaml rename to stable/plex-utills/8.2.0/templates/common.yaml diff --git a/stable/plexanisync/6.1.0/values.yaml b/stable/plex-utills/8.2.0/values.yaml similarity index 100% rename from stable/plexanisync/6.1.0/values.yaml rename to stable/plex-utills/8.2.0/values.yaml diff --git a/stable/plex/17.1.0/CHANGELOG.md b/stable/plex/17.1.0/CHANGELOG.md deleted file mode 100644 index 7160912b044..00000000000 --- a/stable/plex/17.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [plex-16.1.13](https://github.com/truecharts/charts/compare/plex-16.1.12...plex-16.1.13) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/onedr0p/plex to 1.32.8.7639-fb6452ebf[@97bf4a8](https://github.com/97bf4a8) by renovate ([#18228](https://github.com/truecharts/charts/issues/18228)) - - -## [plex-16.1.12](https://github.com/truecharts/charts/compare/plex-16.1.11...plex-16.1.12) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/onedr0p/plex to 1.32.8.7639-fb6452ebf[@76dce9f](https://github.com/76dce9f) by renovate ([#18165](https://github.com/truecharts/charts/issues/18165)) - - -## [plex-16.1.11](https://github.com/truecharts/charts/compare/plex-16.1.10...plex-16.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [plex-16.1.10](https://github.com/truecharts/charts/compare/plex-16.1.9...plex-16.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [plex-16.1.9](https://github.com/truecharts/charts/compare/plex-16.1.8...plex-16.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [plex-16.1.8](https://github.com/truecharts/charts/compare/plex-16.1.7...plex-16.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [plex-16.1.7](https://github.com/truecharts/charts/compare/plex-16.1.6...plex-16.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [plex-16.1.6](https://github.com/truecharts/charts/compare/plex-16.1.5...plex-16.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [plex-16.1.5](https://github.com/truecharts/charts/compare/plex-16.1.4...plex-16.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs diff --git a/stable/plex/17.1.0/Chart.yaml b/stable/plex/17.1.0/Chart.yaml deleted file mode 100644 index 651ce91d026..00000000000 --- a/stable/plex/17.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/plex/17.1.0/charts/common-18.0.1.tgz b/stable/plex/17.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/plex/17.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/plexripper/8.1.0/.helmignore b/stable/plex/17.2.0/.helmignore similarity index 100% rename from stable/plexripper/8.1.0/.helmignore rename to stable/plex/17.2.0/.helmignore diff --git a/stable/plex/17.2.0/CHANGELOG.md b/stable/plex/17.2.0/CHANGELOG.md new file mode 100644 index 00000000000..49690e9b687 --- /dev/null +++ b/stable/plex/17.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + +## [plex-16.1.13](https://github.com/truecharts/charts/compare/plex-16.1.12...plex-16.1.13) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/onedr0p/plex to 1.32.8.7639-fb6452ebf[@97bf4a8](https://github.com/97bf4a8) by renovate ([#18228](https://github.com/truecharts/charts/issues/18228)) + + +## [plex-16.1.12](https://github.com/truecharts/charts/compare/plex-16.1.11...plex-16.1.12) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/onedr0p/plex to 1.32.8.7639-fb6452ebf[@76dce9f](https://github.com/76dce9f) by renovate ([#18165](https://github.com/truecharts/charts/issues/18165)) + + +## [plex-16.1.11](https://github.com/truecharts/charts/compare/plex-16.1.10...plex-16.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [plex-16.1.10](https://github.com/truecharts/charts/compare/plex-16.1.9...plex-16.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [plex-16.1.9](https://github.com/truecharts/charts/compare/plex-16.1.8...plex-16.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [plex-16.1.8](https://github.com/truecharts/charts/compare/plex-16.1.7...plex-16.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [plex-16.1.7](https://github.com/truecharts/charts/compare/plex-16.1.6...plex-16.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [plex-16.1.6](https://github.com/truecharts/charts/compare/plex-16.1.5...plex-16.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [plex-16.1.5](https://github.com/truecharts/charts/compare/plex-16.1.4...plex-16.1.5) (2024-01-02) + +### Chore diff --git a/stable/plex/17.2.0/Chart.yaml b/stable/plex/17.2.0/Chart.yaml new file mode 100644 index 00000000000..7d47e37c5f4 --- /dev/null +++ b/stable/plex/17.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.40.0.7998 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Plex Media Server +home: https://truecharts.org/charts/stable/plex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex.png +keywords: + - plex + - plex-media-server +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plex +sources: + - https://github.com/k8s-at-home/container-images/pkgs/container/plex + - https://github.com/truecharts/charts/tree/master/charts/stable/plex + - https://ghcr.io/onedr0p/plex +type: application +version: 17.2.0 diff --git a/stable/plex/17.1.0/README.md b/stable/plex/17.2.0/README.md similarity index 100% rename from stable/plex/17.1.0/README.md rename to stable/plex/17.2.0/README.md diff --git a/stable/plex/17.1.0/app-readme.md b/stable/plex/17.2.0/app-readme.md similarity index 100% rename from stable/plex/17.1.0/app-readme.md rename to stable/plex/17.2.0/app-readme.md diff --git a/stable/plex/17.2.0/charts/common-18.1.2.tgz b/stable/plex/17.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/plex/17.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/plex/17.1.0/ix_values.yaml b/stable/plex/17.2.0/ix_values.yaml similarity index 100% rename from stable/plex/17.1.0/ix_values.yaml rename to stable/plex/17.2.0/ix_values.yaml diff --git a/stable/plex/17.1.0/questions.yaml b/stable/plex/17.2.0/questions.yaml similarity index 100% rename from stable/plex/17.1.0/questions.yaml rename to stable/plex/17.2.0/questions.yaml diff --git a/stable/plexripper/8.1.0/templates/NOTES.txt b/stable/plex/17.2.0/templates/NOTES.txt similarity index 100% rename from stable/plexripper/8.1.0/templates/NOTES.txt rename to stable/plex/17.2.0/templates/NOTES.txt diff --git a/stable/plex/17.1.0/templates/common.yaml b/stable/plex/17.2.0/templates/common.yaml similarity index 100% rename from stable/plex/17.1.0/templates/common.yaml rename to stable/plex/17.2.0/templates/common.yaml diff --git a/stable/plexripper/8.1.0/values.yaml b/stable/plex/17.2.0/values.yaml similarity index 100% rename from stable/plexripper/8.1.0/values.yaml rename to stable/plex/17.2.0/values.yaml diff --git a/stable/plexanisync/6.1.0/CHANGELOG.md b/stable/plexanisync/6.1.0/CHANGELOG.md deleted file mode 100644 index 01dea453b1f..00000000000 --- a/stable/plexanisync/6.1.0/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.0/Chart.yaml b/stable/plexanisync/6.1.0/Chart.yaml deleted file mode 100644 index 0d98d7a4850..00000000000 --- a/stable/plexanisync/6.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.27 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/plexanisync/6.1.0/charts/common-18.0.1.tgz b/stable/plexanisync/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/plexanisync/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/plextraktsync/7.1.2/.helmignore b/stable/plexanisync/6.2.0/.helmignore similarity index 100% rename from stable/plextraktsync/7.1.2/.helmignore rename to stable/plexanisync/6.2.0/.helmignore diff --git a/stable/plexanisync/6.2.0/CHANGELOG.md b/stable/plexanisync/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..9f3b5a8c827 --- /dev/null +++ b/stable/plexanisync/6.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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) \ No newline at end of file diff --git a/stable/plexanisync/6.2.0/Chart.yaml b/stable/plexanisync/6.2.0/Chart.yaml new file mode 100644 index 00000000000..f17c5a8be2a --- /dev/null +++ b/stable/plexanisync/6.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.27 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/plexanisync/6.1.0/README.md b/stable/plexanisync/6.2.0/README.md similarity index 100% rename from stable/plexanisync/6.1.0/README.md rename to stable/plexanisync/6.2.0/README.md diff --git a/stable/plexanisync/6.1.0/app-readme.md b/stable/plexanisync/6.2.0/app-readme.md similarity index 100% rename from stable/plexanisync/6.1.0/app-readme.md rename to stable/plexanisync/6.2.0/app-readme.md diff --git a/stable/plexanisync/6.2.0/charts/common-18.1.2.tgz b/stable/plexanisync/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/plexanisync/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/plexanisync/6.1.0/ix_values.yaml b/stable/plexanisync/6.2.0/ix_values.yaml similarity index 100% rename from stable/plexanisync/6.1.0/ix_values.yaml rename to stable/plexanisync/6.2.0/ix_values.yaml diff --git a/stable/plexanisync/6.1.0/questions.yaml b/stable/plexanisync/6.2.0/questions.yaml similarity index 100% rename from stable/plexanisync/6.1.0/questions.yaml rename to stable/plexanisync/6.2.0/questions.yaml diff --git a/stable/plextraktsync/7.1.2/templates/NOTES.txt b/stable/plexanisync/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/plextraktsync/7.1.2/templates/NOTES.txt rename to stable/plexanisync/6.2.0/templates/NOTES.txt diff --git a/stable/plexanisync/6.1.0/templates/_config.tpl b/stable/plexanisync/6.2.0/templates/_config.tpl similarity index 100% rename from stable/plexanisync/6.1.0/templates/_config.tpl rename to stable/plexanisync/6.2.0/templates/_config.tpl diff --git a/stable/plexanisync/6.1.0/templates/_secret.tpl b/stable/plexanisync/6.2.0/templates/_secret.tpl similarity index 100% rename from stable/plexanisync/6.1.0/templates/_secret.tpl rename to stable/plexanisync/6.2.0/templates/_secret.tpl diff --git a/stable/plexanisync/6.1.0/templates/common.yaml b/stable/plexanisync/6.2.0/templates/common.yaml similarity index 100% rename from stable/plexanisync/6.1.0/templates/common.yaml rename to stable/plexanisync/6.2.0/templates/common.yaml diff --git a/stable/plextraktsync/7.1.2/values.yaml b/stable/plexanisync/6.2.0/values.yaml similarity index 100% rename from stable/plextraktsync/7.1.2/values.yaml rename to stable/plexanisync/6.2.0/values.yaml diff --git a/stable/plexripper/8.1.0/CHANGELOG.md b/stable/plexripper/8.1.0/CHANGELOG.md deleted file mode 100644 index 40d36e92247..00000000000 --- a/stable/plexripper/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/plexripper/8.1.0/Chart.yaml b/stable/plexripper/8.1.0/Chart.yaml deleted file mode 100644 index 5b551746bdf..00000000000 --- a/stable/plexripper/8.1.0/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.14.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/plexripper/8.1.0/charts/common-18.0.1.tgz b/stable/plexripper/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/plexripper/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/pocketmine-mp/3.1.0/.helmignore b/stable/plexripper/8.2.0/.helmignore similarity index 100% rename from stable/pocketmine-mp/3.1.0/.helmignore rename to stable/plexripper/8.2.0/.helmignore diff --git a/stable/plexripper/8.2.0/CHANGELOG.md b/stable/plexripper/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..97ad7aed275 --- /dev/null +++ b/stable/plexripper/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/plexripper/8.2.0/Chart.yaml b/stable/plexripper/8.2.0/Chart.yaml new file mode 100644 index 00000000000..7a75a566246 --- /dev/null +++ b/stable/plexripper/8.2.0/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.14.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/plexripper/8.1.0/README.md b/stable/plexripper/8.2.0/README.md similarity index 100% rename from stable/plexripper/8.1.0/README.md rename to stable/plexripper/8.2.0/README.md diff --git a/stable/plexripper/8.1.0/app-readme.md b/stable/plexripper/8.2.0/app-readme.md similarity index 100% rename from stable/plexripper/8.1.0/app-readme.md rename to stable/plexripper/8.2.0/app-readme.md diff --git a/stable/plexripper/8.2.0/charts/common-18.1.2.tgz b/stable/plexripper/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/plexripper/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/plexripper/8.1.0/ix_values.yaml b/stable/plexripper/8.2.0/ix_values.yaml similarity index 100% rename from stable/plexripper/8.1.0/ix_values.yaml rename to stable/plexripper/8.2.0/ix_values.yaml diff --git a/stable/plexripper/8.1.0/questions.yaml b/stable/plexripper/8.2.0/questions.yaml similarity index 100% rename from stable/plexripper/8.1.0/questions.yaml rename to stable/plexripper/8.2.0/questions.yaml diff --git a/stable/pocketmine-mp/3.1.0/templates/NOTES.txt b/stable/plexripper/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/pocketmine-mp/3.1.0/templates/NOTES.txt rename to stable/plexripper/8.2.0/templates/NOTES.txt diff --git a/stable/podgrab/17.1.0/templates/common.yaml b/stable/plexripper/8.2.0/templates/common.yaml similarity index 100% rename from stable/podgrab/17.1.0/templates/common.yaml rename to stable/plexripper/8.2.0/templates/common.yaml diff --git a/stable/pocketmine-mp/3.1.0/values.yaml b/stable/plexripper/8.2.0/values.yaml similarity index 100% rename from stable/pocketmine-mp/3.1.0/values.yaml rename to stable/plexripper/8.2.0/values.yaml diff --git a/stable/plextraktsync/7.1.2/CHANGELOG.md b/stable/plextraktsync/7.1.2/CHANGELOG.md deleted file mode 100644 index bfa060043a9..00000000000 --- a/stable/plextraktsync/7.1.2/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/plextraktsync/7.1.2/Chart.yaml b/stable/plextraktsync/7.1.2/Chart.yaml deleted file mode 100644 index 16648111d89..00000000000 --- a/stable/plextraktsync/7.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: 0.28.20 -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.1.2 diff --git a/stable/plextraktsync/7.1.2/charts/common-18.0.2.tgz b/stable/plextraktsync/7.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/plextraktsync/7.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/plextraktsync/7.1.2/ix_values.yaml b/stable/plextraktsync/7.1.2/ix_values.yaml deleted file mode 100644 index 4e258a7c924..00000000000 --- a/stable/plextraktsync/7.1.2/ix_values.yaml +++ /dev/null @@ -1,52 +0,0 @@ -image: - repository: ghcr.io/taxel/plextraktsync - tag: 0.28.20@sha256:7da477e8211e8fadf414a784091b133f5a9cca356b1dac36f05fcbbe0b6ac412 - 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/podgrab/17.1.0/.helmignore b/stable/plextraktsync/7.3.0/.helmignore similarity index 100% rename from stable/podgrab/17.1.0/.helmignore rename to stable/plextraktsync/7.3.0/.helmignore diff --git a/stable/plextraktsync/7.3.0/CHANGELOG.md b/stable/plextraktsync/7.3.0/CHANGELOG.md new file mode 100644 index 00000000000..66ff1c43758 --- /dev/null +++ b/stable/plextraktsync/7.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + +## [plextraktsync-6.2.13](https://github.com/truecharts/charts/compare/plextraktsync-6.2.12...plextraktsync-6.2.13) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/taxel/plextraktsync to v0.28.17[@99085c4](https://github.com/99085c4) by renovate ([#18138](https://github.com/truecharts/charts/issues/18138)) + + +## [plextraktsync-6.2.12](https://github.com/truecharts/charts/compare/plextraktsync-6.2.11...plextraktsync-6.2.12) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/taxel/plextraktsync to v0.28.16[@2a39047](https://github.com/2a39047) by renovate ([#17985](https://github.com/truecharts/charts/issues/17985)) + + +## [plextraktsync-6.2.11](https://github.com/truecharts/charts/compare/plextraktsync-6.2.10...plextraktsync-6.2.11) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/taxel/plextraktsync to v0.28.15[@002ad99](https://github.com/002ad99) by renovate ([#17918](https://github.com/truecharts/charts/issues/17918)) + + +## [plextraktsync-6.2.10](https://github.com/truecharts/charts/compare/plextraktsync-6.2.9...plextraktsync-6.2.10) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [plextraktsync-6.2.9](https://github.com/truecharts/charts/compare/plextraktsync-6.2.8...plextraktsync-6.2.9) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [plextraktsync-6.2.8](https://github.com/truecharts/charts/compare/plextraktsync-6.2.7...plextraktsync-6.2.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [plextraktsync-6.2.7](https://github.com/truecharts/charts/compare/plextraktsync-6.2.6...plextraktsync-6.2.7) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [plextraktsync-6.2.6](https://github.com/truecharts/charts/compare/plextraktsync-6.2.5...plextraktsync-6.2.6) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [plextraktsync-6.2.5](https://github.com/truecharts/charts/compare/plextraktsync-6.2.4...plextraktsync-6.2.5) (2024-01-21) \ No newline at end of file diff --git a/stable/plextraktsync/7.3.0/Chart.yaml b/stable/plextraktsync/7.3.0/Chart.yaml new file mode 100644 index 00000000000..b9319196681 --- /dev/null +++ b/stable/plextraktsync/7.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.29.2 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Two-way-sync between trakt.tv and Plex Media Server. +home: https://truecharts.org/charts/stable/plextraktsync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plextraktsync.png +keywords: + - plextraktsync + - Tools-Utilities + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plextraktsync +sources: + - https://github.com/Taxel/PlexTraktSync + - https://github.com/truecharts/charts/tree/master/charts/stable/plextraktsync + - https://ghcr.io/taxel/plextraktsync +type: application +version: 7.3.0 diff --git a/stable/plextraktsync/7.1.2/README.md b/stable/plextraktsync/7.3.0/README.md similarity index 100% rename from stable/plextraktsync/7.1.2/README.md rename to stable/plextraktsync/7.3.0/README.md diff --git a/stable/plextraktsync/7.1.2/app-readme.md b/stable/plextraktsync/7.3.0/app-readme.md similarity index 100% rename from stable/plextraktsync/7.1.2/app-readme.md rename to stable/plextraktsync/7.3.0/app-readme.md diff --git a/stable/plextraktsync/7.3.0/charts/common-18.1.2.tgz b/stable/plextraktsync/7.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/plextraktsync/7.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/plextraktsync/7.3.0/ix_values.yaml b/stable/plextraktsync/7.3.0/ix_values.yaml new file mode 100644 index 00000000000..ab19f5f2605 --- /dev/null +++ b/stable/plextraktsync/7.3.0/ix_values.yaml @@ -0,0 +1,52 @@ +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/plextraktsync/7.1.2/questions.yaml b/stable/plextraktsync/7.3.0/questions.yaml similarity index 100% rename from stable/plextraktsync/7.1.2/questions.yaml rename to stable/plextraktsync/7.3.0/questions.yaml diff --git a/stable/podgrab/17.1.0/templates/NOTES.txt b/stable/plextraktsync/7.3.0/templates/NOTES.txt similarity index 100% rename from stable/podgrab/17.1.0/templates/NOTES.txt rename to stable/plextraktsync/7.3.0/templates/NOTES.txt diff --git a/stable/plextraktsync/7.1.2/templates/_cronjob.tpl b/stable/plextraktsync/7.3.0/templates/_cronjob.tpl similarity index 100% rename from stable/plextraktsync/7.1.2/templates/_cronjob.tpl rename to stable/plextraktsync/7.3.0/templates/_cronjob.tpl diff --git a/stable/plextraktsync/7.1.2/templates/common.yaml b/stable/plextraktsync/7.3.0/templates/common.yaml similarity index 100% rename from stable/plextraktsync/7.1.2/templates/common.yaml rename to stable/plextraktsync/7.3.0/templates/common.yaml diff --git a/stable/podgrab/17.1.0/values.yaml b/stable/plextraktsync/7.3.0/values.yaml similarity index 100% rename from stable/podgrab/17.1.0/values.yaml rename to stable/plextraktsync/7.3.0/values.yaml diff --git a/stable/pocketmine-mp/3.1.0/CHANGELOG.md b/stable/pocketmine-mp/3.1.0/CHANGELOG.md deleted file mode 100644 index 5cbc8909a2c..00000000000 --- a/stable/pocketmine-mp/3.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [pocketmine-mp-2.1.12](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.11...pocketmine-mp-2.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pocketmine-mp-2.1.11](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.10...pocketmine-mp-2.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [pocketmine-mp-2.1.10](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.9...pocketmine-mp-2.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [pocketmine-mp-2.1.9](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.8...pocketmine-mp-2.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [pocketmine-mp-2.1.8](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.7...pocketmine-mp-2.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [pocketmine-mp-2.1.7](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.6...pocketmine-mp-2.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [pocketmine-mp-2.1.6](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.5...pocketmine-mp-2.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [pocketmine-mp-2.1.5](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.4...pocketmine-mp-2.1.5) (2024-01-02) - -### Chore - - - -- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) - - -## [pocketmine-mp-2.1.4](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.3...pocketmine-mp-2.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [pocketmine-mp-2.1.3](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.0...pocketmine-mp-2.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/pocketmine-mp/3.1.0/Chart.yaml b/stable/pocketmine-mp/3.1.0/Chart.yaml deleted file mode 100644 index 89455357107..00000000000 --- a/stable/pocketmine-mp/3.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/pocketmine-mp/3.1.0/charts/common-18.0.1.tgz b/stable/pocketmine-mp/3.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/pocketmine-mp/3.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/portainer/8.1.0/.helmignore b/stable/pocketmine-mp/3.2.0/.helmignore similarity index 100% rename from stable/portainer/8.1.0/.helmignore rename to stable/pocketmine-mp/3.2.0/.helmignore diff --git a/stable/pocketmine-mp/3.2.0/CHANGELOG.md b/stable/pocketmine-mp/3.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2640604b3c1 --- /dev/null +++ b/stable/pocketmine-mp/3.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/pocketmine-mp/3.2.0/Chart.yaml b/stable/pocketmine-mp/3.2.0/Chart.yaml new file mode 100644 index 00000000000..2214d5f3acd --- /dev/null +++ b/stable/pocketmine-mp/3.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.8.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/pocketmine-mp/3.1.0/README.md b/stable/pocketmine-mp/3.2.0/README.md similarity index 100% rename from stable/pocketmine-mp/3.1.0/README.md rename to stable/pocketmine-mp/3.2.0/README.md diff --git a/stable/pocketmine-mp/3.1.0/app-readme.md b/stable/pocketmine-mp/3.2.0/app-readme.md similarity index 100% rename from stable/pocketmine-mp/3.1.0/app-readme.md rename to stable/pocketmine-mp/3.2.0/app-readme.md diff --git a/stable/pocketmine-mp/3.2.0/charts/common-18.1.2.tgz b/stable/pocketmine-mp/3.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/pocketmine-mp/3.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/pocketmine-mp/3.1.0/ix_values.yaml b/stable/pocketmine-mp/3.2.0/ix_values.yaml similarity index 100% rename from stable/pocketmine-mp/3.1.0/ix_values.yaml rename to stable/pocketmine-mp/3.2.0/ix_values.yaml diff --git a/stable/pocketmine-mp/3.1.0/questions.yaml b/stable/pocketmine-mp/3.2.0/questions.yaml similarity index 100% rename from stable/pocketmine-mp/3.1.0/questions.yaml rename to stable/pocketmine-mp/3.2.0/questions.yaml diff --git a/stable/portainer/8.1.0/templates/NOTES.txt b/stable/pocketmine-mp/3.2.0/templates/NOTES.txt similarity index 100% rename from stable/portainer/8.1.0/templates/NOTES.txt rename to stable/pocketmine-mp/3.2.0/templates/NOTES.txt diff --git a/stable/pretend-youre-xyzzy/13.1.0/templates/common.yaml b/stable/pocketmine-mp/3.2.0/templates/common.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/13.1.0/templates/common.yaml rename to stable/pocketmine-mp/3.2.0/templates/common.yaml diff --git a/stable/portainer/8.1.0/values.yaml b/stable/pocketmine-mp/3.2.0/values.yaml similarity index 100% rename from stable/portainer/8.1.0/values.yaml rename to stable/pocketmine-mp/3.2.0/values.yaml diff --git a/stable/podgrab/17.1.0/CHANGELOG.md b/stable/podgrab/17.1.0/CHANGELOG.md deleted file mode 100644 index b6d953c9856..00000000000 --- a/stable/podgrab/17.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/podgrab/17.1.0/Chart.yaml b/stable/podgrab/17.1.0/Chart.yaml deleted file mode 100644 index 538bd3b3fd5..00000000000 --- a/stable/podgrab/17.1.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: 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.1 - 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.0 diff --git a/stable/podgrab/17.1.0/charts/common-18.0.1.tgz b/stable/podgrab/17.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/podgrab/17.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/post-recording/5.1.0/.helmignore b/stable/podgrab/17.2.0/.helmignore similarity index 100% rename from stable/post-recording/5.1.0/.helmignore rename to stable/podgrab/17.2.0/.helmignore diff --git a/stable/podgrab/17.2.0/CHANGELOG.md b/stable/podgrab/17.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e62cc12e2a0 --- /dev/null +++ b/stable/podgrab/17.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/podgrab/17.2.0/Chart.yaml b/stable/podgrab/17.2.0/Chart.yaml new file mode 100644 index 00000000000..c401d58eda7 --- /dev/null +++ b/stable/podgrab/17.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: mutlimedia + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/podgrab/17.1.0/README.md b/stable/podgrab/17.2.0/README.md similarity index 100% rename from stable/podgrab/17.1.0/README.md rename to stable/podgrab/17.2.0/README.md diff --git a/stable/podgrab/17.1.0/app-readme.md b/stable/podgrab/17.2.0/app-readme.md similarity index 100% rename from stable/podgrab/17.1.0/app-readme.md rename to stable/podgrab/17.2.0/app-readme.md diff --git a/stable/podgrab/17.2.0/charts/common-18.1.2.tgz b/stable/podgrab/17.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/podgrab/17.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/podgrab/17.1.0/ix_values.yaml b/stable/podgrab/17.2.0/ix_values.yaml similarity index 100% rename from stable/podgrab/17.1.0/ix_values.yaml rename to stable/podgrab/17.2.0/ix_values.yaml diff --git a/stable/podgrab/17.1.0/questions.yaml b/stable/podgrab/17.2.0/questions.yaml similarity index 100% rename from stable/podgrab/17.1.0/questions.yaml rename to stable/podgrab/17.2.0/questions.yaml diff --git a/stable/posterr/8.1.0/templates/NOTES.txt b/stable/podgrab/17.2.0/templates/NOTES.txt similarity index 100% rename from stable/posterr/8.1.0/templates/NOTES.txt rename to stable/podgrab/17.2.0/templates/NOTES.txt diff --git a/stable/protonmail-bridge/14.1.1/templates/common.yaml b/stable/podgrab/17.2.0/templates/common.yaml similarity index 100% rename from stable/protonmail-bridge/14.1.1/templates/common.yaml rename to stable/podgrab/17.2.0/templates/common.yaml diff --git a/stable/post-recording/5.1.0/values.yaml b/stable/podgrab/17.2.0/values.yaml similarity index 100% rename from stable/post-recording/5.1.0/values.yaml rename to stable/podgrab/17.2.0/values.yaml diff --git a/stable/portainer/8.1.0/CHANGELOG.md b/stable/portainer/8.1.0/CHANGELOG.md deleted file mode 100644 index d353c551a36..00000000000 --- a/stable/portainer/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/portainer/8.1.0/Chart.yaml b/stable/portainer/8.1.0/Chart.yaml deleted file mode 100644 index ef237e199e3..00000000000 --- a/stable/portainer/8.1.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: 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.1 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Container management made easy -home: https://truecharts.org/charts/stable/portainer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/portainer.png -keywords: - - portainer -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: portainer -sources: - - https://docs.portainer.io/start/install-ce/server - - https://docs.portainer.io/start/install/server - - https://github.com/truecharts/charts/tree/master/charts/stable/portainer - - https://hub.docker.com/r/portainer/portainer-ce - - https://hub.docker.com/r/portainer/portainer-ee -type: application -version: 8.1.0 diff --git a/stable/portainer/8.1.0/charts/common-18.0.1.tgz b/stable/portainer/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/portainer/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/posterr/8.1.0/.helmignore b/stable/portainer/8.2.0/.helmignore similarity index 100% rename from stable/posterr/8.1.0/.helmignore rename to stable/portainer/8.2.0/.helmignore diff --git a/stable/portainer/8.2.0/CHANGELOG.md b/stable/portainer/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..ad94f767783 --- /dev/null +++ b/stable/portainer/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/portainer/8.2.0/Chart.yaml b/stable/portainer/8.2.0/Chart.yaml new file mode 100644 index 00000000000..74eae463d8e --- /dev/null +++ b/stable/portainer/8.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: management + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.19.4 +dependencies: + - name: common + version: 18.1.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-ce + - https://hub.docker.com/r/portainer/portainer-ee +type: application +version: 8.2.0 diff --git a/stable/portainer/8.1.0/README.md b/stable/portainer/8.2.0/README.md similarity index 100% rename from stable/portainer/8.1.0/README.md rename to stable/portainer/8.2.0/README.md diff --git a/stable/portainer/8.1.0/app-readme.md b/stable/portainer/8.2.0/app-readme.md similarity index 100% rename from stable/portainer/8.1.0/app-readme.md rename to stable/portainer/8.2.0/app-readme.md diff --git a/stable/portainer/8.2.0/charts/common-18.1.2.tgz b/stable/portainer/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/portainer/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/portainer/8.1.0/ix_values.yaml b/stable/portainer/8.2.0/ix_values.yaml similarity index 100% rename from stable/portainer/8.1.0/ix_values.yaml rename to stable/portainer/8.2.0/ix_values.yaml diff --git a/stable/portainer/8.1.0/questions.yaml b/stable/portainer/8.2.0/questions.yaml similarity index 100% rename from stable/portainer/8.1.0/questions.yaml rename to stable/portainer/8.2.0/questions.yaml diff --git a/stable/pretend-youre-xyzzy/13.1.0/templates/NOTES.txt b/stable/portainer/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/pretend-youre-xyzzy/13.1.0/templates/NOTES.txt rename to stable/portainer/8.2.0/templates/NOTES.txt diff --git a/stable/portainer/8.1.0/templates/_args.tpl b/stable/portainer/8.2.0/templates/_args.tpl similarity index 100% rename from stable/portainer/8.1.0/templates/_args.tpl rename to stable/portainer/8.2.0/templates/_args.tpl diff --git a/stable/portainer/8.1.0/templates/common.yaml b/stable/portainer/8.2.0/templates/common.yaml similarity index 100% rename from stable/portainer/8.1.0/templates/common.yaml rename to stable/portainer/8.2.0/templates/common.yaml diff --git a/stable/posterr/8.1.0/values.yaml b/stable/portainer/8.2.0/values.yaml similarity index 100% rename from stable/posterr/8.1.0/values.yaml rename to stable/portainer/8.2.0/values.yaml diff --git a/stable/post-recording/5.1.0/CHANGELOG.md b/stable/post-recording/5.1.0/CHANGELOG.md deleted file mode 100644 index aac4ad1d6b6..00000000000 --- a/stable/post-recording/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/post-recording/5.1.0/Chart.yaml b/stable/post-recording/5.1.0/Chart.yaml deleted file mode 100644 index 777e7ec10a4..00000000000 --- a/stable/post-recording/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/post-recording/5.1.0/charts/common-18.0.1.tgz b/stable/post-recording/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/post-recording/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/postscriptum/5.1.0/.helmignore b/stable/post-recording/5.2.0/.helmignore similarity index 100% rename from stable/postscriptum/5.1.0/.helmignore rename to stable/post-recording/5.2.0/.helmignore diff --git a/stable/post-recording/5.2.0/CHANGELOG.md b/stable/post-recording/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..42d62385441 --- /dev/null +++ b/stable/post-recording/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/post-recording/5.2.0/Chart.yaml b/stable/post-recording/5.2.0/Chart.yaml new file mode 100644 index 00000000000..697d7428d3e --- /dev/null +++ b/stable/post-recording/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Video + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/post-recording/5.1.0/README.md b/stable/post-recording/5.2.0/README.md similarity index 100% rename from stable/post-recording/5.1.0/README.md rename to stable/post-recording/5.2.0/README.md diff --git a/stable/post-recording/5.1.0/app-readme.md b/stable/post-recording/5.2.0/app-readme.md similarity index 100% rename from stable/post-recording/5.1.0/app-readme.md rename to stable/post-recording/5.2.0/app-readme.md diff --git a/stable/post-recording/5.2.0/charts/common-18.1.2.tgz b/stable/post-recording/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/post-recording/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/post-recording/5.1.0/ix_values.yaml b/stable/post-recording/5.2.0/ix_values.yaml similarity index 100% rename from stable/post-recording/5.1.0/ix_values.yaml rename to stable/post-recording/5.2.0/ix_values.yaml diff --git a/stable/post-recording/5.1.0/questions.yaml b/stable/post-recording/5.2.0/questions.yaml similarity index 100% rename from stable/post-recording/5.1.0/questions.yaml rename to stable/post-recording/5.2.0/questions.yaml diff --git a/stable/post-recording/5.1.0/templates/common.yaml b/stable/post-recording/5.2.0/templates/common.yaml similarity index 100% rename from stable/post-recording/5.1.0/templates/common.yaml rename to stable/post-recording/5.2.0/templates/common.yaml diff --git a/stable/postscriptum/5.1.0/values.yaml b/stable/post-recording/5.2.0/values.yaml similarity index 100% rename from stable/postscriptum/5.1.0/values.yaml rename to stable/post-recording/5.2.0/values.yaml diff --git a/stable/posterr/8.1.0/CHANGELOG.md b/stable/posterr/8.1.0/CHANGELOG.md deleted file mode 100644 index 7233da67b62..00000000000 --- a/stable/posterr/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/posterr/8.1.0/Chart.yaml b/stable/posterr/8.1.0/Chart.yaml deleted file mode 100644 index 91cf8363e93..00000000000 --- a/stable/posterr/8.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/posterr/8.1.0/charts/common-18.0.1.tgz b/stable/posterr/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/posterr/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/pretend-youre-xyzzy/13.1.0/.helmignore b/stable/posterr/8.2.0/.helmignore similarity index 100% rename from stable/pretend-youre-xyzzy/13.1.0/.helmignore rename to stable/posterr/8.2.0/.helmignore diff --git a/stable/posterr/8.2.0/CHANGELOG.md b/stable/posterr/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d0db6adfae2 --- /dev/null +++ b/stable/posterr/8.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + +## [posterr-7.1.16](https://github.com/truecharts/charts/compare/posterr-7.1.15...posterr-7.1.16) (2024-02-12) + +### Chore + + + +- update container image petersem/posterr to latest[@852e536](https://github.com/852e536) by renovate ([#18214](https://github.com/truecharts/charts/issues/18214)) + + +## [posterr-7.1.15](https://github.com/truecharts/charts/compare/posterr-7.1.14...posterr-7.1.15) (2024-02-12) + +### Chore + + + +- update container image petersem/posterr to latest[@93583c6](https://github.com/93583c6) by renovate ([#18102](https://github.com/truecharts/charts/issues/18102)) + + +## [posterr-7.1.14](https://github.com/truecharts/charts/compare/posterr-7.1.13...posterr-7.1.14) (2024-02-05) + +### Chore + + + +- update container image petersem/posterr to latest[@7ffe3c5](https://github.com/7ffe3c5) by renovate ([#17890](https://github.com/truecharts/charts/issues/17890)) + + +## [posterr-7.1.13](https://github.com/truecharts/charts/compare/posterr-7.1.12...posterr-7.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [posterr-7.1.12](https://github.com/truecharts/charts/compare/posterr-7.1.11...posterr-7.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [posterr-7.1.11](https://github.com/truecharts/charts/compare/posterr-7.1.10...posterr-7.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [posterr-7.1.10](https://github.com/truecharts/charts/compare/posterr-7.1.9...posterr-7.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [posterr-7.1.9](https://github.com/truecharts/charts/compare/posterr-7.1.8...posterr-7.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [posterr-7.1.8](https://github.com/truecharts/charts/compare/posterr-7.1.7...posterr-7.1.8) (2024-01-21) \ No newline at end of file diff --git a/stable/posterr/8.2.0/Chart.yaml b/stable/posterr/8.2.0/Chart.yaml new file mode 100644 index 00000000000..78b02e3a501 --- /dev/null +++ b/stable/posterr/8.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaServer-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Media display for Plex, Sonarr and Radarr. +home: https://truecharts.org/charts/stable/posterr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/posterr.png +keywords: + - posterr + - MediaServer-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: posterr +sources: + - https://github.com/petersem/posterr + - https://github.com/truecharts/charts/tree/master/charts/stable/posterr + - https://hub.docker.com/r/petersem/posterr +type: application +version: 8.2.0 diff --git a/stable/posterr/8.1.0/README.md b/stable/posterr/8.2.0/README.md similarity index 100% rename from stable/posterr/8.1.0/README.md rename to stable/posterr/8.2.0/README.md diff --git a/stable/posterr/8.1.0/app-readme.md b/stable/posterr/8.2.0/app-readme.md similarity index 100% rename from stable/posterr/8.1.0/app-readme.md rename to stable/posterr/8.2.0/app-readme.md diff --git a/stable/posterr/8.2.0/charts/common-18.1.2.tgz b/stable/posterr/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/posterr/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/posterr/8.1.0/ix_values.yaml b/stable/posterr/8.2.0/ix_values.yaml similarity index 100% rename from stable/posterr/8.1.0/ix_values.yaml rename to stable/posterr/8.2.0/ix_values.yaml diff --git a/stable/posterr/8.1.0/questions.yaml b/stable/posterr/8.2.0/questions.yaml similarity index 100% rename from stable/posterr/8.1.0/questions.yaml rename to stable/posterr/8.2.0/questions.yaml diff --git a/stable/projectsend/12.2.0/templates/NOTES.txt b/stable/posterr/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/projectsend/12.2.0/templates/NOTES.txt rename to stable/posterr/8.2.0/templates/NOTES.txt diff --git a/stable/posterr/8.1.0/templates/common.yaml b/stable/posterr/8.2.0/templates/common.yaml similarity index 100% rename from stable/posterr/8.1.0/templates/common.yaml rename to stable/posterr/8.2.0/templates/common.yaml diff --git a/stable/pretend-youre-xyzzy/13.1.0/values.yaml b/stable/posterr/8.2.0/values.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/13.1.0/values.yaml rename to stable/posterr/8.2.0/values.yaml diff --git a/stable/postscriptum/5.1.0/CHANGELOG.md b/stable/postscriptum/5.1.0/CHANGELOG.md deleted file mode 100644 index 19a7e3c2151..00000000000 --- a/stable/postscriptum/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/postscriptum/5.1.0/Chart.yaml b/stable/postscriptum/5.1.0/Chart.yaml deleted file mode 100644 index 4fbd555e534..00000000000 --- a/stable/postscriptum/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/postscriptum/5.1.0/charts/common-18.0.1.tgz b/stable/postscriptum/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/postscriptum/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/projectsend/12.2.0/.helmignore b/stable/postscriptum/5.2.0/.helmignore similarity index 100% rename from stable/projectsend/12.2.0/.helmignore rename to stable/postscriptum/5.2.0/.helmignore diff --git a/stable/postscriptum/5.2.0/CHANGELOG.md b/stable/postscriptum/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..eaa68abd21c --- /dev/null +++ b/stable/postscriptum/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/postscriptum/5.2.0/Chart.yaml b/stable/postscriptum/5.2.0/Chart.yaml new file mode 100644 index 00000000000..8bf13aabdee --- /dev/null +++ b/stable/postscriptum/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: postscriptum +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/postscriptum/5.1.0/README.md b/stable/postscriptum/5.2.0/README.md similarity index 100% rename from stable/postscriptum/5.1.0/README.md rename to stable/postscriptum/5.2.0/README.md diff --git a/stable/postscriptum/5.1.0/app-readme.md b/stable/postscriptum/5.2.0/app-readme.md similarity index 100% rename from stable/postscriptum/5.1.0/app-readme.md rename to stable/postscriptum/5.2.0/app-readme.md diff --git a/stable/postscriptum/5.2.0/charts/common-18.1.2.tgz b/stable/postscriptum/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/postscriptum/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/postscriptum/5.1.0/ix_values.yaml b/stable/postscriptum/5.2.0/ix_values.yaml similarity index 100% rename from stable/postscriptum/5.1.0/ix_values.yaml rename to stable/postscriptum/5.2.0/ix_values.yaml diff --git a/stable/postscriptum/5.1.0/questions.yaml b/stable/postscriptum/5.2.0/questions.yaml similarity index 100% rename from stable/postscriptum/5.1.0/questions.yaml rename to stable/postscriptum/5.2.0/questions.yaml diff --git a/stable/postscriptum/5.1.0/templates/common.yaml b/stable/postscriptum/5.2.0/templates/common.yaml similarity index 100% rename from stable/postscriptum/5.1.0/templates/common.yaml rename to stable/postscriptum/5.2.0/templates/common.yaml diff --git a/stable/projectsend/12.2.0/values.yaml b/stable/postscriptum/5.2.0/values.yaml similarity index 100% rename from stable/projectsend/12.2.0/values.yaml rename to stable/postscriptum/5.2.0/values.yaml diff --git a/stable/pretend-youre-xyzzy/13.1.0/CHANGELOG.md b/stable/pretend-youre-xyzzy/13.1.0/CHANGELOG.md deleted file mode 100644 index ef6ff63ff22..00000000000 --- a/stable/pretend-youre-xyzzy/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/pretend-youre-xyzzy/13.1.0/Chart.yaml b/stable/pretend-youre-xyzzy/13.1.0/Chart.yaml deleted file mode 100644 index 8ea3a206684..00000000000 --- a/stable/pretend-youre-xyzzy/13.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.0.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/pretend-youre-xyzzy/13.1.0/charts/common-18.0.1.tgz b/stable/pretend-youre-xyzzy/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/pretend-youre-xyzzy/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/promcord/11.1.0/.helmignore b/stable/pretend-youre-xyzzy/13.2.0/.helmignore similarity index 100% rename from stable/promcord/11.1.0/.helmignore rename to stable/pretend-youre-xyzzy/13.2.0/.helmignore diff --git a/stable/pretend-youre-xyzzy/13.2.0/CHANGELOG.md b/stable/pretend-youre-xyzzy/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..7aa7436a0e3 --- /dev/null +++ b/stable/pretend-youre-xyzzy/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/pretend-youre-xyzzy/13.2.0/Chart.yaml b/stable/pretend-youre-xyzzy/13.2.0/Chart.yaml new file mode 100644 index 00000000000..0af023c3e69 --- /dev/null +++ b/stable/pretend-youre-xyzzy/13.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/pretend-youre-xyzzy/13.1.0/README.md b/stable/pretend-youre-xyzzy/13.2.0/README.md similarity index 100% rename from stable/pretend-youre-xyzzy/13.1.0/README.md rename to stable/pretend-youre-xyzzy/13.2.0/README.md diff --git a/stable/pretend-youre-xyzzy/13.1.0/app-readme.md b/stable/pretend-youre-xyzzy/13.2.0/app-readme.md similarity index 100% rename from stable/pretend-youre-xyzzy/13.1.0/app-readme.md rename to stable/pretend-youre-xyzzy/13.2.0/app-readme.md diff --git a/stable/pretend-youre-xyzzy/13.2.0/charts/common-18.1.2.tgz b/stable/pretend-youre-xyzzy/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/pretend-youre-xyzzy/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/pretend-youre-xyzzy/13.1.0/ix_values.yaml b/stable/pretend-youre-xyzzy/13.2.0/ix_values.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/13.1.0/ix_values.yaml rename to stable/pretend-youre-xyzzy/13.2.0/ix_values.yaml diff --git a/stable/pretend-youre-xyzzy/13.1.0/questions.yaml b/stable/pretend-youre-xyzzy/13.2.0/questions.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/13.1.0/questions.yaml rename to stable/pretend-youre-xyzzy/13.2.0/questions.yaml diff --git a/stable/promcord/11.1.0/templates/NOTES.txt b/stable/pretend-youre-xyzzy/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/promcord/11.1.0/templates/NOTES.txt rename to stable/pretend-youre-xyzzy/13.2.0/templates/NOTES.txt diff --git a/stable/proxmox-backup-server/3.1.0/templates/common.yaml b/stable/pretend-youre-xyzzy/13.2.0/templates/common.yaml similarity index 100% rename from stable/proxmox-backup-server/3.1.0/templates/common.yaml rename to stable/pretend-youre-xyzzy/13.2.0/templates/common.yaml diff --git a/stable/promcord/11.1.0/values.yaml b/stable/pretend-youre-xyzzy/13.2.0/values.yaml similarity index 100% rename from stable/promcord/11.1.0/values.yaml rename to stable/pretend-youre-xyzzy/13.2.0/values.yaml diff --git a/stable/projectsend/12.2.0/CHANGELOG.md b/stable/projectsend/12.2.0/CHANGELOG.md deleted file mode 100644 index 9104381918a..00000000000 --- a/stable/projectsend/12.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - -## [projectsend-11.1.19](https://github.com/truecharts/charts/compare/projectsend-11.1.18...projectsend-11.1.19) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [projectsend-11.1.18](https://github.com/truecharts/charts/compare/projectsend-11.1.17...projectsend-11.1.18) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/projectsend to latest[@6b560c5](https://github.com/6b560c5) by renovate ([#17618](https://github.com/truecharts/charts/issues/17618)) - - -## [projectsend-11.1.17](https://github.com/truecharts/charts/compare/projectsend-11.1.16...projectsend-11.1.17) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [projectsend-11.1.16](https://github.com/truecharts/charts/compare/projectsend-11.1.15...projectsend-11.1.16) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [projectsend-11.1.15](https://github.com/truecharts/charts/compare/projectsend-11.1.14...projectsend-11.1.15) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [projectsend-11.1.14](https://github.com/truecharts/charts/compare/projectsend-11.1.13...projectsend-11.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [projectsend-11.1.13](https://github.com/truecharts/charts/compare/projectsend-11.1.12...projectsend-11.1.13) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [projectsend-11.1.12](https://github.com/truecharts/charts/compare/projectsend-11.1.11...projectsend-11.1.12) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/linuxserver/projectsend to latest[@bbca4ac](https://github.com/bbca4ac) by renovate ([#17362](https://github.com/truecharts/charts/issues/17362)) \ No newline at end of file diff --git a/stable/projectsend/12.2.0/Chart.yaml b/stable/projectsend/12.2.0/Chart.yaml deleted file mode 100644 index bc6e130b16e..00000000000 --- a/stable/projectsend/12.2.0/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/projectsend/12.2.0/charts/common-18.0.1.tgz b/stable/projectsend/12.2.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/projectsend/12.2.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/protonmail-bridge/14.1.1/.helmignore b/stable/projectsend/12.3.0/.helmignore similarity index 100% rename from stable/protonmail-bridge/14.1.1/.helmignore rename to stable/projectsend/12.3.0/.helmignore diff --git a/stable/projectsend/12.3.0/CHANGELOG.md b/stable/projectsend/12.3.0/CHANGELOG.md new file mode 100644 index 00000000000..9083e38d302 --- /dev/null +++ b/stable/projectsend/12.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + + + + +## [projectsend-11.1.19](https://github.com/truecharts/charts/compare/projectsend-11.1.18...projectsend-11.1.19) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [projectsend-11.1.18](https://github.com/truecharts/charts/compare/projectsend-11.1.17...projectsend-11.1.18) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/projectsend to latest[@6b560c5](https://github.com/6b560c5) by renovate ([#17618](https://github.com/truecharts/charts/issues/17618)) + + +## [projectsend-11.1.17](https://github.com/truecharts/charts/compare/projectsend-11.1.16...projectsend-11.1.17) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [projectsend-11.1.16](https://github.com/truecharts/charts/compare/projectsend-11.1.15...projectsend-11.1.16) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [projectsend-11.1.15](https://github.com/truecharts/charts/compare/projectsend-11.1.14...projectsend-11.1.15) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [projectsend-11.1.14](https://github.com/truecharts/charts/compare/projectsend-11.1.13...projectsend-11.1.14) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [projectsend-11.1.13](https://github.com/truecharts/charts/compare/projectsend-11.1.12...projectsend-11.1.13) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [projectsend-11.1.12](https://github.com/truecharts/charts/compare/projectsend-11.1.11...projectsend-11.1.12) (2024-01-21) + +### Chore \ No newline at end of file diff --git a/stable/projectsend/12.3.0/Chart.yaml b/stable/projectsend/12.3.0/Chart.yaml new file mode 100644 index 00000000000..9f3f7246e37 --- /dev/null +++ b/stable/projectsend/12.3.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: files + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.0.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself. +home: https://truecharts.org/charts/stable/projectsend +icon: https://truecharts.org/img/hotlink-ok/chart-icons/projectsend.png +keywords: + - projectsend + - files +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: projectsend +sources: + - https://github.com/projectsend/projectsend + - https://github.com/truecharts/charts/tree/master/charts/stable/projectsend + - https://ghcr.io/linuxserver/projectsend +type: application +version: 12.3.0 diff --git a/stable/projectsend/12.2.0/README.md b/stable/projectsend/12.3.0/README.md similarity index 100% rename from stable/projectsend/12.2.0/README.md rename to stable/projectsend/12.3.0/README.md diff --git a/stable/projectsend/12.2.0/app-readme.md b/stable/projectsend/12.3.0/app-readme.md similarity index 100% rename from stable/projectsend/12.2.0/app-readme.md rename to stable/projectsend/12.3.0/app-readme.md diff --git a/stable/projectsend/12.3.0/charts/common-18.1.2.tgz b/stable/projectsend/12.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/projectsend/12.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/projectsend/12.2.0/charts/mariadb-13.0.0.tgz b/stable/projectsend/12.3.0/charts/mariadb-13.0.0.tgz similarity index 100% rename from stable/projectsend/12.2.0/charts/mariadb-13.0.0.tgz rename to stable/projectsend/12.3.0/charts/mariadb-13.0.0.tgz diff --git a/stable/projectsend/12.2.0/ix_values.yaml b/stable/projectsend/12.3.0/ix_values.yaml similarity index 100% rename from stable/projectsend/12.2.0/ix_values.yaml rename to stable/projectsend/12.3.0/ix_values.yaml diff --git a/stable/projectsend/12.2.0/questions.yaml b/stable/projectsend/12.3.0/questions.yaml similarity index 100% rename from stable/projectsend/12.2.0/questions.yaml rename to stable/projectsend/12.3.0/questions.yaml diff --git a/stable/protonmail-bridge/14.1.1/templates/NOTES.txt b/stable/projectsend/12.3.0/templates/NOTES.txt similarity index 100% rename from stable/protonmail-bridge/14.1.1/templates/NOTES.txt rename to stable/projectsend/12.3.0/templates/NOTES.txt diff --git a/stable/projectsend/12.2.0/templates/_configmap.tpl b/stable/projectsend/12.3.0/templates/_configmap.tpl similarity index 100% rename from stable/projectsend/12.2.0/templates/_configmap.tpl rename to stable/projectsend/12.3.0/templates/_configmap.tpl diff --git a/stable/projectsend/12.2.0/templates/common.yaml b/stable/projectsend/12.3.0/templates/common.yaml similarity index 100% rename from stable/projectsend/12.2.0/templates/common.yaml rename to stable/projectsend/12.3.0/templates/common.yaml diff --git a/stable/protonmail-bridge/14.1.1/values.yaml b/stable/projectsend/12.3.0/values.yaml similarity index 100% rename from stable/protonmail-bridge/14.1.1/values.yaml rename to stable/projectsend/12.3.0/values.yaml diff --git a/stable/promcord/11.1.0/CHANGELOG.md b/stable/promcord/11.1.0/CHANGELOG.md deleted file mode 100644 index 1559ba67aa7..00000000000 --- a/stable/promcord/11.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [promcord-10.1.12](https://github.com/truecharts/charts/compare/promcord-10.1.11...promcord-10.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [promcord-10.1.11](https://github.com/truecharts/charts/compare/promcord-10.1.10...promcord-10.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [promcord-10.1.10](https://github.com/truecharts/charts/compare/promcord-10.1.9...promcord-10.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [promcord-10.1.9](https://github.com/truecharts/charts/compare/promcord-10.1.8...promcord-10.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [promcord-10.1.8](https://github.com/truecharts/charts/compare/promcord-10.1.7...promcord-10.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [promcord-10.1.7](https://github.com/truecharts/charts/compare/promcord-10.1.6...promcord-10.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [promcord-10.1.6](https://github.com/truecharts/charts/compare/promcord-10.1.5...promcord-10.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [promcord-10.1.5](https://github.com/truecharts/charts/compare/promcord-10.1.4...promcord-10.1.5) (2024-01-02) - -### Chore - - - -- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) - - -## [promcord-10.1.4](https://github.com/truecharts/charts/compare/promcord-10.1.3...promcord-10.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [promcord-10.1.3](https://github.com/truecharts/charts/compare/promcord-10.1.0...promcord-10.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/promcord/11.1.0/Chart.yaml b/stable/promcord/11.1.0/Chart.yaml deleted file mode 100644 index 33c275e46e4..00000000000 --- a/stable/promcord/11.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/promcord/11.1.0/charts/common-18.0.1.tgz b/stable/promcord/11.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/promcord/11.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/prowlarr/15.2.0/.helmignore b/stable/promcord/11.2.0/.helmignore similarity index 100% rename from stable/prowlarr/15.2.0/.helmignore rename to stable/promcord/11.2.0/.helmignore diff --git a/stable/promcord/11.2.0/CHANGELOG.md b/stable/promcord/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..860bf175e6f --- /dev/null +++ b/stable/promcord/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/promcord/11.2.0/Chart.yaml b/stable/promcord/11.2.0/Chart.yaml new file mode 100644 index 00000000000..fbf706e39f9 --- /dev/null +++ b/stable/promcord/11.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/promcord/11.1.0/README.md b/stable/promcord/11.2.0/README.md similarity index 100% rename from stable/promcord/11.1.0/README.md rename to stable/promcord/11.2.0/README.md diff --git a/stable/promcord/11.1.0/app-readme.md b/stable/promcord/11.2.0/app-readme.md similarity index 100% rename from stable/promcord/11.1.0/app-readme.md rename to stable/promcord/11.2.0/app-readme.md diff --git a/stable/promcord/11.2.0/charts/common-18.1.2.tgz b/stable/promcord/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/promcord/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/promcord/11.1.0/ix_values.yaml b/stable/promcord/11.2.0/ix_values.yaml similarity index 100% rename from stable/promcord/11.1.0/ix_values.yaml rename to stable/promcord/11.2.0/ix_values.yaml diff --git a/stable/promcord/11.1.0/questions.yaml b/stable/promcord/11.2.0/questions.yaml similarity index 100% rename from stable/promcord/11.1.0/questions.yaml rename to stable/promcord/11.2.0/questions.yaml diff --git a/stable/prowlarr/15.2.0/templates/NOTES.txt b/stable/promcord/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/prowlarr/15.2.0/templates/NOTES.txt rename to stable/promcord/11.2.0/templates/NOTES.txt diff --git a/stable/promcord/11.1.0/templates/common.yaml b/stable/promcord/11.2.0/templates/common.yaml similarity index 100% rename from stable/promcord/11.1.0/templates/common.yaml rename to stable/promcord/11.2.0/templates/common.yaml diff --git a/stable/prowlarr/15.2.0/values.yaml b/stable/promcord/11.2.0/values.yaml similarity index 100% rename from stable/prowlarr/15.2.0/values.yaml rename to stable/promcord/11.2.0/values.yaml diff --git a/stable/protonmail-bridge/14.1.1/CHANGELOG.md b/stable/protonmail-bridge/14.1.1/CHANGELOG.md deleted file mode 100644 index ac3a88ea3db..00000000000 --- a/stable/protonmail-bridge/14.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - -## [protonmail-bridge-13.2.6](https://github.com/truecharts/charts/compare/protonmail-bridge-13.2.5...protonmail-bridge-13.2.6) (2024-02-05) - -### Chore - - - -- update container image shenxn/protonmail-bridge to v3.8.2[@3b84ff9](https://github.com/3b84ff9) by renovate ([#17930](https://github.com/truecharts/charts/issues/17930)) - - -## [protonmail-bridge-13.2.5](https://github.com/truecharts/charts/compare/protonmail-bridge-13.2.4...protonmail-bridge-13.2.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [protonmail-bridge-13.2.4](https://github.com/truecharts/charts/compare/protonmail-bridge-13.2.3...protonmail-bridge-13.2.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [protonmail-bridge-13.2.3](https://github.com/truecharts/charts/compare/protonmail-bridge-13.2.2...protonmail-bridge-13.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [protonmail-bridge-13.2.2](https://github.com/truecharts/charts/compare/protonmail-bridge-13.2.1...protonmail-bridge-13.2.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [protonmail-bridge-13.2.1](https://github.com/truecharts/charts/compare/protonmail-bridge-13.2.0...protonmail-bridge-13.2.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [protonmail-bridge-13.2.0](https://github.com/truecharts/charts/compare/protonmail-bridge-13.1.6...protonmail-bridge-13.2.0) (2024-01-14) - -### Chore - - - -- update container image shenxn/protonmail-bridge to v3.8.1[@324e16a](https://github.com/324e16a) by renovate ([#17208](https://github.com/truecharts/charts/issues/17208)) - - - - -## [protonmail-bridge-13.1.6](https://github.com/truecharts/charts/compare/protonmail-bridge-13.1.5...protonmail-bridge-13.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [protonmail-bridge-13.1.5](https://github.com/truecharts/charts/compare/protonmail-bridge-13.1.4...protonmail-bridge-13.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [protonmail-bridge-13.1.4](https://github.com/truecharts/charts/compare/protonmail-bridge-13.1.3...protonmail-bridge-13.1.4) (2024-01-01) diff --git a/stable/protonmail-bridge/14.1.1/Chart.yaml b/stable/protonmail-bridge/14.1.1/Chart.yaml deleted file mode 100644 index df405725757..00000000000 --- a/stable/protonmail-bridge/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: 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.1 diff --git a/stable/protonmail-bridge/14.1.1/charts/common-18.0.2.tgz b/stable/protonmail-bridge/14.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/protonmail-bridge/14.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/protonmail-bridge/14.1.1/ix_values.yaml b/stable/protonmail-bridge/14.1.1/ix_values.yaml deleted file mode 100644 index a87770706f1..00000000000 --- a/stable/protonmail-bridge/14.1.1/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/proxmox-backup-server/3.1.0/.helmignore b/stable/protonmail-bridge/14.3.0/.helmignore similarity index 100% rename from stable/proxmox-backup-server/3.1.0/.helmignore rename to stable/protonmail-bridge/14.3.0/.helmignore diff --git a/stable/protonmail-bridge/14.3.0/CHANGELOG.md b/stable/protonmail-bridge/14.3.0/CHANGELOG.md new file mode 100644 index 00000000000..61946f98daf --- /dev/null +++ b/stable/protonmail-bridge/14.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/protonmail-bridge/14.3.0/Chart.yaml b/stable/protonmail-bridge/14.3.0/Chart.yaml new file mode 100644 index 00000000000..58d386fe8b7 --- /dev/null +++ b/stable/protonmail-bridge/14.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.9.1 +dependencies: + - name: common + version: 18.1.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.3.0 diff --git a/stable/protonmail-bridge/14.1.1/README.md b/stable/protonmail-bridge/14.3.0/README.md similarity index 100% rename from stable/protonmail-bridge/14.1.1/README.md rename to stable/protonmail-bridge/14.3.0/README.md diff --git a/stable/protonmail-bridge/14.1.1/app-readme.md b/stable/protonmail-bridge/14.3.0/app-readme.md similarity index 100% rename from stable/protonmail-bridge/14.1.1/app-readme.md rename to stable/protonmail-bridge/14.3.0/app-readme.md diff --git a/stable/protonmail-bridge/14.3.0/charts/common-18.1.2.tgz b/stable/protonmail-bridge/14.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/protonmail-bridge/14.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/protonmail-bridge/14.3.0/ix_values.yaml b/stable/protonmail-bridge/14.3.0/ix_values.yaml new file mode 100644 index 00000000000..989f07d13da --- /dev/null +++ b/stable/protonmail-bridge/14.3.0/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.1/questions.yaml b/stable/protonmail-bridge/14.3.0/questions.yaml similarity index 100% rename from stable/protonmail-bridge/14.1.1/questions.yaml rename to stable/protonmail-bridge/14.3.0/questions.yaml diff --git a/stable/prusaslicer-novnc/8.1.1/templates/NOTES.txt b/stable/protonmail-bridge/14.3.0/templates/NOTES.txt similarity index 100% rename from stable/prusaslicer-novnc/8.1.1/templates/NOTES.txt rename to stable/protonmail-bridge/14.3.0/templates/NOTES.txt diff --git a/stable/putty/9.1.0/templates/common.yaml b/stable/protonmail-bridge/14.3.0/templates/common.yaml similarity index 100% rename from stable/putty/9.1.0/templates/common.yaml rename to stable/protonmail-bridge/14.3.0/templates/common.yaml diff --git a/stable/proxmox-backup-server/3.1.0/values.yaml b/stable/protonmail-bridge/14.3.0/values.yaml similarity index 100% rename from stable/proxmox-backup-server/3.1.0/values.yaml rename to stable/protonmail-bridge/14.3.0/values.yaml diff --git a/stable/prowlarr/15.2.0/CHANGELOG.md b/stable/prowlarr/15.2.0/CHANGELOG.md deleted file mode 100644 index c5a006a4a83..00000000000 --- a/stable/prowlarr/15.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [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 - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [prowlarr-14.2.5](https://github.com/truecharts/charts/compare/prowlarr-14.2.4...prowlarr-14.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)) - - -## [prowlarr-14.2.4](https://github.com/truecharts/charts/compare/prowlarr-14.2.3...prowlarr-14.2.4) (2024-01-21) diff --git a/stable/prowlarr/15.2.0/Chart.yaml b/stable/prowlarr/15.2.0/Chart.yaml deleted file mode 100644 index 8fe9f2177e3..00000000000 --- a/stable/prowlarr/15.2.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.14.0.4286 -dependencies: - - name: common - version: 18.0.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps. -home: https://truecharts.org/charts/stable/prowlarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/prowlarr.png -keywords: - - prowlarr - - torrent - - usenet -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: prowlarr -sources: - - https://github.com/Prowlarr/Prowlarr - - https://github.com/k8s-at-home/container-images - - https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr - - https://ghcr.io/onedr0p/prowlarr-develop - - https://ghcr.io/onedr0p/exportarr -type: application -version: 15.2.0 diff --git a/stable/prowlarr/15.2.0/charts/common-18.0.2.tgz b/stable/prowlarr/15.2.0/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/prowlarr/15.2.0/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/prowlarr/15.2.0/ix_values.yaml b/stable/prowlarr/15.2.0/ix_values.yaml deleted file mode 100644 index 57cedc2656f..00000000000 --- a/stable/prowlarr/15.2.0/ix_values.yaml +++ /dev/null @@ -1,107 +0,0 @@ -image: - repository: ghcr.io/onedr0p/prowlarr-develop - tag: 1.14.0.4286@sha256:91dc4b0e5abf134fa73085f639500fe58a19ee61d6ed710a1dec50eb6463612d - pullPolicy: IfNotPresent -exportarrImage: - repository: ghcr.io/onedr0p/exportarr - pullPolicy: IfNotPresent - tag: v1.6.1@sha256:60cf3d44aa0b7dea2a65160b2e2e373c1ae38cd6b12a45fe81b8afa45ac31c22 -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 -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/prpdf/5.1.0/.helmignore b/stable/prowlarr/15.4.0/.helmignore similarity index 100% rename from stable/prpdf/5.1.0/.helmignore rename to stable/prowlarr/15.4.0/.helmignore diff --git a/stable/prowlarr/15.4.0/CHANGELOG.md b/stable/prowlarr/15.4.0/CHANGELOG.md new file mode 100644 index 00000000000..78beb535870 --- /dev/null +++ b/stable/prowlarr/15.4.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + +## [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 + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [prowlarr-14.2.5](https://github.com/truecharts/charts/compare/prowlarr-14.2.4...prowlarr-14.2.5) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) \ No newline at end of file diff --git a/stable/prowlarr/15.4.0/Chart.yaml b/stable/prowlarr/15.4.0/Chart.yaml new file mode 100644 index 00000000000..75678254001 --- /dev/null +++ b/stable/prowlarr/15.4.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.14.0.4286 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps. +home: https://truecharts.org/charts/stable/prowlarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prowlarr.png +keywords: + - prowlarr + - torrent + - usenet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: prowlarr +sources: + - https://github.com/Prowlarr/Prowlarr + - https://github.com/k8s-at-home/container-images + - https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr + - https://ghcr.io/onedr0p/prowlarr-develop + - https://ghcr.io/onedr0p/exportarr +type: application +version: 15.4.0 diff --git a/stable/prowlarr/15.2.0/README.md b/stable/prowlarr/15.4.0/README.md similarity index 100% rename from stable/prowlarr/15.2.0/README.md rename to stable/prowlarr/15.4.0/README.md diff --git a/stable/prowlarr/15.2.0/app-readme.md b/stable/prowlarr/15.4.0/app-readme.md similarity index 100% rename from stable/prowlarr/15.2.0/app-readme.md rename to stable/prowlarr/15.4.0/app-readme.md diff --git a/stable/prowlarr/15.4.0/charts/common-18.1.2.tgz b/stable/prowlarr/15.4.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/prowlarr/15.4.0/charts/common-18.1.2.tgz differ diff --git a/stable/prowlarr/15.4.0/dashboard.json b/stable/prowlarr/15.4.0/dashboard.json new file mode 100644 index 00000000000..905280f4b61 --- /dev/null +++ b/stable/prowlarr/15.4.0/dashboard.json @@ -0,0 +1,1612 @@ +{ + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": { + "type": "grafana", + "uid": "-- Grafana --" + }, + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "target": { + "limit": 100, + "matchAny": false, + "tags": [], + "type": "dashboard" + }, + "type": "dashboard" + } + ] + }, + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 0, + "id": 267, + "links": [], + "liveNow": false, + "panels": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [ + { + "options": { + "0": { + "color": "red", + "index": 1, + "text": "Down" + }, + "1": { + "color": "green", + "index": 0, + "text": "Up" + } + }, + "type": "value" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 4, + "w": 3, + "x": 0, + "y": 0 + }, + "id": 34, + "options": { + "colorMode": "background", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showPercentChange": false, + "text": {}, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "prowlarr_system_status{instance=~\"${prowlarr_instance}\"}", + "instant": true, + "legendFormat": "Status", + "range": false, + "refId": "A" + } + ], + "type": "stat" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [ + { + "options": { + "0": { + "color": "red", + "index": 1, + "text": "Down" + }, + "1": { + "color": "green", + "index": 0, + "text": "Up" + } + }, + "type": "value" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "red", + "value": null + }, + { + "color": "semi-dark-orange", + "value": 600 + }, + { + "color": "yellow", + "value": 3600 + }, + { + "color": "green", + "value": 86400 + } + ] + }, + "unit": "s", + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 4, + "w": 3, + "x": 3, + "y": 0 + }, + "id": 35, + "options": { + "colorMode": "background", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showPercentChange": false, + "text": {}, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "time() - container_start_time_seconds{container=\"prowlarr\"}", + "instant": true, + "legendFormat": "Uptime", + "range": false, + "refId": "A" + } + ], + "type": "stat" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "continuous-BlPu" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "none", + "unitScale": true + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Health Issues" + }, + "properties": [ + { + "id": "thresholds", + "value": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "yellow", + "value": 1 + }, + { + "color": "red", + "value": 2 + } + ] + } + }, + { + "id": "color" + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Disabled Indexers" + }, + "properties": [ + { + "id": "thresholds", + "value": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 1 + } + ] + } + }, + { + "id": "color" + } + ] + } + ] + }, + "gridPos": { + "h": 4, + "w": 5, + "x": 6, + "y": 0 + }, + "id": 37, + "options": { + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showPercentChange": false, + "text": { + "valueSize": 60 + }, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "expr": "max(prowlarr_system_health_issues{instance=~\"${prowlarr_instance}\"})", + "hide": false, + "legendFormat": "Health Issues", + "range": true, + "refId": "A" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "expr": "max(prowlarr_indexer_enabled_total{instance=~\"${prowlarr_instance}\"})", + "hide": false, + "legendFormat": "Enabled Indexers", + "range": true, + "refId": "B" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "expr": "max(prowlarr_indexer_total{instance=~\"${prowlarr_instance}\"} - prowlarr_indexer_enabled_total{instance=~\"${prowlarr_instance}\"})", + "hide": false, + "legendFormat": "Disabled Indexers", + "range": true, + "refId": "D" + } + ], + "type": "stat" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "continuous-BlPu" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "none", + "unitScale": true + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Query Failures" + }, + "properties": [ + { + "id": "thresholds", + "value": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "yellow", + "value": 15 + }, + { + "color": "red", + "value": 100 + } + ] + } + }, + { + "id": "color" + } + ] + } + ] + }, + "gridPos": { + "h": 4, + "w": 6, + "x": 11, + "y": 0 + }, + "id": 36, + "options": { + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showPercentChange": false, + "text": {}, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "sum(increase(prowlarr_indexer_queries_total{instance=~\"${prowlarr_instance}\"}[$__range]))", + "hide": false, + "instant": true, + "legendFormat": "Queries", + "range": false, + "refId": "B" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "sum(increase(prowlarr_indexer_grabs_total{instance=~\"${prowlarr_instance}\"}[$__range]))", + "hide": false, + "instant": true, + "legendFormat": "Grabs", + "range": false, + "refId": "C" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "sum(increase(prowlarr_indexer_failed_queries_total{instance=~\"${prowlarr_instance}\"}[$__range]))", + "hide": false, + "instant": true, + "legendFormat": "Query Failures", + "range": false, + "refId": "D" + } + ], + "type": "stat" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "continuous-BlPu" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "none", + "unitScale": true + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Response Time" + }, + "properties": [ + { + "id": "unit", + "value": "ms" + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Failed Queries" + }, + "properties": [ + { + "id": "unit", + "value": "percentunit" + }, + { + "id": "thresholds", + "value": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "yellow", + "value": 0.1 + }, + { + "color": "red", + "value": 0.2 + } + ] + } + }, + { + "id": "color" + } + ] + } + ] + }, + "gridPos": { + "h": 4, + "w": 4, + "x": 17, + "y": 0 + }, + "id": 38, + "options": { + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showPercentChange": false, + "text": {}, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "avg(prowlarr_indexer_average_response_time_ms{instance=~\"${prowlarr_instance}\"})", + "hide": false, + "instant": true, + "legendFormat": "Response Time", + "range": false, + "refId": "B" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "sum(increase(prowlarr_indexer_failed_queries_total{instance=~\"${prowlarr_instance}\"}[$__range])) / sum(prowlarr_indexer_queries_total{instance=~\"${prowlarr_instance}\"})", + "hide": false, + "instant": true, + "legendFormat": "Failed Queries", + "range": false, + "refId": "D" + } + ], + "type": "stat" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "red", + "value": null + }, + { + "color": "yellow", + "value": 604800 + }, + { + "color": "green", + "value": 2592000 + } + ] + }, + "unit": "none", + "unitScale": true + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Nearest VIP Expiration" + }, + "properties": [ + { + "id": "unit", + "value": "s" + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Disk Used" + }, + "properties": [ + { + "id": "unit", + "value": "bytes" + } + ] + } + ] + }, + "gridPos": { + "h": 4, + "w": 3, + "x": 21, + "y": 0 + }, + "id": 39, + "options": { + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showPercentChange": false, + "text": {}, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "expr": "min(prowlarr_indexer_vip_expires_in_seconds)", + "hide": false, + "legendFormat": "Nearest VIP Expiration", + "range": true, + "refId": "D" + } + ], + "type": "stat" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "ms", + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 4 + }, + "id": 44, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "right", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "expr": "max(prowlarr_indexer_average_response_time_ms{instance=~\"${prowlarr_instance}\"}) by (indexer)", + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Indexer Latency", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "ms", + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 12, + "x": 12, + "y": 4 + }, + "id": 45, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "right", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "expr": "max(increase(prowlarr_user_agent_queries_total{instance=~\"${prowlarr_instance}\"}[$__rate_interval])) by (user_agent)", + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "User Agent Queries", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "mappings": [], + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 0, + "y": 13 + }, + "id": 29, + "options": { + "legend": { + "displayMode": "table", + "placement": "right", + "showLegend": true, + "values": ["percent"] + }, + "pieType": "donut", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "pluginVersion": "9.3.6", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "sum(increase(prowlarr_indexer_queries_total{instance=~\"${prowlarr_instance}\"}[$__range])) by (indexer)\n", + "instant": false, + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Queries by Indexer", + "type": "piechart" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "mappings": [], + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 6, + "y": 13 + }, + "id": 33, + "options": { + "legend": { + "displayMode": "table", + "placement": "right", + "showLegend": true + }, + "pieType": "donut", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "sum(increase(prowlarr_indexer_grabs_total{instance=~\"${prowlarr_instance}\"}[$__range])) by (indexer)", + "instant": true, + "legendFormat": "__auto", + "range": false, + "refId": "A" + } + ], + "title": "Grabs by Indexer", + "type": "piechart" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "mappings": [], + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 12, + "y": 13 + }, + "id": 30, + "options": { + "legend": { + "displayMode": "table", + "placement": "right", + "showLegend": true, + "values": ["percent"] + }, + "pieType": "donut", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "pluginVersion": "9.3.6", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "sum(increase(prowlarr_user_agent_queries_total{instance=~\"${prowlarr_instance}\"}[$__range])) by (user_agent)\n", + "instant": false, + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Queries by User Agent", + "type": "piechart" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "mappings": [], + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 18, + "y": 13 + }, + "id": 32, + "options": { + "legend": { + "displayMode": "table", + "placement": "right", + "showLegend": true + }, + "pieType": "donut", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "sum(increase(prowlarr_user_agent_grabs_total{instance=~\"${prowlarr_instance}\"}[$__range])) by (user_agent)", + "instant": true, + "legendFormat": "__auto", + "range": false, + "refId": "A" + } + ], + "title": "Grabs by User Agent", + "type": "piechart" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "cellOptions": { + "type": "auto" + }, + "inspect": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unitScale": true + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Expires In" + }, + "properties": [ + { + "id": "unit", + "value": "s" + }, + { + "id": "thresholds", + "value": { + "mode": "absolute", + "steps": [ + { + "color": "red", + "value": null + }, + { + "color": "yellow", + "value": 604800 + }, + { + "color": "green", + "value": 2592000 + } + ] + } + }, + { + "id": "custom.cellOptions", + "value": { + "type": "color-text" + } + }, + { + "id": "custom.width", + "value": 150 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Expiration Date" + }, + "properties": [ + { + "id": "unit", + "value": "dateTimeAsLocal" + }, + { + "id": "custom.width", + "value": 250 + } + ] + } + ] + }, + "gridPos": { + "h": 7, + "w": 12, + "x": 0, + "y": 22 + }, + "id": 41, + "options": { + "cellHeight": "sm", + "footer": { + "countRows": false, + "fields": "", + "reducer": ["sum"], + "show": false + }, + "frameIndex": 1, + "showHeader": true, + "sortBy": [ + { + "desc": false, + "displayName": "indexer" + } + ] + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "prowlarr_indexer_vip_expires_in_seconds{instance=~\"${prowlarr_instance}\"}", + "format": "table", + "hide": false, + "instant": true, + "legendFormat": "__auto", + "range": false, + "refId": "A" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "(time() * 1000) + (prowlarr_indexer_vip_expires_in_seconds{instance=~\"${prowlarr_instance}\"} * 1000)", + "format": "table", + "hide": false, + "instant": true, + "legendFormat": "__auto", + "range": false, + "refId": "B" + } + ], + "title": "VIP Expiration", + "transformations": [ + { + "id": "concatenate", + "options": {} + }, + { + "id": "organize", + "options": { + "excludeByName": { + "Time": true, + "__name__": true, + "cluster": true, + "cluster 1": true, + "cluster 2": true, + "endpoint": true, + "endpoint 1": true, + "endpoint 2": true, + "indexer 2": true, + "instance": true, + "instance 1": true, + "instance 2": true, + "job": true, + "job 1": true, + "job 2": true, + "namespace": true, + "namespace 1": true, + "namespace 2": true, + "pod": true, + "pod 1": true, + "pod 2": true, + "prometheus": true, + "prometheus 1": true, + "prometheus 2": true, + "service": true, + "service 1": true, + "service 2": true, + "url": true, + "url 1": true, + "url 2": true + }, + "indexByName": { + "Time": 0, + "Value #A": 12, + "Value #B": 13, + "__name__": 1, + "cluster 1": 2, + "cluster 2": 14, + "endpoint 1": 3, + "endpoint 2": 15, + "indexer 1": 4, + "indexer 2": 16, + "instance 1": 5, + "instance 2": 17, + "job 1": 6, + "job 2": 18, + "namespace 1": 7, + "namespace 2": 19, + "pod 1": 8, + "pod 2": 20, + "prometheus 1": 9, + "prometheus 2": 21, + "service 1": 10, + "service 2": 22, + "url 1": 11, + "url 2": 23 + }, + "renameByName": { + "Value": "Expires In", + "Value #A": "Expires In", + "Value #B": "Expiration Date" + } + } + } + ], + "type": "table" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "cellOptions": { + "type": "auto" + }, + "inspect": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unitScale": true + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Expires In" + }, + "properties": [ + { + "id": "unit", + "value": "s" + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Expiration Date" + }, + "properties": [ + { + "id": "unit", + "value": "dateTimeAsUS" + } + ] + } + ] + }, + "gridPos": { + "h": 7, + "w": 12, + "x": 12, + "y": 22 + }, + "id": 42, + "options": { + "cellHeight": "sm", + "footer": { + "countRows": false, + "fields": "", + "reducer": ["sum"], + "show": false + }, + "frameIndex": 1, + "showHeader": true + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "editorMode": "code", + "exemplar": false, + "expr": "prowlarr_system_health_issues{instance=~\"${prowlarr_instance}\"}", + "format": "table", + "hide": false, + "instant": true, + "legendFormat": "__auto", + "range": false, + "refId": "A" + } + ], + "title": "System Health Issues", + "transformations": [ + { + "id": "organize", + "options": { + "excludeByName": { + "Time": true, + "Value": true, + "__name__": true, + "cluster": true, + "cluster 1": true, + "cluster 2": true, + "endpoint": true, + "endpoint 1": true, + "endpoint 2": true, + "indexer 2": true, + "instance": true, + "instance 1": true, + "instance 2": true, + "job": true, + "job 1": true, + "job 2": true, + "namespace": true, + "namespace 1": true, + "namespace 2": true, + "pod": true, + "pod 1": true, + "pod 2": true, + "prometheus": true, + "prometheus 1": true, + "prometheus 2": true, + "service": true, + "service 1": true, + "service 2": true, + "source": true, + "type": true, + "url": true, + "url 1": true, + "url 2": true + }, + "indexByName": {}, + "renameByName": { + "Value": "", + "Value #A": "Expires In", + "Value #B": "Expiration Date" + } + } + } + ], + "type": "table" + } + ], + "refresh": "30s", + "revision": 1, + "schemaVersion": 39, + "tags": ["prowlarr", "music", "movies", "tv", "media"], + "templating": { + "list": [ + { + "current": { + "selected": false, + "text": "Prometheus", + "value": "prom" + }, + "hide": 0, + "includeAll": false, + "label": "Datasource", + "multi": false, + "name": "DS_PROMETHEUS", + "options": [], + "query": "prometheus", + "queryValue": "", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "type": "datasource" + }, + { + "current": { + "selected": false, + "text": "All", + "value": "$__all" + }, + "datasource": { + "type": "prometheus", + "uid": "prom" + }, + "definition": "label_values({__name__=~\"prowlarr_.*\"},instance)", + "hide": 0, + "includeAll": true, + "label": "Prowlarr Instance", + "multi": true, + "name": "prowlarr_instance", + "options": [], + "query": { + "query": "label_values({__name__=~\"prowlarr_.*\"},instance)", + "refId": "PrometheusVariableQueryEditor-VariableQuery" + }, + "refresh": 2, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "type": "query" + } + ] + }, + "time": { + "from": "now-24h", + "to": "now" + }, + "timepicker": {}, + "timezone": "browser", + "title": "Prowlarr", + "uid": "WURH98Y4k1", + "version": 3, + "weekStart": "" +} diff --git a/stable/prowlarr/15.4.0/ix_values.yaml b/stable/prowlarr/15.4.0/ix_values.yaml new file mode 100644 index 00000000000..f897f7dbf9b --- /dev/null +++ b/stable/prowlarr/15.4.0/ix_values.yaml @@ -0,0 +1,115 @@ +image: + repository: ghcr.io/onedr0p/prowlarr-develop + tag: 1.14.0.4286@sha256:91dc4b0e5abf134fa73085f639500fe58a19ee61d6ed710a1dec50eb6463612d + pullPolicy: IfNotPresent +exportarrImage: + repository: ghcr.io/onedr0p/exportarr + pullPolicy: IfNotPresent + tag: v1.6.1@sha256:60cf3d44aa0b7dea2a65160b2e2e373c1ae38cd6b12a45fe81b8afa45ac31c22 +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/15.2.0/questions.yaml b/stable/prowlarr/15.4.0/questions.yaml similarity index 100% rename from stable/prowlarr/15.2.0/questions.yaml rename to stable/prowlarr/15.4.0/questions.yaml diff --git a/stable/putty/9.1.0/templates/NOTES.txt b/stable/prowlarr/15.4.0/templates/NOTES.txt similarity index 100% rename from stable/putty/9.1.0/templates/NOTES.txt rename to stable/prowlarr/15.4.0/templates/NOTES.txt diff --git a/stable/prowlarr/15.2.0/templates/common.yaml b/stable/prowlarr/15.4.0/templates/common.yaml similarity index 100% rename from stable/prowlarr/15.2.0/templates/common.yaml rename to stable/prowlarr/15.4.0/templates/common.yaml diff --git a/stable/prpdf/5.1.0/values.yaml b/stable/prowlarr/15.4.0/values.yaml similarity index 100% rename from stable/prpdf/5.1.0/values.yaml rename to stable/prowlarr/15.4.0/values.yaml diff --git a/stable/proxmox-backup-server/3.1.0/CHANGELOG.md b/stable/proxmox-backup-server/3.1.0/CHANGELOG.md deleted file mode 100644 index 6abff9fec5e..00000000000 --- a/stable/proxmox-backup-server/3.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/proxmox-backup-server/3.1.0/Chart.yaml b/stable/proxmox-backup-server/3.1.0/Chart.yaml deleted file mode 100644 index ab5541d8297..00000000000 --- a/stable/proxmox-backup-server/3.1.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: 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.1 - 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.0 diff --git a/stable/proxmox-backup-server/3.1.0/charts/common-18.0.1.tgz b/stable/proxmox-backup-server/3.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/proxmox-backup-server/3.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/prusaslicer-novnc/8.1.1/.helmignore b/stable/proxmox-backup-server/3.2.0/.helmignore similarity index 100% rename from stable/prusaslicer-novnc/8.1.1/.helmignore rename to stable/proxmox-backup-server/3.2.0/.helmignore diff --git a/stable/proxmox-backup-server/3.2.0/CHANGELOG.md b/stable/proxmox-backup-server/3.2.0/CHANGELOG.md new file mode 100644 index 00000000000..1bd43bafc96 --- /dev/null +++ b/stable/proxmox-backup-server/3.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [proxmox-backup-server-2.2.6](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.2.5...proxmox-backup-server-2.2.6) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [proxmox-backup-server-2.2.5](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.2.4...proxmox-backup-server-2.2.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [proxmox-backup-server-2.2.4](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.2.3...proxmox-backup-server-2.2.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [proxmox-backup-server-2.2.3](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.2.2...proxmox-backup-server-2.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [proxmox-backup-server-2.2.2](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.2.1...proxmox-backup-server-2.2.2) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [proxmox-backup-server-2.2.1](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.2.0...proxmox-backup-server-2.2.1) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [proxmox-backup-server-2.2.0](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.1.8...proxmox-backup-server-2.2.0) (2024-01-03) + +### Chore + + + +- update container image ayufan/proxmox-backup-server to v3.1.2[@eacdd4b](https://github.com/eacdd4b) by renovate ([#16808](https://github.com/truecharts/charts/issues/16808)) + + +## [proxmox-backup-server-2.1.8](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.1.7...proxmox-backup-server-2.1.8) (2024-01-03) + +### Chore + + + +- update container image ayufan/proxmox-backup-server to v[@eed5e7b](https://github.com/eed5e7b) by renovate ([#16755](https://github.com/truecharts/charts/issues/16755)) + + +## [proxmox-backup-server-2.1.7](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.1.6...proxmox-backup-server-2.1.7) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/proxmox-backup-server/3.2.0/Chart.yaml b/stable/proxmox-backup-server/3.2.0/Chart.yaml new file mode 100644 index 00000000000..6ee33b83768 --- /dev/null +++ b/stable/proxmox-backup-server/3.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: test + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.1.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/proxmox-backup-server/3.1.0/README.md b/stable/proxmox-backup-server/3.2.0/README.md similarity index 100% rename from stable/proxmox-backup-server/3.1.0/README.md rename to stable/proxmox-backup-server/3.2.0/README.md diff --git a/stable/proxmox-backup-server/3.1.0/app-readme.md b/stable/proxmox-backup-server/3.2.0/app-readme.md similarity index 100% rename from stable/proxmox-backup-server/3.1.0/app-readme.md rename to stable/proxmox-backup-server/3.2.0/app-readme.md diff --git a/stable/proxmox-backup-server/3.2.0/charts/common-18.1.2.tgz b/stable/proxmox-backup-server/3.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/proxmox-backup-server/3.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/proxmox-backup-server/3.1.0/ix_values.yaml b/stable/proxmox-backup-server/3.2.0/ix_values.yaml similarity index 100% rename from stable/proxmox-backup-server/3.1.0/ix_values.yaml rename to stable/proxmox-backup-server/3.2.0/ix_values.yaml diff --git a/stable/proxmox-backup-server/3.1.0/questions.yaml b/stable/proxmox-backup-server/3.2.0/questions.yaml similarity index 100% rename from stable/proxmox-backup-server/3.1.0/questions.yaml rename to stable/proxmox-backup-server/3.2.0/questions.yaml diff --git a/stable/pwndrop/9.1.1/templates/common.yaml b/stable/proxmox-backup-server/3.2.0/templates/common.yaml similarity index 100% rename from stable/pwndrop/9.1.1/templates/common.yaml rename to stable/proxmox-backup-server/3.2.0/templates/common.yaml diff --git a/stable/prusaslicer-novnc/8.1.1/values.yaml b/stable/proxmox-backup-server/3.2.0/values.yaml similarity index 100% rename from stable/prusaslicer-novnc/8.1.1/values.yaml rename to stable/proxmox-backup-server/3.2.0/values.yaml diff --git a/stable/prpdf/5.1.0/CHANGELOG.md b/stable/prpdf/5.1.0/CHANGELOG.md deleted file mode 100644 index bce1cd5ff6d..00000000000 --- a/stable/prpdf/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/prpdf/5.1.0/Chart.yaml b/stable/prpdf/5.1.0/Chart.yaml deleted file mode 100644 index cced54955bd..00000000000 --- a/stable/prpdf/5.1.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: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/prpdf/5.1.0/charts/common-18.0.1.tgz b/stable/prpdf/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/prpdf/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/pt-helper/5.1.0/.helmignore b/stable/prpdf/5.2.0/.helmignore similarity index 100% rename from stable/pt-helper/5.1.0/.helmignore rename to stable/prpdf/5.2.0/.helmignore diff --git a/stable/prpdf/5.2.0/CHANGELOG.md b/stable/prpdf/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..7fbe16d4024 --- /dev/null +++ b/stable/prpdf/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/prpdf/5.2.0/Chart.yaml b/stable/prpdf/5.2.0/Chart.yaml new file mode 100644 index 00000000000..6a578dc33e9 --- /dev/null +++ b/stable/prpdf/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/prpdf/5.1.0/README.md b/stable/prpdf/5.2.0/README.md similarity index 100% rename from stable/prpdf/5.1.0/README.md rename to stable/prpdf/5.2.0/README.md diff --git a/stable/prpdf/5.1.0/app-readme.md b/stable/prpdf/5.2.0/app-readme.md similarity index 100% rename from stable/prpdf/5.1.0/app-readme.md rename to stable/prpdf/5.2.0/app-readme.md diff --git a/stable/prpdf/5.2.0/charts/common-18.1.2.tgz b/stable/prpdf/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/prpdf/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/prpdf/5.1.0/ix_values.yaml b/stable/prpdf/5.2.0/ix_values.yaml similarity index 100% rename from stable/prpdf/5.1.0/ix_values.yaml rename to stable/prpdf/5.2.0/ix_values.yaml diff --git a/stable/prpdf/5.1.0/questions.yaml b/stable/prpdf/5.2.0/questions.yaml similarity index 100% rename from stable/prpdf/5.1.0/questions.yaml rename to stable/prpdf/5.2.0/questions.yaml diff --git a/stable/prpdf/5.1.0/templates/common.yaml b/stable/prpdf/5.2.0/templates/common.yaml similarity index 100% rename from stable/prpdf/5.1.0/templates/common.yaml rename to stable/prpdf/5.2.0/templates/common.yaml diff --git a/stable/pt-helper/5.1.0/values.yaml b/stable/prpdf/5.2.0/values.yaml similarity index 100% rename from stable/pt-helper/5.1.0/values.yaml rename to stable/prpdf/5.2.0/values.yaml diff --git a/stable/prusaslicer-novnc/8.1.1/CHANGELOG.md b/stable/prusaslicer-novnc/8.1.1/CHANGELOG.md deleted file mode 100644 index 53260e5c064..00000000000 --- a/stable/prusaslicer-novnc/8.1.1/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) - -### Chore \ No newline at end of file diff --git a/stable/prusaslicer-novnc/8.1.1/Chart.yaml b/stable/prusaslicer-novnc/8.1.1/Chart.yaml deleted file mode 100644 index c4167cfb129..00000000000 --- a/stable/prusaslicer-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 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.1 diff --git a/stable/prusaslicer-novnc/8.1.1/charts/common-18.0.2.tgz b/stable/prusaslicer-novnc/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/prusaslicer-novnc/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/prusaslicer-novnc/8.1.1/ix_values.yaml b/stable/prusaslicer-novnc/8.1.1/ix_values.yaml deleted file mode 100644 index 30a5429bd4f..00000000000 --- a/stable/prusaslicer-novnc/8.1.1/ix_values.yaml +++ /dev/null @@ -1,34 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: mikeah/prusaslicer-novnc - tag: latest@sha256:c218037608ced9c50c8c9546a9d7ef0a615e4b1ebb94972360affd5da41c9a1b -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/putty/9.1.0/.helmignore b/stable/prusaslicer-novnc/8.2.0/.helmignore similarity index 100% rename from stable/putty/9.1.0/.helmignore rename to stable/prusaslicer-novnc/8.2.0/.helmignore diff --git a/stable/prusaslicer-novnc/8.2.0/CHANGELOG.md b/stable/prusaslicer-novnc/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..30d5e7aa5a6 --- /dev/null +++ b/stable/prusaslicer-novnc/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + +## [prusaslicer-novnc-7.1.19](https://github.com/truecharts/charts/compare/prusaslicer-novnc-7.1.18...prusaslicer-novnc-7.1.19) (2024-02-12) + +### Chore + + + +- update container image mikeah/prusaslicer-novnc to latest[@7537fd2](https://github.com/7537fd2) by renovate ([#18097](https://github.com/truecharts/charts/issues/18097)) + + +## [prusaslicer-novnc-7.1.18](https://github.com/truecharts/charts/compare/prusaslicer-novnc-7.1.17...prusaslicer-novnc-7.1.18) (2024-02-05) + +### Chore + + + +- update container image mikeah/prusaslicer-novnc to latest[@27c0bf5](https://github.com/27c0bf5) by renovate ([#17886](https://github.com/truecharts/charts/issues/17886)) + + +## [prusaslicer-novnc-7.1.17](https://github.com/truecharts/charts/compare/prusaslicer-novnc-7.1.16...prusaslicer-novnc-7.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [prusaslicer-novnc-7.1.16](https://github.com/truecharts/charts/compare/prusaslicer-novnc-7.1.15...prusaslicer-novnc-7.1.16) (2024-01-29) + +### Chore + + + +- update container image mikeah/prusaslicer-novnc to latest[@bdb2ff4](https://github.com/bdb2ff4) by renovate ([#17646](https://github.com/truecharts/charts/issues/17646)) + + +## [prusaslicer-novnc-7.1.15](https://github.com/truecharts/charts/compare/prusaslicer-novnc-7.1.14...prusaslicer-novnc-7.1.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [prusaslicer-novnc-7.1.14](https://github.com/truecharts/charts/compare/prusaslicer-novnc-7.1.13...prusaslicer-novnc-7.1.14) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [prusaslicer-novnc-7.1.13](https://github.com/truecharts/charts/compare/prusaslicer-novnc-7.1.12...prusaslicer-novnc-7.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [prusaslicer-novnc-7.1.12](https://github.com/truecharts/charts/compare/prusaslicer-novnc-7.1.11...prusaslicer-novnc-7.1.12) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/prusaslicer-novnc/8.2.0/Chart.yaml b/stable/prusaslicer-novnc/8.2.0/Chart.yaml new file mode 100644 index 00000000000..5aef63a21b4 --- /dev/null +++ b/stable/prusaslicer-novnc/8.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Enjoy Prusaslicer directly in your browser with this easy to use Chart Chart. +home: https://truecharts.org/charts/stable/prusaslicer-novnc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prusaslicer-novnc.png +keywords: + - prusaslicer-novnc + - home-automation + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: prusaslicer-novnc +sources: + - https://www.prusa3d.com/prusaslicer/ + - https://github.com/truecharts/charts/tree/master/charts/stable/prusaslicer-novnc + - https://hub.docker.com/r/mikeah/prusaslicer-novnc +type: application +version: 8.2.0 diff --git a/stable/prusaslicer-novnc/8.1.1/README.md b/stable/prusaslicer-novnc/8.2.0/README.md similarity index 100% rename from stable/prusaslicer-novnc/8.1.1/README.md rename to stable/prusaslicer-novnc/8.2.0/README.md diff --git a/stable/prusaslicer-novnc/8.1.1/app-readme.md b/stable/prusaslicer-novnc/8.2.0/app-readme.md similarity index 100% rename from stable/prusaslicer-novnc/8.1.1/app-readme.md rename to stable/prusaslicer-novnc/8.2.0/app-readme.md diff --git a/stable/prusaslicer-novnc/8.2.0/charts/common-18.1.2.tgz b/stable/prusaslicer-novnc/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/prusaslicer-novnc/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/prusaslicer-novnc/8.2.0/ix_values.yaml b/stable/prusaslicer-novnc/8.2.0/ix_values.yaml new file mode 100644 index 00000000000..f742af40e82 --- /dev/null +++ b/stable/prusaslicer-novnc/8.2.0/ix_values.yaml @@ -0,0 +1,34 @@ +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/prusaslicer-novnc/8.1.1/questions.yaml b/stable/prusaslicer-novnc/8.2.0/questions.yaml similarity index 100% rename from stable/prusaslicer-novnc/8.1.1/questions.yaml rename to stable/prusaslicer-novnc/8.2.0/questions.yaml diff --git a/stable/pwndrop/9.1.1/templates/NOTES.txt b/stable/prusaslicer-novnc/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/pwndrop/9.1.1/templates/NOTES.txt rename to stable/prusaslicer-novnc/8.2.0/templates/NOTES.txt diff --git a/stable/prusaslicer-novnc/8.1.1/templates/common.yaml b/stable/prusaslicer-novnc/8.2.0/templates/common.yaml similarity index 100% rename from stable/prusaslicer-novnc/8.1.1/templates/common.yaml rename to stable/prusaslicer-novnc/8.2.0/templates/common.yaml diff --git a/stable/putty/9.1.0/values.yaml b/stable/prusaslicer-novnc/8.2.0/values.yaml similarity index 100% rename from stable/putty/9.1.0/values.yaml rename to stable/prusaslicer-novnc/8.2.0/values.yaml diff --git a/stable/pt-helper/5.1.0/CHANGELOG.md b/stable/pt-helper/5.1.0/CHANGELOG.md deleted file mode 100644 index 5a0d0906e16..00000000000 --- a/stable/pt-helper/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/pt-helper/5.1.0/Chart.yaml b/stable/pt-helper/5.1.0/Chart.yaml deleted file mode 100644 index 00afff3ddde..00000000000 --- a/stable/pt-helper/5.1.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: 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.1 - 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.0 diff --git a/stable/pt-helper/5.1.0/charts/common-18.0.1.tgz b/stable/pt-helper/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/pt-helper/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/pvk-ii/5.1.0/.helmignore b/stable/pt-helper/5.2.0/.helmignore similarity index 100% rename from stable/pvk-ii/5.1.0/.helmignore rename to stable/pt-helper/5.2.0/.helmignore diff --git a/stable/pt-helper/5.2.0/CHANGELOG.md b/stable/pt-helper/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..60f26b0ccfe --- /dev/null +++ b/stable/pt-helper/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/pt-helper/5.2.0/Chart.yaml b/stable/pt-helper/5.2.0/Chart.yaml new file mode 100644 index 00000000000..05af3b00811 --- /dev/null +++ b/stable/pt-helper/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/pt-helper/5.1.0/README.md b/stable/pt-helper/5.2.0/README.md similarity index 100% rename from stable/pt-helper/5.1.0/README.md rename to stable/pt-helper/5.2.0/README.md diff --git a/stable/pt-helper/5.1.0/app-readme.md b/stable/pt-helper/5.2.0/app-readme.md similarity index 100% rename from stable/pt-helper/5.1.0/app-readme.md rename to stable/pt-helper/5.2.0/app-readme.md diff --git a/stable/pt-helper/5.2.0/charts/common-18.1.2.tgz b/stable/pt-helper/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/pt-helper/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/pt-helper/5.1.0/ix_values.yaml b/stable/pt-helper/5.2.0/ix_values.yaml similarity index 100% rename from stable/pt-helper/5.1.0/ix_values.yaml rename to stable/pt-helper/5.2.0/ix_values.yaml diff --git a/stable/pt-helper/5.1.0/questions.yaml b/stable/pt-helper/5.2.0/questions.yaml similarity index 100% rename from stable/pt-helper/5.1.0/questions.yaml rename to stable/pt-helper/5.2.0/questions.yaml diff --git a/stable/pt-helper/5.1.0/templates/common.yaml b/stable/pt-helper/5.2.0/templates/common.yaml similarity index 100% rename from stable/pt-helper/5.1.0/templates/common.yaml rename to stable/pt-helper/5.2.0/templates/common.yaml diff --git a/stable/pvk-ii/5.1.0/values.yaml b/stable/pt-helper/5.2.0/values.yaml similarity index 100% rename from stable/pvk-ii/5.1.0/values.yaml rename to stable/pt-helper/5.2.0/values.yaml diff --git a/stable/putty/9.1.0/CHANGELOG.md b/stable/putty/9.1.0/CHANGELOG.md deleted file mode 100644 index ba27a2e34d5..00000000000 --- a/stable/putty/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [putty-8.0.1](https://github.com/truecharts/charts/compare/putty-8.0.0...putty-8.0.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [putty-8.0.0](https://github.com/truecharts/charts/compare/putty-7.1.10...putty-8.0.0) (2024-01-29) - -### Chore - - - -- update container image jlesage/putty to v24.01.1[@3731054](https://github.com/3731054) by renovate ([#17710](https://github.com/truecharts/charts/issues/17710)) - - -## [putty-7.1.10](https://github.com/truecharts/charts/compare/putty-7.1.9...putty-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [putty-7.1.9](https://github.com/truecharts/charts/compare/putty-7.1.8...putty-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [putty-7.1.8](https://github.com/truecharts/charts/compare/putty-7.1.7...putty-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [putty-7.1.7](https://github.com/truecharts/charts/compare/putty-7.1.6...putty-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [putty-7.1.6](https://github.com/truecharts/charts/compare/putty-7.1.5...putty-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [putty-7.1.5](https://github.com/truecharts/charts/compare/putty-7.1.4...putty-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [putty-7.1.4](https://github.com/truecharts/charts/compare/putty-7.1.3...putty-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [putty-7.1.3](https://github.com/truecharts/charts/compare/putty-7.1.0...putty-7.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/putty/9.1.0/Chart.yaml b/stable/putty/9.1.0/Chart.yaml deleted file mode 100644 index d13894e99a9..00000000000 --- a/stable/putty/9.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/putty/9.1.0/charts/common-18.0.1.tgz b/stable/putty/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/putty/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/pwm/5.1.0/.helmignore b/stable/putty/9.2.0/.helmignore similarity index 100% rename from stable/pwm/5.1.0/.helmignore rename to stable/putty/9.2.0/.helmignore diff --git a/stable/putty/9.2.0/CHANGELOG.md b/stable/putty/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..20756605fcd --- /dev/null +++ b/stable/putty/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/putty/9.2.0/Chart.yaml b/stable/putty/9.2.0/Chart.yaml new file mode 100644 index 00000000000..453f932efb6 --- /dev/null +++ b/stable/putty/9.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/putty/9.1.0/README.md b/stable/putty/9.2.0/README.md similarity index 100% rename from stable/putty/9.1.0/README.md rename to stable/putty/9.2.0/README.md diff --git a/stable/putty/9.1.0/app-readme.md b/stable/putty/9.2.0/app-readme.md similarity index 100% rename from stable/putty/9.1.0/app-readme.md rename to stable/putty/9.2.0/app-readme.md diff --git a/stable/putty/9.2.0/charts/common-18.1.2.tgz b/stable/putty/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/putty/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/putty/9.1.0/ix_values.yaml b/stable/putty/9.2.0/ix_values.yaml similarity index 100% rename from stable/putty/9.1.0/ix_values.yaml rename to stable/putty/9.2.0/ix_values.yaml diff --git a/stable/putty/9.1.0/questions.yaml b/stable/putty/9.2.0/questions.yaml similarity index 100% rename from stable/putty/9.1.0/questions.yaml rename to stable/putty/9.2.0/questions.yaml diff --git a/stable/pyload/13.1.0/templates/NOTES.txt b/stable/putty/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/pyload/13.1.0/templates/NOTES.txt rename to stable/putty/9.2.0/templates/NOTES.txt diff --git a/stable/pyload/13.1.0/templates/common.yaml b/stable/putty/9.2.0/templates/common.yaml similarity index 100% rename from stable/pyload/13.1.0/templates/common.yaml rename to stable/putty/9.2.0/templates/common.yaml diff --git a/stable/pwm/5.1.0/values.yaml b/stable/putty/9.2.0/values.yaml similarity index 100% rename from stable/pwm/5.1.0/values.yaml rename to stable/putty/9.2.0/values.yaml diff --git a/stable/pvk-ii/5.1.0/CHANGELOG.md b/stable/pvk-ii/5.1.0/CHANGELOG.md deleted file mode 100644 index 4aaad1a08d2..00000000000 --- a/stable/pvk-ii/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/pvk-ii/5.1.0/Chart.yaml b/stable/pvk-ii/5.1.0/Chart.yaml deleted file mode 100644 index 26f33a14c5f..00000000000 --- a/stable/pvk-ii/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/pvk-ii/5.1.0/charts/common-18.0.1.tgz b/stable/pvk-ii/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/pvk-ii/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/pwndrop/9.1.1/.helmignore b/stable/pvk-ii/5.2.0/.helmignore similarity index 100% rename from stable/pwndrop/9.1.1/.helmignore rename to stable/pvk-ii/5.2.0/.helmignore diff --git a/stable/pvk-ii/5.2.0/CHANGELOG.md b/stable/pvk-ii/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..bff284cc148 --- /dev/null +++ b/stable/pvk-ii/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/pvk-ii/5.2.0/Chart.yaml b/stable/pvk-ii/5.2.0/Chart.yaml new file mode 100644 index 00000000000..145896824a0 --- /dev/null +++ b/stable/pvk-ii/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: pkii +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/pvk-ii/5.1.0/README.md b/stable/pvk-ii/5.2.0/README.md similarity index 100% rename from stable/pvk-ii/5.1.0/README.md rename to stable/pvk-ii/5.2.0/README.md diff --git a/stable/pvk-ii/5.1.0/app-readme.md b/stable/pvk-ii/5.2.0/app-readme.md similarity index 100% rename from stable/pvk-ii/5.1.0/app-readme.md rename to stable/pvk-ii/5.2.0/app-readme.md diff --git a/stable/pvk-ii/5.2.0/charts/common-18.1.2.tgz b/stable/pvk-ii/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/pvk-ii/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/pvk-ii/5.1.0/ix_values.yaml b/stable/pvk-ii/5.2.0/ix_values.yaml similarity index 100% rename from stable/pvk-ii/5.1.0/ix_values.yaml rename to stable/pvk-ii/5.2.0/ix_values.yaml diff --git a/stable/pvk-ii/5.1.0/questions.yaml b/stable/pvk-ii/5.2.0/questions.yaml similarity index 100% rename from stable/pvk-ii/5.1.0/questions.yaml rename to stable/pvk-ii/5.2.0/questions.yaml diff --git a/stable/pvk-ii/5.1.0/templates/common.yaml b/stable/pvk-ii/5.2.0/templates/common.yaml similarity index 100% rename from stable/pvk-ii/5.1.0/templates/common.yaml rename to stable/pvk-ii/5.2.0/templates/common.yaml diff --git a/stable/pwndrop/9.1.1/values.yaml b/stable/pvk-ii/5.2.0/values.yaml similarity index 100% rename from stable/pwndrop/9.1.1/values.yaml rename to stable/pvk-ii/5.2.0/values.yaml diff --git a/stable/pwm/5.1.0/CHANGELOG.md b/stable/pwm/5.1.0/CHANGELOG.md deleted file mode 100644 index b3546986001..00000000000 --- a/stable/pwm/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/pwm/5.1.0/Chart.yaml b/stable/pwm/5.1.0/Chart.yaml deleted file mode 100644 index ca40a9f49fc..00000000000 --- a/stable/pwm/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/pwm/5.1.0/charts/common-18.0.1.tgz b/stable/pwm/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/pwm/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/pyload-ng/5.1.1/.helmignore b/stable/pwm/5.2.0/.helmignore similarity index 100% rename from stable/pyload-ng/5.1.1/.helmignore rename to stable/pwm/5.2.0/.helmignore diff --git a/stable/pwm/5.2.0/CHANGELOG.md b/stable/pwm/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c9b3a5a3c4d --- /dev/null +++ b/stable/pwm/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/pwm/5.2.0/Chart.yaml b/stable/pwm/5.2.0/Chart.yaml new file mode 100644 index 00000000000..f306f1650f0 --- /dev/null +++ b/stable/pwm/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Security + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/pwm/5.1.0/README.md b/stable/pwm/5.2.0/README.md similarity index 100% rename from stable/pwm/5.1.0/README.md rename to stable/pwm/5.2.0/README.md diff --git a/stable/pwm/5.1.0/app-readme.md b/stable/pwm/5.2.0/app-readme.md similarity index 100% rename from stable/pwm/5.1.0/app-readme.md rename to stable/pwm/5.2.0/app-readme.md diff --git a/stable/pwm/5.2.0/charts/common-18.1.2.tgz b/stable/pwm/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/pwm/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/pwm/5.1.0/ix_values.yaml b/stable/pwm/5.2.0/ix_values.yaml similarity index 100% rename from stable/pwm/5.1.0/ix_values.yaml rename to stable/pwm/5.2.0/ix_values.yaml diff --git a/stable/pwm/5.1.0/questions.yaml b/stable/pwm/5.2.0/questions.yaml similarity index 100% rename from stable/pwm/5.1.0/questions.yaml rename to stable/pwm/5.2.0/questions.yaml diff --git a/stable/pwm/5.1.0/templates/common.yaml b/stable/pwm/5.2.0/templates/common.yaml similarity index 100% rename from stable/pwm/5.1.0/templates/common.yaml rename to stable/pwm/5.2.0/templates/common.yaml diff --git a/stable/pyload-ng/5.1.1/values.yaml b/stable/pwm/5.2.0/values.yaml similarity index 100% rename from stable/pyload-ng/5.1.1/values.yaml rename to stable/pwm/5.2.0/values.yaml diff --git a/stable/pwndrop/9.1.1/CHANGELOG.md b/stable/pwndrop/9.1.1/CHANGELOG.md deleted file mode 100644 index 5a80435e58b..00000000000 --- a/stable/pwndrop/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - -## [pwndrop-8.1.14](https://github.com/truecharts/charts/compare/pwndrop-8.1.13...pwndrop-8.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pwndrop-8.1.13](https://github.com/truecharts/charts/compare/pwndrop-8.1.12...pwndrop-8.1.13) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@3f2e06e](https://github.com/3f2e06e) by renovate ([#17744](https://github.com/truecharts/charts/issues/17744)) - - -## [pwndrop-8.1.12](https://github.com/truecharts/charts/compare/pwndrop-8.1.11...pwndrop-8.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [pwndrop-8.1.11](https://github.com/truecharts/charts/compare/pwndrop-8.1.10...pwndrop-8.1.11) (2024-01-22) - -### Chore - - - -- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@3e302b3](https://github.com/3e302b3) by renovate ([#17512](https://github.com/truecharts/charts/issues/17512)) - - -## [pwndrop-8.1.10](https://github.com/truecharts/charts/compare/pwndrop-8.1.9...pwndrop-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [pwndrop-8.1.9](https://github.com/truecharts/charts/compare/pwndrop-8.1.8...pwndrop-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [pwndrop-8.1.8](https://github.com/truecharts/charts/compare/pwndrop-8.1.7...pwndrop-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [pwndrop-8.1.7](https://github.com/truecharts/charts/compare/pwndrop-8.1.6...pwndrop-8.1.7) (2024-01-09) - -### Chore - - - -- 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/pwndrop/9.1.1/Chart.yaml b/stable/pwndrop/9.1.1/Chart.yaml deleted file mode 100644 index d413cf99bf7..00000000000 --- a/stable/pwndrop/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: 1.0.1 -dependencies: - - name: common - version: 18.0.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV. -home: https://truecharts.org/charts/stable/pwndrop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwndrop.png -keywords: - - pwndrop -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pwndrop -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/pwndrop - - https://ghcr.io/linuxserver/pwndrop -type: application -version: 9.1.1 diff --git a/stable/pwndrop/9.1.1/charts/common-18.0.2.tgz b/stable/pwndrop/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/pwndrop/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/pwndrop/9.1.1/ix_values.yaml b/stable/pwndrop/9.1.1/ix_values.yaml deleted file mode 100644 index f85d778b02f..00000000000 --- a/stable/pwndrop/9.1.1/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/pyload/13.1.0/.helmignore b/stable/pwndrop/9.2.0/.helmignore similarity index 100% rename from stable/pyload/13.1.0/.helmignore rename to stable/pwndrop/9.2.0/.helmignore diff --git a/stable/pwndrop/9.2.0/CHANGELOG.md b/stable/pwndrop/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..bdf305bef10 --- /dev/null +++ b/stable/pwndrop/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + +## [pwndrop-8.1.14](https://github.com/truecharts/charts/compare/pwndrop-8.1.13...pwndrop-8.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [pwndrop-8.1.13](https://github.com/truecharts/charts/compare/pwndrop-8.1.12...pwndrop-8.1.13) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@3f2e06e](https://github.com/3f2e06e) by renovate ([#17744](https://github.com/truecharts/charts/issues/17744)) + + +## [pwndrop-8.1.12](https://github.com/truecharts/charts/compare/pwndrop-8.1.11...pwndrop-8.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [pwndrop-8.1.11](https://github.com/truecharts/charts/compare/pwndrop-8.1.10...pwndrop-8.1.11) (2024-01-22) + +### Chore + + + +- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@3e302b3](https://github.com/3e302b3) by renovate ([#17512](https://github.com/truecharts/charts/issues/17512)) + + +## [pwndrop-8.1.10](https://github.com/truecharts/charts/compare/pwndrop-8.1.9...pwndrop-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [pwndrop-8.1.9](https://github.com/truecharts/charts/compare/pwndrop-8.1.8...pwndrop-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [pwndrop-8.1.8](https://github.com/truecharts/charts/compare/pwndrop-8.1.7...pwndrop-8.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [pwndrop-8.1.7](https://github.com/truecharts/charts/compare/pwndrop-8.1.6...pwndrop-8.1.7) (2024-01-09) + +### Chore + diff --git a/stable/pwndrop/9.2.0/Chart.yaml b/stable/pwndrop/9.2.0/Chart.yaml new file mode 100644 index 00000000000..21ccda55f98 --- /dev/null +++ b/stable/pwndrop/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.1 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV. +home: https://truecharts.org/charts/stable/pwndrop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwndrop.png +keywords: + - pwndrop +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pwndrop +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pwndrop + - https://ghcr.io/linuxserver/pwndrop +type: application +version: 9.2.0 diff --git a/stable/pwndrop/9.1.1/README.md b/stable/pwndrop/9.2.0/README.md similarity index 100% rename from stable/pwndrop/9.1.1/README.md rename to stable/pwndrop/9.2.0/README.md diff --git a/stable/pwndrop/9.1.1/app-readme.md b/stable/pwndrop/9.2.0/app-readme.md similarity index 100% rename from stable/pwndrop/9.1.1/app-readme.md rename to stable/pwndrop/9.2.0/app-readme.md diff --git a/stable/pwndrop/9.2.0/charts/common-18.1.2.tgz b/stable/pwndrop/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/pwndrop/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/pwndrop/9.2.0/ix_values.yaml b/stable/pwndrop/9.2.0/ix_values.yaml new file mode 100644 index 00000000000..073add280e1 --- /dev/null +++ b/stable/pwndrop/9.2.0/ix_values.yaml @@ -0,0 +1,25 @@ +image: + repository: ghcr.io/linuxserver/pwndrop + pullPolicy: IfNotPresent + tag: 1.0.1@sha256:7edaad09b6f257f9dc2ece2603483953c8d8bfc0cdf6dc11dac4427939b12e2b +service: + main: + ports: + main: + targetPort: 8080 + port: 10149 +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/pwndrop/9.1.1/questions.yaml b/stable/pwndrop/9.2.0/questions.yaml similarity index 100% rename from stable/pwndrop/9.1.1/questions.yaml rename to stable/pwndrop/9.2.0/questions.yaml diff --git a/stable/pylon/9.1.0/templates/NOTES.txt b/stable/pwndrop/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/pylon/9.1.0/templates/NOTES.txt rename to stable/pwndrop/9.2.0/templates/NOTES.txt diff --git a/stable/pylon/9.1.0/templates/common.yaml b/stable/pwndrop/9.2.0/templates/common.yaml similarity index 100% rename from stable/pylon/9.1.0/templates/common.yaml rename to stable/pwndrop/9.2.0/templates/common.yaml diff --git a/stable/pyload/13.1.0/values.yaml b/stable/pwndrop/9.2.0/values.yaml similarity index 100% rename from stable/pyload/13.1.0/values.yaml rename to stable/pwndrop/9.2.0/values.yaml diff --git a/stable/pyload-ng/5.1.1/CHANGELOG.md b/stable/pyload-ng/5.1.1/CHANGELOG.md deleted file mode 100644 index 2d836cc02cb..00000000000 --- a/stable/pyload-ng/5.1.1/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) - -### Chore \ No newline at end of file diff --git a/stable/pyload-ng/5.1.1/Chart.yaml b/stable/pyload-ng/5.1.1/Chart.yaml deleted file mode 100644 index 989ebb31c6d..00000000000 --- a/stable/pyload-ng/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: 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.1 diff --git a/stable/pyload-ng/5.1.1/charts/common-18.0.2.tgz b/stable/pyload-ng/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/pyload-ng/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/pyload-ng/5.1.1/ix_values.yaml b/stable/pyload-ng/5.1.1/ix_values.yaml deleted file mode 100644 index a718ad86b05..00000000000 --- a/stable/pyload-ng/5.1.1/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: lscr.io/linuxserver/pyload-ng - tag: latest@sha256:424068c2ad40053f32cab0d18f8ac41b0096750eb84759f27ac4deb1f9a3a184 -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/pylon/9.1.0/.helmignore b/stable/pyload-ng/5.2.0/.helmignore similarity index 100% rename from stable/pylon/9.1.0/.helmignore rename to stable/pyload-ng/5.2.0/.helmignore diff --git a/stable/pyload-ng/5.2.0/CHANGELOG.md b/stable/pyload-ng/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..7e79fb0afea --- /dev/null +++ b/stable/pyload-ng/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + +## [pyload-ng-4.1.18](https://github.com/truecharts/charts/compare/pyload-ng-4.1.17...pyload-ng-4.1.18) (2024-02-12) + +### Chore + + + +- update container image lscr.io/linuxserver/pyload-ng to latest[@ede9324](https://github.com/ede9324) by renovate ([#18094](https://github.com/truecharts/charts/issues/18094)) + + +## [pyload-ng-4.1.17](https://github.com/truecharts/charts/compare/pyload-ng-4.1.16...pyload-ng-4.1.17) (2024-02-05) + +### Chore + + + +- update container image lscr.io/linuxserver/pyload-ng to latest[@1bc743d](https://github.com/1bc743d) by renovate ([#17883](https://github.com/truecharts/charts/issues/17883)) + + +## [pyload-ng-4.1.16](https://github.com/truecharts/charts/compare/pyload-ng-4.1.15...pyload-ng-4.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [pyload-ng-4.1.15](https://github.com/truecharts/charts/compare/pyload-ng-4.1.14...pyload-ng-4.1.15) (2024-01-29) + +### Chore + + + +- update container image lscr.io/linuxserver/pyload-ng to latest[@4e2b001](https://github.com/4e2b001) by renovate ([#17643](https://github.com/truecharts/charts/issues/17643)) + + +## [pyload-ng-4.1.14](https://github.com/truecharts/charts/compare/pyload-ng-4.1.13...pyload-ng-4.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [pyload-ng-4.1.13](https://github.com/truecharts/charts/compare/pyload-ng-4.1.12...pyload-ng-4.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [pyload-ng-4.1.12](https://github.com/truecharts/charts/compare/pyload-ng-4.1.11...pyload-ng-4.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [pyload-ng-4.1.11](https://github.com/truecharts/charts/compare/pyload-ng-4.1.10...pyload-ng-4.1.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/pyload-ng/5.2.0/Chart.yaml b/stable/pyload-ng/5.2.0/Chart.yaml new file mode 100644 index 00000000000..94cab3fccc8 --- /dev/null +++ b/stable/pyload-ng/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: pyLoad(https://pyload.net/) is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. +home: https://truecharts.org/charts/stable/pyload-ng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload-ng.png +keywords: + - pyload-ng + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pyload-ng +sources: + - https://github.com/orgs/linuxserver/packages/container/package/pyload-ng + - https://github.com/linuxserver/docker-pyload-ng#readme + - https://pyload.net/ + - https://github.com/truecharts/charts/tree/master/charts/stable/pyload-ng + - https://fleet.linuxserver.io/image?name=linuxserver/pyload-ng +type: application +version: 5.2.0 diff --git a/stable/pyload-ng/5.1.1/README.md b/stable/pyload-ng/5.2.0/README.md similarity index 100% rename from stable/pyload-ng/5.1.1/README.md rename to stable/pyload-ng/5.2.0/README.md diff --git a/stable/pyload-ng/5.1.1/app-readme.md b/stable/pyload-ng/5.2.0/app-readme.md similarity index 100% rename from stable/pyload-ng/5.1.1/app-readme.md rename to stable/pyload-ng/5.2.0/app-readme.md diff --git a/stable/pyload-ng/5.2.0/charts/common-18.1.2.tgz b/stable/pyload-ng/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/pyload-ng/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/pyload-ng/5.2.0/ix_values.yaml b/stable/pyload-ng/5.2.0/ix_values.yaml new file mode 100644 index 00000000000..1ab4e7430a8 --- /dev/null +++ b/stable/pyload-ng/5.2.0/ix_values.yaml @@ -0,0 +1,40 @@ +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/pyload-ng/5.1.1/questions.yaml b/stable/pyload-ng/5.2.0/questions.yaml similarity index 100% rename from stable/pyload-ng/5.1.1/questions.yaml rename to stable/pyload-ng/5.2.0/questions.yaml diff --git a/stable/pyload-ng/5.1.1/templates/common.yaml b/stable/pyload-ng/5.2.0/templates/common.yaml similarity index 100% rename from stable/pyload-ng/5.1.1/templates/common.yaml rename to stable/pyload-ng/5.2.0/templates/common.yaml diff --git a/stable/pylon/9.1.0/values.yaml b/stable/pyload-ng/5.2.0/values.yaml similarity index 100% rename from stable/pylon/9.1.0/values.yaml rename to stable/pyload-ng/5.2.0/values.yaml diff --git a/stable/pyload/13.1.0/CHANGELOG.md b/stable/pyload/13.1.0/CHANGELOG.md deleted file mode 100644 index 4cb59324390..00000000000 --- a/stable/pyload/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/pyload/13.1.0/Chart.yaml b/stable/pyload/13.1.0/Chart.yaml deleted file mode 100644 index a201eb861cd..00000000000 --- a/stable/pyload/13.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/pyload/13.1.0/charts/common-18.0.1.tgz b/stable/pyload/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/pyload/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/qbitmanage/8.1.0/.helmignore b/stable/pyload/13.2.0/.helmignore similarity index 100% rename from stable/qbitmanage/8.1.0/.helmignore rename to stable/pyload/13.2.0/.helmignore diff --git a/stable/pyload/13.2.0/CHANGELOG.md b/stable/pyload/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..8714e95ff8f --- /dev/null +++ b/stable/pyload/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/pyload/13.2.0/Chart.yaml b/stable/pyload/13.2.0/Chart.yaml new file mode 100644 index 00000000000..b0e5f6bc802 --- /dev/null +++ b/stable/pyload/13.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 360b2295 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/pyload/13.1.0/README.md b/stable/pyload/13.2.0/README.md similarity index 100% rename from stable/pyload/13.1.0/README.md rename to stable/pyload/13.2.0/README.md diff --git a/stable/pyload/13.1.0/app-readme.md b/stable/pyload/13.2.0/app-readme.md similarity index 100% rename from stable/pyload/13.1.0/app-readme.md rename to stable/pyload/13.2.0/app-readme.md diff --git a/stable/pyload/13.2.0/charts/common-18.1.2.tgz b/stable/pyload/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/pyload/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/pyload/13.1.0/ix_values.yaml b/stable/pyload/13.2.0/ix_values.yaml similarity index 100% rename from stable/pyload/13.1.0/ix_values.yaml rename to stable/pyload/13.2.0/ix_values.yaml diff --git a/stable/pyload/13.1.0/questions.yaml b/stable/pyload/13.2.0/questions.yaml similarity index 100% rename from stable/pyload/13.1.0/questions.yaml rename to stable/pyload/13.2.0/questions.yaml diff --git a/stable/qbitmanage/8.1.0/templates/NOTES.txt b/stable/pyload/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/qbitmanage/8.1.0/templates/NOTES.txt rename to stable/pyload/13.2.0/templates/NOTES.txt diff --git a/stable/qdirstat/9.1.0/templates/common.yaml b/stable/pyload/13.2.0/templates/common.yaml similarity index 100% rename from stable/qdirstat/9.1.0/templates/common.yaml rename to stable/pyload/13.2.0/templates/common.yaml diff --git a/stable/qbitmanage/8.1.0/values.yaml b/stable/pyload/13.2.0/values.yaml similarity index 100% rename from stable/qbitmanage/8.1.0/values.yaml rename to stable/pyload/13.2.0/values.yaml diff --git a/stable/pylon/9.1.0/CHANGELOG.md b/stable/pylon/9.1.0/CHANGELOG.md deleted file mode 100644 index 7a7c910919b..00000000000 --- a/stable/pylon/9.1.0/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) - -### Chore \ No newline at end of file diff --git a/stable/pylon/9.1.0/Chart.yaml b/stable/pylon/9.1.0/Chart.yaml deleted file mode 100644 index 9985272d907..00000000000 --- a/stable/pylon/9.1.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: 2.10.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/pylon/9.1.0/charts/common-18.0.1.tgz b/stable/pylon/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/pylon/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/qbitrr/4.1.1/.helmignore b/stable/pylon/9.2.0/.helmignore similarity index 100% rename from stable/qbitrr/4.1.1/.helmignore rename to stable/pylon/9.2.0/.helmignore diff --git a/stable/pylon/9.2.0/CHANGELOG.md b/stable/pylon/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f71ce528709 --- /dev/null +++ b/stable/pylon/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + +## [pylon-8.1.16](https://github.com/truecharts/charts/compare/pylon-8.1.15...pylon-8.1.16) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/pylon to 2.10.0[@f0c91a2](https://github.com/f0c91a2) by renovate ([#18072](https://github.com/truecharts/charts/issues/18072)) + + +## [pylon-8.1.15](https://github.com/truecharts/charts/compare/pylon-8.1.14...pylon-8.1.15) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/pylon to 2.10.0[@25e7683](https://github.com/25e7683) by renovate ([#17862](https://github.com/truecharts/charts/issues/17862)) + + +## [pylon-8.1.14](https://github.com/truecharts/charts/compare/pylon-8.1.13...pylon-8.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [pylon-8.1.13](https://github.com/truecharts/charts/compare/pylon-8.1.12...pylon-8.1.13) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/pylon to 2.10.0[@4c93278](https://github.com/4c93278) by renovate ([#17619](https://github.com/truecharts/charts/issues/17619)) + + +## [pylon-8.1.12](https://github.com/truecharts/charts/compare/pylon-8.1.11...pylon-8.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [pylon-8.1.11](https://github.com/truecharts/charts/compare/pylon-8.1.10...pylon-8.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [pylon-8.1.10](https://github.com/truecharts/charts/compare/pylon-8.1.9...pylon-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [pylon-8.1.9](https://github.com/truecharts/charts/compare/pylon-8.1.8...pylon-8.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/pylon/9.2.0/Chart.yaml b/stable/pylon/9.2.0/Chart.yaml new file mode 100644 index 00000000000..c4e24459b07 --- /dev/null +++ b/stable/pylon/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.10.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Pylon is a web based integrated development environment. +home: https://truecharts.org/charts/stable/pylon +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pylon.png +keywords: + - pylon +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pylon +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pylon + - https://ghcr.io/linuxserver/pylon +type: application +version: 9.2.0 diff --git a/stable/pylon/9.1.0/README.md b/stable/pylon/9.2.0/README.md similarity index 100% rename from stable/pylon/9.1.0/README.md rename to stable/pylon/9.2.0/README.md diff --git a/stable/pylon/9.1.0/app-readme.md b/stable/pylon/9.2.0/app-readme.md similarity index 100% rename from stable/pylon/9.1.0/app-readme.md rename to stable/pylon/9.2.0/app-readme.md diff --git a/stable/pylon/9.2.0/charts/common-18.1.2.tgz b/stable/pylon/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/pylon/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/pylon/9.1.0/ix_values.yaml b/stable/pylon/9.2.0/ix_values.yaml similarity index 100% rename from stable/pylon/9.1.0/ix_values.yaml rename to stable/pylon/9.2.0/ix_values.yaml diff --git a/stable/pylon/9.1.0/questions.yaml b/stable/pylon/9.2.0/questions.yaml similarity index 100% rename from stable/pylon/9.1.0/questions.yaml rename to stable/pylon/9.2.0/questions.yaml diff --git a/stable/qbitrr/4.1.1/templates/NOTES.txt b/stable/pylon/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/qbitrr/4.1.1/templates/NOTES.txt rename to stable/pylon/9.2.0/templates/NOTES.txt diff --git a/stable/qinglong/9.1.0/templates/common.yaml b/stable/pylon/9.2.0/templates/common.yaml similarity index 100% rename from stable/qinglong/9.1.0/templates/common.yaml rename to stable/pylon/9.2.0/templates/common.yaml diff --git a/stable/qbitrr/4.1.1/values.yaml b/stable/pylon/9.2.0/values.yaml similarity index 100% rename from stable/qbitrr/4.1.1/values.yaml rename to stable/pylon/9.2.0/values.yaml diff --git a/stable/qbitmanage/8.1.0/CHANGELOG.md b/stable/qbitmanage/8.1.0/CHANGELOG.md deleted file mode 100644 index 63b474d24b5..00000000000 --- a/stable/qbitmanage/8.1.0/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) - -### Chore \ No newline at end of file diff --git a/stable/qbitmanage/8.1.0/Chart.yaml b/stable/qbitmanage/8.1.0/Chart.yaml deleted file mode 100644 index f943d3215d4..00000000000 --- a/stable/qbitmanage/8.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.0.8 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/qbitmanage/8.1.0/charts/common-18.0.1.tgz b/stable/qbitmanage/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/qbitmanage/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/qbittorrent/19.1.1/.helmignore b/stable/qbitmanage/8.2.0/.helmignore similarity index 100% rename from stable/qbittorrent/19.1.1/.helmignore rename to stable/qbitmanage/8.2.0/.helmignore diff --git a/stable/qbitmanage/8.2.0/CHANGELOG.md b/stable/qbitmanage/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d5061db1138 --- /dev/null +++ b/stable/qbitmanage/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [qbitmanage-7.1.13](https://github.com/truecharts/charts/compare/qbitmanage-7.1.12...qbitmanage-7.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [qbitmanage-7.1.12](https://github.com/truecharts/charts/compare/qbitmanage-7.1.11...qbitmanage-7.1.12) (2024-01-29) + +### Chore + + + +- update container image bobokun/qbit_manage to v4.0.8[@64f264d](https://github.com/64f264d) by renovate ([#17661](https://github.com/truecharts/charts/issues/17661)) + + +## [qbitmanage-7.1.11](https://github.com/truecharts/charts/compare/qbitmanage-7.1.10...qbitmanage-7.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [qbitmanage-7.1.10](https://github.com/truecharts/charts/compare/qbitmanage-7.1.9...qbitmanage-7.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [qbitmanage-7.1.9](https://github.com/truecharts/charts/compare/qbitmanage-7.1.8...qbitmanage-7.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [qbitmanage-7.1.8](https://github.com/truecharts/charts/compare/qbitmanage-7.1.7...qbitmanage-7.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [qbitmanage-7.1.7](https://github.com/truecharts/charts/compare/qbitmanage-7.1.6...qbitmanage-7.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [qbitmanage-7.1.6](https://github.com/truecharts/charts/compare/qbitmanage-7.1.5...qbitmanage-7.1.6) (2024-01-08) + +### Chore + + + +- update container image bobokun/qbit_manage to v4.0.7[@040d452](https://github.com/040d452) by renovate ([#16982](https://github.com/truecharts/charts/issues/16982)) + + +## [qbitmanage-7.1.5](https://github.com/truecharts/charts/compare/qbitmanage-7.1.4...qbitmanage-7.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/qbitmanage/8.2.0/Chart.yaml b/stable/qbitmanage/8.2.0/Chart.yaml new file mode 100644 index 00000000000..f36b1053c73 --- /dev/null +++ b/stable/qbitmanage/8.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.8 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove orphaned data, remove unregistered torrents and much much more. +home: https://truecharts.org/charts/stable/qbitmanage +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitmanage.png +keywords: + - qbitmanage + - Downloaders + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: qbitmanage +sources: + - https://github.com/StuffAnThings/qbit_manage/wiki/Docker-Installation + - https://github.com/truecharts/charts/tree/master/charts/stable/qbitmanage + - https://hub.docker.com/r/bobokun/qbit_manage +type: application +version: 8.2.0 diff --git a/stable/qbitmanage/8.1.0/README.md b/stable/qbitmanage/8.2.0/README.md similarity index 100% rename from stable/qbitmanage/8.1.0/README.md rename to stable/qbitmanage/8.2.0/README.md diff --git a/stable/qbitmanage/8.1.0/app-readme.md b/stable/qbitmanage/8.2.0/app-readme.md similarity index 100% rename from stable/qbitmanage/8.1.0/app-readme.md rename to stable/qbitmanage/8.2.0/app-readme.md diff --git a/stable/qbitmanage/8.2.0/charts/common-18.1.2.tgz b/stable/qbitmanage/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/qbitmanage/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/qbitmanage/8.1.0/ix_values.yaml b/stable/qbitmanage/8.2.0/ix_values.yaml similarity index 100% rename from stable/qbitmanage/8.1.0/ix_values.yaml rename to stable/qbitmanage/8.2.0/ix_values.yaml diff --git a/stable/qbitmanage/8.1.0/questions.yaml b/stable/qbitmanage/8.2.0/questions.yaml similarity index 100% rename from stable/qbitmanage/8.1.0/questions.yaml rename to stable/qbitmanage/8.2.0/questions.yaml diff --git a/stable/qbittorrent/19.1.1/templates/NOTES.txt b/stable/qbitmanage/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/qbittorrent/19.1.1/templates/NOTES.txt rename to stable/qbitmanage/8.2.0/templates/NOTES.txt diff --git a/stable/qbitmanage/8.1.0/templates/common.yaml b/stable/qbitmanage/8.2.0/templates/common.yaml similarity index 100% rename from stable/qbitmanage/8.1.0/templates/common.yaml rename to stable/qbitmanage/8.2.0/templates/common.yaml diff --git a/stable/qbittorrent/19.1.1/values.yaml b/stable/qbitmanage/8.2.0/values.yaml similarity index 100% rename from stable/qbittorrent/19.1.1/values.yaml rename to stable/qbitmanage/8.2.0/values.yaml diff --git a/stable/qbitrr/4.1.1/CHANGELOG.md b/stable/qbitrr/4.1.1/CHANGELOG.md deleted file mode 100644 index ad97957765f..00000000000 --- a/stable/qbitrr/4.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/qbitrr/4.1.1/Chart.yaml b/stable/qbitrr/4.1.1/Chart.yaml deleted file mode 100644 index 96df986ffda..00000000000 --- a/stable/qbitrr/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: 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.1 diff --git a/stable/qbitrr/4.1.1/charts/common-18.0.2.tgz b/stable/qbitrr/4.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/qbitrr/4.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/qbitrr/4.1.1/ix_values.yaml b/stable/qbitrr/4.1.1/ix_values.yaml deleted file mode 100644 index c3835aa2977..00000000000 --- a/stable/qbitrr/4.1.1/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/qdirstat/9.1.0/.helmignore b/stable/qbitrr/4.3.0/.helmignore similarity index 100% rename from stable/qdirstat/9.1.0/.helmignore rename to stable/qbitrr/4.3.0/.helmignore diff --git a/stable/qbitrr/4.3.0/CHANGELOG.md b/stable/qbitrr/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..ffc3e87a1ac --- /dev/null +++ b/stable/qbitrr/4.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + +## [qbitrr-3.3.1](https://github.com/truecharts/charts/compare/qbitrr-3.3.0...qbitrr-3.3.1) (2024-02-12) + +### Chore + + + +- update container image feramance/qbitrr to v4.3.2[@a085a66](https://github.com/a085a66) by renovate ([#18216](https://github.com/truecharts/charts/issues/18216)) + + +## [qbitrr-3.3.0](https://github.com/truecharts/charts/compare/qbitrr-3.2.9...qbitrr-3.3.0) (2024-02-12) + +### Chore + + + +- update container image feramance/qbitrr to v4.3.1[@028e4d7](https://github.com/028e4d7) by renovate ([#18180](https://github.com/truecharts/charts/issues/18180)) + + +## [qbitrr-3.2.9](https://github.com/truecharts/charts/compare/qbitrr-3.2.8...qbitrr-3.2.9) (2024-02-12) + +### Chore + + + +- update container image feramance/qbitrr to v4.2.9[@8070006](https://github.com/8070006) by renovate ([#18130](https://github.com/truecharts/charts/issues/18130)) + + +## [qbitrr-3.2.8](https://github.com/truecharts/charts/compare/qbitrr-3.2.7...qbitrr-3.2.8) (2024-02-05) + +### Chore + + + +- update container image feramance/qbitrr to v4.2.7[@1c3d3b8](https://github.com/1c3d3b8) by renovate ([#17984](https://github.com/truecharts/charts/issues/17984)) + + +## [qbitrr-3.2.7](https://github.com/truecharts/charts/compare/qbitrr-3.2.6...qbitrr-3.2.7) (2024-02-05) + +### Chore + + + +- update container image feramance/qbitrr to v4.2.6[@e8639b1](https://github.com/e8639b1) by renovate ([#17904](https://github.com/truecharts/charts/issues/17904)) + + +## [qbitrr-3.2.6](https://github.com/truecharts/charts/compare/qbitrr-3.2.5...qbitrr-3.2.6) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [qbitrr-3.2.5](https://github.com/truecharts/charts/compare/qbitrr-3.2.4...qbitrr-3.2.5) (2024-01-29) + +### Chore + + + +- update container image feramance/qbitrr to v4.2.3[@eaf04bf](https://github.com/eaf04bf) by renovate ([#17667](https://github.com/truecharts/charts/issues/17667)) + + +## [qbitrr-3.2.4](https://github.com/truecharts/charts/compare/qbitrr-3.2.3...qbitrr-3.2.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [qbitrr-3.2.3](https://github.com/truecharts/charts/compare/qbitrr-3.2.2...qbitrr-3.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) diff --git a/stable/qbitrr/4.3.0/Chart.yaml b/stable/qbitrr/4.3.0/Chart.yaml new file mode 100644 index 00000000000..e36481cc071 --- /dev/null +++ b/stable/qbitrr/4.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.4.0 +dependencies: + - name: common + version: 18.1.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.3.0 diff --git a/stable/qbitrr/4.1.1/README.md b/stable/qbitrr/4.3.0/README.md similarity index 100% rename from stable/qbitrr/4.1.1/README.md rename to stable/qbitrr/4.3.0/README.md diff --git a/stable/qbitrr/4.1.1/app-readme.md b/stable/qbitrr/4.3.0/app-readme.md similarity index 100% rename from stable/qbitrr/4.1.1/app-readme.md rename to stable/qbitrr/4.3.0/app-readme.md diff --git a/stable/qbitrr/4.3.0/charts/common-18.1.2.tgz b/stable/qbitrr/4.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/qbitrr/4.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/qbitrr/4.3.0/ix_values.yaml b/stable/qbitrr/4.3.0/ix_values.yaml new file mode 100644 index 00000000000..72bb465813b --- /dev/null +++ b/stable/qbitrr/4.3.0/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.1/questions.yaml b/stable/qbitrr/4.3.0/questions.yaml similarity index 100% rename from stable/qbitrr/4.1.1/questions.yaml rename to stable/qbitrr/4.3.0/questions.yaml diff --git a/stable/qdirstat/9.1.0/templates/NOTES.txt b/stable/qbitrr/4.3.0/templates/NOTES.txt similarity index 100% rename from stable/qdirstat/9.1.0/templates/NOTES.txt rename to stable/qbitrr/4.3.0/templates/NOTES.txt diff --git a/stable/qbitrr/4.1.1/templates/common.yaml b/stable/qbitrr/4.3.0/templates/common.yaml similarity index 100% rename from stable/qbitrr/4.1.1/templates/common.yaml rename to stable/qbitrr/4.3.0/templates/common.yaml diff --git a/stable/qdirstat/9.1.0/values.yaml b/stable/qbitrr/4.3.0/values.yaml similarity index 100% rename from stable/qdirstat/9.1.0/values.yaml rename to stable/qbitrr/4.3.0/values.yaml diff --git a/stable/qbittorrent/19.1.1/CHANGELOG.md b/stable/qbittorrent/19.1.1/CHANGELOG.md deleted file mode 100644 index 2b1e54d0100..00000000000 --- a/stable/qbittorrent/19.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/qbittorrent/19.1.1/Chart.yaml b/stable/qbittorrent/19.1.1/Chart.yaml deleted file mode 100644 index a5743be46c7..00000000000 --- a/stable/qbittorrent/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: 4.6.3 -dependencies: - - name: common - version: 18.0.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: qBittorrent is a cross-platform free and open-source BitTorrent client -home: https://truecharts.org/charts/stable/qbittorrent -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbittorrent.png -keywords: - - qbittorrent - - torrrent -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: qbittorrent -sources: - - https://github.com/qbittorrent/qBittorrent - - https://github.com/truecharts/charts/tree/master/charts/stable/qbittorrent - - https://ghcr.io/onedr0p/qbittorrent - - https://hub.docker.com/r/mjmeli/qbittorrent-port-forward-gluetun-server -type: application -version: 19.1.1 diff --git a/stable/qbittorrent/19.1.1/charts/common-18.0.2.tgz b/stable/qbittorrent/19.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/qbittorrent/19.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/qbittorrent/19.1.1/ix_values.yaml b/stable/qbittorrent/19.1.1/ix_values.yaml deleted file mode 100644 index c0fd0cdc4d3..00000000000 --- a/stable/qbittorrent/19.1.1/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.1/questions.yaml b/stable/qbittorrent/19.1.1/questions.yaml deleted file mode 100755 index dff00baff08..00000000000 --- a/stable/qbittorrent/19.1.1/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/qflood/5.1.0/.helmignore b/stable/qbittorrent/19.2.0/.helmignore similarity index 100% rename from stable/qflood/5.1.0/.helmignore rename to stable/qbittorrent/19.2.0/.helmignore diff --git a/stable/qbittorrent/19.2.0/CHANGELOG.md b/stable/qbittorrent/19.2.0/CHANGELOG.md new file mode 100644 index 00000000000..94d8d484194 --- /dev/null +++ b/stable/qbittorrent/19.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + +## [qbittorrent-18.1.12](https://github.com/truecharts/charts/compare/qbittorrent-18.1.11...qbittorrent-18.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [qbittorrent-18.1.11](https://github.com/truecharts/charts/compare/qbittorrent-18.1.10...qbittorrent-18.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [qbittorrent-18.1.10](https://github.com/truecharts/charts/compare/qbittorrent-18.1.9...qbittorrent-18.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [qbittorrent-18.1.9](https://github.com/truecharts/charts/compare/qbittorrent-18.1.8...qbittorrent-18.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [qbittorrent-18.1.8](https://github.com/truecharts/charts/compare/qbittorrent-18.1.7...qbittorrent-18.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [qbittorrent-18.1.7](https://github.com/truecharts/charts/compare/qbittorrent-18.1.6...qbittorrent-18.1.7) (2024-01-19) + +### Chore + + + +- update container image ghcr.io/onedr0p/qbittorrent to v4.6.3[@a4ad890](https://github.com/a4ad890) by renovate ([#17302](https://github.com/truecharts/charts/issues/17302)) + + + + +## [qbittorrent-18.1.6](https://github.com/truecharts/charts/compare/qbittorrent-18.1.5...qbittorrent-18.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [qbittorrent-18.1.5](https://github.com/truecharts/charts/compare/qbittorrent-18.1.4...qbittorrent-18.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [qbittorrent-18.1.4](https://github.com/truecharts/charts/compare/qbittorrent-18.1.3...qbittorrent-18.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes \ No newline at end of file diff --git a/stable/qbittorrent/19.2.0/Chart.yaml b/stable/qbittorrent/19.2.0/Chart.yaml new file mode 100644 index 00000000000..10d6adeed93 --- /dev/null +++ b/stable/qbittorrent/19.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.6.3 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: qBittorrent is a cross-platform free and open-source BitTorrent client +home: https://truecharts.org/charts/stable/qbittorrent +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbittorrent.png +keywords: + - qbittorrent + - torrrent +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: qbittorrent +sources: + - https://github.com/qbittorrent/qBittorrent + - https://github.com/truecharts/charts/tree/master/charts/stable/qbittorrent + - https://ghcr.io/onedr0p/qbittorrent + - https://hub.docker.com/r/mjmeli/qbittorrent-port-forward-gluetun-server +type: application +version: 19.2.0 diff --git a/stable/qbittorrent/19.1.1/README.md b/stable/qbittorrent/19.2.0/README.md similarity index 100% rename from stable/qbittorrent/19.1.1/README.md rename to stable/qbittorrent/19.2.0/README.md diff --git a/stable/qbittorrent/19.1.1/app-readme.md b/stable/qbittorrent/19.2.0/app-readme.md similarity index 100% rename from stable/qbittorrent/19.1.1/app-readme.md rename to stable/qbittorrent/19.2.0/app-readme.md diff --git a/stable/qbittorrent/19.2.0/charts/common-18.1.2.tgz b/stable/qbittorrent/19.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/qbittorrent/19.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/qbittorrent/19.2.0/ix_values.yaml b/stable/qbittorrent/19.2.0/ix_values.yaml new file mode 100644 index 00000000000..fe3932a06c4 --- /dev/null +++ b/stable/qbittorrent/19.2.0/ix_values.yaml @@ -0,0 +1,72 @@ +image: + repository: ghcr.io/onedr0p/qbittorrent + pullPolicy: IfNotPresent + tag: 4.6.3@sha256:a4ad890e8c4a287c17d12ca22eb1d84a046aba2efbd882bf7d6eb12459f6a70c +qbitportforwardImage: + repository: mjmeli/qbittorrent-port-forward-gluetun-server + pullPolicy: IfNotPresent + tag: latest@sha256:67d0d21ed792cf80716d4211e7162b6d375af5c12f3cf096c9032ad705dddaa8 +qbitportforward: + enabled: false + QBT_USERNAME: "admin" + QBT_PASSWORD: "adminadmin" +service: + main: + ports: + main: + port: 10095 + targetPort: 8080 + torrent: + enabled: true + ports: + torrent: + enabled: true + port: 6881 + protocol: tcp + torrentudp: + enabled: true + port: "{{ .Values.service.torrent.ports.torrent.port }}" + protocol: udp + gluetun: + enabled: true + type: ClusterIP + ports: + gluetun: + enabled: true + port: 8000 + targetPort: 8000 + protocol: http +workload: + qbitportforward: + enabled: true + type: CronJob + schedule: "*/5 * * * *" + podSpec: + containers: + qbitportforward: + primary: true + enabled: true + imageSelector: qbitportforwardImage + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + env: + QBT_USERNAME: "{{ .Values.qbitportforward.QBT_USERNAME }}" + QBT_PASSWORD: "{{ .Values.qbitportforward.QBT_PASSWORD }}" + QBT_ADDR: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}' + GTN_ADDR: '{{ printf "http://%v-gluetun:8000" (include "tc.v1.common.lib.chart.names.fullname" $) }}' + command: /usr/src/app/main.sh +persistence: + config: + enabled: true + mountPath: "/config" +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false diff --git a/stable/qbittorrent/19.2.0/questions.yaml b/stable/qbittorrent/19.2.0/questions.yaml new file mode 100755 index 00000000000..d49896a415a --- /dev/null +++ b/stable/qbittorrent/19.2.0/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/qinglong/9.1.0/templates/NOTES.txt b/stable/qbittorrent/19.2.0/templates/NOTES.txt similarity index 100% rename from stable/qinglong/9.1.0/templates/NOTES.txt rename to stable/qbittorrent/19.2.0/templates/NOTES.txt diff --git a/stable/qbittorrent/19.1.1/templates/_configmap.tpl b/stable/qbittorrent/19.2.0/templates/_configmap.tpl similarity index 100% rename from stable/qbittorrent/19.1.1/templates/_configmap.tpl rename to stable/qbittorrent/19.2.0/templates/_configmap.tpl diff --git a/stable/qbittorrent/19.1.1/templates/common.yaml b/stable/qbittorrent/19.2.0/templates/common.yaml similarity index 100% rename from stable/qbittorrent/19.1.1/templates/common.yaml rename to stable/qbittorrent/19.2.0/templates/common.yaml diff --git a/stable/qflood/5.1.0/values.yaml b/stable/qbittorrent/19.2.0/values.yaml similarity index 100% rename from stable/qflood/5.1.0/values.yaml rename to stable/qbittorrent/19.2.0/values.yaml diff --git a/stable/qdirstat/9.1.0/CHANGELOG.md b/stable/qdirstat/9.1.0/CHANGELOG.md deleted file mode 100644 index 4d8726f9ab3..00000000000 --- a/stable/qdirstat/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [qdirstat-8.0.5](https://github.com/truecharts/charts/compare/qdirstat-8.0.4...qdirstat-8.0.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [qdirstat-8.0.4](https://github.com/truecharts/charts/compare/qdirstat-8.0.3...qdirstat-8.0.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [qdirstat-8.0.3](https://github.com/truecharts/charts/compare/qdirstat-8.0.2...qdirstat-8.0.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [qdirstat-8.0.2](https://github.com/truecharts/charts/compare/qdirstat-8.0.1...qdirstat-8.0.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [qdirstat-8.0.1](https://github.com/truecharts/charts/compare/qdirstat-8.0.0...qdirstat-8.0.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [qdirstat-8.0.0](https://github.com/truecharts/charts/compare/qdirstat-7.1.6...qdirstat-8.0.0) (2024-01-21) - -### Chore - - - -- update container image jlesage/qdirstat to v24.01.1[@3416d53](https://github.com/3416d53) by renovate ([#17252](https://github.com/truecharts/charts/issues/17252)) - - - - -## [qdirstat-7.1.6](https://github.com/truecharts/charts/compare/qdirstat-7.1.5...qdirstat-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [qdirstat-7.1.5](https://github.com/truecharts/charts/compare/qdirstat-7.1.4...qdirstat-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [qdirstat-7.1.4](https://github.com/truecharts/charts/compare/qdirstat-7.1.3...qdirstat-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [qdirstat-7.1.3](https://github.com/truecharts/charts/compare/qdirstat-7.1.0...qdirstat-7.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/qdirstat/9.1.0/Chart.yaml b/stable/qdirstat/9.1.0/Chart.yaml deleted file mode 100644 index 71a52b1d378..00000000000 --- a/stable/qdirstat/9.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/qdirstat/9.1.0/charts/common-18.0.1.tgz b/stable/qdirstat/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/qdirstat/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/qinglong/9.1.0/.helmignore b/stable/qdirstat/9.2.0/.helmignore similarity index 100% rename from stable/qinglong/9.1.0/.helmignore rename to stable/qdirstat/9.2.0/.helmignore diff --git a/stable/qdirstat/9.2.0/CHANGELOG.md b/stable/qdirstat/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b64baa4f7c1 --- /dev/null +++ b/stable/qdirstat/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/qdirstat/9.2.0/Chart.yaml b/stable/qdirstat/9.2.0/Chart.yaml new file mode 100644 index 00000000000..957bb69be79 --- /dev/null +++ b/stable/qdirstat/9.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/qdirstat/9.1.0/README.md b/stable/qdirstat/9.2.0/README.md similarity index 100% rename from stable/qdirstat/9.1.0/README.md rename to stable/qdirstat/9.2.0/README.md diff --git a/stable/qdirstat/9.1.0/app-readme.md b/stable/qdirstat/9.2.0/app-readme.md similarity index 100% rename from stable/qdirstat/9.1.0/app-readme.md rename to stable/qdirstat/9.2.0/app-readme.md diff --git a/stable/qdirstat/9.2.0/charts/common-18.1.2.tgz b/stable/qdirstat/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/qdirstat/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/qdirstat/9.1.0/ix_values.yaml b/stable/qdirstat/9.2.0/ix_values.yaml similarity index 100% rename from stable/qdirstat/9.1.0/ix_values.yaml rename to stable/qdirstat/9.2.0/ix_values.yaml diff --git a/stable/qdirstat/9.1.0/questions.yaml b/stable/qdirstat/9.2.0/questions.yaml similarity index 100% rename from stable/qdirstat/9.1.0/questions.yaml rename to stable/qdirstat/9.2.0/questions.yaml diff --git a/stable/quassel-core/11.1.0/templates/NOTES.txt b/stable/qdirstat/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/quassel-core/11.1.0/templates/NOTES.txt rename to stable/qdirstat/9.2.0/templates/NOTES.txt diff --git a/stable/quassel-core/11.1.0/templates/common.yaml b/stable/qdirstat/9.2.0/templates/common.yaml similarity index 100% rename from stable/quassel-core/11.1.0/templates/common.yaml rename to stable/qdirstat/9.2.0/templates/common.yaml diff --git a/stable/qinglong/9.1.0/values.yaml b/stable/qdirstat/9.2.0/values.yaml similarity index 100% rename from stable/qinglong/9.1.0/values.yaml rename to stable/qdirstat/9.2.0/values.yaml diff --git a/stable/qflood/5.1.0/CHANGELOG.md b/stable/qflood/5.1.0/CHANGELOG.md deleted file mode 100644 index ae98e209f68..00000000000 --- a/stable/qflood/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/qflood/5.1.0/Chart.yaml b/stable/qflood/5.1.0/Chart.yaml deleted file mode 100644 index aacbf761242..00000000000 --- a/stable/qflood/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/qflood/5.1.0/charts/common-18.0.1.tgz b/stable/qflood/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/qflood/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/quake3/5.1.0/.helmignore b/stable/qflood/5.2.0/.helmignore similarity index 100% rename from stable/quake3/5.1.0/.helmignore rename to stable/qflood/5.2.0/.helmignore diff --git a/stable/qflood/5.2.0/CHANGELOG.md b/stable/qflood/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b03700f023f --- /dev/null +++ b/stable/qflood/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/qflood/5.2.0/Chart.yaml b/stable/qflood/5.2.0/Chart.yaml new file mode 100644 index 00000000000..d64a5daa030 --- /dev/null +++ b/stable/qflood/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chart with 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.0 diff --git a/stable/qflood/5.1.0/README.md b/stable/qflood/5.2.0/README.md similarity index 100% rename from stable/qflood/5.1.0/README.md rename to stable/qflood/5.2.0/README.md diff --git a/stable/qflood/5.1.0/app-readme.md b/stable/qflood/5.2.0/app-readme.md similarity index 100% rename from stable/qflood/5.1.0/app-readme.md rename to stable/qflood/5.2.0/app-readme.md diff --git a/stable/qflood/5.2.0/charts/common-18.1.2.tgz b/stable/qflood/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/qflood/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/qflood/5.1.0/ix_values.yaml b/stable/qflood/5.2.0/ix_values.yaml similarity index 100% rename from stable/qflood/5.1.0/ix_values.yaml rename to stable/qflood/5.2.0/ix_values.yaml diff --git a/stable/qflood/5.1.0/questions.yaml b/stable/qflood/5.2.0/questions.yaml similarity index 100% rename from stable/qflood/5.1.0/questions.yaml rename to stable/qflood/5.2.0/questions.yaml diff --git a/stable/qflood/5.1.0/templates/common.yaml b/stable/qflood/5.2.0/templates/common.yaml similarity index 100% rename from stable/qflood/5.1.0/templates/common.yaml rename to stable/qflood/5.2.0/templates/common.yaml diff --git a/stable/quake3/5.1.0/values.yaml b/stable/qflood/5.2.0/values.yaml similarity index 100% rename from stable/quake3/5.1.0/values.yaml rename to stable/qflood/5.2.0/values.yaml diff --git a/stable/qinglong/9.1.0/CHANGELOG.md b/stable/qinglong/9.1.0/CHANGELOG.md deleted file mode 100644 index 9c54dfcf9d1..00000000000 --- a/stable/qinglong/9.1.0/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) - -### Chore \ No newline at end of file diff --git a/stable/qinglong/9.1.0/Chart.yaml b/stable/qinglong/9.1.0/Chart.yaml deleted file mode 100644 index c9fc8c293e9..00000000000 --- a/stable/qinglong/9.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.17.1 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/qinglong/9.1.0/charts/common-18.0.1.tgz b/stable/qinglong/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/qinglong/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/quassel-core/11.1.0/.helmignore b/stable/qinglong/9.2.0/.helmignore similarity index 100% rename from stable/quassel-core/11.1.0/.helmignore rename to stable/qinglong/9.2.0/.helmignore diff --git a/stable/qinglong/9.2.0/CHANGELOG.md b/stable/qinglong/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..63ec2396c29 --- /dev/null +++ b/stable/qinglong/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + +## [qinglong-8.2.6](https://github.com/truecharts/charts/compare/qinglong-8.2.5...qinglong-8.2.6) (2024-02-12) + +### Chore + + + +- update container image whyour/qinglong to v2.17.1[@83b868e](https://github.com/83b868e) by renovate ([#18150](https://github.com/truecharts/charts/issues/18150)) + + +## [qinglong-8.2.5](https://github.com/truecharts/charts/compare/qinglong-8.2.4...qinglong-8.2.5) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [qinglong-8.2.4](https://github.com/truecharts/charts/compare/qinglong-8.2.3...qinglong-8.2.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [qinglong-8.2.3](https://github.com/truecharts/charts/compare/qinglong-8.2.2...qinglong-8.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [qinglong-8.2.2](https://github.com/truecharts/charts/compare/qinglong-8.2.1...qinglong-8.2.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [qinglong-8.2.1](https://github.com/truecharts/charts/compare/qinglong-8.2.0...qinglong-8.2.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [qinglong-8.2.0](https://github.com/truecharts/charts/compare/qinglong-8.1.6...qinglong-8.2.0) (2024-01-21) + +### Chore + + + +- update container image whyour/qinglong to v2.17.0[@de6b6a9](https://github.com/de6b6a9) by renovate ([#17452](https://github.com/truecharts/charts/issues/17452)) + + + + +## [qinglong-8.1.6](https://github.com/truecharts/charts/compare/qinglong-8.1.5...qinglong-8.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) diff --git a/stable/qinglong/9.2.0/Chart.yaml b/stable/qinglong/9.2.0/Chart.yaml new file mode 100644 index 00000000000..1a6b79efef3 --- /dev/null +++ b/stable/qinglong/9.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.17.1 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A timed task management panel that supports typescript, javaScript, python3, and shell +home: https://truecharts.org/charts/stable/qinglong +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qinglong.png +keywords: + - qinglong + - task +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: qinglong +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/qinglong + - https://hub.docker.com/r/whyour/qinglong +type: application +version: 9.2.0 diff --git a/stable/qinglong/9.1.0/README.md b/stable/qinglong/9.2.0/README.md similarity index 100% rename from stable/qinglong/9.1.0/README.md rename to stable/qinglong/9.2.0/README.md diff --git a/stable/qinglong/9.1.0/app-readme.md b/stable/qinglong/9.2.0/app-readme.md similarity index 100% rename from stable/qinglong/9.1.0/app-readme.md rename to stable/qinglong/9.2.0/app-readme.md diff --git a/stable/qinglong/9.2.0/charts/common-18.1.2.tgz b/stable/qinglong/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/qinglong/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/qinglong/9.1.0/ix_values.yaml b/stable/qinglong/9.2.0/ix_values.yaml similarity index 100% rename from stable/qinglong/9.1.0/ix_values.yaml rename to stable/qinglong/9.2.0/ix_values.yaml diff --git a/stable/qinglong/9.1.0/questions.yaml b/stable/qinglong/9.2.0/questions.yaml similarity index 100% rename from stable/qinglong/9.1.0/questions.yaml rename to stable/qinglong/9.2.0/questions.yaml diff --git a/stable/quassel-web/9.1.0/templates/NOTES.txt b/stable/qinglong/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/quassel-web/9.1.0/templates/NOTES.txt rename to stable/qinglong/9.2.0/templates/NOTES.txt diff --git a/stable/quassel-web/9.1.0/templates/common.yaml b/stable/qinglong/9.2.0/templates/common.yaml similarity index 100% rename from stable/quassel-web/9.1.0/templates/common.yaml rename to stable/qinglong/9.2.0/templates/common.yaml diff --git a/stable/quassel-core/11.1.0/values.yaml b/stable/qinglong/9.2.0/values.yaml similarity index 100% rename from stable/quassel-core/11.1.0/values.yaml rename to stable/qinglong/9.2.0/values.yaml diff --git a/stable/quake3/5.1.0/CHANGELOG.md b/stable/quake3/5.1.0/CHANGELOG.md deleted file mode 100644 index ba6d7673be7..00000000000 --- a/stable/quake3/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/quake3/5.1.0/Chart.yaml b/stable/quake3/5.1.0/Chart.yaml deleted file mode 100644 index f9f0b9bfde0..00000000000 --- a/stable/quake3/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/quake3/5.1.0/charts/common-18.0.1.tgz b/stable/quake3/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/quake3/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/quassel-web/9.1.0/.helmignore b/stable/quake3/5.2.0/.helmignore similarity index 100% rename from stable/quassel-web/9.1.0/.helmignore rename to stable/quake3/5.2.0/.helmignore diff --git a/stable/quake3/5.2.0/CHANGELOG.md b/stable/quake3/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e62c52b9e46 --- /dev/null +++ b/stable/quake3/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/quake3/5.2.0/Chart.yaml b/stable/quake3/5.2.0/Chart.yaml new file mode 100644 index 00000000000..539724efab7 --- /dev/null +++ b/stable/quake3/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/quake3/5.1.0/README.md b/stable/quake3/5.2.0/README.md similarity index 100% rename from stable/quake3/5.1.0/README.md rename to stable/quake3/5.2.0/README.md diff --git a/stable/quake3/5.1.0/app-readme.md b/stable/quake3/5.2.0/app-readme.md similarity index 100% rename from stable/quake3/5.1.0/app-readme.md rename to stable/quake3/5.2.0/app-readme.md diff --git a/stable/quake3/5.2.0/charts/common-18.1.2.tgz b/stable/quake3/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/quake3/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/quake3/5.1.0/ix_values.yaml b/stable/quake3/5.2.0/ix_values.yaml similarity index 100% rename from stable/quake3/5.1.0/ix_values.yaml rename to stable/quake3/5.2.0/ix_values.yaml diff --git a/stable/quake3/5.1.0/questions.yaml b/stable/quake3/5.2.0/questions.yaml similarity index 100% rename from stable/quake3/5.1.0/questions.yaml rename to stable/quake3/5.2.0/questions.yaml diff --git a/stable/quake3/5.1.0/templates/common.yaml b/stable/quake3/5.2.0/templates/common.yaml similarity index 100% rename from stable/quake3/5.1.0/templates/common.yaml rename to stable/quake3/5.2.0/templates/common.yaml diff --git a/stable/quassel-web/9.1.0/values.yaml b/stable/quake3/5.2.0/values.yaml similarity index 100% rename from stable/quassel-web/9.1.0/values.yaml rename to stable/quake3/5.2.0/values.yaml diff --git a/stable/quassel-core/11.1.0/CHANGELOG.md b/stable/quassel-core/11.1.0/CHANGELOG.md deleted file mode 100644 index 5fdd9e9b46d..00000000000 --- a/stable/quassel-core/11.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - -## [quassel-core-10.1.17](https://github.com/truecharts/charts/compare/quassel-core-10.1.16...quassel-core-10.1.17) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@73ad52b](https://github.com/73ad52b) by renovate ([#18213](https://github.com/truecharts/charts/issues/18213)) - - -## [quassel-core-10.1.16](https://github.com/truecharts/charts/compare/quassel-core-10.1.15...quassel-core-10.1.16) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@f5361e3](https://github.com/f5361e3) by renovate ([#17972](https://github.com/truecharts/charts/issues/17972)) - - -## [quassel-core-10.1.15](https://github.com/truecharts/charts/compare/quassel-core-10.1.14...quassel-core-10.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [quassel-core-10.1.14](https://github.com/truecharts/charts/compare/quassel-core-10.1.13...quassel-core-10.1.14) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@e573e9d](https://github.com/e573e9d) by renovate ([#17729](https://github.com/truecharts/charts/issues/17729)) - - -## [quassel-core-10.1.13](https://github.com/truecharts/charts/compare/quassel-core-10.1.12...quassel-core-10.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [quassel-core-10.1.12](https://github.com/truecharts/charts/compare/quassel-core-10.1.11...quassel-core-10.1.12) (2024-01-22) - -### Chore - - - -- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@0d63aab](https://github.com/0d63aab) by renovate ([#17503](https://github.com/truecharts/charts/issues/17503)) - - -## [quassel-core-10.1.11](https://github.com/truecharts/charts/compare/quassel-core-10.1.10...quassel-core-10.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [quassel-core-10.1.10](https://github.com/truecharts/charts/compare/quassel-core-10.1.9...quassel-core-10.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [quassel-core-10.1.9](https://github.com/truecharts/charts/compare/quassel-core-10.1.8...quassel-core-10.1.9) (2024-01-21) - -### Chore diff --git a/stable/quassel-core/11.1.0/Chart.yaml b/stable/quassel-core/11.1.0/Chart.yaml deleted file mode 100644 index da8b0491902..00000000000 --- a/stable/quassel-core/11.1.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: 0.14.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/quassel-core/11.1.0/charts/common-18.0.1.tgz b/stable/quassel-core/11.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/quassel-core/11.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/quassel-core/11.1.0/ix_values.yaml b/stable/quassel-core/11.1.0/ix_values.yaml deleted file mode 100644 index a425b6272a1..00000000000 --- a/stable/quassel-core/11.1.0/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/quickshare/5.1.0/.helmignore b/stable/quassel-core/11.2.0/.helmignore similarity index 100% rename from stable/quickshare/5.1.0/.helmignore rename to stable/quassel-core/11.2.0/.helmignore diff --git a/stable/quassel-core/11.2.0/CHANGELOG.md b/stable/quassel-core/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..923188cdefe --- /dev/null +++ b/stable/quassel-core/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + +## [quassel-core-10.1.17](https://github.com/truecharts/charts/compare/quassel-core-10.1.16...quassel-core-10.1.17) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@73ad52b](https://github.com/73ad52b) by renovate ([#18213](https://github.com/truecharts/charts/issues/18213)) + + +## [quassel-core-10.1.16](https://github.com/truecharts/charts/compare/quassel-core-10.1.15...quassel-core-10.1.16) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@f5361e3](https://github.com/f5361e3) by renovate ([#17972](https://github.com/truecharts/charts/issues/17972)) + + +## [quassel-core-10.1.15](https://github.com/truecharts/charts/compare/quassel-core-10.1.14...quassel-core-10.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [quassel-core-10.1.14](https://github.com/truecharts/charts/compare/quassel-core-10.1.13...quassel-core-10.1.14) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@e573e9d](https://github.com/e573e9d) by renovate ([#17729](https://github.com/truecharts/charts/issues/17729)) + + +## [quassel-core-10.1.13](https://github.com/truecharts/charts/compare/quassel-core-10.1.12...quassel-core-10.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [quassel-core-10.1.12](https://github.com/truecharts/charts/compare/quassel-core-10.1.11...quassel-core-10.1.12) (2024-01-22) + +### Chore + + + +- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@0d63aab](https://github.com/0d63aab) by renovate ([#17503](https://github.com/truecharts/charts/issues/17503)) + + +## [quassel-core-10.1.11](https://github.com/truecharts/charts/compare/quassel-core-10.1.10...quassel-core-10.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [quassel-core-10.1.10](https://github.com/truecharts/charts/compare/quassel-core-10.1.9...quassel-core-10.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + diff --git a/stable/quassel-core/11.2.0/Chart.yaml b/stable/quassel-core/11.2.0/Chart.yaml new file mode 100644 index 00000000000..cc67d675e7c --- /dev/null +++ b/stable/quassel-core/11.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.14.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Quassel-core is a modern, cross-platform, distributed IRC client. +home: https://truecharts.org/charts/stable/quassel-core +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-core.png +keywords: + - quassel-core +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: quassel-core +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-core + - https://ghcr.io/linuxserver/quassel-core +type: application +version: 11.2.0 diff --git a/stable/quassel-core/11.1.0/README.md b/stable/quassel-core/11.2.0/README.md similarity index 100% rename from stable/quassel-core/11.1.0/README.md rename to stable/quassel-core/11.2.0/README.md diff --git a/stable/quassel-core/11.1.0/app-readme.md b/stable/quassel-core/11.2.0/app-readme.md similarity index 100% rename from stable/quassel-core/11.1.0/app-readme.md rename to stable/quassel-core/11.2.0/app-readme.md diff --git a/stable/quassel-core/11.2.0/charts/common-18.1.2.tgz b/stable/quassel-core/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/quassel-core/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/quassel-core/11.2.0/ix_values.yaml b/stable/quassel-core/11.2.0/ix_values.yaml new file mode 100644 index 00000000000..c31d2f77802 --- /dev/null +++ b/stable/quassel-core/11.2.0/ix_values.yaml @@ -0,0 +1,61 @@ +image: + repository: ghcr.io/linuxserver/quassel-core + pullPolicy: IfNotPresent + tag: 0.14.0@sha256:80b19b51a58bf290df248d410b1a2e29d7bbdd738d146cbf53c383cab75dbedb +service: + main: + ports: + main: + targetPort: 4242 + port: 4242 + ident: + enabled: true + ports: + ident: + enabled: true + targetPort: 10113 + port: 10113 +persistence: + varrun: + enabled: true +cnpg: + main: + enabled: true + user: quassel-core + database: quassel-core +portal: + open: + enabled: false +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: tcp + readiness: + type: tcp + startup: + type: tcp + env: + DB_BACKEND: "PostgreSQL" + DB_PGSQL_USERNAME: "{{ .Values.cnpg.main.user }}" + DB_PGSQL_DATABASE: "{{ .Values.cnpg.main.database }}" + DB_PGSQL_PORT: 5432 + AUTH_AUTHENTICATOR: "Database" + RUN_OPTS: "--config-from-environment" + DB_PGSQL_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password + DB_PGSQL_HOSTNAME: + secretKeyRef: + name: cnpg-main-urls + key: host diff --git a/stable/quassel-core/11.1.0/questions.yaml b/stable/quassel-core/11.2.0/questions.yaml similarity index 100% rename from stable/quassel-core/11.1.0/questions.yaml rename to stable/quassel-core/11.2.0/questions.yaml diff --git a/stable/radarr/20.1.0/templates/NOTES.txt b/stable/quassel-core/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/radarr/20.1.0/templates/NOTES.txt rename to stable/quassel-core/11.2.0/templates/NOTES.txt diff --git a/stable/qwantify/3.1.0/templates/common.yaml b/stable/quassel-core/11.2.0/templates/common.yaml similarity index 100% rename from stable/qwantify/3.1.0/templates/common.yaml rename to stable/quassel-core/11.2.0/templates/common.yaml diff --git a/stable/quickshare/5.1.0/values.yaml b/stable/quassel-core/11.2.0/values.yaml similarity index 100% rename from stable/quickshare/5.1.0/values.yaml rename to stable/quassel-core/11.2.0/values.yaml diff --git a/stable/quassel-web/9.1.0/CHANGELOG.md b/stable/quassel-web/9.1.0/CHANGELOG.md deleted file mode 100644 index b0ea4e1f886..00000000000 --- a/stable/quassel-web/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/quassel-web/9.1.0/Chart.yaml b/stable/quassel-web/9.1.0/Chart.yaml deleted file mode 100644 index ba60a9a0e6a..00000000000 --- a/stable/quassel-web/9.1.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: 2021.12.16 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/quassel-web/9.1.0/charts/common-18.0.1.tgz b/stable/quassel-web/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/quassel-web/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/quiz-game/5.1.0/.helmignore b/stable/quassel-web/9.2.0/.helmignore similarity index 100% rename from stable/quiz-game/5.1.0/.helmignore rename to stable/quassel-web/9.2.0/.helmignore diff --git a/stable/quassel-web/9.2.0/CHANGELOG.md b/stable/quassel-web/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..72aafa1cb40 --- /dev/null +++ b/stable/quassel-web/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/quassel-web/9.2.0/Chart.yaml b/stable/quassel-web/9.2.0/Chart.yaml new file mode 100644 index 00000000000..cdc83d4323c --- /dev/null +++ b/stable/quassel-web/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.12.16 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/quassel-web/9.1.0/README.md b/stable/quassel-web/9.2.0/README.md similarity index 100% rename from stable/quassel-web/9.1.0/README.md rename to stable/quassel-web/9.2.0/README.md diff --git a/stable/quassel-web/9.1.0/app-readme.md b/stable/quassel-web/9.2.0/app-readme.md similarity index 100% rename from stable/quassel-web/9.1.0/app-readme.md rename to stable/quassel-web/9.2.0/app-readme.md diff --git a/stable/quassel-web/9.2.0/charts/common-18.1.2.tgz b/stable/quassel-web/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/quassel-web/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/quassel-web/9.1.0/ix_values.yaml b/stable/quassel-web/9.2.0/ix_values.yaml similarity index 100% rename from stable/quassel-web/9.1.0/ix_values.yaml rename to stable/quassel-web/9.2.0/ix_values.yaml diff --git a/stable/quassel-web/9.1.0/questions.yaml b/stable/quassel-web/9.2.0/questions.yaml similarity index 100% rename from stable/quassel-web/9.1.0/questions.yaml rename to stable/quassel-web/9.2.0/questions.yaml diff --git a/stable/radicale/5.1.0/templates/NOTES.txt b/stable/quassel-web/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/radicale/5.1.0/templates/NOTES.txt rename to stable/quassel-web/9.2.0/templates/NOTES.txt diff --git a/stable/redisinsight/6.1.0/templates/common.yaml b/stable/quassel-web/9.2.0/templates/common.yaml similarity index 100% rename from stable/redisinsight/6.1.0/templates/common.yaml rename to stable/quassel-web/9.2.0/templates/common.yaml diff --git a/stable/quiz-game/5.1.0/values.yaml b/stable/quassel-web/9.2.0/values.yaml similarity index 100% rename from stable/quiz-game/5.1.0/values.yaml rename to stable/quassel-web/9.2.0/values.yaml diff --git a/stable/quickshare/5.1.0/CHANGELOG.md b/stable/quickshare/5.1.0/CHANGELOG.md deleted file mode 100644 index c52ebfb0277..00000000000 --- a/stable/quickshare/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/quickshare/5.1.0/Chart.yaml b/stable/quickshare/5.1.0/Chart.yaml deleted file mode 100644 index 99aa7d8ff33..00000000000 --- a/stable/quickshare/5.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/quickshare/5.1.0/charts/common-18.0.1.tgz b/stable/quickshare/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/quickshare/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/qwantify/3.1.0/.helmignore b/stable/quickshare/5.2.0/.helmignore similarity index 100% rename from stable/qwantify/3.1.0/.helmignore rename to stable/quickshare/5.2.0/.helmignore diff --git a/stable/quickshare/5.2.0/CHANGELOG.md b/stable/quickshare/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..92e7b32d0db --- /dev/null +++ b/stable/quickshare/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/quickshare/5.2.0/Chart.yaml b/stable/quickshare/5.2.0/Chart.yaml new file mode 100644 index 00000000000..317b354aa1e --- /dev/null +++ b/stable/quickshare/5.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/quickshare/5.1.0/README.md b/stable/quickshare/5.2.0/README.md similarity index 100% rename from stable/quickshare/5.1.0/README.md rename to stable/quickshare/5.2.0/README.md diff --git a/stable/quickshare/5.1.0/app-readme.md b/stable/quickshare/5.2.0/app-readme.md similarity index 100% rename from stable/quickshare/5.1.0/app-readme.md rename to stable/quickshare/5.2.0/app-readme.md diff --git a/stable/quickshare/5.2.0/charts/common-18.1.2.tgz b/stable/quickshare/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/quickshare/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/quickshare/5.1.0/ix_values.yaml b/stable/quickshare/5.2.0/ix_values.yaml similarity index 100% rename from stable/quickshare/5.1.0/ix_values.yaml rename to stable/quickshare/5.2.0/ix_values.yaml diff --git a/stable/quickshare/5.1.0/questions.yaml b/stable/quickshare/5.2.0/questions.yaml similarity index 100% rename from stable/quickshare/5.1.0/questions.yaml rename to stable/quickshare/5.2.0/questions.yaml diff --git a/stable/quickshare/5.1.0/templates/common.yaml b/stable/quickshare/5.2.0/templates/common.yaml similarity index 100% rename from stable/quickshare/5.1.0/templates/common.yaml rename to stable/quickshare/5.2.0/templates/common.yaml diff --git a/stable/qwantify/3.1.0/values.yaml b/stable/quickshare/5.2.0/values.yaml similarity index 100% rename from stable/qwantify/3.1.0/values.yaml rename to stable/quickshare/5.2.0/values.yaml diff --git a/stable/quiz-game/5.1.0/CHANGELOG.md b/stable/quiz-game/5.1.0/CHANGELOG.md deleted file mode 100644 index c7717c73032..00000000000 --- a/stable/quiz-game/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/quiz-game/5.1.0/Chart.yaml b/stable/quiz-game/5.1.0/Chart.yaml deleted file mode 100644 index 7f987241b03..00000000000 --- a/stable/quiz-game/5.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/quiz-game/5.1.0/charts/common-18.0.1.tgz b/stable/quiz-game/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/quiz-game/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/radarr/20.1.0/.helmignore b/stable/quiz-game/5.2.0/.helmignore similarity index 100% rename from stable/radarr/20.1.0/.helmignore rename to stable/quiz-game/5.2.0/.helmignore diff --git a/stable/quiz-game/5.2.0/CHANGELOG.md b/stable/quiz-game/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..0134046dc97 --- /dev/null +++ b/stable/quiz-game/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/quiz-game/5.2.0/Chart.yaml b/stable/quiz-game/5.2.0/Chart.yaml new file mode 100644 index 00000000000..72d2da04fcb --- /dev/null +++ b/stable/quiz-game/5.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/quiz-game/5.1.0/README.md b/stable/quiz-game/5.2.0/README.md similarity index 100% rename from stable/quiz-game/5.1.0/README.md rename to stable/quiz-game/5.2.0/README.md diff --git a/stable/quiz-game/5.1.0/app-readme.md b/stable/quiz-game/5.2.0/app-readme.md similarity index 100% rename from stable/quiz-game/5.1.0/app-readme.md rename to stable/quiz-game/5.2.0/app-readme.md diff --git a/stable/quiz-game/5.2.0/charts/common-18.1.2.tgz b/stable/quiz-game/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/quiz-game/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/quiz-game/5.1.0/ix_values.yaml b/stable/quiz-game/5.2.0/ix_values.yaml similarity index 100% rename from stable/quiz-game/5.1.0/ix_values.yaml rename to stable/quiz-game/5.2.0/ix_values.yaml diff --git a/stable/quiz-game/5.1.0/questions.yaml b/stable/quiz-game/5.2.0/questions.yaml similarity index 100% rename from stable/quiz-game/5.1.0/questions.yaml rename to stable/quiz-game/5.2.0/questions.yaml diff --git a/stable/quiz-game/5.1.0/templates/common.yaml b/stable/quiz-game/5.2.0/templates/common.yaml similarity index 100% rename from stable/quiz-game/5.1.0/templates/common.yaml rename to stable/quiz-game/5.2.0/templates/common.yaml diff --git a/stable/radarr/20.1.0/values.yaml b/stable/quiz-game/5.2.0/values.yaml similarity index 100% rename from stable/radarr/20.1.0/values.yaml rename to stable/quiz-game/5.2.0/values.yaml diff --git a/stable/qwantify/3.1.0/CHANGELOG.md b/stable/qwantify/3.1.0/CHANGELOG.md deleted file mode 100644 index 42e75ee53ea..00000000000 --- a/stable/qwantify/3.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/qwantify/3.1.0/Chart.yaml b/stable/qwantify/3.1.0/Chart.yaml deleted file mode 100644 index 26833051688..00000000000 --- a/stable/qwantify/3.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/qwantify/3.1.0/charts/common-18.0.1.tgz b/stable/qwantify/3.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/qwantify/3.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/radarrsync/5.1.0/.helmignore b/stable/qwantify/3.2.0/.helmignore similarity index 100% rename from stable/radarrsync/5.1.0/.helmignore rename to stable/qwantify/3.2.0/.helmignore diff --git a/stable/qwantify/3.2.0/CHANGELOG.md b/stable/qwantify/3.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e295d9913a9 --- /dev/null +++ b/stable/qwantify/3.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/qwantify/3.2.0/Chart.yaml b/stable/qwantify/3.2.0/Chart.yaml new file mode 100644 index 00000000000..38a1edb5749 --- /dev/null +++ b/stable/qwantify/3.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 20.04.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/qwantify/3.1.0/README.md b/stable/qwantify/3.2.0/README.md similarity index 100% rename from stable/qwantify/3.1.0/README.md rename to stable/qwantify/3.2.0/README.md diff --git a/stable/qwantify/3.1.0/app-readme.md b/stable/qwantify/3.2.0/app-readme.md similarity index 100% rename from stable/qwantify/3.1.0/app-readme.md rename to stable/qwantify/3.2.0/app-readme.md diff --git a/stable/qwantify/3.2.0/charts/common-18.1.2.tgz b/stable/qwantify/3.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/qwantify/3.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/qwantify/3.1.0/ix_values.yaml b/stable/qwantify/3.2.0/ix_values.yaml similarity index 100% rename from stable/qwantify/3.1.0/ix_values.yaml rename to stable/qwantify/3.2.0/ix_values.yaml diff --git a/stable/qwantify/3.1.0/questions.yaml b/stable/qwantify/3.2.0/questions.yaml similarity index 100% rename from stable/qwantify/3.1.0/questions.yaml rename to stable/qwantify/3.2.0/questions.yaml diff --git a/stable/reg/13.1.0/templates/common.yaml b/stable/qwantify/3.2.0/templates/common.yaml similarity index 100% rename from stable/reg/13.1.0/templates/common.yaml rename to stable/qwantify/3.2.0/templates/common.yaml diff --git a/stable/radarrsync/5.1.0/values.yaml b/stable/qwantify/3.2.0/values.yaml similarity index 100% rename from stable/radarrsync/5.1.0/values.yaml rename to stable/qwantify/3.2.0/values.yaml diff --git a/stable/radarr/20.1.0/CHANGELOG.md b/stable/radarr/20.1.0/CHANGELOG.md deleted file mode 100644 index e3cafe9f367..00000000000 --- a/stable/radarr/20.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [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)) - - -## [radarr-19.1.5](https://github.com/truecharts/charts/compare/radarr-19.1.4...radarr-19.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [radarr-19.1.4](https://github.com/truecharts/charts/compare/radarr-19.1.3...radarr-19.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes diff --git a/stable/radarr/20.1.0/Chart.yaml b/stable/radarr/20.1.0/Chart.yaml deleted file mode 100644 index 9e596d46bac..00000000000 --- a/stable/radarr/20.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: 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.0.1 - 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: 20.1.0 diff --git a/stable/radarr/20.1.0/charts/common-18.0.1.tgz b/stable/radarr/20.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/radarr/20.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/radicale/5.1.0/.helmignore b/stable/radarr/20.2.0/.helmignore similarity index 100% rename from stable/radicale/5.1.0/.helmignore rename to stable/radarr/20.2.0/.helmignore diff --git a/stable/radarr/20.2.0/CHANGELOG.md b/stable/radarr/20.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2612ac2ac26 --- /dev/null +++ b/stable/radarr/20.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + +## [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)) + + +## [radarr-19.1.5](https://github.com/truecharts/charts/compare/radarr-19.1.4...radarr-19.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [radarr-19.1.4](https://github.com/truecharts/charts/compare/radarr-19.1.3...radarr-19.1.4) (2024-01-01) + +### Chore diff --git a/stable/radarr/20.2.0/Chart.yaml b/stable/radarr/20.2.0/Chart.yaml new file mode 100644 index 00000000000..d8ec1e7dda9 --- /dev/null +++ b/stable/radarr/20.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.6.8612 +dependencies: + - name: common + version: 18.1.2 + 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/radarr + - https://ghcr.io/onedr0p/exportarr +type: application +version: 20.2.0 diff --git a/stable/radarr/20.1.0/README.md b/stable/radarr/20.2.0/README.md similarity index 100% rename from stable/radarr/20.1.0/README.md rename to stable/radarr/20.2.0/README.md diff --git a/stable/radarr/20.1.0/app-readme.md b/stable/radarr/20.2.0/app-readme.md similarity index 100% rename from stable/radarr/20.1.0/app-readme.md rename to stable/radarr/20.2.0/app-readme.md diff --git a/stable/radarr/20.2.0/charts/common-18.1.2.tgz b/stable/radarr/20.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/radarr/20.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/radarr/20.1.0/ix_values.yaml b/stable/radarr/20.2.0/ix_values.yaml similarity index 100% rename from stable/radarr/20.1.0/ix_values.yaml rename to stable/radarr/20.2.0/ix_values.yaml diff --git a/stable/radarr/20.1.0/questions.yaml b/stable/radarr/20.2.0/questions.yaml similarity index 100% rename from stable/radarr/20.1.0/questions.yaml rename to stable/radarr/20.2.0/questions.yaml diff --git a/stable/rcon-webadmin/8.1.0/templates/NOTES.txt b/stable/radarr/20.2.0/templates/NOTES.txt similarity index 100% rename from stable/rcon-webadmin/8.1.0/templates/NOTES.txt rename to stable/radarr/20.2.0/templates/NOTES.txt diff --git a/stable/radarr/20.1.0/templates/common.yaml b/stable/radarr/20.2.0/templates/common.yaml similarity index 100% rename from stable/radarr/20.1.0/templates/common.yaml rename to stable/radarr/20.2.0/templates/common.yaml diff --git a/stable/radicale/5.1.0/values.yaml b/stable/radarr/20.2.0/values.yaml similarity index 100% rename from stable/radicale/5.1.0/values.yaml rename to stable/radarr/20.2.0/values.yaml diff --git a/stable/radarrsync/5.1.0/CHANGELOG.md b/stable/radarrsync/5.1.0/CHANGELOG.md deleted file mode 100644 index 3c9a31620cd..00000000000 --- a/stable/radarrsync/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/radarrsync/5.1.0/Chart.yaml b/stable/radarrsync/5.1.0/Chart.yaml deleted file mode 100644 index 136742ee631..00000000000 --- a/stable/radarrsync/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/radarrsync/5.1.0/charts/common-18.0.1.tgz b/stable/radarrsync/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/radarrsync/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/rapidphotodownloader/5.1.0/.helmignore b/stable/radarrsync/5.2.0/.helmignore similarity index 100% rename from stable/rapidphotodownloader/5.1.0/.helmignore rename to stable/radarrsync/5.2.0/.helmignore diff --git a/stable/radarrsync/5.2.0/CHANGELOG.md b/stable/radarrsync/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..688794eb461 --- /dev/null +++ b/stable/radarrsync/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/radarrsync/5.2.0/Chart.yaml b/stable/radarrsync/5.2.0/Chart.yaml new file mode 100644 index 00000000000..9406e1b5729 --- /dev/null +++ b/stable/radarrsync/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/radarrsync/5.1.0/README.md b/stable/radarrsync/5.2.0/README.md similarity index 100% rename from stable/radarrsync/5.1.0/README.md rename to stable/radarrsync/5.2.0/README.md diff --git a/stable/radarrsync/5.1.0/app-readme.md b/stable/radarrsync/5.2.0/app-readme.md similarity index 100% rename from stable/radarrsync/5.1.0/app-readme.md rename to stable/radarrsync/5.2.0/app-readme.md diff --git a/stable/radarrsync/5.2.0/charts/common-18.1.2.tgz b/stable/radarrsync/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/radarrsync/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/radarrsync/5.1.0/ix_values.yaml b/stable/radarrsync/5.2.0/ix_values.yaml similarity index 100% rename from stable/radarrsync/5.1.0/ix_values.yaml rename to stable/radarrsync/5.2.0/ix_values.yaml diff --git a/stable/radarrsync/5.1.0/questions.yaml b/stable/radarrsync/5.2.0/questions.yaml similarity index 100% rename from stable/radarrsync/5.1.0/questions.yaml rename to stable/radarrsync/5.2.0/questions.yaml diff --git a/stable/radarrsync/5.1.0/templates/common.yaml b/stable/radarrsync/5.2.0/templates/common.yaml similarity index 100% rename from stable/radarrsync/5.1.0/templates/common.yaml rename to stable/radarrsync/5.2.0/templates/common.yaml diff --git a/stable/rapidphotodownloader/5.1.0/values.yaml b/stable/radarrsync/5.2.0/values.yaml similarity index 100% rename from stable/rapidphotodownloader/5.1.0/values.yaml rename to stable/radarrsync/5.2.0/values.yaml diff --git a/stable/radicale/5.1.0/CHANGELOG.md b/stable/radicale/5.1.0/CHANGELOG.md deleted file mode 100644 index 9fd0ee4d273..00000000000 --- a/stable/radicale/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/radicale/5.1.0/Chart.yaml b/stable/radicale/5.1.0/Chart.yaml deleted file mode 100644 index 5d3ee11a1a6..00000000000 --- a/stable/radicale/5.1.0/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/radicale/5.1.0/charts/common-18.0.1.tgz b/stable/radicale/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/radicale/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/rcon-webadmin/8.1.0/.helmignore b/stable/radicale/5.2.0/.helmignore similarity index 100% rename from stable/rcon-webadmin/8.1.0/.helmignore rename to stable/radicale/5.2.0/.helmignore diff --git a/stable/radicale/5.2.0/CHANGELOG.md b/stable/radicale/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..aa032e5e0fd --- /dev/null +++ b/stable/radicale/5.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/radicale/5.2.0/Chart.yaml b/stable/radicale/5.2.0/Chart.yaml new file mode 100644 index 00000000000..e8a74c8a542 --- /dev/null +++ b/stable/radicale/5.2.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: radicale + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.1.8.3 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/radicale/5.1.0/README.md b/stable/radicale/5.2.0/README.md similarity index 100% rename from stable/radicale/5.1.0/README.md rename to stable/radicale/5.2.0/README.md diff --git a/stable/radicale/5.1.0/app-readme.md b/stable/radicale/5.2.0/app-readme.md similarity index 100% rename from stable/radicale/5.1.0/app-readme.md rename to stable/radicale/5.2.0/app-readme.md diff --git a/stable/radicale/5.2.0/charts/common-18.1.2.tgz b/stable/radicale/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/radicale/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/radicale/5.1.0/ix_values.yaml b/stable/radicale/5.2.0/ix_values.yaml similarity index 100% rename from stable/radicale/5.1.0/ix_values.yaml rename to stable/radicale/5.2.0/ix_values.yaml diff --git a/stable/radicale/5.1.0/questions.yaml b/stable/radicale/5.2.0/questions.yaml similarity index 100% rename from stable/radicale/5.1.0/questions.yaml rename to stable/radicale/5.2.0/questions.yaml diff --git a/stable/rdesktop/8.1.7/templates/NOTES.txt b/stable/radicale/5.2.0/templates/NOTES.txt similarity index 100% rename from stable/rdesktop/8.1.7/templates/NOTES.txt rename to stable/radicale/5.2.0/templates/NOTES.txt diff --git a/stable/radicale/5.1.0/templates/_configmap.tpl b/stable/radicale/5.2.0/templates/_configmap.tpl similarity index 100% rename from stable/radicale/5.1.0/templates/_configmap.tpl rename to stable/radicale/5.2.0/templates/_configmap.tpl diff --git a/stable/radicale/5.1.0/templates/common.yaml b/stable/radicale/5.2.0/templates/common.yaml similarity index 100% rename from stable/radicale/5.1.0/templates/common.yaml rename to stable/radicale/5.2.0/templates/common.yaml diff --git a/stable/rcon-webadmin/8.1.0/values.yaml b/stable/radicale/5.2.0/values.yaml similarity index 100% rename from stable/rcon-webadmin/8.1.0/values.yaml rename to stable/radicale/5.2.0/values.yaml diff --git a/stable/rapidphotodownloader/5.1.0/CHANGELOG.md b/stable/rapidphotodownloader/5.1.0/CHANGELOG.md deleted file mode 100644 index a1d839c5613..00000000000 --- a/stable/rapidphotodownloader/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [rapidphotodownloader-4.1.12](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.11...rapidphotodownloader-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rapidphotodownloader-4.1.11](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.10...rapidphotodownloader-4.1.11) (2024-01-29) - -### Chore - - - -- update container image ich777/rapidphotodownloader to latest[@5d4af0a](https://github.com/5d4af0a) by renovate ([#17636](https://github.com/truecharts/charts/issues/17636)) - - -## [rapidphotodownloader-4.1.10](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.9...rapidphotodownloader-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [rapidphotodownloader-4.1.9](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.8...rapidphotodownloader-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [rapidphotodownloader-4.1.8](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.7...rapidphotodownloader-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [rapidphotodownloader-4.1.7](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.6...rapidphotodownloader-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [rapidphotodownloader-4.1.6](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.5...rapidphotodownloader-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [rapidphotodownloader-4.1.5](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.4...rapidphotodownloader-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [rapidphotodownloader-4.1.4](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.3...rapidphotodownloader-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [rapidphotodownloader-4.1.3](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.0...rapidphotodownloader-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/rapidphotodownloader/5.1.0/Chart.yaml b/stable/rapidphotodownloader/5.1.0/Chart.yaml deleted file mode 100644 index 4f4355f9459..00000000000 --- a/stable/rapidphotodownloader/5.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/rapidphotodownloader/5.1.0/charts/common-18.0.1.tgz b/stable/rapidphotodownloader/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/rapidphotodownloader/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/rdesktop/8.1.7/.helmignore b/stable/rapidphotodownloader/5.2.0/.helmignore similarity index 100% rename from stable/rdesktop/8.1.7/.helmignore rename to stable/rapidphotodownloader/5.2.0/.helmignore diff --git a/stable/rapidphotodownloader/5.2.0/CHANGELOG.md b/stable/rapidphotodownloader/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..9bfcf647af4 --- /dev/null +++ b/stable/rapidphotodownloader/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/rapidphotodownloader/5.2.0/Chart.yaml b/stable/rapidphotodownloader/5.2.0/Chart.yaml new file mode 100644 index 00000000000..33cd14c5e59 --- /dev/null +++ b/stable/rapidphotodownloader/5.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Photos + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/rapidphotodownloader/5.1.0/README.md b/stable/rapidphotodownloader/5.2.0/README.md similarity index 100% rename from stable/rapidphotodownloader/5.1.0/README.md rename to stable/rapidphotodownloader/5.2.0/README.md diff --git a/stable/rapidphotodownloader/5.1.0/app-readme.md b/stable/rapidphotodownloader/5.2.0/app-readme.md similarity index 100% rename from stable/rapidphotodownloader/5.1.0/app-readme.md rename to stable/rapidphotodownloader/5.2.0/app-readme.md diff --git a/stable/rapidphotodownloader/5.2.0/charts/common-18.1.2.tgz b/stable/rapidphotodownloader/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/rapidphotodownloader/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/rapidphotodownloader/5.1.0/ix_values.yaml b/stable/rapidphotodownloader/5.2.0/ix_values.yaml similarity index 100% rename from stable/rapidphotodownloader/5.1.0/ix_values.yaml rename to stable/rapidphotodownloader/5.2.0/ix_values.yaml diff --git a/stable/rapidphotodownloader/5.1.0/questions.yaml b/stable/rapidphotodownloader/5.2.0/questions.yaml similarity index 100% rename from stable/rapidphotodownloader/5.1.0/questions.yaml rename to stable/rapidphotodownloader/5.2.0/questions.yaml diff --git a/stable/rapidphotodownloader/5.1.0/templates/common.yaml b/stable/rapidphotodownloader/5.2.0/templates/common.yaml similarity index 100% rename from stable/rapidphotodownloader/5.1.0/templates/common.yaml rename to stable/rapidphotodownloader/5.2.0/templates/common.yaml diff --git a/stable/rdesktop/8.1.7/values.yaml b/stable/rapidphotodownloader/5.2.0/values.yaml similarity index 100% rename from stable/rdesktop/8.1.7/values.yaml rename to stable/rapidphotodownloader/5.2.0/values.yaml diff --git a/stable/rcon-webadmin/8.1.0/CHANGELOG.md b/stable/rcon-webadmin/8.1.0/CHANGELOG.md deleted file mode 100644 index 868fbd53dae..00000000000 --- a/stable/rcon-webadmin/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/rcon-webadmin/8.1.0/Chart.yaml b/stable/rcon-webadmin/8.1.0/Chart.yaml deleted file mode 100644 index b7bfdc28340..00000000000 --- a/stable/rcon-webadmin/8.1.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: 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.1 - 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.0 diff --git a/stable/rcon-webadmin/8.1.0/charts/common-18.0.1.tgz b/stable/rcon-webadmin/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/rcon-webadmin/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/rdtclient/4.1.0/.helmignore b/stable/rcon-webadmin/8.2.0/.helmignore similarity index 100% rename from stable/rdtclient/4.1.0/.helmignore rename to stable/rcon-webadmin/8.2.0/.helmignore diff --git a/stable/rcon-webadmin/8.2.0/CHANGELOG.md b/stable/rcon-webadmin/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..6d12ce5731d --- /dev/null +++ b/stable/rcon-webadmin/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/rcon-webadmin/8.2.0/Chart.yaml b/stable/rcon-webadmin/8.2.0/Chart.yaml new file mode 100644 index 00000000000..31f8903ba48 --- /dev/null +++ b/stable/rcon-webadmin/8.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.14.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/rcon-webadmin/8.1.0/README.md b/stable/rcon-webadmin/8.2.0/README.md similarity index 100% rename from stable/rcon-webadmin/8.1.0/README.md rename to stable/rcon-webadmin/8.2.0/README.md diff --git a/stable/rcon-webadmin/8.1.0/app-readme.md b/stable/rcon-webadmin/8.2.0/app-readme.md similarity index 100% rename from stable/rcon-webadmin/8.1.0/app-readme.md rename to stable/rcon-webadmin/8.2.0/app-readme.md diff --git a/stable/rcon-webadmin/8.2.0/charts/common-18.1.2.tgz b/stable/rcon-webadmin/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/rcon-webadmin/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/rcon-webadmin/8.1.0/ix_values.yaml b/stable/rcon-webadmin/8.2.0/ix_values.yaml similarity index 100% rename from stable/rcon-webadmin/8.1.0/ix_values.yaml rename to stable/rcon-webadmin/8.2.0/ix_values.yaml diff --git a/stable/rcon-webadmin/8.1.0/questions.yaml b/stable/rcon-webadmin/8.2.0/questions.yaml similarity index 100% rename from stable/rcon-webadmin/8.1.0/questions.yaml rename to stable/rcon-webadmin/8.2.0/questions.yaml diff --git a/stable/rdtclient/4.1.0/templates/NOTES.txt b/stable/rcon-webadmin/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/rdtclient/4.1.0/templates/NOTES.txt rename to stable/rcon-webadmin/8.2.0/templates/NOTES.txt diff --git a/stable/rcon-webadmin/8.1.0/templates/common.yaml b/stable/rcon-webadmin/8.2.0/templates/common.yaml similarity index 100% rename from stable/rcon-webadmin/8.1.0/templates/common.yaml rename to stable/rcon-webadmin/8.2.0/templates/common.yaml diff --git a/stable/rdtclient/4.1.0/values.yaml b/stable/rcon-webadmin/8.2.0/values.yaml similarity index 100% rename from stable/rdtclient/4.1.0/values.yaml rename to stable/rcon-webadmin/8.2.0/values.yaml diff --git a/stable/rdesktop/8.1.7/CHANGELOG.md b/stable/rdesktop/8.1.7/CHANGELOG.md deleted file mode 100644 index 4b1ba94338d..00000000000 --- a/stable/rdesktop/8.1.7/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - -## [rdesktop-7.1.176](https://github.com/truecharts/charts/compare/rdesktop-7.1.152...rdesktop-7.1.176) (2024-02-12) - -### Chore - - - -- update rdesktop by renovate ([#18118](https://github.com/truecharts/charts/issues/18118)) - - -## [rdesktop-7.1.152](https://github.com/truecharts/charts/compare/rdesktop-7.1.134...rdesktop-7.1.152) (2024-02-05) - -### Chore - - - -- update rdesktop by renovate ([#17901](https://github.com/truecharts/charts/issues/17901)) - - -## [rdesktop-7.1.134](https://github.com/truecharts/charts/compare/rdesktop-7.1.133...rdesktop-7.1.134) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rdesktop-7.1.133](https://github.com/truecharts/charts/compare/rdesktop-7.1.127...rdesktop-7.1.133) (2024-02-03) - -### Chore - - - -- update rdesktop by renovate ([#17799](https://github.com/truecharts/charts/issues/17799)) - - -## [rdesktop-7.1.127](https://github.com/truecharts/charts/compare/rdesktop-7.1.126...rdesktop-7.1.127) (2024-01-29) - -### Chore - - - -- update container image lscr.io/linuxserver/rdesktop to ubuntu-kde[@b7593e8](https://github.com/b7593e8) by renovate ([#17720](https://github.com/truecharts/charts/issues/17720)) - - -## [rdesktop-7.1.126](https://github.com/truecharts/charts/compare/rdesktop-7.1.104...rdesktop-7.1.126) (2024-01-29) - -### Chore - - - -- update rdesktop by renovate ([#17657](https://github.com/truecharts/charts/issues/17657)) - - -## [rdesktop-7.1.104](https://github.com/truecharts/charts/compare/rdesktop-7.1.103...rdesktop-7.1.104) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [rdesktop-7.1.103](https://github.com/truecharts/charts/compare/rdesktop-7.1.93...rdesktop-7.1.103) (2024-01-22) - -### Chore - - - -- update rdesktop by renovate ([#17484](https://github.com/truecharts/charts/issues/17484)) - - -## [rdesktop-7.1.93](https://github.com/truecharts/charts/compare/rdesktop-7.1.92...rdesktop-7.1.93) (2024-01-21) - -### Chore - - - -- 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/rdesktop/8.1.7/Chart.yaml b/stable/rdesktop/8.1.7/Chart.yaml deleted file mode 100644 index 4672efdb924..00000000000 --- a/stable/rdesktop/8.1.7/Chart.yaml +++ /dev/null @@ -1,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.7 diff --git a/stable/rdesktop/8.1.7/charts/common-18.0.2.tgz b/stable/rdesktop/8.1.7/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/rdesktop/8.1.7/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/rdesktop/8.1.7/ix_values.yaml b/stable/rdesktop/8.1.7/ix_values.yaml deleted file mode 100644 index a07c0fbd2fe..00000000000 --- a/stable/rdesktop/8.1.7/ix_values.yaml +++ /dev/null @@ -1,123 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: lscr.io/linuxserver/rdesktop - tag: latest@sha256:dbdc827c593879469d43d83e3ecfaf300752696a51d9c5fbc789e1194b3648cd -ubuntuXFCEImage: - repository: lscr.io/linuxserver/rdesktop - tag: ubuntu-xfce@sha256:ced531683173c4079347b1206093507a8360484e64dff8b43fce1a84028264db - pullPolicy: Always -fedoraXFCEImage: - repository: lscr.io/linuxserver/rdesktop - tag: fedora-xfce@sha256:d7d5bfac96f268e4b8819842495fe928e27dea64e8388a4f53a9795dfff6c516 - 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:9f2c6ab13983816399f9093e1ccbd5ef6edba0e12e720543e7769e2464eace67 - pullPolicy: Always -ubuntuKDEImage: - repository: lscr.io/linuxserver/rdesktop - tag: ubuntu-kde@sha256:11bace17e380f9da7cd8a66732bf08d915c98edc82f24b440009f31047df855e - pullPolicy: Always -fedoraKDEImage: - repository: lscr.io/linuxserver/rdesktop - tag: fedora-kde@sha256:746d6c3b29806cc4b801274e40e6c9e1cf4933fdbe96c02d2d11c71228314e2d - 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:8c7af3de91ad570341947974e973576e5af82b4275ea1c12cd79883a4bca5c53 - pullPolicy: Always -ubuntuMATEImage: - repository: lscr.io/linuxserver/rdesktop - tag: ubuntu-mate@sha256:fdcdc730fb108c27a76eed814307145e968da479a20dc6f58bae5afac7080725 - pullPolicy: Always -fedoraMATEImage: - repository: lscr.io/linuxserver/rdesktop - tag: fedora-mate@sha256:f1b6d00ed5585d192a63f1143daddff0f98f6cbd470933e6a50ee86c4b3d7391 - 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:e307759c35fb3d8022a1d211f30920bf2ef19d6f3a205e26aae17709e0273715 - pullPolicy: Always -ubuntuI3Image: - repository: lscr.io/linuxserver/rdesktop - tag: ubuntu-i3@sha256:cc103b49b36b6a49e4188354fe7146b572cf889e22c1c98901bd7a286263a34d - pullPolicy: Always -fedoraI3Image: - repository: lscr.io/linuxserver/rdesktop - tag: fedora-i3@sha256:7061ec644d52423a56501926bbeda635313da121c8b6eb9092f09588d7550d06 - 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:cadfc9bdd10c75990b5f45273e807066aaa33a135cb823c3ff06b94852022e02 - pullPolicy: Always -ubuntuOpenBoxImage: - repository: lscr.io/linuxserver/rdesktop - tag: ubuntu-openbox@sha256:b125575d1f5f550b2d799ec45c03a28f637a0e2b3bf22562befeed99e0fdf5f3 - pullPolicy: Always -fedoraOpenBoxImage: - repository: lscr.io/linuxserver/rdesktop - tag: fedora-openbox@sha256:460e663cd655f85ec49e79e593bf056db33fe277b39ea0f52b0a917058dda438 - 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:c9678b50a6975eed8224b668462f880366a663b5f234549828de6df2a5f298a0 - pullPolicy: Always -ubuntuICEWMImage: - repository: lscr.io/linuxserver/rdesktop - tag: ubuntu-icewm@sha256:25317543590eb46335beebee4521fa64447e5c59d4a3e78e351714ee8c03073d - pullPolicy: Always -fedoraICEWMImage: - repository: lscr.io/linuxserver/rdesktop - tag: fedora-icewm@sha256:dbe067c068ca4ed146e9dcb2576b4ca87453daf034c96d9f7b8230e7f0a49322 - 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/readarr/20.1.0/.helmignore b/stable/rdesktop/8.2.0/.helmignore similarity index 100% rename from stable/readarr/20.1.0/.helmignore rename to stable/rdesktop/8.2.0/.helmignore diff --git a/stable/rdesktop/8.2.0/CHANGELOG.md b/stable/rdesktop/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..87652fe3358 --- /dev/null +++ b/stable/rdesktop/8.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + +## [rdesktop-7.1.176](https://github.com/truecharts/charts/compare/rdesktop-7.1.152...rdesktop-7.1.176) (2024-02-12) + +### Chore + + + +- update rdesktop by renovate ([#18118](https://github.com/truecharts/charts/issues/18118)) + + +## [rdesktop-7.1.152](https://github.com/truecharts/charts/compare/rdesktop-7.1.134...rdesktop-7.1.152) (2024-02-05) + +### Chore + + + +- update rdesktop by renovate ([#17901](https://github.com/truecharts/charts/issues/17901)) + + +## [rdesktop-7.1.134](https://github.com/truecharts/charts/compare/rdesktop-7.1.133...rdesktop-7.1.134) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [rdesktop-7.1.133](https://github.com/truecharts/charts/compare/rdesktop-7.1.127...rdesktop-7.1.133) (2024-02-03) + +### Chore + + + +- update rdesktop by renovate ([#17799](https://github.com/truecharts/charts/issues/17799)) + + +## [rdesktop-7.1.127](https://github.com/truecharts/charts/compare/rdesktop-7.1.126...rdesktop-7.1.127) (2024-01-29) + +### Chore + + + +- update container image lscr.io/linuxserver/rdesktop to ubuntu-kde[@b7593e8](https://github.com/b7593e8) by renovate ([#17720](https://github.com/truecharts/charts/issues/17720)) + + +## [rdesktop-7.1.126](https://github.com/truecharts/charts/compare/rdesktop-7.1.104...rdesktop-7.1.126) (2024-01-29) + +### Chore + + + +- update rdesktop by renovate ([#17657](https://github.com/truecharts/charts/issues/17657)) + + +## [rdesktop-7.1.104](https://github.com/truecharts/charts/compare/rdesktop-7.1.103...rdesktop-7.1.104) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [rdesktop-7.1.103](https://github.com/truecharts/charts/compare/rdesktop-7.1.93...rdesktop-7.1.103) (2024-01-22) + +### Chore + + + +- update rdesktop by renovate ([#17484](https://github.com/truecharts/charts/issues/17484)) + + +## [rdesktop-7.1.93](https://github.com/truecharts/charts/compare/rdesktop-7.1.92...rdesktop-7.1.93) (2024-01-21) + +### Chore \ No newline at end of file diff --git a/stable/rdesktop/8.2.0/Chart.yaml b/stable/rdesktop/8.2.0/Chart.yaml new file mode 100644 index 00000000000..749aeecccf0 --- /dev/null +++ b/stable/rdesktop/8.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: desktops + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP. +home: https://truecharts.org/charts/stable/rdesktop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.png +keywords: + - rdesktop + - desktops +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rdesktop +sources: + - https://github.com/orgs/linuxserver/packages/container/package/rdesktop + - https://github.com/linuxserver/docker-rdesktop#readme + - https://github.com/truecharts/charts/tree/master/charts/stable/rdesktop + - https://fleet.linuxserver.io/image?name=linuxserver/rdesktop +type: application +version: 8.2.0 diff --git a/stable/rdesktop/8.1.7/README.md b/stable/rdesktop/8.2.0/README.md similarity index 100% rename from stable/rdesktop/8.1.7/README.md rename to stable/rdesktop/8.2.0/README.md diff --git a/stable/rdesktop/8.1.7/app-readme.md b/stable/rdesktop/8.2.0/app-readme.md similarity index 100% rename from stable/rdesktop/8.1.7/app-readme.md rename to stable/rdesktop/8.2.0/app-readme.md diff --git a/stable/rdesktop/8.2.0/charts/common-18.1.2.tgz b/stable/rdesktop/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/rdesktop/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/rdesktop/8.2.0/ix_values.yaml b/stable/rdesktop/8.2.0/ix_values.yaml new file mode 100644 index 00000000000..0a71dd961ae --- /dev/null +++ b/stable/rdesktop/8.2.0/ix_values.yaml @@ -0,0 +1,123 @@ +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/rdesktop/8.1.7/questions.yaml b/stable/rdesktop/8.2.0/questions.yaml similarity index 100% rename from stable/rdesktop/8.1.7/questions.yaml rename to stable/rdesktop/8.2.0/questions.yaml diff --git a/stable/readarr/20.1.0/templates/NOTES.txt b/stable/rdesktop/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/readarr/20.1.0/templates/NOTES.txt rename to stable/rdesktop/8.2.0/templates/NOTES.txt diff --git a/stable/rdesktop/8.1.7/templates/common.yaml b/stable/rdesktop/8.2.0/templates/common.yaml similarity index 100% rename from stable/rdesktop/8.1.7/templates/common.yaml rename to stable/rdesktop/8.2.0/templates/common.yaml diff --git a/stable/readarr/20.1.0/values.yaml b/stable/rdesktop/8.2.0/values.yaml similarity index 100% rename from stable/readarr/20.1.0/values.yaml rename to stable/rdesktop/8.2.0/values.yaml diff --git a/stable/rdtclient/4.1.0/CHANGELOG.md b/stable/rdtclient/4.1.0/CHANGELOG.md deleted file mode 100644 index 1b9366624c9..00000000000 --- a/stable/rdtclient/4.1.0/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.0/Chart.yaml b/stable/rdtclient/4.1.0/Chart.yaml deleted file mode 100644 index f19b8a65477..00000000000 --- a/stable/rdtclient/4.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.62 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/rdtclient/4.1.0/charts/common-18.0.1.tgz b/stable/rdtclient/4.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/rdtclient/4.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/recyclarr/9.1.0/.helmignore b/stable/rdtclient/4.2.0/.helmignore similarity index 100% rename from stable/recyclarr/9.1.0/.helmignore rename to stable/rdtclient/4.2.0/.helmignore diff --git a/stable/rdtclient/4.2.0/CHANGELOG.md b/stable/rdtclient/4.2.0/CHANGELOG.md new file mode 100644 index 00000000000..945cff7fbde --- /dev/null +++ b/stable/rdtclient/4.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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) \ No newline at end of file diff --git a/stable/rdtclient/4.2.0/Chart.yaml b/stable/rdtclient/4.2.0/Chart.yaml new file mode 100644 index 00000000000..f784329b500 --- /dev/null +++ b/stable/rdtclient/4.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.62 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/rdtclient/4.1.0/README.md b/stable/rdtclient/4.2.0/README.md similarity index 100% rename from stable/rdtclient/4.1.0/README.md rename to stable/rdtclient/4.2.0/README.md diff --git a/stable/rdtclient/4.1.0/app-readme.md b/stable/rdtclient/4.2.0/app-readme.md similarity index 100% rename from stable/rdtclient/4.1.0/app-readme.md rename to stable/rdtclient/4.2.0/app-readme.md diff --git a/stable/rdtclient/4.2.0/charts/common-18.1.2.tgz b/stable/rdtclient/4.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/rdtclient/4.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/rdtclient/4.1.0/ix_values.yaml b/stable/rdtclient/4.2.0/ix_values.yaml similarity index 100% rename from stable/rdtclient/4.1.0/ix_values.yaml rename to stable/rdtclient/4.2.0/ix_values.yaml diff --git a/stable/rdtclient/4.1.0/questions.yaml b/stable/rdtclient/4.2.0/questions.yaml similarity index 100% rename from stable/rdtclient/4.1.0/questions.yaml rename to stable/rdtclient/4.2.0/questions.yaml diff --git a/stable/recyclarr/9.1.0/templates/NOTES.txt b/stable/rdtclient/4.2.0/templates/NOTES.txt similarity index 100% rename from stable/recyclarr/9.1.0/templates/NOTES.txt rename to stable/rdtclient/4.2.0/templates/NOTES.txt diff --git a/stable/rdtclient/4.1.0/templates/common.yaml b/stable/rdtclient/4.2.0/templates/common.yaml similarity index 100% rename from stable/rdtclient/4.1.0/templates/common.yaml rename to stable/rdtclient/4.2.0/templates/common.yaml diff --git a/stable/recyclarr/9.1.0/values.yaml b/stable/rdtclient/4.2.0/values.yaml similarity index 100% rename from stable/recyclarr/9.1.0/values.yaml rename to stable/rdtclient/4.2.0/values.yaml diff --git a/stable/readarr/20.1.0/CHANGELOG.md b/stable/readarr/20.1.0/CHANGELOG.md deleted file mode 100644 index b265d41a7da..00000000000 --- a/stable/readarr/20.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [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)) - - -## [readarr-19.1.10](https://github.com/truecharts/charts/compare/readarr-19.1.9...readarr-19.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [readarr-19.1.9](https://github.com/truecharts/charts/compare/readarr-19.1.8...readarr-19.1.9) (2024-01-21) - -### Chore - diff --git a/stable/readarr/20.1.0/Chart.yaml b/stable/readarr/20.1.0/Chart.yaml deleted file mode 100644 index 4c9b53f762c..00000000000 --- a/stable/readarr/20.1.0/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.3.18.2411 -dependencies: - - name: common - version: 18.0.1 - 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/readarr-develop - - https://ghcr.io/onedr0p/exportarr -type: application -version: 20.1.0 diff --git a/stable/readarr/20.1.0/charts/common-18.0.1.tgz b/stable/readarr/20.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/readarr/20.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/red-discordbot/5.1.0/.helmignore b/stable/readarr/20.2.0/.helmignore similarity index 100% rename from stable/red-discordbot/5.1.0/.helmignore rename to stable/readarr/20.2.0/.helmignore diff --git a/stable/readarr/20.2.0/CHANGELOG.md b/stable/readarr/20.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e89a63bd38d --- /dev/null +++ b/stable/readarr/20.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [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)) + + +## [readarr-19.1.10](https://github.com/truecharts/charts/compare/readarr-19.1.9...readarr-19.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [readarr-19.1.9](https://github.com/truecharts/charts/compare/readarr-19.1.8...readarr-19.1.9) (2024-01-21) \ No newline at end of file diff --git a/stable/readarr/20.2.0/Chart.yaml b/stable/readarr/20.2.0/Chart.yaml new file mode 100644 index 00000000000..5f1ada39b9d --- /dev/null +++ b/stable/readarr/20.2.0/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.3.18.2411 +dependencies: + - name: common + version: 18.1.2 + 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: 20.2.0 diff --git a/stable/readarr/20.1.0/README.md b/stable/readarr/20.2.0/README.md similarity index 100% rename from stable/readarr/20.1.0/README.md rename to stable/readarr/20.2.0/README.md diff --git a/stable/readarr/20.1.0/app-readme.md b/stable/readarr/20.2.0/app-readme.md similarity index 100% rename from stable/readarr/20.1.0/app-readme.md rename to stable/readarr/20.2.0/app-readme.md diff --git a/stable/readarr/20.2.0/charts/common-18.1.2.tgz b/stable/readarr/20.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/readarr/20.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/readarr/20.1.0/ix_values.yaml b/stable/readarr/20.2.0/ix_values.yaml similarity index 100% rename from stable/readarr/20.1.0/ix_values.yaml rename to stable/readarr/20.2.0/ix_values.yaml diff --git a/stable/readarr/20.1.0/questions.yaml b/stable/readarr/20.2.0/questions.yaml similarity index 100% rename from stable/readarr/20.1.0/questions.yaml rename to stable/readarr/20.2.0/questions.yaml diff --git a/stable/redisinsight/6.1.0/templates/NOTES.txt b/stable/readarr/20.2.0/templates/NOTES.txt similarity index 100% rename from stable/redisinsight/6.1.0/templates/NOTES.txt rename to stable/readarr/20.2.0/templates/NOTES.txt diff --git a/stable/readarr/20.1.0/templates/common.yaml b/stable/readarr/20.2.0/templates/common.yaml similarity index 100% rename from stable/readarr/20.1.0/templates/common.yaml rename to stable/readarr/20.2.0/templates/common.yaml diff --git a/stable/red-discordbot/5.1.0/values.yaml b/stable/readarr/20.2.0/values.yaml similarity index 100% rename from stable/red-discordbot/5.1.0/values.yaml rename to stable/readarr/20.2.0/values.yaml diff --git a/stable/recyclarr/9.1.0/CHANGELOG.md b/stable/recyclarr/9.1.0/CHANGELOG.md deleted file mode 100644 index ac8633abc7b..00000000000 --- a/stable/recyclarr/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/recyclarr/9.1.0/Chart.yaml b/stable/recyclarr/9.1.0/Chart.yaml deleted file mode 100644 index d7fe2dae152..00000000000 --- a/stable/recyclarr/9.1.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: 6.0.2 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/recyclarr/9.1.0/charts/common-18.0.1.tgz b/stable/recyclarr/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/recyclarr/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/redisinsight/6.1.0/.helmignore b/stable/recyclarr/9.2.0/.helmignore similarity index 100% rename from stable/redisinsight/6.1.0/.helmignore rename to stable/recyclarr/9.2.0/.helmignore diff --git a/stable/recyclarr/9.2.0/CHANGELOG.md b/stable/recyclarr/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e8de0ed0260 --- /dev/null +++ b/stable/recyclarr/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/recyclarr/9.2.0/Chart.yaml b/stable/recyclarr/9.2.0/Chart.yaml new file mode 100644 index 00000000000..c28532feafb --- /dev/null +++ b/stable/recyclarr/9.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.0.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/recyclarr/9.1.0/README.md b/stable/recyclarr/9.2.0/README.md similarity index 100% rename from stable/recyclarr/9.1.0/README.md rename to stable/recyclarr/9.2.0/README.md diff --git a/stable/recyclarr/9.1.0/app-readme.md b/stable/recyclarr/9.2.0/app-readme.md similarity index 100% rename from stable/recyclarr/9.1.0/app-readme.md rename to stable/recyclarr/9.2.0/app-readme.md diff --git a/stable/recyclarr/9.2.0/charts/common-18.1.2.tgz b/stable/recyclarr/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/recyclarr/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/recyclarr/9.1.0/ix_values.yaml b/stable/recyclarr/9.2.0/ix_values.yaml similarity index 100% rename from stable/recyclarr/9.1.0/ix_values.yaml rename to stable/recyclarr/9.2.0/ix_values.yaml diff --git a/stable/recyclarr/9.1.0/questions.yaml b/stable/recyclarr/9.2.0/questions.yaml similarity index 100% rename from stable/recyclarr/9.1.0/questions.yaml rename to stable/recyclarr/9.2.0/questions.yaml diff --git a/stable/redmine/11.1.0/templates/NOTES.txt b/stable/recyclarr/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/redmine/11.1.0/templates/NOTES.txt rename to stable/recyclarr/9.2.0/templates/NOTES.txt diff --git a/stable/recyclarr/9.1.0/templates/common.yaml b/stable/recyclarr/9.2.0/templates/common.yaml similarity index 100% rename from stable/recyclarr/9.1.0/templates/common.yaml rename to stable/recyclarr/9.2.0/templates/common.yaml diff --git a/stable/redisinsight/6.1.0/values.yaml b/stable/recyclarr/9.2.0/values.yaml similarity index 100% rename from stable/redisinsight/6.1.0/values.yaml rename to stable/recyclarr/9.2.0/values.yaml diff --git a/stable/red-discordbot/5.1.0/CHANGELOG.md b/stable/red-discordbot/5.1.0/CHANGELOG.md deleted file mode 100644 index f0b9f517921..00000000000 --- a/stable/red-discordbot/5.1.0/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.0/Chart.yaml b/stable/red-discordbot/5.1.0/Chart.yaml deleted file mode 100644 index f79bcba87da..00000000000 --- a/stable/red-discordbot/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/red-discordbot/5.1.0/charts/common-18.0.1.tgz b/stable/red-discordbot/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/red-discordbot/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/redm/5.1.0/.helmignore b/stable/red-discordbot/5.2.0/.helmignore similarity index 100% rename from stable/redm/5.1.0/.helmignore rename to stable/red-discordbot/5.2.0/.helmignore diff --git a/stable/red-discordbot/5.2.0/CHANGELOG.md b/stable/red-discordbot/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..92288015308 --- /dev/null +++ b/stable/red-discordbot/5.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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) \ No newline at end of file diff --git a/stable/red-discordbot/5.2.0/Chart.yaml b/stable/red-discordbot/5.2.0/Chart.yaml new file mode 100644 index 00000000000..23f1bd51b84 --- /dev/null +++ b/stable/red-discordbot/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: full +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/red-discordbot/5.1.0/README.md b/stable/red-discordbot/5.2.0/README.md similarity index 100% rename from stable/red-discordbot/5.1.0/README.md rename to stable/red-discordbot/5.2.0/README.md diff --git a/stable/red-discordbot/5.1.0/app-readme.md b/stable/red-discordbot/5.2.0/app-readme.md similarity index 100% rename from stable/red-discordbot/5.1.0/app-readme.md rename to stable/red-discordbot/5.2.0/app-readme.md diff --git a/stable/red-discordbot/5.2.0/charts/common-18.1.2.tgz b/stable/red-discordbot/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/red-discordbot/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/red-discordbot/5.1.0/ix_values.yaml b/stable/red-discordbot/5.2.0/ix_values.yaml similarity index 100% rename from stable/red-discordbot/5.1.0/ix_values.yaml rename to stable/red-discordbot/5.2.0/ix_values.yaml diff --git a/stable/red-discordbot/5.1.0/questions.yaml b/stable/red-discordbot/5.2.0/questions.yaml similarity index 100% rename from stable/red-discordbot/5.1.0/questions.yaml rename to stable/red-discordbot/5.2.0/questions.yaml diff --git a/stable/red-discordbot/5.1.0/templates/common.yaml b/stable/red-discordbot/5.2.0/templates/common.yaml similarity index 100% rename from stable/red-discordbot/5.1.0/templates/common.yaml rename to stable/red-discordbot/5.2.0/templates/common.yaml diff --git a/stable/redm/5.1.0/values.yaml b/stable/red-discordbot/5.2.0/values.yaml similarity index 100% rename from stable/redm/5.1.0/values.yaml rename to stable/red-discordbot/5.2.0/values.yaml diff --git a/stable/redisinsight/6.1.0/CHANGELOG.md b/stable/redisinsight/6.1.0/CHANGELOG.md deleted file mode 100644 index df52a604741..00000000000 --- a/stable/redisinsight/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/redisinsight/6.1.0/Chart.yaml b/stable/redisinsight/6.1.0/Chart.yaml deleted file mode 100644 index 934846dba22..00000000000 --- a/stable/redisinsight/6.1.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: 1.14.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/redisinsight/6.1.0/charts/common-18.0.1.tgz b/stable/redisinsight/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/redisinsight/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/redmine/11.1.0/.helmignore b/stable/redisinsight/6.2.0/.helmignore similarity index 100% rename from stable/redmine/11.1.0/.helmignore rename to stable/redisinsight/6.2.0/.helmignore diff --git a/stable/redisinsight/6.2.0/CHANGELOG.md b/stable/redisinsight/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..3030e9c06c2 --- /dev/null +++ b/stable/redisinsight/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/redisinsight/6.2.0/Chart.yaml b/stable/redisinsight/6.2.0/Chart.yaml new file mode 100644 index 00000000000..4b9715fcbbb --- /dev/null +++ b/stable/redisinsight/6.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.14.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/redisinsight/6.1.0/README.md b/stable/redisinsight/6.2.0/README.md similarity index 100% rename from stable/redisinsight/6.1.0/README.md rename to stable/redisinsight/6.2.0/README.md diff --git a/stable/redisinsight/6.1.0/app-readme.md b/stable/redisinsight/6.2.0/app-readme.md similarity index 100% rename from stable/redisinsight/6.1.0/app-readme.md rename to stable/redisinsight/6.2.0/app-readme.md diff --git a/stable/redisinsight/6.2.0/charts/common-18.1.2.tgz b/stable/redisinsight/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/redisinsight/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/redisinsight/6.1.0/ix_values.yaml b/stable/redisinsight/6.2.0/ix_values.yaml similarity index 100% rename from stable/redisinsight/6.1.0/ix_values.yaml rename to stable/redisinsight/6.2.0/ix_values.yaml diff --git a/stable/redisinsight/6.1.0/questions.yaml b/stable/redisinsight/6.2.0/questions.yaml similarity index 100% rename from stable/redisinsight/6.1.0/questions.yaml rename to stable/redisinsight/6.2.0/questions.yaml diff --git a/stable/reg/13.1.0/templates/NOTES.txt b/stable/redisinsight/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/reg/13.1.0/templates/NOTES.txt rename to stable/redisinsight/6.2.0/templates/NOTES.txt diff --git a/stable/requestrr/10.1.0/templates/common.yaml b/stable/redisinsight/6.2.0/templates/common.yaml similarity index 100% rename from stable/requestrr/10.1.0/templates/common.yaml rename to stable/redisinsight/6.2.0/templates/common.yaml diff --git a/stable/redmine/11.1.0/values.yaml b/stable/redisinsight/6.2.0/values.yaml similarity index 100% rename from stable/redmine/11.1.0/values.yaml rename to stable/redisinsight/6.2.0/values.yaml diff --git a/stable/redm/5.1.0/CHANGELOG.md b/stable/redm/5.1.0/CHANGELOG.md deleted file mode 100644 index b12598eb4d0..00000000000 --- a/stable/redm/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/redm/5.1.0/Chart.yaml b/stable/redm/5.1.0/Chart.yaml deleted file mode 100644 index abd53b15108..00000000000 --- a/stable/redm/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/redm/5.1.0/charts/common-18.0.1.tgz b/stable/redm/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/redm/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/reg/13.1.0/.helmignore b/stable/redm/5.2.0/.helmignore similarity index 100% rename from stable/reg/13.1.0/.helmignore rename to stable/redm/5.2.0/.helmignore diff --git a/stable/redm/5.2.0/CHANGELOG.md b/stable/redm/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e0f759fd4b7 --- /dev/null +++ b/stable/redm/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/redm/5.2.0/Chart.yaml b/stable/redm/5.2.0/Chart.yaml new file mode 100644 index 00000000000..182cfd9b8bd --- /dev/null +++ b/stable/redm/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/redm/5.1.0/README.md b/stable/redm/5.2.0/README.md similarity index 100% rename from stable/redm/5.1.0/README.md rename to stable/redm/5.2.0/README.md diff --git a/stable/redm/5.1.0/app-readme.md b/stable/redm/5.2.0/app-readme.md similarity index 100% rename from stable/redm/5.1.0/app-readme.md rename to stable/redm/5.2.0/app-readme.md diff --git a/stable/redm/5.2.0/charts/common-18.1.2.tgz b/stable/redm/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/redm/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/redm/5.1.0/ix_values.yaml b/stable/redm/5.2.0/ix_values.yaml similarity index 100% rename from stable/redm/5.1.0/ix_values.yaml rename to stable/redm/5.2.0/ix_values.yaml diff --git a/stable/redm/5.1.0/questions.yaml b/stable/redm/5.2.0/questions.yaml similarity index 100% rename from stable/redm/5.1.0/questions.yaml rename to stable/redm/5.2.0/questions.yaml diff --git a/stable/redm/5.1.0/templates/common.yaml b/stable/redm/5.2.0/templates/common.yaml similarity index 100% rename from stable/redm/5.1.0/templates/common.yaml rename to stable/redm/5.2.0/templates/common.yaml diff --git a/stable/reg/13.1.0/values.yaml b/stable/redm/5.2.0/values.yaml similarity index 100% rename from stable/reg/13.1.0/values.yaml rename to stable/redm/5.2.0/values.yaml diff --git a/stable/redmine/11.1.0/CHANGELOG.md b/stable/redmine/11.1.0/CHANGELOG.md deleted file mode 100644 index 71403a0e0d5..00000000000 --- a/stable/redmine/11.1.0/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.0/Chart.yaml b/stable/redmine/11.1.0/Chart.yaml deleted file mode 100644 index 50b61331d49..00000000000 --- a/stable/redmine/11.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.1.1 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/redmine/11.1.0/charts/common-18.0.1.tgz b/stable/redmine/11.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/redmine/11.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/remmina/10.1.0/.helmignore b/stable/redmine/11.2.0/.helmignore similarity index 100% rename from stable/remmina/10.1.0/.helmignore rename to stable/redmine/11.2.0/.helmignore diff --git a/stable/redmine/11.2.0/CHANGELOG.md b/stable/redmine/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c0fb788c1c2 --- /dev/null +++ b/stable/redmine/11.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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) \ No newline at end of file diff --git a/stable/redmine/11.2.0/Chart.yaml b/stable/redmine/11.2.0/Chart.yaml new file mode 100644 index 00000000000..eaa1e2ed3be --- /dev/null +++ b/stable/redmine/11.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.1.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/redmine/11.1.0/README.md b/stable/redmine/11.2.0/README.md similarity index 100% rename from stable/redmine/11.1.0/README.md rename to stable/redmine/11.2.0/README.md diff --git a/stable/redmine/11.1.0/app-readme.md b/stable/redmine/11.2.0/app-readme.md similarity index 100% rename from stable/redmine/11.1.0/app-readme.md rename to stable/redmine/11.2.0/app-readme.md diff --git a/stable/redmine/11.2.0/charts/common-18.1.2.tgz b/stable/redmine/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/redmine/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/redmine/11.1.0/ix_values.yaml b/stable/redmine/11.2.0/ix_values.yaml similarity index 100% rename from stable/redmine/11.1.0/ix_values.yaml rename to stable/redmine/11.2.0/ix_values.yaml diff --git a/stable/redmine/11.1.0/questions.yaml b/stable/redmine/11.2.0/questions.yaml similarity index 100% rename from stable/redmine/11.1.0/questions.yaml rename to stable/redmine/11.2.0/questions.yaml diff --git a/stable/remmina/10.1.0/templates/NOTES.txt b/stable/redmine/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/remmina/10.1.0/templates/NOTES.txt rename to stable/redmine/11.2.0/templates/NOTES.txt diff --git a/stable/redmine/11.1.0/templates/_secrets.tpl b/stable/redmine/11.2.0/templates/_secrets.tpl similarity index 100% rename from stable/redmine/11.1.0/templates/_secrets.tpl rename to stable/redmine/11.2.0/templates/_secrets.tpl diff --git a/stable/redmine/11.1.0/templates/common.yaml b/stable/redmine/11.2.0/templates/common.yaml similarity index 100% rename from stable/redmine/11.1.0/templates/common.yaml rename to stable/redmine/11.2.0/templates/common.yaml diff --git a/stable/remmina/10.1.0/values.yaml b/stable/redmine/11.2.0/values.yaml similarity index 100% rename from stable/remmina/10.1.0/values.yaml rename to stable/redmine/11.2.0/values.yaml diff --git a/stable/reg/13.1.0/CHANGELOG.md b/stable/reg/13.1.0/CHANGELOG.md deleted file mode 100644 index e15649e557e..00000000000 --- a/stable/reg/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [reg-12.1.12](https://github.com/truecharts/charts/compare/reg-12.1.11...reg-12.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [reg-12.1.11](https://github.com/truecharts/charts/compare/reg-12.1.10...reg-12.1.11) (2024-01-29) - -### Chore - - - -- update container image registry to 2[@f4e1b87](https://github.com/f4e1b87) by renovate ([#17649](https://github.com/truecharts/charts/issues/17649)) - - -## [reg-12.1.10](https://github.com/truecharts/charts/compare/reg-12.1.9...reg-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [reg-12.1.9](https://github.com/truecharts/charts/compare/reg-12.1.8...reg-12.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [reg-12.1.8](https://github.com/truecharts/charts/compare/reg-12.1.7...reg-12.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [reg-12.1.7](https://github.com/truecharts/charts/compare/reg-12.1.6...reg-12.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [reg-12.1.6](https://github.com/truecharts/charts/compare/reg-12.1.5...reg-12.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [reg-12.1.5](https://github.com/truecharts/charts/compare/reg-12.1.4...reg-12.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [reg-12.1.4](https://github.com/truecharts/charts/compare/reg-12.1.3...reg-12.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [reg-12.1.3](https://github.com/truecharts/charts/compare/reg-12.1.0...reg-12.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/reg/13.1.0/Chart.yaml b/stable/reg/13.1.0/Chart.yaml deleted file mode 100644 index 10b8d72cc69..00000000000 --- a/stable/reg/13.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/reg/13.1.0/charts/common-18.0.1.tgz b/stable/reg/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/reg/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/remotely/5.1.0/.helmignore b/stable/reg/13.2.0/.helmignore similarity index 100% rename from stable/remotely/5.1.0/.helmignore rename to stable/reg/13.2.0/.helmignore diff --git a/stable/reg/13.2.0/CHANGELOG.md b/stable/reg/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..dc0c7308324 --- /dev/null +++ b/stable/reg/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/reg/13.2.0/Chart.yaml b/stable/reg/13.2.0/Chart.yaml new file mode 100644 index 00000000000..94883679385 --- /dev/null +++ b/stable/reg/13.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/reg/13.1.0/README.md b/stable/reg/13.2.0/README.md similarity index 100% rename from stable/reg/13.1.0/README.md rename to stable/reg/13.2.0/README.md diff --git a/stable/reg/13.1.0/app-readme.md b/stable/reg/13.2.0/app-readme.md similarity index 100% rename from stable/reg/13.1.0/app-readme.md rename to stable/reg/13.2.0/app-readme.md diff --git a/stable/reg/13.2.0/charts/common-18.1.2.tgz b/stable/reg/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/reg/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/reg/13.1.0/ix_values.yaml b/stable/reg/13.2.0/ix_values.yaml similarity index 100% rename from stable/reg/13.1.0/ix_values.yaml rename to stable/reg/13.2.0/ix_values.yaml diff --git a/stable/reg/13.1.0/questions.yaml b/stable/reg/13.2.0/questions.yaml similarity index 100% rename from stable/reg/13.1.0/questions.yaml rename to stable/reg/13.2.0/questions.yaml diff --git a/stable/requestrr/10.1.0/templates/NOTES.txt b/stable/reg/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/requestrr/10.1.0/templates/NOTES.txt rename to stable/reg/13.2.0/templates/NOTES.txt diff --git a/stable/resilio-sync/14.1.0/templates/common.yaml b/stable/reg/13.2.0/templates/common.yaml similarity index 100% rename from stable/resilio-sync/14.1.0/templates/common.yaml rename to stable/reg/13.2.0/templates/common.yaml diff --git a/stable/remotely/5.1.0/values.yaml b/stable/reg/13.2.0/values.yaml similarity index 100% rename from stable/remotely/5.1.0/values.yaml rename to stable/reg/13.2.0/values.yaml diff --git a/stable/remmina/10.1.0/CHANGELOG.md b/stable/remmina/10.1.0/CHANGELOG.md deleted file mode 100644 index 1b50d84caa1..00000000000 --- a/stable/remmina/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - -## [remmina-9.1.18](https://github.com/truecharts/charts/compare/remmina-9.1.17...remmina-9.1.18) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/remmina to 1.4.2[@12b10c3](https://github.com/12b10c3) by renovate ([#18073](https://github.com/truecharts/charts/issues/18073)) - - -## [remmina-9.1.17](https://github.com/truecharts/charts/compare/remmina-9.1.16...remmina-9.1.17) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/remmina to 1.4.2[@8720891](https://github.com/8720891) by renovate ([#17863](https://github.com/truecharts/charts/issues/17863)) - - -## [remmina-9.1.16](https://github.com/truecharts/charts/compare/remmina-9.1.15...remmina-9.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [remmina-9.1.15](https://github.com/truecharts/charts/compare/remmina-9.1.14...remmina-9.1.15) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/remmina to 1.4.2[@6252cc7](https://github.com/6252cc7) by renovate ([#17620](https://github.com/truecharts/charts/issues/17620)) - - -## [remmina-9.1.14](https://github.com/truecharts/charts/compare/remmina-9.1.13...remmina-9.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [remmina-9.1.13](https://github.com/truecharts/charts/compare/remmina-9.1.12...remmina-9.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [remmina-9.1.12](https://github.com/truecharts/charts/compare/remmina-9.1.11...remmina-9.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [remmina-9.1.11](https://github.com/truecharts/charts/compare/remmina-9.1.10...remmina-9.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [remmina-9.1.10](https://github.com/truecharts/charts/compare/remmina-9.1.9...remmina-9.1.10) (2024-01-21) diff --git a/stable/remmina/10.1.0/Chart.yaml b/stable/remmina/10.1.0/Chart.yaml deleted file mode 100644 index ea7f4a8761d..00000000000 --- a/stable/remmina/10.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.4.2 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/remmina/10.1.0/charts/common-18.0.1.tgz b/stable/remmina/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/remmina/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/requestrr/10.1.0/.helmignore b/stable/remmina/10.2.0/.helmignore similarity index 100% rename from stable/requestrr/10.1.0/.helmignore rename to stable/remmina/10.2.0/.helmignore diff --git a/stable/remmina/10.2.0/CHANGELOG.md b/stable/remmina/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..ded433576bf --- /dev/null +++ b/stable/remmina/10.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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)) \ No newline at end of file diff --git a/stable/remmina/10.2.0/Chart.yaml b/stable/remmina/10.2.0/Chart.yaml new file mode 100644 index 00000000000..2c81194f091 --- /dev/null +++ b/stable/remmina/10.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.4.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/remmina/10.1.0/README.md b/stable/remmina/10.2.0/README.md similarity index 100% rename from stable/remmina/10.1.0/README.md rename to stable/remmina/10.2.0/README.md diff --git a/stable/remmina/10.1.0/app-readme.md b/stable/remmina/10.2.0/app-readme.md similarity index 100% rename from stable/remmina/10.1.0/app-readme.md rename to stable/remmina/10.2.0/app-readme.md diff --git a/stable/remmina/10.2.0/charts/common-18.1.2.tgz b/stable/remmina/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/remmina/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/remmina/10.1.0/ix_values.yaml b/stable/remmina/10.2.0/ix_values.yaml similarity index 100% rename from stable/remmina/10.1.0/ix_values.yaml rename to stable/remmina/10.2.0/ix_values.yaml diff --git a/stable/remmina/10.1.0/questions.yaml b/stable/remmina/10.2.0/questions.yaml similarity index 100% rename from stable/remmina/10.1.0/questions.yaml rename to stable/remmina/10.2.0/questions.yaml diff --git a/stable/resilio-sync/14.1.0/templates/NOTES.txt b/stable/remmina/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/resilio-sync/14.1.0/templates/NOTES.txt rename to stable/remmina/10.2.0/templates/NOTES.txt diff --git a/stable/remmina/10.1.0/templates/common.yaml b/stable/remmina/10.2.0/templates/common.yaml similarity index 100% rename from stable/remmina/10.1.0/templates/common.yaml rename to stable/remmina/10.2.0/templates/common.yaml diff --git a/stable/requestrr/10.1.0/values.yaml b/stable/remmina/10.2.0/values.yaml similarity index 100% rename from stable/requestrr/10.1.0/values.yaml rename to stable/remmina/10.2.0/values.yaml diff --git a/stable/remotely/5.1.0/CHANGELOG.md b/stable/remotely/5.1.0/CHANGELOG.md deleted file mode 100644 index 1fa3aaa4963..00000000000 --- a/stable/remotely/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/remotely/5.1.0/Chart.yaml b/stable/remotely/5.1.0/Chart.yaml deleted file mode 100644 index aa90eae5e00..00000000000 --- a/stable/remotely/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/remotely/5.1.0/charts/common-18.0.1.tgz b/stable/remotely/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/remotely/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/resilio-sync/14.1.0/.helmignore b/stable/remotely/5.2.0/.helmignore similarity index 100% rename from stable/resilio-sync/14.1.0/.helmignore rename to stable/remotely/5.2.0/.helmignore diff --git a/stable/remotely/5.2.0/CHANGELOG.md b/stable/remotely/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..24188e07872 --- /dev/null +++ b/stable/remotely/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/remotely/5.2.0/Chart.yaml b/stable/remotely/5.2.0/Chart.yaml new file mode 100644 index 00000000000..235d6f14eae --- /dev/null +++ b/stable/remotely/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1380.0.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/remotely/5.1.0/README.md b/stable/remotely/5.2.0/README.md similarity index 100% rename from stable/remotely/5.1.0/README.md rename to stable/remotely/5.2.0/README.md diff --git a/stable/remotely/5.1.0/app-readme.md b/stable/remotely/5.2.0/app-readme.md similarity index 100% rename from stable/remotely/5.1.0/app-readme.md rename to stable/remotely/5.2.0/app-readme.md diff --git a/stable/remotely/5.2.0/charts/common-18.1.2.tgz b/stable/remotely/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/remotely/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/remotely/5.1.0/ix_values.yaml b/stable/remotely/5.2.0/ix_values.yaml similarity index 100% rename from stable/remotely/5.1.0/ix_values.yaml rename to stable/remotely/5.2.0/ix_values.yaml diff --git a/stable/remotely/5.1.0/questions.yaml b/stable/remotely/5.2.0/questions.yaml similarity index 100% rename from stable/remotely/5.1.0/questions.yaml rename to stable/remotely/5.2.0/questions.yaml diff --git a/stable/remotely/5.1.0/templates/common.yaml b/stable/remotely/5.2.0/templates/common.yaml similarity index 100% rename from stable/remotely/5.1.0/templates/common.yaml rename to stable/remotely/5.2.0/templates/common.yaml diff --git a/stable/resilio-sync/14.1.0/values.yaml b/stable/remotely/5.2.0/values.yaml similarity index 100% rename from stable/resilio-sync/14.1.0/values.yaml rename to stable/remotely/5.2.0/values.yaml diff --git a/stable/requestrr/10.1.0/CHANGELOG.md b/stable/requestrr/10.1.0/CHANGELOG.md deleted file mode 100644 index 7af36c11b14..00000000000 --- a/stable/requestrr/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - -## [requestrr-9.0.5](https://github.com/truecharts/charts/compare/requestrr-9.0.4...requestrr-9.0.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [requestrr-9.0.4](https://github.com/truecharts/charts/compare/requestrr-9.0.3...requestrr-9.0.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [requestrr-9.0.3](https://github.com/truecharts/charts/compare/requestrr-9.0.2...requestrr-9.0.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [requestrr-9.0.2](https://github.com/truecharts/charts/compare/requestrr-9.0.1...requestrr-9.0.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [requestrr-9.0.1](https://github.com/truecharts/charts/compare/requestrr-9.0.0...requestrr-9.0.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [requestrr-9.0.0](https://github.com/truecharts/charts/compare/requestrr-8.2.0...requestrr-9.0.0) (2024-01-12) - - -## [requestrr-8.2.0](https://github.com/truecharts/charts/compare/requestrr-8.1.6...requestrr-8.2.0) (2024-01-09) - - -## [requestrr-8.1.6](https://github.com/truecharts/charts/compare/requestrr-8.1.5...requestrr-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [requestrr-8.1.5](https://github.com/truecharts/charts/compare/requestrr-8.1.4...requestrr-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [requestrr-8.1.4](https://github.com/truecharts/charts/compare/requestrr-8.1.3...requestrr-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes diff --git a/stable/requestrr/10.1.0/Chart.yaml b/stable/requestrr/10.1.0/Chart.yaml deleted file mode 100644 index 6f4ad418c72..00000000000 --- a/stable/requestrr/10.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/requestrr/10.1.0/charts/common-18.0.1.tgz b/stable/requestrr/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/requestrr/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/restic-rest-server/5.1.0/.helmignore b/stable/requestrr/10.2.0/.helmignore similarity index 100% rename from stable/restic-rest-server/5.1.0/.helmignore rename to stable/requestrr/10.2.0/.helmignore diff --git a/stable/requestrr/10.2.0/CHANGELOG.md b/stable/requestrr/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..4cc66ee4577 --- /dev/null +++ b/stable/requestrr/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + +## [requestrr-9.0.5](https://github.com/truecharts/charts/compare/requestrr-9.0.4...requestrr-9.0.5) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [requestrr-9.0.4](https://github.com/truecharts/charts/compare/requestrr-9.0.3...requestrr-9.0.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [requestrr-9.0.3](https://github.com/truecharts/charts/compare/requestrr-9.0.2...requestrr-9.0.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [requestrr-9.0.2](https://github.com/truecharts/charts/compare/requestrr-9.0.1...requestrr-9.0.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [requestrr-9.0.1](https://github.com/truecharts/charts/compare/requestrr-9.0.0...requestrr-9.0.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [requestrr-9.0.0](https://github.com/truecharts/charts/compare/requestrr-8.2.0...requestrr-9.0.0) (2024-01-12) + + +## [requestrr-8.2.0](https://github.com/truecharts/charts/compare/requestrr-8.1.6...requestrr-8.2.0) (2024-01-09) + + +## [requestrr-8.1.6](https://github.com/truecharts/charts/compare/requestrr-8.1.5...requestrr-8.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [requestrr-8.1.5](https://github.com/truecharts/charts/compare/requestrr-8.1.4...requestrr-8.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [requestrr-8.1.4](https://github.com/truecharts/charts/compare/requestrr-8.1.3...requestrr-8.1.4) (2024-01-01) + +### Chore diff --git a/stable/requestrr/10.2.0/Chart.yaml b/stable/requestrr/10.2.0/Chart.yaml new file mode 100644 index 00000000000..04823f9acd2 --- /dev/null +++ b/stable/requestrr/10.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.5 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/requestrr/10.1.0/README.md b/stable/requestrr/10.2.0/README.md similarity index 100% rename from stable/requestrr/10.1.0/README.md rename to stable/requestrr/10.2.0/README.md diff --git a/stable/requestrr/10.1.0/app-readme.md b/stable/requestrr/10.2.0/app-readme.md similarity index 100% rename from stable/requestrr/10.1.0/app-readme.md rename to stable/requestrr/10.2.0/app-readme.md diff --git a/stable/requestrr/10.2.0/charts/common-18.1.2.tgz b/stable/requestrr/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/requestrr/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/requestrr/10.1.0/ix_values.yaml b/stable/requestrr/10.2.0/ix_values.yaml similarity index 100% rename from stable/requestrr/10.1.0/ix_values.yaml rename to stable/requestrr/10.2.0/ix_values.yaml diff --git a/stable/requestrr/10.1.0/questions.yaml b/stable/requestrr/10.2.0/questions.yaml similarity index 100% rename from stable/requestrr/10.1.0/questions.yaml rename to stable/requestrr/10.2.0/questions.yaml diff --git a/stable/retrobot/8.1.0/templates/NOTES.txt b/stable/requestrr/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/retrobot/8.1.0/templates/NOTES.txt rename to stable/requestrr/10.2.0/templates/NOTES.txt diff --git a/stable/retrobot/8.1.0/templates/common.yaml b/stable/requestrr/10.2.0/templates/common.yaml similarity index 100% rename from stable/retrobot/8.1.0/templates/common.yaml rename to stable/requestrr/10.2.0/templates/common.yaml diff --git a/stable/restic-rest-server/5.1.0/values.yaml b/stable/requestrr/10.2.0/values.yaml similarity index 100% rename from stable/restic-rest-server/5.1.0/values.yaml rename to stable/requestrr/10.2.0/values.yaml diff --git a/stable/resilio-sync/14.1.0/CHANGELOG.md b/stable/resilio-sync/14.1.0/CHANGELOG.md deleted file mode 100644 index 6a5402c5965..00000000000 --- a/stable/resilio-sync/14.1.0/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) - -### Chore \ No newline at end of file diff --git a/stable/resilio-sync/14.1.0/Chart.yaml b/stable/resilio-sync/14.1.0/Chart.yaml deleted file mode 100644 index 92714a341b8..00000000000 --- a/stable/resilio-sync/14.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: 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.1 - 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.0 diff --git a/stable/resilio-sync/14.1.0/charts/common-18.0.1.tgz b/stable/resilio-sync/14.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/resilio-sync/14.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/retrobot/8.1.0/.helmignore b/stable/resilio-sync/14.2.0/.helmignore similarity index 100% rename from stable/retrobot/8.1.0/.helmignore rename to stable/resilio-sync/14.2.0/.helmignore diff --git a/stable/resilio-sync/14.2.0/CHANGELOG.md b/stable/resilio-sync/14.2.0/CHANGELOG.md new file mode 100644 index 00000000000..669b4e8c22e --- /dev/null +++ b/stable/resilio-sync/14.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + +## [resilio-sync-13.1.16](https://github.com/truecharts/charts/compare/resilio-sync-13.1.15...resilio-sync-13.1.16) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@597ebff](https://github.com/597ebff) by renovate ([#18074](https://github.com/truecharts/charts/issues/18074)) + + +## [resilio-sync-13.1.15](https://github.com/truecharts/charts/compare/resilio-sync-13.1.14...resilio-sync-13.1.15) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@4659ace](https://github.com/4659ace) by renovate ([#17864](https://github.com/truecharts/charts/issues/17864)) + + +## [resilio-sync-13.1.14](https://github.com/truecharts/charts/compare/resilio-sync-13.1.13...resilio-sync-13.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [resilio-sync-13.1.13](https://github.com/truecharts/charts/compare/resilio-sync-13.1.12...resilio-sync-13.1.13) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@037b01c](https://github.com/037b01c) by renovate ([#17621](https://github.com/truecharts/charts/issues/17621)) + + +## [resilio-sync-13.1.12](https://github.com/truecharts/charts/compare/resilio-sync-13.1.11...resilio-sync-13.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [resilio-sync-13.1.11](https://github.com/truecharts/charts/compare/resilio-sync-13.1.10...resilio-sync-13.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [resilio-sync-13.1.10](https://github.com/truecharts/charts/compare/resilio-sync-13.1.9...resilio-sync-13.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [resilio-sync-13.1.9](https://github.com/truecharts/charts/compare/resilio-sync-13.1.8...resilio-sync-13.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/resilio-sync/14.2.0/Chart.yaml b/stable/resilio-sync/14.2.0/Chart.yaml new file mode 100644 index 00000000000..b07a9159031 --- /dev/null +++ b/stable/resilio-sync/14.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.7.3 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology +home: https://truecharts.org/charts/stable/resilio-sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/resilio-sync.png +keywords: + - resilio + - sync + - btsync + - bittorrent +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: resilio-sync +sources: + - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync + - https://github.com/truecharts/charts/tree/master/charts/stable/resilio-sync + - https://ghcr.io/linuxserver/resilio-sync +type: application +version: 14.2.0 diff --git a/stable/resilio-sync/14.1.0/README.md b/stable/resilio-sync/14.2.0/README.md similarity index 100% rename from stable/resilio-sync/14.1.0/README.md rename to stable/resilio-sync/14.2.0/README.md diff --git a/stable/resilio-sync/14.1.0/app-readme.md b/stable/resilio-sync/14.2.0/app-readme.md similarity index 100% rename from stable/resilio-sync/14.1.0/app-readme.md rename to stable/resilio-sync/14.2.0/app-readme.md diff --git a/stable/resilio-sync/14.2.0/charts/common-18.1.2.tgz b/stable/resilio-sync/14.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/resilio-sync/14.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/resilio-sync/14.1.0/ix_values.yaml b/stable/resilio-sync/14.2.0/ix_values.yaml similarity index 100% rename from stable/resilio-sync/14.1.0/ix_values.yaml rename to stable/resilio-sync/14.2.0/ix_values.yaml diff --git a/stable/resilio-sync/14.1.0/questions.yaml b/stable/resilio-sync/14.2.0/questions.yaml similarity index 100% rename from stable/resilio-sync/14.1.0/questions.yaml rename to stable/resilio-sync/14.2.0/questions.yaml diff --git a/stable/rickroll/6.1.0/templates/NOTES.txt b/stable/resilio-sync/14.2.0/templates/NOTES.txt similarity index 100% rename from stable/rickroll/6.1.0/templates/NOTES.txt rename to stable/resilio-sync/14.2.0/templates/NOTES.txt diff --git a/stable/rickroll/6.1.0/templates/common.yaml b/stable/resilio-sync/14.2.0/templates/common.yaml similarity index 100% rename from stable/rickroll/6.1.0/templates/common.yaml rename to stable/resilio-sync/14.2.0/templates/common.yaml diff --git a/stable/retrobot/8.1.0/values.yaml b/stable/resilio-sync/14.2.0/values.yaml similarity index 100% rename from stable/retrobot/8.1.0/values.yaml rename to stable/resilio-sync/14.2.0/values.yaml diff --git a/stable/restic-rest-server/5.1.0/CHANGELOG.md b/stable/restic-rest-server/5.1.0/CHANGELOG.md deleted file mode 100644 index 5be1bb81592..00000000000 --- a/stable/restic-rest-server/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/restic-rest-server/5.1.0/Chart.yaml b/stable/restic-rest-server/5.1.0/Chart.yaml deleted file mode 100644 index 27ddffadcb9..00000000000 --- a/stable/restic-rest-server/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/restic-rest-server/5.1.0/charts/common-18.0.1.tgz b/stable/restic-rest-server/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/restic-rest-server/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/rflood/5.1.1/.helmignore b/stable/restic-rest-server/5.2.0/.helmignore similarity index 100% rename from stable/rflood/5.1.1/.helmignore rename to stable/restic-rest-server/5.2.0/.helmignore diff --git a/stable/restic-rest-server/5.2.0/CHANGELOG.md b/stable/restic-rest-server/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..58519596b04 --- /dev/null +++ b/stable/restic-rest-server/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/restic-rest-server/5.2.0/Chart.yaml b/stable/restic-rest-server/5.2.0/Chart.yaml new file mode 100644 index 00000000000..c156891ba8f --- /dev/null +++ b/stable/restic-rest-server/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.12.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/restic-rest-server/5.1.0/README.md b/stable/restic-rest-server/5.2.0/README.md similarity index 100% rename from stable/restic-rest-server/5.1.0/README.md rename to stable/restic-rest-server/5.2.0/README.md diff --git a/stable/restic-rest-server/5.1.0/app-readme.md b/stable/restic-rest-server/5.2.0/app-readme.md similarity index 100% rename from stable/restic-rest-server/5.1.0/app-readme.md rename to stable/restic-rest-server/5.2.0/app-readme.md diff --git a/stable/restic-rest-server/5.2.0/charts/common-18.1.2.tgz b/stable/restic-rest-server/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/restic-rest-server/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/restic-rest-server/5.1.0/ix_values.yaml b/stable/restic-rest-server/5.2.0/ix_values.yaml similarity index 100% rename from stable/restic-rest-server/5.1.0/ix_values.yaml rename to stable/restic-rest-server/5.2.0/ix_values.yaml diff --git a/stable/restic-rest-server/5.1.0/questions.yaml b/stable/restic-rest-server/5.2.0/questions.yaml similarity index 100% rename from stable/restic-rest-server/5.1.0/questions.yaml rename to stable/restic-rest-server/5.2.0/questions.yaml diff --git a/stable/restic-rest-server/5.1.0/templates/common.yaml b/stable/restic-rest-server/5.2.0/templates/common.yaml similarity index 100% rename from stable/restic-rest-server/5.1.0/templates/common.yaml rename to stable/restic-rest-server/5.2.0/templates/common.yaml diff --git a/stable/rflood/5.1.1/values.yaml b/stable/restic-rest-server/5.2.0/values.yaml similarity index 100% rename from stable/rflood/5.1.1/values.yaml rename to stable/restic-rest-server/5.2.0/values.yaml diff --git a/stable/retrobot/8.1.0/CHANGELOG.md b/stable/retrobot/8.1.0/CHANGELOG.md deleted file mode 100644 index 5549a4442b8..00000000000 --- a/stable/retrobot/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/retrobot/8.1.0/Chart.yaml b/stable/retrobot/8.1.0/Chart.yaml deleted file mode 100644 index 14c452a2000..00000000000 --- a/stable/retrobot/8.1.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: 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.1 - 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.0 diff --git a/stable/retrobot/8.1.0/charts/common-18.0.1.tgz b/stable/retrobot/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/retrobot/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/rickroll/6.1.0/.helmignore b/stable/retrobot/8.2.0/.helmignore similarity index 100% rename from stable/rickroll/6.1.0/.helmignore rename to stable/retrobot/8.2.0/.helmignore diff --git a/stable/retrobot/8.2.0/CHANGELOG.md b/stable/retrobot/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..73ee62a7a04 --- /dev/null +++ b/stable/retrobot/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/retrobot/8.2.0/Chart.yaml b/stable/retrobot/8.2.0/Chart.yaml new file mode 100644 index 00000000000..4fde46c78d2 --- /dev/null +++ b/stable/retrobot/8.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: emulator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/retrobot/8.1.0/README.md b/stable/retrobot/8.2.0/README.md similarity index 100% rename from stable/retrobot/8.1.0/README.md rename to stable/retrobot/8.2.0/README.md diff --git a/stable/retrobot/8.1.0/app-readme.md b/stable/retrobot/8.2.0/app-readme.md similarity index 100% rename from stable/retrobot/8.1.0/app-readme.md rename to stable/retrobot/8.2.0/app-readme.md diff --git a/stable/retrobot/8.2.0/charts/common-18.1.2.tgz b/stable/retrobot/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/retrobot/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/retrobot/8.1.0/ix_values.yaml b/stable/retrobot/8.2.0/ix_values.yaml similarity index 100% rename from stable/retrobot/8.1.0/ix_values.yaml rename to stable/retrobot/8.2.0/ix_values.yaml diff --git a/stable/retrobot/8.1.0/questions.yaml b/stable/retrobot/8.2.0/questions.yaml similarity index 100% rename from stable/retrobot/8.1.0/questions.yaml rename to stable/retrobot/8.2.0/questions.yaml diff --git a/stable/rimgo/6.1.1/templates/NOTES.txt b/stable/retrobot/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/rimgo/6.1.1/templates/NOTES.txt rename to stable/retrobot/8.2.0/templates/NOTES.txt diff --git a/stable/rsnapshot/9.1.1/templates/common.yaml b/stable/retrobot/8.2.0/templates/common.yaml similarity index 100% rename from stable/rsnapshot/9.1.1/templates/common.yaml rename to stable/retrobot/8.2.0/templates/common.yaml diff --git a/stable/rickroll/6.1.0/values.yaml b/stable/retrobot/8.2.0/values.yaml similarity index 100% rename from stable/rickroll/6.1.0/values.yaml rename to stable/retrobot/8.2.0/values.yaml diff --git a/stable/rflood/5.1.1/CHANGELOG.md b/stable/rflood/5.1.1/CHANGELOG.md deleted file mode 100644 index 916e966c104..00000000000 --- a/stable/rflood/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [rflood-4.1.10](https://github.com/truecharts/charts/compare/rflood-4.1.9...rflood-4.1.10) (2024-01-21) \ No newline at end of file diff --git a/stable/rflood/5.1.1/Chart.yaml b/stable/rflood/5.1.1/Chart.yaml deleted file mode 100644 index c5ca5bead21..00000000000 --- a/stable/rflood/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 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.1 diff --git a/stable/rflood/5.1.1/charts/common-18.0.2.tgz b/stable/rflood/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/rflood/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/rflood/5.1.1/ix_values.yaml b/stable/rflood/5.1.1/ix_values.yaml deleted file mode 100644 index 35b7b8207e8..00000000000 --- a/stable/rflood/5.1.1/ix_values.yaml +++ /dev/null @@ -1,30 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: ghcr.io/hotio/rflood - tag: latest@sha256:d4518e689d959bccc0361acff067db9217ec8c7bc4abc363d71b4940edbb10ee -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/rimgo/6.1.1/.helmignore b/stable/rflood/5.2.0/.helmignore similarity index 100% rename from stable/rimgo/6.1.1/.helmignore rename to stable/rflood/5.2.0/.helmignore diff --git a/stable/rflood/5.2.0/CHANGELOG.md b/stable/rflood/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..ef616e814d5 --- /dev/null +++ b/stable/rflood/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [rflood-4.1.17](https://github.com/truecharts/charts/compare/rflood-4.1.16...rflood-4.1.17) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/hotio/rflood to latest[@2d5163e](https://github.com/2d5163e) by renovate ([#18211](https://github.com/truecharts/charts/issues/18211)) + + +## [rflood-4.1.16](https://github.com/truecharts/charts/compare/rflood-4.1.15...rflood-4.1.16) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/hotio/rflood to latest[@81b2aaa](https://github.com/81b2aaa) by renovate ([#18049](https://github.com/truecharts/charts/issues/18049)) + + +## [rflood-4.1.15](https://github.com/truecharts/charts/compare/rflood-4.1.14...rflood-4.1.15) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/hotio/rflood to latest[@5fc4f7d](https://github.com/5fc4f7d) by renovate ([#17837](https://github.com/truecharts/charts/issues/17837)) + + +## [rflood-4.1.14](https://github.com/truecharts/charts/compare/rflood-4.1.13...rflood-4.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [rflood-4.1.13](https://github.com/truecharts/charts/compare/rflood-4.1.12...rflood-4.1.13) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/hotio/rflood to latest[@98d6873](https://github.com/98d6873) by renovate ([#17595](https://github.com/truecharts/charts/issues/17595)) + + +## [rflood-4.1.12](https://github.com/truecharts/charts/compare/rflood-4.1.11...rflood-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [rflood-4.1.11](https://github.com/truecharts/charts/compare/rflood-4.1.10...rflood-4.1.11) (2024-01-22) + +### Chore + + diff --git a/stable/rflood/5.2.0/Chart.yaml b/stable/rflood/5.2.0/Chart.yaml new file mode 100644 index 00000000000..cb47f59a60b --- /dev/null +++ b/stable/rflood/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chart with rTorrent and the Flood UI. +home: https://truecharts.org/charts/stable/rflood +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rflood.png +keywords: + - rflood + - downloaders +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rflood +sources: + - https://hotio.dev/containers/rflood + - https://github.com/truecharts/charts/tree/master/charts/stable/rflood + - https://ghcr.io/hotio/rflood +type: application +version: 5.2.0 diff --git a/stable/rflood/5.1.1/README.md b/stable/rflood/5.2.0/README.md similarity index 100% rename from stable/rflood/5.1.1/README.md rename to stable/rflood/5.2.0/README.md diff --git a/stable/rflood/5.1.1/app-readme.md b/stable/rflood/5.2.0/app-readme.md similarity index 100% rename from stable/rflood/5.1.1/app-readme.md rename to stable/rflood/5.2.0/app-readme.md diff --git a/stable/rflood/5.2.0/charts/common-18.1.2.tgz b/stable/rflood/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/rflood/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/rflood/5.2.0/ix_values.yaml b/stable/rflood/5.2.0/ix_values.yaml new file mode 100644 index 00000000000..e36e9eb7a7f --- /dev/null +++ b/stable/rflood/5.2.0/ix_values.yaml @@ -0,0 +1,30 @@ +image: + pullPolicy: IfNotPresent + repository: ghcr.io/hotio/rflood + tag: latest@sha256:185e131628ea4fa5f2549cfe00c78a41d02b387c1cf948585f5e15657a66f9e7 +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 3000 + protocol: http + targetPort: 3000 +workload: + main: + podSpec: + containers: + main: + env: + FLOOD_AUTH: "false" diff --git a/stable/rflood/5.1.1/questions.yaml b/stable/rflood/5.2.0/questions.yaml similarity index 100% rename from stable/rflood/5.1.1/questions.yaml rename to stable/rflood/5.2.0/questions.yaml diff --git a/stable/rflood/5.1.1/templates/common.yaml b/stable/rflood/5.2.0/templates/common.yaml similarity index 100% rename from stable/rflood/5.1.1/templates/common.yaml rename to stable/rflood/5.2.0/templates/common.yaml diff --git a/stable/rimgo/6.1.1/values.yaml b/stable/rflood/5.2.0/values.yaml similarity index 100% rename from stable/rimgo/6.1.1/values.yaml rename to stable/rflood/5.2.0/values.yaml diff --git a/stable/rickroll/6.1.0/CHANGELOG.md b/stable/rickroll/6.1.0/CHANGELOG.md deleted file mode 100644 index 0adf55ce04a..00000000000 --- a/stable/rickroll/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/rickroll/6.1.0/Chart.yaml b/stable/rickroll/6.1.0/Chart.yaml deleted file mode 100644 index 17d4317c5d8..00000000000 --- a/stable/rickroll/6.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/rickroll/6.1.0/charts/common-18.0.1.tgz b/stable/rickroll/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/rickroll/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/ring-mqtt/8.1.0/.helmignore b/stable/rickroll/6.2.0/.helmignore similarity index 100% rename from stable/ring-mqtt/8.1.0/.helmignore rename to stable/rickroll/6.2.0/.helmignore diff --git a/stable/rickroll/6.2.0/CHANGELOG.md b/stable/rickroll/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..cc97781f38e --- /dev/null +++ b/stable/rickroll/6.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + +## [rickroll-5.1.11](https://github.com/truecharts/charts/compare/rickroll-5.1.10...rickroll-5.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [rickroll-5.1.10](https://github.com/truecharts/charts/compare/rickroll-5.1.9...rickroll-5.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [rickroll-5.1.9](https://github.com/truecharts/charts/compare/rickroll-5.1.8...rickroll-5.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [rickroll-5.1.8](https://github.com/truecharts/charts/compare/rickroll-5.1.7...rickroll-5.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [rickroll-5.1.7](https://github.com/truecharts/charts/compare/rickroll-5.1.6...rickroll-5.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [rickroll-5.1.6](https://github.com/truecharts/charts/compare/rickroll-5.1.5...rickroll-5.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [rickroll-5.1.5](https://github.com/truecharts/charts/compare/rickroll-5.1.4...rickroll-5.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [rickroll-5.1.4](https://github.com/truecharts/charts/compare/rickroll-5.1.3...rickroll-5.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes \ No newline at end of file diff --git a/stable/rickroll/6.2.0/Chart.yaml b/stable/rickroll/6.2.0/Chart.yaml new file mode 100644 index 00000000000..bb435021498 --- /dev/null +++ b/stable/rickroll/6.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self-hosted Rick Roll chart. +home: https://truecharts.org/charts/stable/rickroll +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rickroll.png +keywords: + - rickroll + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rickroll +sources: + - https://github.com/modem7/docker-rickroll + - https://github.com/truecharts/charts/tree/master/charts/stable/rickroll + - https://hub.docker.com/r/modem7/docker-rickroll +type: application +version: 6.2.0 diff --git a/stable/rickroll/6.1.0/README.md b/stable/rickroll/6.2.0/README.md similarity index 100% rename from stable/rickroll/6.1.0/README.md rename to stable/rickroll/6.2.0/README.md diff --git a/stable/rickroll/6.1.0/app-readme.md b/stable/rickroll/6.2.0/app-readme.md similarity index 100% rename from stable/rickroll/6.1.0/app-readme.md rename to stable/rickroll/6.2.0/app-readme.md diff --git a/stable/rickroll/6.2.0/charts/common-18.1.2.tgz b/stable/rickroll/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/rickroll/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/rickroll/6.1.0/ix_values.yaml b/stable/rickroll/6.2.0/ix_values.yaml similarity index 100% rename from stable/rickroll/6.1.0/ix_values.yaml rename to stable/rickroll/6.2.0/ix_values.yaml diff --git a/stable/rickroll/6.1.0/questions.yaml b/stable/rickroll/6.2.0/questions.yaml similarity index 100% rename from stable/rickroll/6.1.0/questions.yaml rename to stable/rickroll/6.2.0/questions.yaml diff --git a/stable/ring-mqtt/8.1.0/templates/NOTES.txt b/stable/rickroll/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/ring-mqtt/8.1.0/templates/NOTES.txt rename to stable/rickroll/6.2.0/templates/NOTES.txt diff --git a/stable/rss-bridge/10.1.0/templates/common.yaml b/stable/rickroll/6.2.0/templates/common.yaml similarity index 100% rename from stable/rss-bridge/10.1.0/templates/common.yaml rename to stable/rickroll/6.2.0/templates/common.yaml diff --git a/stable/ring-mqtt/8.1.0/values.yaml b/stable/rickroll/6.2.0/values.yaml similarity index 100% rename from stable/ring-mqtt/8.1.0/values.yaml rename to stable/rickroll/6.2.0/values.yaml diff --git a/stable/rimgo/6.1.1/CHANGELOG.md b/stable/rimgo/6.1.1/CHANGELOG.md deleted file mode 100644 index 004078850af..00000000000 --- a/stable/rimgo/6.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - -## [rimgo-5.1.36](https://github.com/truecharts/charts/compare/rimgo-5.1.35...rimgo-5.1.36) (2024-02-05) - -### Chore - - - -- update container image quay.io/pussthecatorg/rimgo to latest[@691c285](https://github.com/691c285) by renovate ([#17892](https://github.com/truecharts/charts/issues/17892)) - - -## [rimgo-5.1.35](https://github.com/truecharts/charts/compare/rimgo-5.1.34...rimgo-5.1.35) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rimgo-5.1.34](https://github.com/truecharts/charts/compare/rimgo-5.1.33...rimgo-5.1.34) (2024-01-29) - -### Chore - - - -- update container image quay.io/pussthecatorg/rimgo to latest[@6b8a1e4](https://github.com/6b8a1e4) by renovate ([#17750](https://github.com/truecharts/charts/issues/17750)) - - -## [rimgo-5.1.33](https://github.com/truecharts/charts/compare/rimgo-5.1.32...rimgo-5.1.33) (2024-01-29) - -### Chore - - - -- update container image quay.io/pussthecatorg/rimgo to latest[@c42bc1d](https://github.com/c42bc1d) by renovate ([#17732](https://github.com/truecharts/charts/issues/17732)) - - -## [rimgo-5.1.32](https://github.com/truecharts/charts/compare/rimgo-5.1.31...rimgo-5.1.32) (2024-01-29) - -### Chore - - - -- update container image quay.io/pussthecatorg/rimgo to latest[@8c8ad07](https://github.com/8c8ad07) by renovate ([#17722](https://github.com/truecharts/charts/issues/17722)) - - -## [rimgo-5.1.31](https://github.com/truecharts/charts/compare/rimgo-5.1.30...rimgo-5.1.31) (2024-01-29) - -### Chore - - - -- update container image quay.io/pussthecatorg/rimgo to latest[@0ca799b](https://github.com/0ca799b) by renovate ([#17648](https://github.com/truecharts/charts/issues/17648)) - - -## [rimgo-5.1.30](https://github.com/truecharts/charts/compare/rimgo-5.1.29...rimgo-5.1.30) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [rimgo-5.1.29](https://github.com/truecharts/charts/compare/rimgo-5.1.28...rimgo-5.1.29) (2024-01-22) - -### Chore - - - -- update container image quay.io/pussthecatorg/rimgo to latest[@e2f19bc](https://github.com/e2f19bc) by renovate ([#17516](https://github.com/truecharts/charts/issues/17516)) - - -## [rimgo-5.1.28](https://github.com/truecharts/charts/compare/rimgo-5.1.27...rimgo-5.1.28) (2024-01-22) - -### Chore - - - -- update container image quay.io/pussthecatorg/rimgo to latest[@40819bd](https://github.com/40819bd) by renovate ([#17504](https://github.com/truecharts/charts/issues/17504)) - - -## [rimgo-5.1.27](https://github.com/truecharts/charts/compare/rimgo-5.1.26...rimgo-5.1.27) (2024-01-22) diff --git a/stable/rimgo/6.1.1/Chart.yaml b/stable/rimgo/6.1.1/Chart.yaml deleted file mode 100644 index 0d70981769e..00000000000 --- a/stable/rimgo/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-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: 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.1 diff --git a/stable/rimgo/6.1.1/charts/common-18.0.2.tgz b/stable/rimgo/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/rimgo/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/rimgo/6.1.1/ix_values.yaml b/stable/rimgo/6.1.1/ix_values.yaml deleted file mode 100644 index 058dc70722f..00000000000 --- a/stable/rimgo/6.1.1/ix_values.yaml +++ /dev/null @@ -1,29 +0,0 @@ -image: - repository: quay.io/pussthecatorg/rimgo - tag: latest@sha256:07736f187249686f2dc804787067296cf9aa81eae6bf35f0ccc7b8e3795515b1 - 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/rmlint/5.1.0/.helmignore b/stable/rimgo/6.2.0/.helmignore similarity index 100% rename from stable/rmlint/5.1.0/.helmignore rename to stable/rimgo/6.2.0/.helmignore diff --git a/stable/rimgo/6.2.0/CHANGELOG.md b/stable/rimgo/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c43e5556232 --- /dev/null +++ b/stable/rimgo/6.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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)) \ No newline at end of file diff --git a/stable/rimgo/6.2.0/Chart.yaml b/stable/rimgo/6.2.0/Chart.yaml new file mode 100644 index 00000000000..910f5cb5b27 --- /dev/null +++ b/stable/rimgo/6.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Web + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Alternative Imgur front-end +home: https://truecharts.org/charts/stable/rimgo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rimgo.png +keywords: + - rimgo + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rimgo +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/rimgo + - https://quay.io/pussthecatorg/rimgo +type: application +version: 6.2.0 diff --git a/stable/rimgo/6.1.1/README.md b/stable/rimgo/6.2.0/README.md similarity index 100% rename from stable/rimgo/6.1.1/README.md rename to stable/rimgo/6.2.0/README.md diff --git a/stable/rimgo/6.1.1/app-readme.md b/stable/rimgo/6.2.0/app-readme.md similarity index 100% rename from stable/rimgo/6.1.1/app-readme.md rename to stable/rimgo/6.2.0/app-readme.md diff --git a/stable/rimgo/6.2.0/charts/common-18.1.2.tgz b/stable/rimgo/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/rimgo/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/rimgo/6.2.0/ix_values.yaml b/stable/rimgo/6.2.0/ix_values.yaml new file mode 100644 index 00000000000..d0561ec6faa --- /dev/null +++ b/stable/rimgo/6.2.0/ix_values.yaml @@ -0,0 +1,29 @@ +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/rimgo/6.1.1/questions.yaml b/stable/rimgo/6.2.0/questions.yaml similarity index 100% rename from stable/rimgo/6.1.1/questions.yaml rename to stable/rimgo/6.2.0/questions.yaml diff --git a/stable/romm/7.3.1/templates/NOTES.txt b/stable/rimgo/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/romm/7.3.1/templates/NOTES.txt rename to stable/rimgo/6.2.0/templates/NOTES.txt diff --git a/stable/rimgo/6.1.1/templates/common.yaml b/stable/rimgo/6.2.0/templates/common.yaml similarity index 100% rename from stable/rimgo/6.1.1/templates/common.yaml rename to stable/rimgo/6.2.0/templates/common.yaml diff --git a/stable/rmlint/5.1.0/values.yaml b/stable/rimgo/6.2.0/values.yaml similarity index 100% rename from stable/rmlint/5.1.0/values.yaml rename to stable/rimgo/6.2.0/values.yaml diff --git a/stable/ring-mqtt/8.1.0/CHANGELOG.md b/stable/ring-mqtt/8.1.0/CHANGELOG.md deleted file mode 100644 index d3c3003d928..00000000000 --- a/stable/ring-mqtt/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/ring-mqtt/8.1.0/Chart.yaml b/stable/ring-mqtt/8.1.0/Chart.yaml deleted file mode 100644 index cd0bba08c95..00000000000 --- a/stable/ring-mqtt/8.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.6.3 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/ring-mqtt/8.1.0/charts/common-18.0.1.tgz b/stable/ring-mqtt/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/ring-mqtt/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/romm/7.3.1/.helmignore b/stable/ring-mqtt/8.2.0/.helmignore similarity index 100% rename from stable/romm/7.3.1/.helmignore rename to stable/ring-mqtt/8.2.0/.helmignore diff --git a/stable/ring-mqtt/8.2.0/CHANGELOG.md b/stable/ring-mqtt/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..58ee5d8256a --- /dev/null +++ b/stable/ring-mqtt/8.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/ring-mqtt/8.2.0/Chart.yaml b/stable/ring-mqtt/8.2.0/Chart.yaml new file mode 100644 index 00000000000..5da70fe5d15 --- /dev/null +++ b/stable/ring-mqtt/8.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.6.3 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/ring-mqtt/8.1.0/README.md b/stable/ring-mqtt/8.2.0/README.md similarity index 100% rename from stable/ring-mqtt/8.1.0/README.md rename to stable/ring-mqtt/8.2.0/README.md diff --git a/stable/ring-mqtt/8.1.0/app-readme.md b/stable/ring-mqtt/8.2.0/app-readme.md similarity index 100% rename from stable/ring-mqtt/8.1.0/app-readme.md rename to stable/ring-mqtt/8.2.0/app-readme.md diff --git a/stable/ring-mqtt/8.2.0/charts/common-18.1.2.tgz b/stable/ring-mqtt/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/ring-mqtt/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/ring-mqtt/8.1.0/ix_values.yaml b/stable/ring-mqtt/8.2.0/ix_values.yaml similarity index 100% rename from stable/ring-mqtt/8.1.0/ix_values.yaml rename to stable/ring-mqtt/8.2.0/ix_values.yaml diff --git a/stable/ring-mqtt/8.1.0/questions.yaml b/stable/ring-mqtt/8.2.0/questions.yaml similarity index 100% rename from stable/ring-mqtt/8.1.0/questions.yaml rename to stable/ring-mqtt/8.2.0/questions.yaml diff --git a/stable/rsnapshot/9.1.1/templates/NOTES.txt b/stable/ring-mqtt/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/rsnapshot/9.1.1/templates/NOTES.txt rename to stable/ring-mqtt/8.2.0/templates/NOTES.txt diff --git a/stable/ring-mqtt/8.1.0/templates/_configmap.tpl b/stable/ring-mqtt/8.2.0/templates/_configmap.tpl similarity index 100% rename from stable/ring-mqtt/8.1.0/templates/_configmap.tpl rename to stable/ring-mqtt/8.2.0/templates/_configmap.tpl diff --git a/stable/ring-mqtt/8.1.0/templates/common.yaml b/stable/ring-mqtt/8.2.0/templates/common.yaml similarity index 100% rename from stable/ring-mqtt/8.1.0/templates/common.yaml rename to stable/ring-mqtt/8.2.0/templates/common.yaml diff --git a/stable/romm/7.3.1/values.yaml b/stable/ring-mqtt/8.2.0/values.yaml similarity index 100% rename from stable/romm/7.3.1/values.yaml rename to stable/ring-mqtt/8.2.0/values.yaml diff --git a/stable/rmlint/5.1.0/CHANGELOG.md b/stable/rmlint/5.1.0/CHANGELOG.md deleted file mode 100644 index 7543a356c9c..00000000000 --- a/stable/rmlint/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/rmlint/5.1.0/Chart.yaml b/stable/rmlint/5.1.0/Chart.yaml deleted file mode 100644 index e7797f8072a..00000000000 --- a/stable/rmlint/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/rmlint/5.1.0/charts/common-18.0.1.tgz b/stable/rmlint/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/rmlint/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/root/5.1.0/.helmignore b/stable/rmlint/5.2.0/.helmignore similarity index 100% rename from stable/root/5.1.0/.helmignore rename to stable/rmlint/5.2.0/.helmignore diff --git a/stable/rmlint/5.2.0/CHANGELOG.md b/stable/rmlint/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..64e4dddcbcc --- /dev/null +++ b/stable/rmlint/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/rmlint/5.2.0/Chart.yaml b/stable/rmlint/5.2.0/Chart.yaml new file mode 100644 index 00000000000..d2da1bc8bb7 --- /dev/null +++ b/stable/rmlint/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/rmlint/5.1.0/README.md b/stable/rmlint/5.2.0/README.md similarity index 100% rename from stable/rmlint/5.1.0/README.md rename to stable/rmlint/5.2.0/README.md diff --git a/stable/rmlint/5.1.0/app-readme.md b/stable/rmlint/5.2.0/app-readme.md similarity index 100% rename from stable/rmlint/5.1.0/app-readme.md rename to stable/rmlint/5.2.0/app-readme.md diff --git a/stable/rmlint/5.2.0/charts/common-18.1.2.tgz b/stable/rmlint/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/rmlint/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/rmlint/5.1.0/ix_values.yaml b/stable/rmlint/5.2.0/ix_values.yaml similarity index 100% rename from stable/rmlint/5.1.0/ix_values.yaml rename to stable/rmlint/5.2.0/ix_values.yaml diff --git a/stable/rmlint/5.1.0/questions.yaml b/stable/rmlint/5.2.0/questions.yaml similarity index 100% rename from stable/rmlint/5.1.0/questions.yaml rename to stable/rmlint/5.2.0/questions.yaml diff --git a/stable/rmlint/5.1.0/templates/common.yaml b/stable/rmlint/5.2.0/templates/common.yaml similarity index 100% rename from stable/rmlint/5.1.0/templates/common.yaml rename to stable/rmlint/5.2.0/templates/common.yaml diff --git a/stable/root/5.1.0/values.yaml b/stable/rmlint/5.2.0/values.yaml similarity index 100% rename from stable/root/5.1.0/values.yaml rename to stable/rmlint/5.2.0/values.yaml diff --git a/stable/romm/7.3.1/CHANGELOG.md b/stable/romm/7.3.1/CHANGELOG.md deleted file mode 100644 index 3c5dd58ee00..00000000000 --- a/stable/romm/7.3.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/romm/7.3.1/Chart.yaml b/stable/romm/7.3.1/Chart.yaml deleted file mode 100644 index d871faf81ad..00000000000 --- a/stable/romm/7.3.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: 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.2.1 - 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.3.1 diff --git a/stable/romm/7.3.1/charts/common-18.0.2.tgz b/stable/romm/7.3.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/romm/7.3.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/romm/7.3.1/charts/mariadb-12.2.1.tgz b/stable/romm/7.3.1/charts/mariadb-12.2.1.tgz deleted file mode 100644 index 941aca9f75f..00000000000 Binary files a/stable/romm/7.3.1/charts/mariadb-12.2.1.tgz and /dev/null differ diff --git a/stable/rsnapshot/9.1.1/.helmignore b/stable/romm/7.5.0/.helmignore similarity index 100% rename from stable/rsnapshot/9.1.1/.helmignore rename to stable/romm/7.5.0/.helmignore diff --git a/stable/romm/7.5.0/CHANGELOG.md b/stable/romm/7.5.0/CHANGELOG.md new file mode 100644 index 00000000000..d5ee6ff46e9 --- /dev/null +++ b/stable/romm/7.5.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + +## [romm-6.3.8](https://github.com/truecharts/charts/compare/romm-6.3.7...romm-6.3.8) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [romm-6.3.7](https://github.com/truecharts/charts/compare/romm-6.3.6...romm-6.3.7) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [romm-6.3.6](https://github.com/truecharts/charts/compare/romm-6.3.5...romm-6.3.6) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [romm-6.3.5](https://github.com/truecharts/charts/compare/romm-6.3.4...romm-6.3.5) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [romm-6.3.4](https://github.com/truecharts/charts/compare/romm-6.3.3...romm-6.3.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [romm-6.3.3](https://github.com/truecharts/charts/compare/romm-6.3.2...romm-6.3.3) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [romm-6.3.2](https://github.com/truecharts/charts/compare/romm-6.3.1...romm-6.3.2) (2024-01-14) + +### Chore + + + +- update container image ghcr.io/zurdi15/romm to v2.3.1[@2db88fe](https://github.com/2db88fe) by renovate ([#17191](https://github.com/truecharts/charts/issues/17191)) + + + + +## [romm-6.3.1](https://github.com/truecharts/charts/compare/romm-6.3.0...romm-6.3.1) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [romm-6.3.0](https://github.com/truecharts/charts/compare/romm-6.2.3...romm-6.3.0) (2024-01-08) \ No newline at end of file diff --git a/stable/romm/7.5.0/Chart.yaml b/stable/romm/7.5.0/Chart.yaml new file mode 100644 index 00000000000..ca102025ac1 --- /dev/null +++ b/stable/romm/7.5.0/Chart.yaml @@ -0,0 +1,51 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.3.1 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 12.3.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.3.0 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: game library manager focused in retro gaming +home: https://truecharts.org/charts/stable/romm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/romm.png +keywords: + - romm + - rom-manager +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: romm +sources: + - https://github.com/zurdi15/romm + - https://github.com/truecharts/charts/tree/master/charts/stable/romm + - https://ghcr.io/zurdi15/romm +type: application +version: 7.5.0 diff --git a/stable/romm/7.3.1/README.md b/stable/romm/7.5.0/README.md similarity index 100% rename from stable/romm/7.3.1/README.md rename to stable/romm/7.5.0/README.md diff --git a/stable/romm/7.3.1/app-readme.md b/stable/romm/7.5.0/app-readme.md similarity index 100% rename from stable/romm/7.3.1/app-readme.md rename to stable/romm/7.5.0/app-readme.md diff --git a/stable/romm/7.5.0/charts/common-18.1.2.tgz b/stable/romm/7.5.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/romm/7.5.0/charts/common-18.1.2.tgz differ diff --git a/stable/romm/7.5.0/charts/mariadb-12.3.0.tgz b/stable/romm/7.5.0/charts/mariadb-12.3.0.tgz new file mode 100644 index 00000000000..34dba3a8e5b Binary files /dev/null and b/stable/romm/7.5.0/charts/mariadb-12.3.0.tgz differ diff --git a/stable/romm/7.3.1/charts/redis-11.3.0.tgz b/stable/romm/7.5.0/charts/redis-11.3.0.tgz similarity index 100% rename from stable/romm/7.3.1/charts/redis-11.3.0.tgz rename to stable/romm/7.5.0/charts/redis-11.3.0.tgz diff --git a/stable/romm/7.3.1/ix_values.yaml b/stable/romm/7.5.0/ix_values.yaml similarity index 100% rename from stable/romm/7.3.1/ix_values.yaml rename to stable/romm/7.5.0/ix_values.yaml diff --git a/stable/romm/7.3.1/questions.yaml b/stable/romm/7.5.0/questions.yaml similarity index 100% rename from stable/romm/7.3.1/questions.yaml rename to stable/romm/7.5.0/questions.yaml diff --git a/stable/rss-bridge/10.1.0/templates/NOTES.txt b/stable/romm/7.5.0/templates/NOTES.txt similarity index 100% rename from stable/rss-bridge/10.1.0/templates/NOTES.txt rename to stable/romm/7.5.0/templates/NOTES.txt diff --git a/stable/romm/7.3.1/templates/_secrets.tpl b/stable/romm/7.5.0/templates/_secrets.tpl similarity index 100% rename from stable/romm/7.3.1/templates/_secrets.tpl rename to stable/romm/7.5.0/templates/_secrets.tpl diff --git a/stable/romm/7.3.1/templates/common.yaml b/stable/romm/7.5.0/templates/common.yaml similarity index 100% rename from stable/romm/7.3.1/templates/common.yaml rename to stable/romm/7.5.0/templates/common.yaml diff --git a/stable/rsnapshot/9.1.1/values.yaml b/stable/romm/7.5.0/values.yaml similarity index 100% rename from stable/rsnapshot/9.1.1/values.yaml rename to stable/romm/7.5.0/values.yaml diff --git a/stable/root/5.1.0/CHANGELOG.md b/stable/root/5.1.0/CHANGELOG.md deleted file mode 100644 index 2e575ca7d9f..00000000000 --- a/stable/root/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/root/5.1.0/Chart.yaml b/stable/root/5.1.0/Chart.yaml deleted file mode 100644 index 61b759f006f..00000000000 --- a/stable/root/5.1.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: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/root/5.1.0/charts/common-18.0.1.tgz b/stable/root/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/root/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/rss-bridge/10.1.0/.helmignore b/stable/root/5.2.0/.helmignore similarity index 100% rename from stable/rss-bridge/10.1.0/.helmignore rename to stable/root/5.2.0/.helmignore diff --git a/stable/root/5.2.0/CHANGELOG.md b/stable/root/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a94f7727006 --- /dev/null +++ b/stable/root/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/root/5.2.0/Chart.yaml b/stable/root/5.2.0/Chart.yaml new file mode 100644 index 00000000000..b77d5c75a53 --- /dev/null +++ b/stable/root/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/root/5.1.0/README.md b/stable/root/5.2.0/README.md similarity index 100% rename from stable/root/5.1.0/README.md rename to stable/root/5.2.0/README.md diff --git a/stable/root/5.1.0/app-readme.md b/stable/root/5.2.0/app-readme.md similarity index 100% rename from stable/root/5.1.0/app-readme.md rename to stable/root/5.2.0/app-readme.md diff --git a/stable/root/5.2.0/charts/common-18.1.2.tgz b/stable/root/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/root/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/root/5.1.0/ix_values.yaml b/stable/root/5.2.0/ix_values.yaml similarity index 100% rename from stable/root/5.1.0/ix_values.yaml rename to stable/root/5.2.0/ix_values.yaml diff --git a/stable/root/5.1.0/questions.yaml b/stable/root/5.2.0/questions.yaml similarity index 100% rename from stable/root/5.1.0/questions.yaml rename to stable/root/5.2.0/questions.yaml diff --git a/stable/root/5.1.0/templates/common.yaml b/stable/root/5.2.0/templates/common.yaml similarity index 100% rename from stable/root/5.1.0/templates/common.yaml rename to stable/root/5.2.0/templates/common.yaml diff --git a/stable/rss-bridge/10.1.0/values.yaml b/stable/root/5.2.0/values.yaml similarity index 100% rename from stable/rss-bridge/10.1.0/values.yaml rename to stable/root/5.2.0/values.yaml diff --git a/stable/rsnapshot/9.1.1/CHANGELOG.md b/stable/rsnapshot/9.1.1/CHANGELOG.md deleted file mode 100644 index 9517207becf..00000000000 --- a/stable/rsnapshot/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/rsnapshot/9.1.1/Chart.yaml b/stable/rsnapshot/9.1.1/Chart.yaml deleted file mode 100644 index 47ae2182213..00000000000 --- a/stable/rsnapshot/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: 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.1 diff --git a/stable/rsnapshot/9.1.1/charts/common-18.0.2.tgz b/stable/rsnapshot/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/rsnapshot/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/rsnapshot/9.1.1/ix_values.yaml b/stable/rsnapshot/9.1.1/ix_values.yaml deleted file mode 100644 index 7e755710754..00000000000 --- a/stable/rsnapshot/9.1.1/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/rss-proxy/5.1.0/.helmignore b/stable/rsnapshot/9.2.0/.helmignore similarity index 100% rename from stable/rss-proxy/5.1.0/.helmignore rename to stable/rsnapshot/9.2.0/.helmignore diff --git a/stable/rsnapshot/9.2.0/CHANGELOG.md b/stable/rsnapshot/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..1a4fc991c94 --- /dev/null +++ b/stable/rsnapshot/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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)) + diff --git a/stable/rsnapshot/9.2.0/Chart.yaml b/stable/rsnapshot/9.2.0/Chart.yaml new file mode 100644 index 00000000000..426350896f5 --- /dev/null +++ b/stable/rsnapshot/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.4.5 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/rsnapshot/9.1.1/README.md b/stable/rsnapshot/9.2.0/README.md similarity index 100% rename from stable/rsnapshot/9.1.1/README.md rename to stable/rsnapshot/9.2.0/README.md diff --git a/stable/rsnapshot/9.1.1/app-readme.md b/stable/rsnapshot/9.2.0/app-readme.md similarity index 100% rename from stable/rsnapshot/9.1.1/app-readme.md rename to stable/rsnapshot/9.2.0/app-readme.md diff --git a/stable/rsnapshot/9.2.0/charts/common-18.1.2.tgz b/stable/rsnapshot/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/rsnapshot/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/rsnapshot/9.2.0/ix_values.yaml b/stable/rsnapshot/9.2.0/ix_values.yaml new file mode 100644 index 00000000000..f6e26609342 --- /dev/null +++ b/stable/rsnapshot/9.2.0/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.1/questions.yaml b/stable/rsnapshot/9.2.0/questions.yaml similarity index 100% rename from stable/rsnapshot/9.1.1/questions.yaml rename to stable/rsnapshot/9.2.0/questions.yaml diff --git a/stable/rsshub/12.1.3/templates/NOTES.txt b/stable/rsnapshot/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/rsshub/12.1.3/templates/NOTES.txt rename to stable/rsnapshot/9.2.0/templates/NOTES.txt diff --git a/stable/rsshub/12.1.3/templates/common.yaml b/stable/rsnapshot/9.2.0/templates/common.yaml similarity index 100% rename from stable/rsshub/12.1.3/templates/common.yaml rename to stable/rsnapshot/9.2.0/templates/common.yaml diff --git a/stable/rss-proxy/5.1.0/values.yaml b/stable/rsnapshot/9.2.0/values.yaml similarity index 100% rename from stable/rss-proxy/5.1.0/values.yaml rename to stable/rsnapshot/9.2.0/values.yaml diff --git a/stable/rss-bridge/10.1.0/CHANGELOG.md b/stable/rss-bridge/10.1.0/CHANGELOG.md deleted file mode 100644 index 19110090a73..00000000000 --- a/stable/rss-bridge/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/rss-bridge/10.1.0/Chart.yaml b/stable/rss-bridge/10.1.0/Chart.yaml deleted file mode 100644 index b57a73017bb..00000000000 --- a/stable/rss-bridge/10.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.2.2 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/rss-bridge/10.1.0/charts/common-18.0.1.tgz b/stable/rss-bridge/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/rss-bridge/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/rss-to-telegram/5.1.0/.helmignore b/stable/rss-bridge/10.2.0/.helmignore similarity index 100% rename from stable/rss-to-telegram/5.1.0/.helmignore rename to stable/rss-bridge/10.2.0/.helmignore diff --git a/stable/rss-bridge/10.2.0/CHANGELOG.md b/stable/rss-bridge/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..81b75123bc5 --- /dev/null +++ b/stable/rss-bridge/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [rss-bridge-9.0.0](https://github.com/truecharts/charts/compare/rss-bridge-8.1.12...rss-bridge-9.0.0) (2024-02-05) + +### Chore + + + +- update container image rssbridge/rss-bridge to v2024-02-02[@1a4d30c](https://github.com/1a4d30c) by renovate ([#17967](https://github.com/truecharts/charts/issues/17967)) + + +## [rss-bridge-8.1.12](https://github.com/truecharts/charts/compare/rss-bridge-8.1.11...rss-bridge-8.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [rss-bridge-8.1.11](https://github.com/truecharts/charts/compare/rss-bridge-8.1.10...rss-bridge-8.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [rss-bridge-8.1.10](https://github.com/truecharts/charts/compare/rss-bridge-8.1.9...rss-bridge-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [rss-bridge-8.1.9](https://github.com/truecharts/charts/compare/rss-bridge-8.1.8...rss-bridge-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [rss-bridge-8.1.8](https://github.com/truecharts/charts/compare/rss-bridge-8.1.7...rss-bridge-8.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [rss-bridge-8.1.7](https://github.com/truecharts/charts/compare/rss-bridge-8.1.6...rss-bridge-8.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [rss-bridge-8.1.6](https://github.com/truecharts/charts/compare/rss-bridge-8.1.5...rss-bridge-8.1.6) (2024-01-03) + +### Fix + + + +- disable varrun vol ([#16856](https://github.com/truecharts/charts/issues/16856)) + + +## [rss-bridge-8.1.5](https://github.com/truecharts/charts/compare/rss-bridge-8.1.4...rss-bridge-8.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/rss-bridge/10.2.0/Chart.yaml b/stable/rss-bridge/10.2.0/Chart.yaml new file mode 100644 index 00000000000..b7848168a4c --- /dev/null +++ b/stable/rss-bridge/10.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.2.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/rss-bridge/10.1.0/README.md b/stable/rss-bridge/10.2.0/README.md similarity index 100% rename from stable/rss-bridge/10.1.0/README.md rename to stable/rss-bridge/10.2.0/README.md diff --git a/stable/rss-bridge/10.1.0/app-readme.md b/stable/rss-bridge/10.2.0/app-readme.md similarity index 100% rename from stable/rss-bridge/10.1.0/app-readme.md rename to stable/rss-bridge/10.2.0/app-readme.md diff --git a/stable/rss-bridge/10.2.0/charts/common-18.1.2.tgz b/stable/rss-bridge/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/rss-bridge/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/rss-bridge/10.1.0/ix_values.yaml b/stable/rss-bridge/10.2.0/ix_values.yaml similarity index 100% rename from stable/rss-bridge/10.1.0/ix_values.yaml rename to stable/rss-bridge/10.2.0/ix_values.yaml diff --git a/stable/rss-bridge/10.1.0/questions.yaml b/stable/rss-bridge/10.2.0/questions.yaml similarity index 100% rename from stable/rss-bridge/10.1.0/questions.yaml rename to stable/rss-bridge/10.2.0/questions.yaml diff --git a/stable/rtorrent-rutorrent/4.1.0/templates/NOTES.txt b/stable/rss-bridge/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/rtorrent-rutorrent/4.1.0/templates/NOTES.txt rename to stable/rss-bridge/10.2.0/templates/NOTES.txt diff --git a/stable/sabnzbd/18.1.0/templates/common.yaml b/stable/rss-bridge/10.2.0/templates/common.yaml similarity index 100% rename from stable/sabnzbd/18.1.0/templates/common.yaml rename to stable/rss-bridge/10.2.0/templates/common.yaml diff --git a/stable/rss-to-telegram/5.1.0/values.yaml b/stable/rss-bridge/10.2.0/values.yaml similarity index 100% rename from stable/rss-to-telegram/5.1.0/values.yaml rename to stable/rss-bridge/10.2.0/values.yaml diff --git a/stable/rss-proxy/5.1.0/CHANGELOG.md b/stable/rss-proxy/5.1.0/CHANGELOG.md deleted file mode 100644 index 23a2bdc2641..00000000000 --- a/stable/rss-proxy/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/rss-proxy/5.1.0/Chart.yaml b/stable/rss-proxy/5.1.0/Chart.yaml deleted file mode 100644 index 6dfcb487ea2..00000000000 --- a/stable/rss-proxy/5.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: 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.1 - 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.0 diff --git a/stable/rss-proxy/5.1.0/charts/common-18.0.1.tgz b/stable/rss-proxy/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/rss-proxy/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/rsshub/12.1.3/.helmignore b/stable/rss-proxy/5.2.0/.helmignore similarity index 100% rename from stable/rsshub/12.1.3/.helmignore rename to stable/rss-proxy/5.2.0/.helmignore diff --git a/stable/rss-proxy/5.2.0/CHANGELOG.md b/stable/rss-proxy/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..268540bdaec --- /dev/null +++ b/stable/rss-proxy/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/rss-proxy/5.2.0/Chart.yaml b/stable/rss-proxy/5.2.0/Chart.yaml new file mode 100644 index 00000000000..d74a3bdc8e9 --- /dev/null +++ b/stable/rss-proxy/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/rss-proxy/5.1.0/README.md b/stable/rss-proxy/5.2.0/README.md similarity index 100% rename from stable/rss-proxy/5.1.0/README.md rename to stable/rss-proxy/5.2.0/README.md diff --git a/stable/rss-proxy/5.1.0/app-readme.md b/stable/rss-proxy/5.2.0/app-readme.md similarity index 100% rename from stable/rss-proxy/5.1.0/app-readme.md rename to stable/rss-proxy/5.2.0/app-readme.md diff --git a/stable/rss-proxy/5.2.0/charts/common-18.1.2.tgz b/stable/rss-proxy/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/rss-proxy/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/rss-proxy/5.1.0/ix_values.yaml b/stable/rss-proxy/5.2.0/ix_values.yaml similarity index 100% rename from stable/rss-proxy/5.1.0/ix_values.yaml rename to stable/rss-proxy/5.2.0/ix_values.yaml diff --git a/stable/rss-proxy/5.1.0/questions.yaml b/stable/rss-proxy/5.2.0/questions.yaml similarity index 100% rename from stable/rss-proxy/5.1.0/questions.yaml rename to stable/rss-proxy/5.2.0/questions.yaml diff --git a/stable/rss-proxy/5.1.0/templates/common.yaml b/stable/rss-proxy/5.2.0/templates/common.yaml similarity index 100% rename from stable/rss-proxy/5.1.0/templates/common.yaml rename to stable/rss-proxy/5.2.0/templates/common.yaml diff --git a/stable/rsshub/12.1.3/values.yaml b/stable/rss-proxy/5.2.0/values.yaml similarity index 100% rename from stable/rsshub/12.1.3/values.yaml rename to stable/rss-proxy/5.2.0/values.yaml diff --git a/stable/rss-to-telegram/5.1.0/CHANGELOG.md b/stable/rss-to-telegram/5.1.0/CHANGELOG.md deleted file mode 100644 index b7c56458124..00000000000 --- a/stable/rss-to-telegram/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- increase common version for oci fixes \ No newline at end of file diff --git a/stable/rss-to-telegram/5.1.0/Chart.yaml b/stable/rss-to-telegram/5.1.0/Chart.yaml deleted file mode 100644 index 2ab92cb554f..00000000000 --- a/stable/rss-to-telegram/5.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: 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.1 - 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.0 diff --git a/stable/rss-to-telegram/5.1.0/charts/common-18.0.1.tgz b/stable/rss-to-telegram/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/rss-to-telegram/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/rstudio/6.1.0/.helmignore b/stable/rss-to-telegram/5.2.0/.helmignore similarity index 100% rename from stable/rstudio/6.1.0/.helmignore rename to stable/rss-to-telegram/5.2.0/.helmignore diff --git a/stable/rss-to-telegram/5.2.0/CHANGELOG.md b/stable/rss-to-telegram/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..ffcab3bc804 --- /dev/null +++ b/stable/rss-to-telegram/5.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/rss-to-telegram/5.2.0/Chart.yaml b/stable/rss-to-telegram/5.2.0/Chart.yaml new file mode 100644 index 00000000000..143f2a02d7d --- /dev/null +++ b/stable/rss-to-telegram/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/rss-to-telegram/5.1.0/README.md b/stable/rss-to-telegram/5.2.0/README.md similarity index 100% rename from stable/rss-to-telegram/5.1.0/README.md rename to stable/rss-to-telegram/5.2.0/README.md diff --git a/stable/rss-to-telegram/5.1.0/app-readme.md b/stable/rss-to-telegram/5.2.0/app-readme.md similarity index 100% rename from stable/rss-to-telegram/5.1.0/app-readme.md rename to stable/rss-to-telegram/5.2.0/app-readme.md diff --git a/stable/rss-to-telegram/5.2.0/charts/common-18.1.2.tgz b/stable/rss-to-telegram/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/rss-to-telegram/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/rss-to-telegram/5.1.0/ix_values.yaml b/stable/rss-to-telegram/5.2.0/ix_values.yaml similarity index 100% rename from stable/rss-to-telegram/5.1.0/ix_values.yaml rename to stable/rss-to-telegram/5.2.0/ix_values.yaml diff --git a/stable/rss-to-telegram/5.1.0/questions.yaml b/stable/rss-to-telegram/5.2.0/questions.yaml similarity index 100% rename from stable/rss-to-telegram/5.1.0/questions.yaml rename to stable/rss-to-telegram/5.2.0/questions.yaml diff --git a/stable/rss-to-telegram/5.1.0/templates/common.yaml b/stable/rss-to-telegram/5.2.0/templates/common.yaml similarity index 100% rename from stable/rss-to-telegram/5.1.0/templates/common.yaml rename to stable/rss-to-telegram/5.2.0/templates/common.yaml diff --git a/stable/rstudio/6.1.0/values.yaml b/stable/rss-to-telegram/5.2.0/values.yaml similarity index 100% rename from stable/rstudio/6.1.0/values.yaml rename to stable/rss-to-telegram/5.2.0/values.yaml diff --git a/stable/rsshub/12.1.3/CHANGELOG.md b/stable/rsshub/12.1.3/CHANGELOG.md deleted file mode 100644 index b8cdc6541e3..00000000000 --- a/stable/rsshub/12.1.3/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)) - - -## [rsshub-11.2.0](https://github.com/truecharts/charts/compare/rsshub-11.1.32...rsshub-11.2.0) (2024-01-29) \ No newline at end of file diff --git a/stable/rsshub/12.1.3/Chart.yaml b/stable/rsshub/12.1.3/Chart.yaml deleted file mode 100644 index d65472565db..00000000000 --- a/stable/rsshub/12.1.3/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.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: 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.3 diff --git a/stable/rsshub/12.1.3/charts/common-18.0.2.tgz b/stable/rsshub/12.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/rsshub/12.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/rsshub/12.1.3/ix_values.yaml b/stable/rsshub/12.1.3/ix_values.yaml deleted file mode 100644 index d27749d33a5..00000000000 --- a/stable/rsshub/12.1.3/ix_values.yaml +++ /dev/null @@ -1,62 +0,0 @@ -image: - repository: diygod/rsshub - pullPolicy: IfNotPresent - tag: latest@sha256:8b824362f695c4ab4e134ee96a4c8815b5f95a3599b956edd7bb1fc63cfd35e8 -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/rtorrent-rutorrent/4.1.0/.helmignore b/stable/rsshub/12.2.0/.helmignore similarity index 100% rename from stable/rtorrent-rutorrent/4.1.0/.helmignore rename to stable/rsshub/12.2.0/.helmignore diff --git a/stable/rsshub/12.2.0/CHANGELOG.md b/stable/rsshub/12.2.0/CHANGELOG.md new file mode 100644 index 00000000000..dab0fd3a58b --- /dev/null +++ b/stable/rsshub/12.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [rsshub-11.2.7](https://github.com/truecharts/charts/compare/rsshub-11.2.6...rsshub-11.2.7) (2024-02-12) + +### Chore + + + +- update container image diygod/rsshub to latest[@14c3c32](https://github.com/14c3c32) by renovate ([#18227](https://github.com/truecharts/charts/issues/18227)) + + +## [rsshub-11.2.6](https://github.com/truecharts/charts/compare/rsshub-11.2.5...rsshub-11.2.6) (2024-02-12) + +### Chore + + + +- update container image diygod/rsshub to latest[@6e38c9d](https://github.com/6e38c9d) by renovate ([#18038](https://github.com/truecharts/charts/issues/18038)) + + +## [rsshub-11.2.5](https://github.com/truecharts/charts/compare/rsshub-11.2.4...rsshub-11.2.5) (2024-02-05) + +### Chore + + + +- update container image diygod/rsshub to latest[@9e6f708](https://github.com/9e6f708) by renovate ([#17975](https://github.com/truecharts/charts/issues/17975)) + + +## [rsshub-11.2.4](https://github.com/truecharts/charts/compare/rsshub-11.2.3...rsshub-11.2.4) (2024-02-05) + +### Chore + + + +- update container image diygod/rsshub to latest[@cbfb644](https://github.com/cbfb644) by renovate ([#17971](https://github.com/truecharts/charts/issues/17971)) + + +## [rsshub-11.2.3](https://github.com/truecharts/charts/compare/rsshub-11.2.2...rsshub-11.2.3) (2024-02-05) + +### Chore + + + +- update container image diygod/rsshub to latest[@2023036](https://github.com/2023036) by renovate ([#17825](https://github.com/truecharts/charts/issues/17825)) + + +## [rsshub-11.2.2](https://github.com/truecharts/charts/compare/rsshub-11.2.1...rsshub-11.2.2) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [rsshub-11.2.1](https://github.com/truecharts/charts/compare/rsshub-11.2.0...rsshub-11.2.1) (2024-01-29) + +### Chore + + diff --git a/stable/rsshub/12.2.0/Chart.yaml b/stable/rsshub/12.2.0/Chart.yaml new file mode 100644 index 00000000000..a2191d1f053 --- /dev/null +++ b/stable/rsshub/12.2.0/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: RSSHub can generate RSS feeds from pretty much everything +home: https://truecharts.org/charts/stable/rsshub +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsshub.png +keywords: + - rsshub + - rss +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rsshub +sources: + - https://docs.rsshub.app/en/install/ + - https://github.com/DIYgod/RSSHub + - https://github.com/truecharts/charts/tree/master/charts/stable/rsshub + - https://hub.docker.com/r/browserless/chrome + - https://hub.docker.com/r/diygod/rsshub +type: application +version: 12.2.0 diff --git a/stable/rsshub/12.1.3/README.md b/stable/rsshub/12.2.0/README.md similarity index 100% rename from stable/rsshub/12.1.3/README.md rename to stable/rsshub/12.2.0/README.md diff --git a/stable/rsshub/12.1.3/app-readme.md b/stable/rsshub/12.2.0/app-readme.md similarity index 100% rename from stable/rsshub/12.1.3/app-readme.md rename to stable/rsshub/12.2.0/app-readme.md diff --git a/stable/rsshub/12.2.0/charts/common-18.1.2.tgz b/stable/rsshub/12.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/rsshub/12.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/rsshub/12.1.3/charts/redis-11.2.1.tgz b/stable/rsshub/12.2.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/rsshub/12.1.3/charts/redis-11.2.1.tgz rename to stable/rsshub/12.2.0/charts/redis-11.2.1.tgz diff --git a/stable/rsshub/12.2.0/ix_values.yaml b/stable/rsshub/12.2.0/ix_values.yaml new file mode 100644 index 00000000000..e291a73e350 --- /dev/null +++ b/stable/rsshub/12.2.0/ix_values.yaml @@ -0,0 +1,62 @@ +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/rsshub/12.1.3/questions.yaml b/stable/rsshub/12.2.0/questions.yaml similarity index 100% rename from stable/rsshub/12.1.3/questions.yaml rename to stable/rsshub/12.2.0/questions.yaml diff --git a/stable/sabnzbd/18.1.0/templates/NOTES.txt b/stable/rsshub/12.2.0/templates/NOTES.txt similarity index 100% rename from stable/sabnzbd/18.1.0/templates/NOTES.txt rename to stable/rsshub/12.2.0/templates/NOTES.txt diff --git a/stable/satisfactory/9.1.1/templates/common.yaml b/stable/rsshub/12.2.0/templates/common.yaml similarity index 100% rename from stable/satisfactory/9.1.1/templates/common.yaml rename to stable/rsshub/12.2.0/templates/common.yaml diff --git a/stable/rtorrent-rutorrent/4.1.0/values.yaml b/stable/rsshub/12.2.0/values.yaml similarity index 100% rename from stable/rtorrent-rutorrent/4.1.0/values.yaml rename to stable/rsshub/12.2.0/values.yaml diff --git a/stable/rstudio/6.1.0/CHANGELOG.md b/stable/rstudio/6.1.0/CHANGELOG.md deleted file mode 100644 index b1131c0724c..00000000000 --- a/stable/rstudio/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [rstudio-5.1.14](https://github.com/truecharts/charts/compare/rstudio-5.1.13...rstudio-5.1.14) (2024-02-05) - -### Chore - - - -- update container image rocker/rstudio to 4.3.2[@249741d](https://github.com/249741d) by renovate ([#17895](https://github.com/truecharts/charts/issues/17895)) - - -## [rstudio-5.1.13](https://github.com/truecharts/charts/compare/rstudio-5.1.12...rstudio-5.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rstudio-5.1.12](https://github.com/truecharts/charts/compare/rstudio-5.1.11...rstudio-5.1.12) (2024-01-29) - -### Chore - - - -- update container image rocker/rstudio to 4.3.2[@6b5d7bb](https://github.com/6b5d7bb) by renovate ([#17651](https://github.com/truecharts/charts/issues/17651)) - - -## [rstudio-5.1.11](https://github.com/truecharts/charts/compare/rstudio-5.1.10...rstudio-5.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [rstudio-5.1.10](https://github.com/truecharts/charts/compare/rstudio-5.1.9...rstudio-5.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [rstudio-5.1.9](https://github.com/truecharts/charts/compare/rstudio-5.1.8...rstudio-5.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [rstudio-5.1.8](https://github.com/truecharts/charts/compare/rstudio-5.1.7...rstudio-5.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [rstudio-5.1.7](https://github.com/truecharts/charts/compare/rstudio-5.1.6...rstudio-5.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [rstudio-5.1.6](https://github.com/truecharts/charts/compare/rstudio-5.1.5...rstudio-5.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [rstudio-5.1.5](https://github.com/truecharts/charts/compare/rstudio-5.1.4...rstudio-5.1.5) (2024-01-01) - -### Chore \ No newline at end of file diff --git a/stable/rstudio/6.1.0/Chart.yaml b/stable/rstudio/6.1.0/Chart.yaml deleted file mode 100644 index 6cb3db3de32..00000000000 --- a/stable/rstudio/6.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - 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.1 - 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.0 diff --git a/stable/rstudio/6.1.0/charts/common-18.0.1.tgz b/stable/rstudio/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/rstudio/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/rust/5.1.0/.helmignore b/stable/rstudio/6.2.0/.helmignore similarity index 100% rename from stable/rust/5.1.0/.helmignore rename to stable/rstudio/6.2.0/.helmignore diff --git a/stable/rstudio/6.2.0/CHANGELOG.md b/stable/rstudio/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f542bf251d5 --- /dev/null +++ b/stable/rstudio/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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.2.0/Chart.yaml b/stable/rstudio/6.2.0/Chart.yaml new file mode 100644 index 00000000000..837b24ff21f --- /dev/null +++ b/stable/rstudio/6.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.3.2 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Integrated development environment for R, a programming language for statistical computing and graphics. +home: https://truecharts.org/charts/stable/rstudio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rstudio.png +keywords: + - rstudio + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rstudio +sources: + - https://github.com/rocker-org/rocker-versioned2 + - https://github.com/truecharts/charts/tree/master/charts/stable/rstudio + - https://hub.docker.com/r/rocker/rstudio +type: application +version: 6.2.0 diff --git a/stable/rstudio/6.1.0/README.md b/stable/rstudio/6.2.0/README.md similarity index 100% rename from stable/rstudio/6.1.0/README.md rename to stable/rstudio/6.2.0/README.md diff --git a/stable/rstudio/6.1.0/app-readme.md b/stable/rstudio/6.2.0/app-readme.md similarity index 100% rename from stable/rstudio/6.1.0/app-readme.md rename to stable/rstudio/6.2.0/app-readme.md diff --git a/stable/rstudio/6.2.0/charts/common-18.1.2.tgz b/stable/rstudio/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/rstudio/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/rstudio/6.1.0/ix_values.yaml b/stable/rstudio/6.2.0/ix_values.yaml similarity index 100% rename from stable/rstudio/6.1.0/ix_values.yaml rename to stable/rstudio/6.2.0/ix_values.yaml diff --git a/stable/rstudio/6.1.0/questions.yaml b/stable/rstudio/6.2.0/questions.yaml similarity index 100% rename from stable/rstudio/6.1.0/questions.yaml rename to stable/rstudio/6.2.0/questions.yaml diff --git a/stable/rstudio/6.1.0/templates/common.yaml b/stable/rstudio/6.2.0/templates/common.yaml similarity index 100% rename from stable/rstudio/6.1.0/templates/common.yaml rename to stable/rstudio/6.2.0/templates/common.yaml diff --git a/stable/rust/5.1.0/values.yaml b/stable/rstudio/6.2.0/values.yaml similarity index 100% rename from stable/rust/5.1.0/values.yaml rename to stable/rstudio/6.2.0/values.yaml diff --git a/stable/rtorrent-rutorrent/4.1.0/CHANGELOG.md b/stable/rtorrent-rutorrent/4.1.0/CHANGELOG.md deleted file mode 100644 index 0d55c87d823..00000000000 --- a/stable/rtorrent-rutorrent/4.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - -## [rtorrent-rutorrent-3.1.11](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.1.10...rtorrent-rutorrent-3.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rtorrent-rutorrent-3.1.10](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.1.9...rtorrent-rutorrent-3.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [rtorrent-rutorrent-3.1.9](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.1.8...rtorrent-rutorrent-3.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [rtorrent-rutorrent-3.1.8](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.1.7...rtorrent-rutorrent-3.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [rtorrent-rutorrent-3.1.7](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.1.6...rtorrent-rutorrent-3.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [rtorrent-rutorrent-3.1.6](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.1.5...rtorrent-rutorrent-3.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [rtorrent-rutorrent-3.1.5](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.1.4...rtorrent-rutorrent-3.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [rtorrent-rutorrent-3.1.4](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.1.3...rtorrent-rutorrent-3.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [rtorrent-rutorrent-3.1.3](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.1.0...rtorrent-rutorrent-3.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/rtorrent-rutorrent/4.1.0/Chart.yaml b/stable/rtorrent-rutorrent/4.1.0/Chart.yaml deleted file mode 100644 index ef1cab4a623..00000000000 --- a/stable/rtorrent-rutorrent/4.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: 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.1 - 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.0 diff --git a/stable/rtorrent-rutorrent/4.1.0/charts/common-18.0.1.tgz b/stable/rtorrent-rutorrent/4.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/rtorrent-rutorrent/4.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/rustpad/5.1.0/.helmignore b/stable/rtorrent-rutorrent/4.2.0/.helmignore similarity index 100% rename from stable/rustpad/5.1.0/.helmignore rename to stable/rtorrent-rutorrent/4.2.0/.helmignore diff --git a/stable/rtorrent-rutorrent/4.2.0/CHANGELOG.md b/stable/rtorrent-rutorrent/4.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5ec40bede09 --- /dev/null +++ b/stable/rtorrent-rutorrent/4.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/rtorrent-rutorrent/4.2.0/Chart.yaml b/stable/rtorrent-rutorrent/4.2.0/Chart.yaml new file mode 100644 index 00000000000..52e4f2e0a72 --- /dev/null +++ b/stable/rtorrent-rutorrent/4.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: torrent + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.2.9 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/rtorrent-rutorrent/4.1.0/README.md b/stable/rtorrent-rutorrent/4.2.0/README.md similarity index 100% rename from stable/rtorrent-rutorrent/4.1.0/README.md rename to stable/rtorrent-rutorrent/4.2.0/README.md diff --git a/stable/rtorrent-rutorrent/4.1.0/app-readme.md b/stable/rtorrent-rutorrent/4.2.0/app-readme.md similarity index 100% rename from stable/rtorrent-rutorrent/4.1.0/app-readme.md rename to stable/rtorrent-rutorrent/4.2.0/app-readme.md diff --git a/stable/rtorrent-rutorrent/4.2.0/charts/common-18.1.2.tgz b/stable/rtorrent-rutorrent/4.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/rtorrent-rutorrent/4.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/rtorrent-rutorrent/4.1.0/ix_values.yaml b/stable/rtorrent-rutorrent/4.2.0/ix_values.yaml similarity index 100% rename from stable/rtorrent-rutorrent/4.1.0/ix_values.yaml rename to stable/rtorrent-rutorrent/4.2.0/ix_values.yaml diff --git a/stable/rtorrent-rutorrent/4.1.0/questions.yaml b/stable/rtorrent-rutorrent/4.2.0/questions.yaml similarity index 100% rename from stable/rtorrent-rutorrent/4.1.0/questions.yaml rename to stable/rtorrent-rutorrent/4.2.0/questions.yaml diff --git a/stable/satisfactory/9.1.1/templates/NOTES.txt b/stable/rtorrent-rutorrent/4.2.0/templates/NOTES.txt similarity index 100% rename from stable/satisfactory/9.1.1/templates/NOTES.txt rename to stable/rtorrent-rutorrent/4.2.0/templates/NOTES.txt diff --git a/stable/rtorrent-rutorrent/4.1.0/templates/common.yaml b/stable/rtorrent-rutorrent/4.2.0/templates/common.yaml similarity index 100% rename from stable/rtorrent-rutorrent/4.1.0/templates/common.yaml rename to stable/rtorrent-rutorrent/4.2.0/templates/common.yaml diff --git a/stable/rustpad/5.1.0/values.yaml b/stable/rtorrent-rutorrent/4.2.0/values.yaml similarity index 100% rename from stable/rustpad/5.1.0/values.yaml rename to stable/rtorrent-rutorrent/4.2.0/values.yaml diff --git a/stable/rust/5.1.0/CHANGELOG.md b/stable/rust/5.1.0/CHANGELOG.md deleted file mode 100644 index 8cfd17bd54e..00000000000 --- a/stable/rust/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/rust/5.1.0/Chart.yaml b/stable/rust/5.1.0/Chart.yaml deleted file mode 100644 index 9941c63b702..00000000000 --- a/stable/rust/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/rust/5.1.0/charts/common-18.0.1.tgz b/stable/rust/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/rust/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/s3backup/5.1.0/.helmignore b/stable/rust/5.2.0/.helmignore similarity index 100% rename from stable/s3backup/5.1.0/.helmignore rename to stable/rust/5.2.0/.helmignore diff --git a/stable/rust/5.2.0/CHANGELOG.md b/stable/rust/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a7a0415aaa9 --- /dev/null +++ b/stable/rust/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/rust/5.2.0/Chart.yaml b/stable/rust/5.2.0/Chart.yaml new file mode 100644 index 00000000000..2bcaed34e9f --- /dev/null +++ b/stable/rust/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: rust +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/rust/5.1.0/README.md b/stable/rust/5.2.0/README.md similarity index 100% rename from stable/rust/5.1.0/README.md rename to stable/rust/5.2.0/README.md diff --git a/stable/rust/5.1.0/app-readme.md b/stable/rust/5.2.0/app-readme.md similarity index 100% rename from stable/rust/5.1.0/app-readme.md rename to stable/rust/5.2.0/app-readme.md diff --git a/stable/rust/5.2.0/charts/common-18.1.2.tgz b/stable/rust/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/rust/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/rust/5.1.0/ix_values.yaml b/stable/rust/5.2.0/ix_values.yaml similarity index 100% rename from stable/rust/5.1.0/ix_values.yaml rename to stable/rust/5.2.0/ix_values.yaml diff --git a/stable/rust/5.1.0/questions.yaml b/stable/rust/5.2.0/questions.yaml similarity index 100% rename from stable/rust/5.1.0/questions.yaml rename to stable/rust/5.2.0/questions.yaml diff --git a/stable/rust/5.1.0/templates/common.yaml b/stable/rust/5.2.0/templates/common.yaml similarity index 100% rename from stable/rust/5.1.0/templates/common.yaml rename to stable/rust/5.2.0/templates/common.yaml diff --git a/stable/s3backup/5.1.0/values.yaml b/stable/rust/5.2.0/values.yaml similarity index 100% rename from stable/s3backup/5.1.0/values.yaml rename to stable/rust/5.2.0/values.yaml diff --git a/stable/rustpad/5.1.0/CHANGELOG.md b/stable/rustpad/5.1.0/CHANGELOG.md deleted file mode 100644 index db5d1e1ba2d..00000000000 --- a/stable/rustpad/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/rustpad/5.1.0/Chart.yaml b/stable/rustpad/5.1.0/Chart.yaml deleted file mode 100644 index c986edbe544..00000000000 --- a/stable/rustpad/5.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: 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.1 - 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.0 diff --git a/stable/rustpad/5.1.0/charts/common-18.0.1.tgz b/stable/rustpad/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/rustpad/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/s3sync/5.1.0/.helmignore b/stable/rustpad/5.2.0/.helmignore similarity index 100% rename from stable/s3sync/5.1.0/.helmignore rename to stable/rustpad/5.2.0/.helmignore diff --git a/stable/rustpad/5.2.0/CHANGELOG.md b/stable/rustpad/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..004b48c59a4 --- /dev/null +++ b/stable/rustpad/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/rustpad/5.2.0/Chart.yaml b/stable/rustpad/5.2.0/Chart.yaml new file mode 100644 index 00000000000..148dfcdafec --- /dev/null +++ b/stable/rustpad/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/rustpad/5.1.0/README.md b/stable/rustpad/5.2.0/README.md similarity index 100% rename from stable/rustpad/5.1.0/README.md rename to stable/rustpad/5.2.0/README.md diff --git a/stable/rustpad/5.1.0/app-readme.md b/stable/rustpad/5.2.0/app-readme.md similarity index 100% rename from stable/rustpad/5.1.0/app-readme.md rename to stable/rustpad/5.2.0/app-readme.md diff --git a/stable/rustpad/5.2.0/charts/common-18.1.2.tgz b/stable/rustpad/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/rustpad/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/rustpad/5.1.0/ix_values.yaml b/stable/rustpad/5.2.0/ix_values.yaml similarity index 100% rename from stable/rustpad/5.1.0/ix_values.yaml rename to stable/rustpad/5.2.0/ix_values.yaml diff --git a/stable/rustpad/5.1.0/questions.yaml b/stable/rustpad/5.2.0/questions.yaml similarity index 100% rename from stable/rustpad/5.1.0/questions.yaml rename to stable/rustpad/5.2.0/questions.yaml diff --git a/stable/rustpad/5.1.0/templates/common.yaml b/stable/rustpad/5.2.0/templates/common.yaml similarity index 100% rename from stable/rustpad/5.1.0/templates/common.yaml rename to stable/rustpad/5.2.0/templates/common.yaml diff --git a/stable/s3sync/5.1.0/values.yaml b/stable/rustpad/5.2.0/values.yaml similarity index 100% rename from stable/s3sync/5.1.0/values.yaml rename to stable/rustpad/5.2.0/values.yaml diff --git a/stable/s3backup/5.1.0/CHANGELOG.md b/stable/s3backup/5.1.0/CHANGELOG.md deleted file mode 100644 index e8c2d10d0b0..00000000000 --- a/stable/s3backup/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/s3backup/5.1.0/Chart.yaml b/stable/s3backup/5.1.0/Chart.yaml deleted file mode 100644 index 3082e6c8cb3..00000000000 --- a/stable/s3backup/5.1.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: 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.1 - 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.0 diff --git a/stable/s3backup/5.1.0/charts/common-18.0.1.tgz b/stable/s3backup/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/s3backup/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/sabnzbd/18.1.0/.helmignore b/stable/s3backup/5.2.0/.helmignore similarity index 100% rename from stable/sabnzbd/18.1.0/.helmignore rename to stable/s3backup/5.2.0/.helmignore diff --git a/stable/s3backup/5.2.0/CHANGELOG.md b/stable/s3backup/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..9947b7edc55 --- /dev/null +++ b/stable/s3backup/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/s3backup/5.2.0/Chart.yaml b/stable/s3backup/5.2.0/Chart.yaml new file mode 100644 index 00000000000..bb5e7b18337 --- /dev/null +++ b/stable/s3backup/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/s3backup/5.1.0/README.md b/stable/s3backup/5.2.0/README.md similarity index 100% rename from stable/s3backup/5.1.0/README.md rename to stable/s3backup/5.2.0/README.md diff --git a/stable/s3backup/5.1.0/app-readme.md b/stable/s3backup/5.2.0/app-readme.md similarity index 100% rename from stable/s3backup/5.1.0/app-readme.md rename to stable/s3backup/5.2.0/app-readme.md diff --git a/stable/s3backup/5.2.0/charts/common-18.1.2.tgz b/stable/s3backup/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/s3backup/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/s3backup/5.1.0/ix_values.yaml b/stable/s3backup/5.2.0/ix_values.yaml similarity index 100% rename from stable/s3backup/5.1.0/ix_values.yaml rename to stable/s3backup/5.2.0/ix_values.yaml diff --git a/stable/s3backup/5.1.0/questions.yaml b/stable/s3backup/5.2.0/questions.yaml similarity index 100% rename from stable/s3backup/5.1.0/questions.yaml rename to stable/s3backup/5.2.0/questions.yaml diff --git a/stable/s3backup/5.1.0/templates/common.yaml b/stable/s3backup/5.2.0/templates/common.yaml similarity index 100% rename from stable/s3backup/5.1.0/templates/common.yaml rename to stable/s3backup/5.2.0/templates/common.yaml diff --git a/stable/sabnzbd/18.1.0/values.yaml b/stable/s3backup/5.2.0/values.yaml similarity index 100% rename from stable/sabnzbd/18.1.0/values.yaml rename to stable/s3backup/5.2.0/values.yaml diff --git a/stable/s3sync/5.1.0/CHANGELOG.md b/stable/s3sync/5.1.0/CHANGELOG.md deleted file mode 100644 index fe2e451cfd0..00000000000 --- a/stable/s3sync/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/s3sync/5.1.0/Chart.yaml b/stable/s3sync/5.1.0/Chart.yaml deleted file mode 100644 index 8595b77c98c..00000000000 --- a/stable/s3sync/5.1.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: 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.1 - 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.0 diff --git a/stable/s3sync/5.1.0/charts/common-18.0.1.tgz b/stable/s3sync/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/s3sync/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/satisfactory/9.1.1/.helmignore b/stable/s3sync/5.2.0/.helmignore similarity index 100% rename from stable/satisfactory/9.1.1/.helmignore rename to stable/s3sync/5.2.0/.helmignore diff --git a/stable/s3sync/5.2.0/CHANGELOG.md b/stable/s3sync/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..1028efd5740 --- /dev/null +++ b/stable/s3sync/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/s3sync/5.2.0/Chart.yaml b/stable/s3sync/5.2.0/Chart.yaml new file mode 100644 index 00000000000..9159674a5ff --- /dev/null +++ b/stable/s3sync/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/s3sync/5.1.0/README.md b/stable/s3sync/5.2.0/README.md similarity index 100% rename from stable/s3sync/5.1.0/README.md rename to stable/s3sync/5.2.0/README.md diff --git a/stable/s3sync/5.1.0/app-readme.md b/stable/s3sync/5.2.0/app-readme.md similarity index 100% rename from stable/s3sync/5.1.0/app-readme.md rename to stable/s3sync/5.2.0/app-readme.md diff --git a/stable/s3sync/5.2.0/charts/common-18.1.2.tgz b/stable/s3sync/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/s3sync/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/s3sync/5.1.0/ix_values.yaml b/stable/s3sync/5.2.0/ix_values.yaml similarity index 100% rename from stable/s3sync/5.1.0/ix_values.yaml rename to stable/s3sync/5.2.0/ix_values.yaml diff --git a/stable/s3sync/5.1.0/questions.yaml b/stable/s3sync/5.2.0/questions.yaml similarity index 100% rename from stable/s3sync/5.1.0/questions.yaml rename to stable/s3sync/5.2.0/questions.yaml diff --git a/stable/s3sync/5.1.0/templates/common.yaml b/stable/s3sync/5.2.0/templates/common.yaml similarity index 100% rename from stable/s3sync/5.1.0/templates/common.yaml rename to stable/s3sync/5.2.0/templates/common.yaml diff --git a/stable/satisfactory/9.1.1/values.yaml b/stable/s3sync/5.2.0/values.yaml similarity index 100% rename from stable/satisfactory/9.1.1/values.yaml rename to stable/s3sync/5.2.0/values.yaml diff --git a/stable/sabnzbd/18.1.0/CHANGELOG.md b/stable/sabnzbd/18.1.0/CHANGELOG.md deleted file mode 100644 index 7e2dd0c0641..00000000000 --- a/stable/sabnzbd/18.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - -## [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)) - - -## [sabnzbd-17.2.3](https://github.com/truecharts/charts/compare/sabnzbd-17.2.2...sabnzbd-17.2.3) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [sabnzbd-17.2.2](https://github.com/truecharts/charts/compare/sabnzbd-17.2.1...sabnzbd-17.2.2) (2024-01-09) - -### Chore diff --git a/stable/sabnzbd/18.1.0/Chart.yaml b/stable/sabnzbd/18.1.0/Chart.yaml deleted file mode 100644 index 6c1560b6fd4..00000000000 --- a/stable/sabnzbd/18.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.2.2 -dependencies: - - name: common - version: 18.0.1 - 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: 18.1.0 diff --git a/stable/sabnzbd/18.1.0/charts/common-18.0.1.tgz b/stable/sabnzbd/18.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/sabnzbd/18.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/scrutiny/10.1.1/.helmignore b/stable/sabnzbd/18.2.0/.helmignore similarity index 100% rename from stable/scrutiny/10.1.1/.helmignore rename to stable/sabnzbd/18.2.0/.helmignore diff --git a/stable/sabnzbd/18.2.0/CHANGELOG.md b/stable/sabnzbd/18.2.0/CHANGELOG.md new file mode 100644 index 00000000000..49ca407a21d --- /dev/null +++ b/stable/sabnzbd/18.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [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)) + + +## [sabnzbd-17.2.3](https://github.com/truecharts/charts/compare/sabnzbd-17.2.2...sabnzbd-17.2.3) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + diff --git a/stable/sabnzbd/18.2.0/Chart.yaml b/stable/sabnzbd/18.2.0/Chart.yaml new file mode 100644 index 00000000000..c4f3ba66c08 --- /dev/null +++ b/stable/sabnzbd/18.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.2.2 +dependencies: + - name: common + version: 18.1.2 + 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: 18.2.0 diff --git a/stable/sabnzbd/18.1.0/README.md b/stable/sabnzbd/18.2.0/README.md similarity index 100% rename from stable/sabnzbd/18.1.0/README.md rename to stable/sabnzbd/18.2.0/README.md diff --git a/stable/sabnzbd/18.1.0/app-readme.md b/stable/sabnzbd/18.2.0/app-readme.md similarity index 100% rename from stable/sabnzbd/18.1.0/app-readme.md rename to stable/sabnzbd/18.2.0/app-readme.md diff --git a/stable/sabnzbd/18.2.0/charts/common-18.1.2.tgz b/stable/sabnzbd/18.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/sabnzbd/18.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/sabnzbd/18.1.0/ix_values.yaml b/stable/sabnzbd/18.2.0/ix_values.yaml similarity index 100% rename from stable/sabnzbd/18.1.0/ix_values.yaml rename to stable/sabnzbd/18.2.0/ix_values.yaml diff --git a/stable/sabnzbd/18.1.0/questions.yaml b/stable/sabnzbd/18.2.0/questions.yaml similarity index 100% rename from stable/sabnzbd/18.1.0/questions.yaml rename to stable/sabnzbd/18.2.0/questions.yaml diff --git a/stable/scrutiny/10.1.1/templates/NOTES.txt b/stable/sabnzbd/18.2.0/templates/NOTES.txt similarity index 100% rename from stable/scrutiny/10.1.1/templates/NOTES.txt rename to stable/sabnzbd/18.2.0/templates/NOTES.txt diff --git a/stable/scrutiny/10.1.1/templates/common.yaml b/stable/sabnzbd/18.2.0/templates/common.yaml similarity index 100% rename from stable/scrutiny/10.1.1/templates/common.yaml rename to stable/sabnzbd/18.2.0/templates/common.yaml diff --git a/stable/scrutiny/10.1.1/values.yaml b/stable/sabnzbd/18.2.0/values.yaml similarity index 100% rename from stable/scrutiny/10.1.1/values.yaml rename to stable/sabnzbd/18.2.0/values.yaml diff --git a/stable/satisfactory/9.1.1/CHANGELOG.md b/stable/satisfactory/9.1.1/CHANGELOG.md deleted file mode 100644 index d219bc8cb75..00000000000 --- a/stable/satisfactory/9.1.1/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.1/Chart.yaml b/stable/satisfactory/9.1.1/Chart.yaml deleted file mode 100644 index 6e6e3f0ecaa..00000000000 --- a/stable/satisfactory/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: 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.1 diff --git a/stable/satisfactory/9.1.1/charts/common-18.0.2.tgz b/stable/satisfactory/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/satisfactory/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/satisfactory/9.1.1/ix_values.yaml b/stable/satisfactory/9.1.1/ix_values.yaml deleted file mode 100644 index d9f026682c5..00000000000 --- a/stable/satisfactory/9.1.1/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/scrypted/4.1.0/.helmignore b/stable/satisfactory/9.2.0/.helmignore similarity index 100% rename from stable/scrypted/4.1.0/.helmignore rename to stable/satisfactory/9.2.0/.helmignore diff --git a/stable/satisfactory/9.2.0/CHANGELOG.md b/stable/satisfactory/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..3bb2fc34dee --- /dev/null +++ b/stable/satisfactory/9.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/satisfactory/9.2.0/Chart.yaml b/stable/satisfactory/9.2.0/Chart.yaml new file mode 100644 index 00000000000..7d7eda3acc9 --- /dev/null +++ b/stable/satisfactory/9.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.6.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/satisfactory/9.1.1/README.md b/stable/satisfactory/9.2.0/README.md similarity index 100% rename from stable/satisfactory/9.1.1/README.md rename to stable/satisfactory/9.2.0/README.md diff --git a/stable/satisfactory/9.1.1/app-readme.md b/stable/satisfactory/9.2.0/app-readme.md similarity index 100% rename from stable/satisfactory/9.1.1/app-readme.md rename to stable/satisfactory/9.2.0/app-readme.md diff --git a/stable/satisfactory/9.2.0/charts/common-18.1.2.tgz b/stable/satisfactory/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/satisfactory/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/satisfactory/9.2.0/ix_values.yaml b/stable/satisfactory/9.2.0/ix_values.yaml new file mode 100644 index 00000000000..113fd9a1235 --- /dev/null +++ b/stable/satisfactory/9.2.0/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.1/questions.yaml b/stable/satisfactory/9.2.0/questions.yaml similarity index 100% rename from stable/satisfactory/9.1.1/questions.yaml rename to stable/satisfactory/9.2.0/questions.yaml diff --git a/stable/scrypted/4.1.0/templates/NOTES.txt b/stable/satisfactory/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/scrypted/4.1.0/templates/NOTES.txt rename to stable/satisfactory/9.2.0/templates/NOTES.txt diff --git a/stable/scrypted/4.1.0/templates/common.yaml b/stable/satisfactory/9.2.0/templates/common.yaml similarity index 100% rename from stable/scrypted/4.1.0/templates/common.yaml rename to stable/satisfactory/9.2.0/templates/common.yaml diff --git a/stable/scrypted/4.1.0/values.yaml b/stable/satisfactory/9.2.0/values.yaml similarity index 100% rename from stable/scrypted/4.1.0/values.yaml rename to stable/satisfactory/9.2.0/values.yaml diff --git a/stable/scrutiny/10.1.1/CHANGELOG.md b/stable/scrutiny/10.1.1/CHANGELOG.md deleted file mode 100644 index aa1cc72e797..00000000000 --- a/stable/scrutiny/10.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/scrutiny/10.1.1/Chart.yaml b/stable/scrutiny/10.1.1/Chart.yaml deleted file mode 100644 index 0e902f47568..00000000000 --- a/stable/scrutiny/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: 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.1 diff --git a/stable/scrutiny/10.1.1/charts/common-18.0.2.tgz b/stable/scrutiny/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/scrutiny/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/scrutiny/10.1.1/ix_values.yaml b/stable/scrutiny/10.1.1/ix_values.yaml deleted file mode 100644 index 337b9aaae8c..00000000000 --- a/stable/scrutiny/10.1.1/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/sdtd/7.1.0/.helmignore b/stable/scrutiny/10.2.0/.helmignore similarity index 100% rename from stable/sdtd/7.1.0/.helmignore rename to stable/scrutiny/10.2.0/.helmignore diff --git a/stable/scrutiny/10.2.0/CHANGELOG.md b/stable/scrutiny/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..61f31068da7 --- /dev/null +++ b/stable/scrutiny/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + +## [scrutiny-9.1.11](https://github.com/truecharts/charts/compare/scrutiny-9.1.10...scrutiny-9.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [scrutiny-9.1.10](https://github.com/truecharts/charts/compare/scrutiny-9.1.9...scrutiny-9.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [scrutiny-9.1.9](https://github.com/truecharts/charts/compare/scrutiny-9.1.8...scrutiny-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [scrutiny-9.1.8](https://github.com/truecharts/charts/compare/scrutiny-9.1.7...scrutiny-9.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [scrutiny-9.1.7](https://github.com/truecharts/charts/compare/scrutiny-9.1.6...scrutiny-9.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [scrutiny-9.1.6](https://github.com/truecharts/charts/compare/scrutiny-9.1.5...scrutiny-9.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [scrutiny-9.1.5](https://github.com/truecharts/charts/compare/scrutiny-9.1.4...scrutiny-9.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [scrutiny-9.1.4](https://github.com/truecharts/charts/compare/scrutiny-9.1.3...scrutiny-9.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes + +- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) + + +## [scrutiny-9.1.3](https://github.com/truecharts/charts/compare/scrutiny-9.1.0...scrutiny-9.1.3) (2024-01-01) + +### Chore + diff --git a/stable/scrutiny/10.2.0/Chart.yaml b/stable/scrutiny/10.2.0/Chart.yaml new file mode 100644 index 00000000000..93fb37551fb --- /dev/null +++ b/stable/scrutiny/10.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.3 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/scrutiny/10.1.1/README.md b/stable/scrutiny/10.2.0/README.md similarity index 100% rename from stable/scrutiny/10.1.1/README.md rename to stable/scrutiny/10.2.0/README.md diff --git a/stable/scrutiny/10.1.1/app-readme.md b/stable/scrutiny/10.2.0/app-readme.md similarity index 100% rename from stable/scrutiny/10.1.1/app-readme.md rename to stable/scrutiny/10.2.0/app-readme.md diff --git a/stable/scrutiny/10.2.0/charts/common-18.1.2.tgz b/stable/scrutiny/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/scrutiny/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/scrutiny/10.2.0/ix_values.yaml b/stable/scrutiny/10.2.0/ix_values.yaml new file mode 100644 index 00000000000..93e72e8974d --- /dev/null +++ b/stable/scrutiny/10.2.0/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.1/questions.yaml b/stable/scrutiny/10.2.0/questions.yaml similarity index 100% rename from stable/scrutiny/10.1.1/questions.yaml rename to stable/scrutiny/10.2.0/questions.yaml diff --git a/stable/seafile/5.2.0/templates/NOTES.txt b/stable/scrutiny/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/seafile/5.2.0/templates/NOTES.txt rename to stable/scrutiny/10.2.0/templates/NOTES.txt diff --git a/stable/seafile/5.2.0/templates/common.yaml b/stable/scrutiny/10.2.0/templates/common.yaml similarity index 100% rename from stable/seafile/5.2.0/templates/common.yaml rename to stable/scrutiny/10.2.0/templates/common.yaml diff --git a/stable/sdtd/7.1.0/values.yaml b/stable/scrutiny/10.2.0/values.yaml similarity index 100% rename from stable/sdtd/7.1.0/values.yaml rename to stable/scrutiny/10.2.0/values.yaml diff --git a/stable/scrypted/4.1.0/CHANGELOG.md b/stable/scrypted/4.1.0/CHANGELOG.md deleted file mode 100644 index 29b0c49f94b..00000000000 --- a/stable/scrypted/4.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/scrypted/4.1.0/Chart.yaml b/stable/scrypted/4.1.0/Chart.yaml deleted file mode 100644 index dfeb9a41392..00000000000 --- a/stable/scrypted/4.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/scrypted/4.1.0/charts/common-18.0.1.tgz b/stable/scrypted/4.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/scrypted/4.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/seafile/5.2.0/.helmignore b/stable/scrypted/4.2.0/.helmignore similarity index 100% rename from stable/seafile/5.2.0/.helmignore rename to stable/scrypted/4.2.0/.helmignore diff --git a/stable/scrypted/4.2.0/CHANGELOG.md b/stable/scrypted/4.2.0/CHANGELOG.md new file mode 100644 index 00000000000..3357078e644 --- /dev/null +++ b/stable/scrypted/4.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + diff --git a/stable/scrypted/4.2.0/Chart.yaml b/stable/scrypted/4.2.0/Chart.yaml new file mode 100644 index 00000000000..9c11d34a59e --- /dev/null +++ b/stable/scrypted/4.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 18.0.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/scrypted/4.1.0/README.md b/stable/scrypted/4.2.0/README.md similarity index 100% rename from stable/scrypted/4.1.0/README.md rename to stable/scrypted/4.2.0/README.md diff --git a/stable/scrypted/4.1.0/app-readme.md b/stable/scrypted/4.2.0/app-readme.md similarity index 100% rename from stable/scrypted/4.1.0/app-readme.md rename to stable/scrypted/4.2.0/app-readme.md diff --git a/stable/scrypted/4.2.0/charts/common-18.1.2.tgz b/stable/scrypted/4.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/scrypted/4.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/scrypted/4.1.0/ix_values.yaml b/stable/scrypted/4.2.0/ix_values.yaml similarity index 100% rename from stable/scrypted/4.1.0/ix_values.yaml rename to stable/scrypted/4.2.0/ix_values.yaml diff --git a/stable/scrypted/4.1.0/questions.yaml b/stable/scrypted/4.2.0/questions.yaml similarity index 100% rename from stable/scrypted/4.1.0/questions.yaml rename to stable/scrypted/4.2.0/questions.yaml diff --git a/stable/searxng/7.1.1/templates/NOTES.txt b/stable/scrypted/4.2.0/templates/NOTES.txt similarity index 100% rename from stable/searxng/7.1.1/templates/NOTES.txt rename to stable/scrypted/4.2.0/templates/NOTES.txt diff --git a/stable/ser2sock/13.1.0/templates/common.yaml b/stable/scrypted/4.2.0/templates/common.yaml similarity index 100% rename from stable/ser2sock/13.1.0/templates/common.yaml rename to stable/scrypted/4.2.0/templates/common.yaml diff --git a/stable/seafile/5.2.0/values.yaml b/stable/scrypted/4.2.0/values.yaml similarity index 100% rename from stable/seafile/5.2.0/values.yaml rename to stable/scrypted/4.2.0/values.yaml diff --git a/stable/sdtd/7.1.0/CHANGELOG.md b/stable/sdtd/7.1.0/CHANGELOG.md deleted file mode 100644 index fc3de52b62e..00000000000 --- a/stable/sdtd/7.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/sdtd/7.1.0/Chart.yaml b/stable/sdtd/7.1.0/Chart.yaml deleted file mode 100644 index a1fd53aad26..00000000000 --- a/stable/sdtd/7.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/sdtd/7.1.0/charts/common-18.0.1.tgz b/stable/sdtd/7.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/sdtd/7.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/searxng/7.1.1/.helmignore b/stable/sdtd/7.2.0/.helmignore similarity index 100% rename from stable/searxng/7.1.1/.helmignore rename to stable/sdtd/7.2.0/.helmignore diff --git a/stable/sdtd/7.2.0/CHANGELOG.md b/stable/sdtd/7.2.0/CHANGELOG.md new file mode 100644 index 00000000000..84ba99a1f01 --- /dev/null +++ b/stable/sdtd/7.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/sdtd/7.2.0/Chart.yaml b/stable/sdtd/7.2.0/Chart.yaml new file mode 100644 index 00000000000..1ecea3382aa --- /dev/null +++ b/stable/sdtd/7.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 7dtd +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/sdtd/7.1.0/README.md b/stable/sdtd/7.2.0/README.md similarity index 100% rename from stable/sdtd/7.1.0/README.md rename to stable/sdtd/7.2.0/README.md diff --git a/stable/sdtd/7.1.0/app-readme.md b/stable/sdtd/7.2.0/app-readme.md similarity index 100% rename from stable/sdtd/7.1.0/app-readme.md rename to stable/sdtd/7.2.0/app-readme.md diff --git a/stable/sdtd/7.2.0/charts/common-18.1.2.tgz b/stable/sdtd/7.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/sdtd/7.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/sdtd/7.1.0/ix_values.yaml b/stable/sdtd/7.2.0/ix_values.yaml similarity index 100% rename from stable/sdtd/7.1.0/ix_values.yaml rename to stable/sdtd/7.2.0/ix_values.yaml diff --git a/stable/sdtd/7.1.0/questions.yaml b/stable/sdtd/7.2.0/questions.yaml similarity index 100% rename from stable/sdtd/7.1.0/questions.yaml rename to stable/sdtd/7.2.0/questions.yaml diff --git a/stable/sdtd/7.1.0/templates/common.yaml b/stable/sdtd/7.2.0/templates/common.yaml similarity index 100% rename from stable/sdtd/7.1.0/templates/common.yaml rename to stable/sdtd/7.2.0/templates/common.yaml diff --git a/stable/searxng/7.1.1/values.yaml b/stable/sdtd/7.2.0/values.yaml similarity index 100% rename from stable/searxng/7.1.1/values.yaml rename to stable/sdtd/7.2.0/values.yaml diff --git a/stable/seafile/5.2.0/CHANGELOG.md b/stable/seafile/5.2.0/CHANGELOG.md deleted file mode 100644 index 380403a9641..00000000000 --- a/stable/seafile/5.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [seafile-4.1.17](https://github.com/truecharts/charts/compare/seafile-4.1.16...seafile-4.1.17) (2024-02-05) - -### Chore - - - -- update container image seafileltd/seafile-mc to v11.0.5[@8d96605](https://github.com/8d96605) by renovate ([#17929](https://github.com/truecharts/charts/issues/17929)) - - -## [seafile-4.1.16](https://github.com/truecharts/charts/compare/seafile-4.1.15...seafile-4.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [seafile-4.1.15](https://github.com/truecharts/charts/compare/seafile-4.1.14...seafile-4.1.15) (2024-01-29) - -### Chore - - - -- update container image seafileltd/seafile-mc to v11.0.4[@708f441](https://github.com/708f441) by renovate ([#17682](https://github.com/truecharts/charts/issues/17682)) - - -## [seafile-4.1.14](https://github.com/truecharts/charts/compare/seafile-4.1.13...seafile-4.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [seafile-4.1.13](https://github.com/truecharts/charts/compare/seafile-4.1.12...seafile-4.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [seafile-4.1.12](https://github.com/truecharts/charts/compare/seafile-4.1.11...seafile-4.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [seafile-4.1.11](https://github.com/truecharts/charts/compare/seafile-4.1.10...seafile-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [seafile-4.1.10](https://github.com/truecharts/charts/compare/seafile-4.1.9...seafile-4.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [seafile-4.1.9](https://github.com/truecharts/charts/compare/seafile-4.1.8...seafile-4.1.9) (2024-01-09) - -### Chore - - - -- 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/seafile/5.2.0/Chart.yaml b/stable/seafile/5.2.0/Chart.yaml deleted file mode 100644 index ccead8459ab..00000000000 --- a/stable/seafile/5.2.0/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/seafile/5.2.0/charts/common-18.0.1.tgz b/stable/seafile/5.2.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/seafile/5.2.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/seedsync/7.1.0/.helmignore b/stable/seafile/5.3.0/.helmignore similarity index 100% rename from stable/seedsync/7.1.0/.helmignore rename to stable/seafile/5.3.0/.helmignore diff --git a/stable/seafile/5.3.0/CHANGELOG.md b/stable/seafile/5.3.0/CHANGELOG.md new file mode 100644 index 00000000000..96dea43edbb --- /dev/null +++ b/stable/seafile/5.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + +## [seafile-4.1.17](https://github.com/truecharts/charts/compare/seafile-4.1.16...seafile-4.1.17) (2024-02-05) + +### Chore + + + +- update container image seafileltd/seafile-mc to v11.0.5[@8d96605](https://github.com/8d96605) by renovate ([#17929](https://github.com/truecharts/charts/issues/17929)) + + +## [seafile-4.1.16](https://github.com/truecharts/charts/compare/seafile-4.1.15...seafile-4.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [seafile-4.1.15](https://github.com/truecharts/charts/compare/seafile-4.1.14...seafile-4.1.15) (2024-01-29) + +### Chore + + + +- update container image seafileltd/seafile-mc to v11.0.4[@708f441](https://github.com/708f441) by renovate ([#17682](https://github.com/truecharts/charts/issues/17682)) + + +## [seafile-4.1.14](https://github.com/truecharts/charts/compare/seafile-4.1.13...seafile-4.1.14) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [seafile-4.1.13](https://github.com/truecharts/charts/compare/seafile-4.1.12...seafile-4.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [seafile-4.1.12](https://github.com/truecharts/charts/compare/seafile-4.1.11...seafile-4.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [seafile-4.1.11](https://github.com/truecharts/charts/compare/seafile-4.1.10...seafile-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [seafile-4.1.10](https://github.com/truecharts/charts/compare/seafile-4.1.9...seafile-4.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [seafile-4.1.9](https://github.com/truecharts/charts/compare/seafile-4.1.8...seafile-4.1.9) (2024-01-09) + +### Chore \ No newline at end of file diff --git a/stable/seafile/5.3.0/Chart.yaml b/stable/seafile/5.3.0/Chart.yaml new file mode 100644 index 00000000000..31cc725bbd8 --- /dev/null +++ b/stable/seafile/5.3.0/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: file-storage + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 11.0.5 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.0.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Reliable and Performant File Sync and Share Solution +home: https://truecharts.org/charts/stable/seafile +icon: https://truecharts.org/img/hotlink-ok/chart-icons/seafile.png +keywords: + - seafile + - files + - cloud + - file-storage +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: seafile +sources: + - https://seafile.com + - https://github.com/truecharts/charts/tree/master/charts/stable/seafile + - https://hub.docker.com/r/seafileltd/seafile-mc +type: application +version: 5.3.0 diff --git a/stable/seafile/5.2.0/README.md b/stable/seafile/5.3.0/README.md similarity index 100% rename from stable/seafile/5.2.0/README.md rename to stable/seafile/5.3.0/README.md diff --git a/stable/seafile/5.2.0/app-readme.md b/stable/seafile/5.3.0/app-readme.md similarity index 100% rename from stable/seafile/5.2.0/app-readme.md rename to stable/seafile/5.3.0/app-readme.md diff --git a/stable/seafile/5.3.0/charts/common-18.1.2.tgz b/stable/seafile/5.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/seafile/5.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/seafile/5.2.0/charts/mariadb-13.0.0.tgz b/stable/seafile/5.3.0/charts/mariadb-13.0.0.tgz similarity index 100% rename from stable/seafile/5.2.0/charts/mariadb-13.0.0.tgz rename to stable/seafile/5.3.0/charts/mariadb-13.0.0.tgz diff --git a/stable/seafile/5.2.0/ix_values.yaml b/stable/seafile/5.3.0/ix_values.yaml similarity index 100% rename from stable/seafile/5.2.0/ix_values.yaml rename to stable/seafile/5.3.0/ix_values.yaml diff --git a/stable/seafile/5.2.0/questions.yaml b/stable/seafile/5.3.0/questions.yaml similarity index 100% rename from stable/seafile/5.2.0/questions.yaml rename to stable/seafile/5.3.0/questions.yaml diff --git a/stable/seedsync/7.1.0/templates/NOTES.txt b/stable/seafile/5.3.0/templates/NOTES.txt similarity index 100% rename from stable/seedsync/7.1.0/templates/NOTES.txt rename to stable/seafile/5.3.0/templates/NOTES.txt diff --git a/stable/sftpgo/6.1.0/templates/common.yaml b/stable/seafile/5.3.0/templates/common.yaml similarity index 100% rename from stable/sftpgo/6.1.0/templates/common.yaml rename to stable/seafile/5.3.0/templates/common.yaml diff --git a/stable/seedsync/7.1.0/values.yaml b/stable/seafile/5.3.0/values.yaml similarity index 100% rename from stable/seedsync/7.1.0/values.yaml rename to stable/seafile/5.3.0/values.yaml diff --git a/stable/searxng/7.1.1/CHANGELOG.md b/stable/searxng/7.1.1/CHANGELOG.md deleted file mode 100644 index 4b1010e9440..00000000000 --- a/stable/searxng/7.1.1/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) - -### Chore diff --git a/stable/searxng/7.1.1/Chart.yaml b/stable/searxng/7.1.1/Chart.yaml deleted file mode 100644 index 2ca3b62631a..00000000000 --- a/stable/searxng/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: 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.1 diff --git a/stable/searxng/7.1.1/charts/common-18.0.2.tgz b/stable/searxng/7.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/searxng/7.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/searxng/7.1.1/ix_values.yaml b/stable/searxng/7.1.1/ix_values.yaml deleted file mode 100644 index 759b5640daf..00000000000 --- a/stable/searxng/7.1.1/ix_values.yaml +++ /dev/null @@ -1,45 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: searxng/searxng - tag: latest@sha256:dd56422c991c780d4ca69fc509be5a531a0999b2f1805aa049a126c93e2f816a -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/send/5.1.0/.helmignore b/stable/searxng/7.2.0/.helmignore similarity index 100% rename from stable/send/5.1.0/.helmignore rename to stable/searxng/7.2.0/.helmignore diff --git a/stable/searxng/7.2.0/CHANGELOG.md b/stable/searxng/7.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b3d47ff2e9e --- /dev/null +++ b/stable/searxng/7.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + +## [searxng-6.1.21](https://github.com/truecharts/charts/compare/searxng-6.1.20...searxng-6.1.21) (2024-02-12) + +### Chore + + + +- update container image searxng/searxng to latest[@f396210](https://github.com/f396210) by renovate ([#18106](https://github.com/truecharts/charts/issues/18106)) + + +## [searxng-6.1.20](https://github.com/truecharts/charts/compare/searxng-6.1.19...searxng-6.1.20) (2024-02-05) + +### Chore + + + +- update container image searxng/searxng to latest[@1d508f2](https://github.com/1d508f2) by renovate ([#17896](https://github.com/truecharts/charts/issues/17896)) + + +## [searxng-6.1.19](https://github.com/truecharts/charts/compare/searxng-6.1.18...searxng-6.1.19) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [searxng-6.1.18](https://github.com/truecharts/charts/compare/searxng-6.1.17...searxng-6.1.18) (2024-01-29) + +### Chore + + + +- update container image searxng/searxng to latest[@cb2e58a](https://github.com/cb2e58a) by renovate ([#17751](https://github.com/truecharts/charts/issues/17751)) + + +## [searxng-6.1.17](https://github.com/truecharts/charts/compare/searxng-6.1.16...searxng-6.1.17) (2024-01-29) + +### Chore + + + +- update container image searxng/searxng to latest[@c6a80be](https://github.com/c6a80be) by renovate ([#17653](https://github.com/truecharts/charts/issues/17653)) + + +## [searxng-6.1.16](https://github.com/truecharts/charts/compare/searxng-6.1.15...searxng-6.1.16) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [searxng-6.1.15](https://github.com/truecharts/charts/compare/searxng-6.1.14...searxng-6.1.15) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [searxng-6.1.14](https://github.com/truecharts/charts/compare/searxng-6.1.13...searxng-6.1.14) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + diff --git a/stable/searxng/7.2.0/Chart.yaml b/stable/searxng/7.2.0/Chart.yaml new file mode 100644 index 00000000000..d4f3d9daca7 --- /dev/null +++ b/stable/searxng/7.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Meta search engine which aggregates results from more than 70 search services. +home: https://truecharts.org/charts/stable/searxng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/searxng.png +keywords: + - searxng + - Productivity + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: searxng +sources: + - https://github.com/searxng/searxng + - https://github.com/truecharts/charts/tree/master/charts/stable/searxng + - https://hub.docker.com/r/searxng/searxng +type: application +version: 7.2.0 diff --git a/stable/searxng/7.1.1/README.md b/stable/searxng/7.2.0/README.md similarity index 100% rename from stable/searxng/7.1.1/README.md rename to stable/searxng/7.2.0/README.md diff --git a/stable/searxng/7.1.1/app-readme.md b/stable/searxng/7.2.0/app-readme.md similarity index 100% rename from stable/searxng/7.1.1/app-readme.md rename to stable/searxng/7.2.0/app-readme.md diff --git a/stable/searxng/7.2.0/charts/common-18.1.2.tgz b/stable/searxng/7.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/searxng/7.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/searxng/7.2.0/ix_values.yaml b/stable/searxng/7.2.0/ix_values.yaml new file mode 100644 index 00000000000..c1cf0540f28 --- /dev/null +++ b/stable/searxng/7.2.0/ix_values.yaml @@ -0,0 +1,45 @@ +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/searxng/7.1.1/questions.yaml b/stable/searxng/7.2.0/questions.yaml similarity index 100% rename from stable/searxng/7.1.1/questions.yaml rename to stable/searxng/7.2.0/questions.yaml diff --git a/stable/ser2sock/13.1.0/templates/NOTES.txt b/stable/searxng/7.2.0/templates/NOTES.txt similarity index 100% rename from stable/ser2sock/13.1.0/templates/NOTES.txt rename to stable/searxng/7.2.0/templates/NOTES.txt diff --git a/stable/searxng/7.1.1/templates/common.yaml b/stable/searxng/7.2.0/templates/common.yaml similarity index 100% rename from stable/searxng/7.1.1/templates/common.yaml rename to stable/searxng/7.2.0/templates/common.yaml diff --git a/stable/send/5.1.0/values.yaml b/stable/searxng/7.2.0/values.yaml similarity index 100% rename from stable/send/5.1.0/values.yaml rename to stable/searxng/7.2.0/values.yaml diff --git a/stable/seedsync/7.1.0/CHANGELOG.md b/stable/seedsync/7.1.0/CHANGELOG.md deleted file mode 100644 index 508b0892170..00000000000 --- a/stable/seedsync/7.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/seedsync/7.1.0/Chart.yaml b/stable/seedsync/7.1.0/Chart.yaml deleted file mode 100644 index 04c1e600d19..00000000000 --- a/stable/seedsync/7.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/seedsync/7.1.0/charts/common-18.0.1.tgz b/stable/seedsync/7.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/seedsync/7.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/ser2sock/13.1.0/.helmignore b/stable/seedsync/7.2.0/.helmignore similarity index 100% rename from stable/ser2sock/13.1.0/.helmignore rename to stable/seedsync/7.2.0/.helmignore diff --git a/stable/seedsync/7.2.0/CHANGELOG.md b/stable/seedsync/7.2.0/CHANGELOG.md new file mode 100644 index 00000000000..05df7efcad6 --- /dev/null +++ b/stable/seedsync/7.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/seedsync/7.2.0/Chart.yaml b/stable/seedsync/7.2.0/Chart.yaml new file mode 100644 index 00000000000..26476e89c95 --- /dev/null +++ b/stable/seedsync/7.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/seedsync/7.1.0/README.md b/stable/seedsync/7.2.0/README.md similarity index 100% rename from stable/seedsync/7.1.0/README.md rename to stable/seedsync/7.2.0/README.md diff --git a/stable/seedsync/7.1.0/app-readme.md b/stable/seedsync/7.2.0/app-readme.md similarity index 100% rename from stable/seedsync/7.1.0/app-readme.md rename to stable/seedsync/7.2.0/app-readme.md diff --git a/stable/seedsync/7.2.0/charts/common-18.1.2.tgz b/stable/seedsync/7.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/seedsync/7.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/seedsync/7.1.0/ix_values.yaml b/stable/seedsync/7.2.0/ix_values.yaml similarity index 100% rename from stable/seedsync/7.1.0/ix_values.yaml rename to stable/seedsync/7.2.0/ix_values.yaml diff --git a/stable/seedsync/7.1.0/questions.yaml b/stable/seedsync/7.2.0/questions.yaml similarity index 100% rename from stable/seedsync/7.1.0/questions.yaml rename to stable/seedsync/7.2.0/questions.yaml diff --git a/stable/servas/4.2.0/templates/NOTES.txt b/stable/seedsync/7.2.0/templates/NOTES.txt similarity index 100% rename from stable/servas/4.2.0/templates/NOTES.txt rename to stable/seedsync/7.2.0/templates/NOTES.txt diff --git a/stable/seedsync/7.1.0/templates/common.yaml b/stable/seedsync/7.2.0/templates/common.yaml similarity index 100% rename from stable/seedsync/7.1.0/templates/common.yaml rename to stable/seedsync/7.2.0/templates/common.yaml diff --git a/stable/ser2sock/13.1.0/values.yaml b/stable/seedsync/7.2.0/values.yaml similarity index 100% rename from stable/ser2sock/13.1.0/values.yaml rename to stable/seedsync/7.2.0/values.yaml diff --git a/stable/send/5.1.0/CHANGELOG.md b/stable/send/5.1.0/CHANGELOG.md deleted file mode 100644 index a43ffa652ee..00000000000 --- a/stable/send/5.1.0/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.0/Chart.yaml b/stable/send/5.1.0/Chart.yaml deleted file mode 100644 index 118af3838da..00000000000 --- a/stable/send/5.1.0/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/send/5.1.0/charts/common-18.0.1.tgz b/stable/send/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/send/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/serpbear/3.1.1/.helmignore b/stable/send/5.2.0/.helmignore similarity index 100% rename from stable/serpbear/3.1.1/.helmignore rename to stable/send/5.2.0/.helmignore diff --git a/stable/send/5.2.0/CHANGELOG.md b/stable/send/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f7e4e037bc5 --- /dev/null +++ b/stable/send/5.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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) \ No newline at end of file diff --git a/stable/send/5.2.0/Chart.yaml b/stable/send/5.2.0/Chart.yaml new file mode 100644 index 00000000000..36092353c88 --- /dev/null +++ b/stable/send/5.2.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.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 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.0 diff --git a/stable/send/5.1.0/README.md b/stable/send/5.2.0/README.md similarity index 100% rename from stable/send/5.1.0/README.md rename to stable/send/5.2.0/README.md diff --git a/stable/send/5.1.0/app-readme.md b/stable/send/5.2.0/app-readme.md similarity index 100% rename from stable/send/5.1.0/app-readme.md rename to stable/send/5.2.0/app-readme.md diff --git a/stable/send/5.2.0/charts/common-18.1.2.tgz b/stable/send/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/send/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/send/5.1.0/charts/redis-11.2.1.tgz b/stable/send/5.2.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/send/5.1.0/charts/redis-11.2.1.tgz rename to stable/send/5.2.0/charts/redis-11.2.1.tgz diff --git a/stable/send/5.1.0/ix_values.yaml b/stable/send/5.2.0/ix_values.yaml similarity index 100% rename from stable/send/5.1.0/ix_values.yaml rename to stable/send/5.2.0/ix_values.yaml diff --git a/stable/send/5.1.0/questions.yaml b/stable/send/5.2.0/questions.yaml similarity index 100% rename from stable/send/5.1.0/questions.yaml rename to stable/send/5.2.0/questions.yaml diff --git a/stable/send/5.1.0/templates/common.yaml b/stable/send/5.2.0/templates/common.yaml similarity index 100% rename from stable/send/5.1.0/templates/common.yaml rename to stable/send/5.2.0/templates/common.yaml diff --git a/stable/serpbear/3.1.1/values.yaml b/stable/send/5.2.0/values.yaml similarity index 100% rename from stable/serpbear/3.1.1/values.yaml rename to stable/send/5.2.0/values.yaml diff --git a/stable/ser2sock/13.1.0/CHANGELOG.md b/stable/ser2sock/13.1.0/CHANGELOG.md deleted file mode 100644 index c7aa5d6530f..00000000000 --- a/stable/ser2sock/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/ser2sock/13.1.0/Chart.yaml b/stable/ser2sock/13.1.0/Chart.yaml deleted file mode 100644 index 134fa1b2886..00000000000 --- a/stable/ser2sock/13.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/ser2sock/13.1.0/charts/common-18.0.1.tgz b/stable/ser2sock/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/ser2sock/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/servas/4.2.0/.helmignore b/stable/ser2sock/13.2.0/.helmignore similarity index 100% rename from stable/servas/4.2.0/.helmignore rename to stable/ser2sock/13.2.0/.helmignore diff --git a/stable/ser2sock/13.2.0/CHANGELOG.md b/stable/ser2sock/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2a88d048b74 --- /dev/null +++ b/stable/ser2sock/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/ser2sock/13.2.0/Chart.yaml b/stable/ser2sock/13.2.0/Chart.yaml new file mode 100644 index 00000000000..37c316d28e3 --- /dev/null +++ b/stable/ser2sock/13.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/ser2sock/13.1.0/README.md b/stable/ser2sock/13.2.0/README.md similarity index 100% rename from stable/ser2sock/13.1.0/README.md rename to stable/ser2sock/13.2.0/README.md diff --git a/stable/ser2sock/13.1.0/app-readme.md b/stable/ser2sock/13.2.0/app-readme.md similarity index 100% rename from stable/ser2sock/13.1.0/app-readme.md rename to stable/ser2sock/13.2.0/app-readme.md diff --git a/stable/ser2sock/13.2.0/charts/common-18.1.2.tgz b/stable/ser2sock/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/ser2sock/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/ser2sock/13.1.0/ix_values.yaml b/stable/ser2sock/13.2.0/ix_values.yaml similarity index 100% rename from stable/ser2sock/13.1.0/ix_values.yaml rename to stable/ser2sock/13.2.0/ix_values.yaml diff --git a/stable/ser2sock/13.1.0/questions.yaml b/stable/ser2sock/13.2.0/questions.yaml similarity index 100% rename from stable/ser2sock/13.1.0/questions.yaml rename to stable/ser2sock/13.2.0/questions.yaml diff --git a/stable/sftpgo/6.1.0/templates/NOTES.txt b/stable/ser2sock/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/sftpgo/6.1.0/templates/NOTES.txt rename to stable/ser2sock/13.2.0/templates/NOTES.txt diff --git a/stable/shiori/16.1.0/templates/common.yaml b/stable/ser2sock/13.2.0/templates/common.yaml similarity index 100% rename from stable/shiori/16.1.0/templates/common.yaml rename to stable/ser2sock/13.2.0/templates/common.yaml diff --git a/stable/servas/4.2.0/values.yaml b/stable/ser2sock/13.2.0/values.yaml similarity index 100% rename from stable/servas/4.2.0/values.yaml rename to stable/ser2sock/13.2.0/values.yaml diff --git a/stable/serpbear/3.1.1/CHANGELOG.md b/stable/serpbear/3.1.1/CHANGELOG.md deleted file mode 100644 index 16a3d698047..00000000000 --- a/stable/serpbear/3.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - -## [serpbear-2.1.14](https://github.com/truecharts/charts/compare/serpbear-2.1.13...serpbear-2.1.14) (2024-02-12) - -### Chore - - - -- update container image towfiqi/serpbear to latest[@27b3e49](https://github.com/27b3e49) by renovate ([#18111](https://github.com/truecharts/charts/issues/18111)) - - -## [serpbear-2.1.13](https://github.com/truecharts/charts/compare/serpbear-2.1.12...serpbear-2.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [serpbear-2.1.12](https://github.com/truecharts/charts/compare/serpbear-2.1.11...serpbear-2.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [serpbear-2.1.11](https://github.com/truecharts/charts/compare/serpbear-2.1.10...serpbear-2.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [serpbear-2.1.10](https://github.com/truecharts/charts/compare/serpbear-2.1.9...serpbear-2.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [serpbear-2.1.9](https://github.com/truecharts/charts/compare/serpbear-2.1.8...serpbear-2.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [serpbear-2.1.8](https://github.com/truecharts/charts/compare/serpbear-2.1.7...serpbear-2.1.8) (2024-01-21) - -### Chore - - - -- update container image towfiqi/serpbear to latest[@b128873](https://github.com/b128873) by renovate ([#17398](https://github.com/truecharts/charts/issues/17398)) - - -## [serpbear-2.1.7](https://github.com/truecharts/charts/compare/serpbear-2.1.6...serpbear-2.1.7) (2024-01-15) - -### Chore - - - -- update container image towfiqi/serpbear to latest[@d087852](https://github.com/d087852) by renovate ([#17280](https://github.com/truecharts/charts/issues/17280)) - - - - -## [serpbear-2.1.6](https://github.com/truecharts/charts/compare/serpbear-2.1.5...serpbear-2.1.6) (2024-01-09) diff --git a/stable/serpbear/3.1.1/Chart.yaml b/stable/serpbear/3.1.1/Chart.yaml deleted file mode 100644 index 958b4739109..00000000000 --- a/stable/serpbear/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: 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.1 diff --git a/stable/serpbear/3.1.1/charts/common-18.0.2.tgz b/stable/serpbear/3.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/serpbear/3.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/serpbear/3.1.1/ix_values.yaml b/stable/serpbear/3.1.1/ix_values.yaml deleted file mode 100644 index 5df846b9b9e..00000000000 --- a/stable/serpbear/3.1.1/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/sftpgo/6.1.0/.helmignore b/stable/serpbear/3.2.0/.helmignore similarity index 100% rename from stable/sftpgo/6.1.0/.helmignore rename to stable/serpbear/3.2.0/.helmignore diff --git a/stable/serpbear/3.2.0/CHANGELOG.md b/stable/serpbear/3.2.0/CHANGELOG.md new file mode 100644 index 00000000000..046da4f49bb --- /dev/null +++ b/stable/serpbear/3.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + +## [serpbear-2.1.14](https://github.com/truecharts/charts/compare/serpbear-2.1.13...serpbear-2.1.14) (2024-02-12) + +### Chore + + + +- update container image towfiqi/serpbear to latest[@27b3e49](https://github.com/27b3e49) by renovate ([#18111](https://github.com/truecharts/charts/issues/18111)) + + +## [serpbear-2.1.13](https://github.com/truecharts/charts/compare/serpbear-2.1.12...serpbear-2.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [serpbear-2.1.12](https://github.com/truecharts/charts/compare/serpbear-2.1.11...serpbear-2.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [serpbear-2.1.11](https://github.com/truecharts/charts/compare/serpbear-2.1.10...serpbear-2.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [serpbear-2.1.10](https://github.com/truecharts/charts/compare/serpbear-2.1.9...serpbear-2.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [serpbear-2.1.9](https://github.com/truecharts/charts/compare/serpbear-2.1.8...serpbear-2.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [serpbear-2.1.8](https://github.com/truecharts/charts/compare/serpbear-2.1.7...serpbear-2.1.8) (2024-01-21) + +### Chore + + + +- update container image towfiqi/serpbear to latest[@b128873](https://github.com/b128873) by renovate ([#17398](https://github.com/truecharts/charts/issues/17398)) + + +## [serpbear-2.1.7](https://github.com/truecharts/charts/compare/serpbear-2.1.6...serpbear-2.1.7) (2024-01-15) + +### Chore + + + +- update container image towfiqi/serpbear to latest[@d087852](https://github.com/d087852) by renovate ([#17280](https://github.com/truecharts/charts/issues/17280)) + diff --git a/stable/serpbear/3.2.0/Chart.yaml b/stable/serpbear/3.2.0/Chart.yaml new file mode 100644 index 00000000000..5c104fb7fad --- /dev/null +++ b/stable/serpbear/3.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/serpbear/3.1.1/README.md b/stable/serpbear/3.2.0/README.md similarity index 100% rename from stable/serpbear/3.1.1/README.md rename to stable/serpbear/3.2.0/README.md diff --git a/stable/serpbear/3.1.1/app-readme.md b/stable/serpbear/3.2.0/app-readme.md similarity index 100% rename from stable/serpbear/3.1.1/app-readme.md rename to stable/serpbear/3.2.0/app-readme.md diff --git a/stable/serpbear/3.2.0/charts/common-18.1.2.tgz b/stable/serpbear/3.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/serpbear/3.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/serpbear/3.2.0/ix_values.yaml b/stable/serpbear/3.2.0/ix_values.yaml new file mode 100644 index 00000000000..bdbdd915bed --- /dev/null +++ b/stable/serpbear/3.2.0/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.1/questions.yaml b/stable/serpbear/3.2.0/questions.yaml similarity index 100% rename from stable/serpbear/3.1.1/questions.yaml rename to stable/serpbear/3.2.0/questions.yaml diff --git a/stable/serpbear/3.1.1/templates/_secret.tpl b/stable/serpbear/3.2.0/templates/_secret.tpl similarity index 100% rename from stable/serpbear/3.1.1/templates/_secret.tpl rename to stable/serpbear/3.2.0/templates/_secret.tpl diff --git a/stable/serpbear/3.1.1/templates/common.yaml b/stable/serpbear/3.2.0/templates/common.yaml similarity index 100% rename from stable/serpbear/3.1.1/templates/common.yaml rename to stable/serpbear/3.2.0/templates/common.yaml diff --git a/stable/sftpgo/6.1.0/values.yaml b/stable/serpbear/3.2.0/values.yaml similarity index 100% rename from stable/sftpgo/6.1.0/values.yaml rename to stable/serpbear/3.2.0/values.yaml diff --git a/stable/servas/4.2.0/CHANGELOG.md b/stable/servas/4.2.0/CHANGELOG.md deleted file mode 100644 index 4ed7a678044..00000000000 --- a/stable/servas/4.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - -## [servas-3.2.7](https://github.com/truecharts/charts/compare/servas-3.2.6...servas-3.2.7) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [servas-3.2.6](https://github.com/truecharts/charts/compare/servas-3.2.5...servas-3.2.6) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [servas-3.2.5](https://github.com/truecharts/charts/compare/servas-3.2.4...servas-3.2.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [servas-3.2.4](https://github.com/truecharts/charts/compare/servas-3.2.3...servas-3.2.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [servas-3.2.3](https://github.com/truecharts/charts/compare/servas-3.2.2...servas-3.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [servas-3.2.2](https://github.com/truecharts/charts/compare/servas-3.2.1...servas-3.2.2) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [servas-3.2.1](https://github.com/truecharts/charts/compare/servas-3.2.0...servas-3.2.1) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [servas-3.2.0](https://github.com/truecharts/charts/compare/servas-3.1.8...servas-3.2.0) (2024-01-08) - -### Chore - - - -- update container image beromir/servas to v0.1.0[@efbe35c](https://github.com/efbe35c) by renovate ([#17012](https://github.com/truecharts/charts/issues/17012)) - - -## [servas-3.1.8](https://github.com/truecharts/charts/compare/servas-3.1.7...servas-3.1.8) (2024-01-02) - -### Chore - - - -- 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/servas/4.2.0/Chart.yaml b/stable/servas/4.2.0/Chart.yaml deleted file mode 100644 index ba1e093feac..00000000000 --- a/stable/servas/4.2.0/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/servas/4.2.0/charts/common-18.0.1.tgz b/stable/servas/4.2.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/servas/4.2.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/shaarli/5.1.0/.helmignore b/stable/servas/4.3.0/.helmignore similarity index 100% rename from stable/shaarli/5.1.0/.helmignore rename to stable/servas/4.3.0/.helmignore diff --git a/stable/servas/4.3.0/CHANGELOG.md b/stable/servas/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..1a9d2e9dade --- /dev/null +++ b/stable/servas/4.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + +## [servas-3.2.7](https://github.com/truecharts/charts/compare/servas-3.2.6...servas-3.2.7) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [servas-3.2.6](https://github.com/truecharts/charts/compare/servas-3.2.5...servas-3.2.6) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [servas-3.2.5](https://github.com/truecharts/charts/compare/servas-3.2.4...servas-3.2.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [servas-3.2.4](https://github.com/truecharts/charts/compare/servas-3.2.3...servas-3.2.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [servas-3.2.3](https://github.com/truecharts/charts/compare/servas-3.2.2...servas-3.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [servas-3.2.2](https://github.com/truecharts/charts/compare/servas-3.2.1...servas-3.2.2) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [servas-3.2.1](https://github.com/truecharts/charts/compare/servas-3.2.0...servas-3.2.1) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [servas-3.2.0](https://github.com/truecharts/charts/compare/servas-3.1.8...servas-3.2.0) (2024-01-08) + +### Chore + + + +- update container image beromir/servas to v0.1.0[@efbe35c](https://github.com/efbe35c) by renovate ([#17012](https://github.com/truecharts/charts/issues/17012)) + + +## [servas-3.1.8](https://github.com/truecharts/charts/compare/servas-3.1.7...servas-3.1.8) (2024-01-02) + +### Chore \ No newline at end of file diff --git a/stable/servas/4.3.0/Chart.yaml b/stable/servas/4.3.0/Chart.yaml new file mode 100644 index 00000000000..e27b2326aa8 --- /dev/null +++ b/stable/servas/4.3.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: bookmarks + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.1.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.0.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted bookmark management tool. +home: https://truecharts.org/charts/stable/servas +icon: https://truecharts.org/img/hotlink-ok/chart-icons/servas.png +keywords: + - servas + - bookmarks +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: servas +sources: + - https://github.com/beromir/Servas + - https://github.com/truecharts/charts/tree/master/charts/stable/servas + - https://hub.docker.com/r/beromir/servas +type: application +version: 4.3.0 diff --git a/stable/servas/4.2.0/README.md b/stable/servas/4.3.0/README.md similarity index 100% rename from stable/servas/4.2.0/README.md rename to stable/servas/4.3.0/README.md diff --git a/stable/servas/4.2.0/app-readme.md b/stable/servas/4.3.0/app-readme.md similarity index 100% rename from stable/servas/4.2.0/app-readme.md rename to stable/servas/4.3.0/app-readme.md diff --git a/stable/servas/4.3.0/charts/common-18.1.2.tgz b/stable/servas/4.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/servas/4.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/servas/4.2.0/charts/mariadb-13.0.0.tgz b/stable/servas/4.3.0/charts/mariadb-13.0.0.tgz similarity index 100% rename from stable/servas/4.2.0/charts/mariadb-13.0.0.tgz rename to stable/servas/4.3.0/charts/mariadb-13.0.0.tgz diff --git a/stable/servas/4.2.0/ix_values.yaml b/stable/servas/4.3.0/ix_values.yaml similarity index 100% rename from stable/servas/4.2.0/ix_values.yaml rename to stable/servas/4.3.0/ix_values.yaml diff --git a/stable/servas/4.2.0/questions.yaml b/stable/servas/4.3.0/questions.yaml similarity index 100% rename from stable/servas/4.2.0/questions.yaml rename to stable/servas/4.3.0/questions.yaml diff --git a/stable/shlink-web-client/10.1.0/templates/NOTES.txt b/stable/servas/4.3.0/templates/NOTES.txt similarity index 100% rename from stable/shlink-web-client/10.1.0/templates/NOTES.txt rename to stable/servas/4.3.0/templates/NOTES.txt diff --git a/stable/servas/4.2.0/templates/_secrets.tpl b/stable/servas/4.3.0/templates/_secrets.tpl similarity index 100% rename from stable/servas/4.2.0/templates/_secrets.tpl rename to stable/servas/4.3.0/templates/_secrets.tpl diff --git a/stable/servas/4.2.0/templates/common.yaml b/stable/servas/4.3.0/templates/common.yaml similarity index 100% rename from stable/servas/4.2.0/templates/common.yaml rename to stable/servas/4.3.0/templates/common.yaml diff --git a/stable/shaarli/5.1.0/values.yaml b/stable/servas/4.3.0/values.yaml similarity index 100% rename from stable/shaarli/5.1.0/values.yaml rename to stable/servas/4.3.0/values.yaml diff --git a/stable/sftpgo/6.1.0/CHANGELOG.md b/stable/sftpgo/6.1.0/CHANGELOG.md deleted file mode 100644 index 6ff1c950637..00000000000 --- a/stable/sftpgo/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/sftpgo/6.1.0/Chart.yaml b/stable/sftpgo/6.1.0/Chart.yaml deleted file mode 100644 index 78cb9cbc619..00000000000 --- a/stable/sftpgo/6.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/sftpgo/6.1.0/charts/common-18.0.1.tgz b/stable/sftpgo/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/sftpgo/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/shapeshifter-obfuscator/5.1.0/.helmignore b/stable/sftpgo/6.2.0/.helmignore similarity index 100% rename from stable/shapeshifter-obfuscator/5.1.0/.helmignore rename to stable/sftpgo/6.2.0/.helmignore diff --git a/stable/sftpgo/6.2.0/CHANGELOG.md b/stable/sftpgo/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..19c25f20857 --- /dev/null +++ b/stable/sftpgo/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/sftpgo/6.2.0/Chart.yaml b/stable/sftpgo/6.2.0/Chart.yaml new file mode 100644 index 00000000000..00d4060d0b7 --- /dev/null +++ b/stable/sftpgo/6.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-FTP + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.6 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/sftpgo/6.1.0/README.md b/stable/sftpgo/6.2.0/README.md similarity index 100% rename from stable/sftpgo/6.1.0/README.md rename to stable/sftpgo/6.2.0/README.md diff --git a/stable/sftpgo/6.1.0/app-readme.md b/stable/sftpgo/6.2.0/app-readme.md similarity index 100% rename from stable/sftpgo/6.1.0/app-readme.md rename to stable/sftpgo/6.2.0/app-readme.md diff --git a/stable/sftpgo/6.2.0/charts/common-18.1.2.tgz b/stable/sftpgo/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/sftpgo/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/sftpgo/6.1.0/ix_values.yaml b/stable/sftpgo/6.2.0/ix_values.yaml similarity index 100% rename from stable/sftpgo/6.1.0/ix_values.yaml rename to stable/sftpgo/6.2.0/ix_values.yaml diff --git a/stable/sftpgo/6.1.0/questions.yaml b/stable/sftpgo/6.2.0/questions.yaml similarity index 100% rename from stable/sftpgo/6.1.0/questions.yaml rename to stable/sftpgo/6.2.0/questions.yaml diff --git a/stable/shlink/13.1.0/templates/NOTES.txt b/stable/sftpgo/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/shlink/13.1.0/templates/NOTES.txt rename to stable/sftpgo/6.2.0/templates/NOTES.txt diff --git a/stable/shlink-web-client/10.1.0/templates/common.yaml b/stable/sftpgo/6.2.0/templates/common.yaml similarity index 100% rename from stable/shlink-web-client/10.1.0/templates/common.yaml rename to stable/sftpgo/6.2.0/templates/common.yaml diff --git a/stable/shapeshifter-obfuscator/5.1.0/values.yaml b/stable/sftpgo/6.2.0/values.yaml similarity index 100% rename from stable/shapeshifter-obfuscator/5.1.0/values.yaml rename to stable/sftpgo/6.2.0/values.yaml diff --git a/stable/shaarli/5.1.0/CHANGELOG.md b/stable/shaarli/5.1.0/CHANGELOG.md deleted file mode 100644 index 5e0d1741932..00000000000 --- a/stable/shaarli/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/shaarli/5.1.0/Chart.yaml b/stable/shaarli/5.1.0/Chart.yaml deleted file mode 100644 index 44d3c2b511c..00000000000 --- a/stable/shaarli/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/shaarli/5.1.0/charts/common-18.0.1.tgz b/stable/shaarli/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/shaarli/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/sheetable/6.1.0/.helmignore b/stable/shaarli/5.2.0/.helmignore similarity index 100% rename from stable/sheetable/6.1.0/.helmignore rename to stable/shaarli/5.2.0/.helmignore diff --git a/stable/shaarli/5.2.0/CHANGELOG.md b/stable/shaarli/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e382b35914d --- /dev/null +++ b/stable/shaarli/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/shaarli/5.2.0/Chart.yaml b/stable/shaarli/5.2.0/Chart.yaml new file mode 100644 index 00000000000..185b7f2dcaf --- /dev/null +++ b/stable/shaarli/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: master +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/shaarli/5.1.0/README.md b/stable/shaarli/5.2.0/README.md similarity index 100% rename from stable/shaarli/5.1.0/README.md rename to stable/shaarli/5.2.0/README.md diff --git a/stable/shaarli/5.1.0/app-readme.md b/stable/shaarli/5.2.0/app-readme.md similarity index 100% rename from stable/shaarli/5.1.0/app-readme.md rename to stable/shaarli/5.2.0/app-readme.md diff --git a/stable/shaarli/5.2.0/charts/common-18.1.2.tgz b/stable/shaarli/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/shaarli/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/shaarli/5.1.0/ix_values.yaml b/stable/shaarli/5.2.0/ix_values.yaml similarity index 100% rename from stable/shaarli/5.1.0/ix_values.yaml rename to stable/shaarli/5.2.0/ix_values.yaml diff --git a/stable/shaarli/5.1.0/questions.yaml b/stable/shaarli/5.2.0/questions.yaml similarity index 100% rename from stable/shaarli/5.1.0/questions.yaml rename to stable/shaarli/5.2.0/questions.yaml diff --git a/stable/shaarli/5.1.0/templates/common.yaml b/stable/shaarli/5.2.0/templates/common.yaml similarity index 100% rename from stable/shaarli/5.1.0/templates/common.yaml rename to stable/shaarli/5.2.0/templates/common.yaml diff --git a/stable/sheetable/6.1.0/values.yaml b/stable/shaarli/5.2.0/values.yaml similarity index 100% rename from stable/sheetable/6.1.0/values.yaml rename to stable/shaarli/5.2.0/values.yaml diff --git a/stable/shapeshifter-obfuscator/5.1.0/CHANGELOG.md b/stable/shapeshifter-obfuscator/5.1.0/CHANGELOG.md deleted file mode 100644 index a04e8771beb..00000000000 --- a/stable/shapeshifter-obfuscator/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/shapeshifter-obfuscator/5.1.0/Chart.yaml b/stable/shapeshifter-obfuscator/5.1.0/Chart.yaml deleted file mode 100644 index cfb5f496bcf..00000000000 --- a/stable/shapeshifter-obfuscator/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/shapeshifter-obfuscator/5.1.0/charts/common-18.0.1.tgz b/stable/shapeshifter-obfuscator/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/shapeshifter-obfuscator/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/shiori/16.1.0/.helmignore b/stable/shapeshifter-obfuscator/5.2.0/.helmignore similarity index 100% rename from stable/shiori/16.1.0/.helmignore rename to stable/shapeshifter-obfuscator/5.2.0/.helmignore diff --git a/stable/shapeshifter-obfuscator/5.2.0/CHANGELOG.md b/stable/shapeshifter-obfuscator/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..4532157426b --- /dev/null +++ b/stable/shapeshifter-obfuscator/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/shapeshifter-obfuscator/5.2.0/Chart.yaml b/stable/shapeshifter-obfuscator/5.2.0/Chart.yaml new file mode 100644 index 00000000000..b07d06e1cb3 --- /dev/null +++ b/stable/shapeshifter-obfuscator/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Security + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/shapeshifter-obfuscator/5.1.0/README.md b/stable/shapeshifter-obfuscator/5.2.0/README.md similarity index 100% rename from stable/shapeshifter-obfuscator/5.1.0/README.md rename to stable/shapeshifter-obfuscator/5.2.0/README.md diff --git a/stable/shapeshifter-obfuscator/5.1.0/app-readme.md b/stable/shapeshifter-obfuscator/5.2.0/app-readme.md similarity index 100% rename from stable/shapeshifter-obfuscator/5.1.0/app-readme.md rename to stable/shapeshifter-obfuscator/5.2.0/app-readme.md diff --git a/stable/shapeshifter-obfuscator/5.2.0/charts/common-18.1.2.tgz b/stable/shapeshifter-obfuscator/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/shapeshifter-obfuscator/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/shapeshifter-obfuscator/5.1.0/ix_values.yaml b/stable/shapeshifter-obfuscator/5.2.0/ix_values.yaml similarity index 100% rename from stable/shapeshifter-obfuscator/5.1.0/ix_values.yaml rename to stable/shapeshifter-obfuscator/5.2.0/ix_values.yaml diff --git a/stable/shapeshifter-obfuscator/5.1.0/questions.yaml b/stable/shapeshifter-obfuscator/5.2.0/questions.yaml similarity index 100% rename from stable/shapeshifter-obfuscator/5.1.0/questions.yaml rename to stable/shapeshifter-obfuscator/5.2.0/questions.yaml diff --git a/stable/shapeshifter-obfuscator/5.1.0/templates/common.yaml b/stable/shapeshifter-obfuscator/5.2.0/templates/common.yaml similarity index 100% rename from stable/shapeshifter-obfuscator/5.1.0/templates/common.yaml rename to stable/shapeshifter-obfuscator/5.2.0/templates/common.yaml diff --git a/stable/shiori/16.1.0/values.yaml b/stable/shapeshifter-obfuscator/5.2.0/values.yaml similarity index 100% rename from stable/shiori/16.1.0/values.yaml rename to stable/shapeshifter-obfuscator/5.2.0/values.yaml diff --git a/stable/sheetable/6.1.0/CHANGELOG.md b/stable/sheetable/6.1.0/CHANGELOG.md deleted file mode 100644 index 7e2f75fb895..00000000000 --- a/stable/sheetable/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/sheetable/6.1.0/Chart.yaml b/stable/sheetable/6.1.0/Chart.yaml deleted file mode 100644 index def6acd8172..00000000000 --- a/stable/sheetable/6.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/sheetable/6.1.0/charts/common-18.0.1.tgz b/stable/sheetable/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/sheetable/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/shlink-web-client/10.1.0/.helmignore b/stable/sheetable/6.2.0/.helmignore similarity index 100% rename from stable/shlink-web-client/10.1.0/.helmignore rename to stable/sheetable/6.2.0/.helmignore diff --git a/stable/sheetable/6.2.0/CHANGELOG.md b/stable/sheetable/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..47845fdabc4 --- /dev/null +++ b/stable/sheetable/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/sheetable/6.2.0/Chart.yaml b/stable/sheetable/6.2.0/Chart.yaml new file mode 100644 index 00000000000..abdabf43f69 --- /dev/null +++ b/stable/sheetable/6.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: music + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.8.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/sheetable/6.1.0/README.md b/stable/sheetable/6.2.0/README.md similarity index 100% rename from stable/sheetable/6.1.0/README.md rename to stable/sheetable/6.2.0/README.md diff --git a/stable/sheetable/6.1.0/app-readme.md b/stable/sheetable/6.2.0/app-readme.md similarity index 100% rename from stable/sheetable/6.1.0/app-readme.md rename to stable/sheetable/6.2.0/app-readme.md diff --git a/stable/sheetable/6.2.0/charts/common-18.1.2.tgz b/stable/sheetable/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/sheetable/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/sheetable/6.1.0/ix_values.yaml b/stable/sheetable/6.2.0/ix_values.yaml similarity index 100% rename from stable/sheetable/6.1.0/ix_values.yaml rename to stable/sheetable/6.2.0/ix_values.yaml diff --git a/stable/sheetable/6.1.0/questions.yaml b/stable/sheetable/6.2.0/questions.yaml similarity index 100% rename from stable/sheetable/6.1.0/questions.yaml rename to stable/sheetable/6.2.0/questions.yaml diff --git a/stable/sheetable/6.1.0/templates/_secrets.tpl b/stable/sheetable/6.2.0/templates/_secrets.tpl similarity index 100% rename from stable/sheetable/6.1.0/templates/_secrets.tpl rename to stable/sheetable/6.2.0/templates/_secrets.tpl diff --git a/stable/sheetable/6.1.0/templates/common.yaml b/stable/sheetable/6.2.0/templates/common.yaml similarity index 100% rename from stable/sheetable/6.1.0/templates/common.yaml rename to stable/sheetable/6.2.0/templates/common.yaml diff --git a/stable/shlink-web-client/10.1.0/values.yaml b/stable/sheetable/6.2.0/values.yaml similarity index 100% rename from stable/shlink-web-client/10.1.0/values.yaml rename to stable/sheetable/6.2.0/values.yaml diff --git a/stable/shiori/16.1.0/CHANGELOG.md b/stable/shiori/16.1.0/CHANGELOG.md deleted file mode 100644 index 62631b80d1e..00000000000 --- a/stable/shiori/16.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/shiori/16.1.0/Chart.yaml b/stable/shiori/16.1.0/Chart.yaml deleted file mode 100644 index 74bbfcb89a5..00000000000 --- a/stable/shiori/16.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.5.5 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/shiori/16.1.0/charts/common-18.0.1.tgz b/stable/shiori/16.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/shiori/16.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/shlink/13.1.0/.helmignore b/stable/shiori/16.2.0/.helmignore similarity index 100% rename from stable/shlink/13.1.0/.helmignore rename to stable/shiori/16.2.0/.helmignore diff --git a/stable/shiori/16.2.0/CHANGELOG.md b/stable/shiori/16.2.0/CHANGELOG.md new file mode 100644 index 00000000000..0a34436b8a0 --- /dev/null +++ b/stable/shiori/16.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/shiori/16.2.0/Chart.yaml b/stable/shiori/16.2.0/Chart.yaml new file mode 100644 index 00000000000..758083a83dc --- /dev/null +++ b/stable/shiori/16.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.5 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/shiori/16.1.0/README.md b/stable/shiori/16.2.0/README.md similarity index 100% rename from stable/shiori/16.1.0/README.md rename to stable/shiori/16.2.0/README.md diff --git a/stable/shiori/16.1.0/app-readme.md b/stable/shiori/16.2.0/app-readme.md similarity index 100% rename from stable/shiori/16.1.0/app-readme.md rename to stable/shiori/16.2.0/app-readme.md diff --git a/stable/shiori/16.2.0/charts/common-18.1.2.tgz b/stable/shiori/16.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/shiori/16.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/shiori/16.1.0/ix_values.yaml b/stable/shiori/16.2.0/ix_values.yaml similarity index 100% rename from stable/shiori/16.1.0/ix_values.yaml rename to stable/shiori/16.2.0/ix_values.yaml diff --git a/stable/shiori/16.1.0/questions.yaml b/stable/shiori/16.2.0/questions.yaml similarity index 100% rename from stable/shiori/16.1.0/questions.yaml rename to stable/shiori/16.2.0/questions.yaml diff --git a/stable/shlink/13.1.0/templates/common.yaml b/stable/shiori/16.2.0/templates/common.yaml similarity index 100% rename from stable/shlink/13.1.0/templates/common.yaml rename to stable/shiori/16.2.0/templates/common.yaml diff --git a/stable/shlink/13.1.0/values.yaml b/stable/shiori/16.2.0/values.yaml similarity index 100% rename from stable/shlink/13.1.0/values.yaml rename to stable/shiori/16.2.0/values.yaml diff --git a/stable/shlink-web-client/10.1.0/CHANGELOG.md b/stable/shlink-web-client/10.1.0/CHANGELOG.md deleted file mode 100644 index 3f4c170143c..00000000000 --- a/stable/shlink-web-client/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/shlink-web-client/10.1.0/Chart.yaml b/stable/shlink-web-client/10.1.0/Chart.yaml deleted file mode 100644 index a7b19259e0e..00000000000 --- a/stable/shlink-web-client/10.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.10.2 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/shlink-web-client/10.1.0/charts/common-18.0.1.tgz b/stable/shlink-web-client/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/shlink-web-client/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/shoko-server/9.1.0/.helmignore b/stable/shlink-web-client/10.2.0/.helmignore similarity index 100% rename from stable/shoko-server/9.1.0/.helmignore rename to stable/shlink-web-client/10.2.0/.helmignore diff --git a/stable/shlink-web-client/10.2.0/CHANGELOG.md b/stable/shlink-web-client/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..670bc890ce6 --- /dev/null +++ b/stable/shlink-web-client/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/shlink-web-client/10.2.0/Chart.yaml b/stable/shlink-web-client/10.2.0/Chart.yaml new file mode 100644 index 00000000000..21a5d3e90f6 --- /dev/null +++ b/stable/shlink-web-client/10.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.10.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/shlink-web-client/10.1.0/README.md b/stable/shlink-web-client/10.2.0/README.md similarity index 100% rename from stable/shlink-web-client/10.1.0/README.md rename to stable/shlink-web-client/10.2.0/README.md diff --git a/stable/shlink-web-client/10.1.0/app-readme.md b/stable/shlink-web-client/10.2.0/app-readme.md similarity index 100% rename from stable/shlink-web-client/10.1.0/app-readme.md rename to stable/shlink-web-client/10.2.0/app-readme.md diff --git a/stable/shlink-web-client/10.2.0/charts/common-18.1.2.tgz b/stable/shlink-web-client/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/shlink-web-client/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/shlink-web-client/10.1.0/ix_values.yaml b/stable/shlink-web-client/10.2.0/ix_values.yaml similarity index 100% rename from stable/shlink-web-client/10.1.0/ix_values.yaml rename to stable/shlink-web-client/10.2.0/ix_values.yaml diff --git a/stable/shlink-web-client/10.1.0/questions.yaml b/stable/shlink-web-client/10.2.0/questions.yaml similarity index 100% rename from stable/shlink-web-client/10.1.0/questions.yaml rename to stable/shlink-web-client/10.2.0/questions.yaml diff --git a/stable/shoko-server/9.1.0/templates/NOTES.txt b/stable/shlink-web-client/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/shoko-server/9.1.0/templates/NOTES.txt rename to stable/shlink-web-client/10.2.0/templates/NOTES.txt diff --git a/stable/slash/4.1.0/templates/common.yaml b/stable/shlink-web-client/10.2.0/templates/common.yaml similarity index 100% rename from stable/slash/4.1.0/templates/common.yaml rename to stable/shlink-web-client/10.2.0/templates/common.yaml diff --git a/stable/shoko-server/9.1.0/values.yaml b/stable/shlink-web-client/10.2.0/values.yaml similarity index 100% rename from stable/shoko-server/9.1.0/values.yaml rename to stable/shlink-web-client/10.2.0/values.yaml diff --git a/stable/shlink/13.1.0/CHANGELOG.md b/stable/shlink/13.1.0/CHANGELOG.md deleted file mode 100644 index 7efe4f209a8..00000000000 --- a/stable/shlink/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [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) - -### Chore - - - -- update container image shlinkio/shlink to v3.7.3[@c70cf1b](https://github.com/c70cf1b) by renovate ([#17010](https://github.com/truecharts/charts/issues/17010)) - - -## [shlink-12.1.9](https://github.com/truecharts/charts/compare/shlink-12.1.8...shlink-12.1.9) (2024-01-02) - -### Chore - - - -- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) diff --git a/stable/shlink/13.1.0/Chart.yaml b/stable/shlink/13.1.0/Chart.yaml deleted file mode 100644 index d8f573fe0b0..00000000000 --- a/stable/shlink/13.1.0/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.7.3 -dependencies: - - name: common - version: 18.0.1 - 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: 13.1.0 diff --git a/stable/shlink/13.1.0/charts/common-18.0.1.tgz b/stable/shlink/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/shlink/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/shortipy/5.1.0/.helmignore b/stable/shlink/13.2.0/.helmignore similarity index 100% rename from stable/shortipy/5.1.0/.helmignore rename to stable/shlink/13.2.0/.helmignore diff --git a/stable/shlink/13.2.0/CHANGELOG.md b/stable/shlink/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2d5d46625ff --- /dev/null +++ b/stable/shlink/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + +## [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) + +### Chore + + + +- update container image shlinkio/shlink to v3.7.3[@c70cf1b](https://github.com/c70cf1b) by renovate ([#17010](https://github.com/truecharts/charts/issues/17010)) + + +## [shlink-12.1.9](https://github.com/truecharts/charts/compare/shlink-12.1.8...shlink-12.1.9) (2024-01-02) + +### Chore diff --git a/stable/shlink/13.2.0/Chart.yaml b/stable/shlink/13.2.0/Chart.yaml new file mode 100644 index 00000000000..3ad6b63125a --- /dev/null +++ b/stable/shlink/13.2.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.7.3 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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: 13.2.0 diff --git a/stable/shlink/13.1.0/README.md b/stable/shlink/13.2.0/README.md similarity index 100% rename from stable/shlink/13.1.0/README.md rename to stable/shlink/13.2.0/README.md diff --git a/stable/shlink/13.1.0/app-readme.md b/stable/shlink/13.2.0/app-readme.md similarity index 100% rename from stable/shlink/13.1.0/app-readme.md rename to stable/shlink/13.2.0/app-readme.md diff --git a/stable/shlink/13.2.0/charts/common-18.1.2.tgz b/stable/shlink/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/shlink/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/shlink/13.1.0/charts/redis-11.2.1.tgz b/stable/shlink/13.2.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/shlink/13.1.0/charts/redis-11.2.1.tgz rename to stable/shlink/13.2.0/charts/redis-11.2.1.tgz diff --git a/stable/shlink/13.1.0/ix_values.yaml b/stable/shlink/13.2.0/ix_values.yaml similarity index 100% rename from stable/shlink/13.1.0/ix_values.yaml rename to stable/shlink/13.2.0/ix_values.yaml diff --git a/stable/shlink/13.1.0/questions.yaml b/stable/shlink/13.2.0/questions.yaml similarity index 100% rename from stable/shlink/13.1.0/questions.yaml rename to stable/shlink/13.2.0/questions.yaml diff --git a/stable/shorturl/10.1.0/templates/NOTES.txt b/stable/shlink/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/shorturl/10.1.0/templates/NOTES.txt rename to stable/shlink/13.2.0/templates/NOTES.txt diff --git a/stable/smartctl-exporter/2.1.0/templates/common.yaml b/stable/shlink/13.2.0/templates/common.yaml similarity index 100% rename from stable/smartctl-exporter/2.1.0/templates/common.yaml rename to stable/shlink/13.2.0/templates/common.yaml diff --git a/stable/shortipy/5.1.0/values.yaml b/stable/shlink/13.2.0/values.yaml similarity index 100% rename from stable/shortipy/5.1.0/values.yaml rename to stable/shlink/13.2.0/values.yaml diff --git a/stable/shoko-server/9.1.0/CHANGELOG.md b/stable/shoko-server/9.1.0/CHANGELOG.md deleted file mode 100644 index 74cbeabf212..00000000000 --- a/stable/shoko-server/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/shoko-server/9.1.0/Chart.yaml b/stable/shoko-server/9.1.0/Chart.yaml deleted file mode 100644 index 2b1991eb141..00000000000 --- a/stable/shoko-server/9.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/shoko-server/9.1.0/charts/common-18.0.1.tgz b/stable/shoko-server/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/shoko-server/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/shorturl/10.1.0/.helmignore b/stable/shoko-server/9.2.0/.helmignore similarity index 100% rename from stable/shorturl/10.1.0/.helmignore rename to stable/shoko-server/9.2.0/.helmignore diff --git a/stable/shoko-server/9.2.0/CHANGELOG.md b/stable/shoko-server/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..801b72b64d0 --- /dev/null +++ b/stable/shoko-server/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/shoko-server/9.2.0/Chart.yaml b/stable/shoko-server/9.2.0/Chart.yaml new file mode 100644 index 00000000000..b618815e2c8 --- /dev/null +++ b/stable/shoko-server/9.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.2.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/shoko-server/9.1.0/README.md b/stable/shoko-server/9.2.0/README.md similarity index 100% rename from stable/shoko-server/9.1.0/README.md rename to stable/shoko-server/9.2.0/README.md diff --git a/stable/shoko-server/9.1.0/app-readme.md b/stable/shoko-server/9.2.0/app-readme.md similarity index 100% rename from stable/shoko-server/9.1.0/app-readme.md rename to stable/shoko-server/9.2.0/app-readme.md diff --git a/stable/shoko-server/9.2.0/charts/common-18.1.2.tgz b/stable/shoko-server/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/shoko-server/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/shoko-server/9.1.0/ix_values.yaml b/stable/shoko-server/9.2.0/ix_values.yaml similarity index 100% rename from stable/shoko-server/9.1.0/ix_values.yaml rename to stable/shoko-server/9.2.0/ix_values.yaml diff --git a/stable/shoko-server/9.1.0/questions.yaml b/stable/shoko-server/9.2.0/questions.yaml similarity index 100% rename from stable/shoko-server/9.1.0/questions.yaml rename to stable/shoko-server/9.2.0/questions.yaml diff --git a/stable/sickchill/11.1.1/templates/NOTES.txt b/stable/shoko-server/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/sickchill/11.1.1/templates/NOTES.txt rename to stable/shoko-server/9.2.0/templates/NOTES.txt diff --git a/stable/shoko-server/9.1.0/templates/common.yaml b/stable/shoko-server/9.2.0/templates/common.yaml similarity index 100% rename from stable/shoko-server/9.1.0/templates/common.yaml rename to stable/shoko-server/9.2.0/templates/common.yaml diff --git a/stable/shorturl/10.1.0/values.yaml b/stable/shoko-server/9.2.0/values.yaml similarity index 100% rename from stable/shorturl/10.1.0/values.yaml rename to stable/shoko-server/9.2.0/values.yaml diff --git a/stable/shortipy/5.1.0/CHANGELOG.md b/stable/shortipy/5.1.0/CHANGELOG.md deleted file mode 100644 index 26c131b181d..00000000000 --- a/stable/shortipy/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/shortipy/5.1.0/Chart.yaml b/stable/shortipy/5.1.0/Chart.yaml deleted file mode 100644 index 039365ec523..00000000000 --- a/stable/shortipy/5.1.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: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/shortipy/5.1.0/charts/common-18.0.1.tgz b/stable/shortipy/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/shortipy/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/sia-daemon/5.1.0/.helmignore b/stable/shortipy/5.2.0/.helmignore similarity index 100% rename from stable/sia-daemon/5.1.0/.helmignore rename to stable/shortipy/5.2.0/.helmignore diff --git a/stable/shortipy/5.2.0/CHANGELOG.md b/stable/shortipy/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..809f10e276a --- /dev/null +++ b/stable/shortipy/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/shortipy/5.2.0/Chart.yaml b/stable/shortipy/5.2.0/Chart.yaml new file mode 100644 index 00000000000..98270d667be --- /dev/null +++ b/stable/shortipy/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/shortipy/5.1.0/README.md b/stable/shortipy/5.2.0/README.md similarity index 100% rename from stable/shortipy/5.1.0/README.md rename to stable/shortipy/5.2.0/README.md diff --git a/stable/shortipy/5.1.0/app-readme.md b/stable/shortipy/5.2.0/app-readme.md similarity index 100% rename from stable/shortipy/5.1.0/app-readme.md rename to stable/shortipy/5.2.0/app-readme.md diff --git a/stable/shortipy/5.2.0/charts/common-18.1.2.tgz b/stable/shortipy/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/shortipy/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/shortipy/5.1.0/ix_values.yaml b/stable/shortipy/5.2.0/ix_values.yaml similarity index 100% rename from stable/shortipy/5.1.0/ix_values.yaml rename to stable/shortipy/5.2.0/ix_values.yaml diff --git a/stable/shortipy/5.1.0/questions.yaml b/stable/shortipy/5.2.0/questions.yaml similarity index 100% rename from stable/shortipy/5.1.0/questions.yaml rename to stable/shortipy/5.2.0/questions.yaml diff --git a/stable/shortipy/5.1.0/templates/common.yaml b/stable/shortipy/5.2.0/templates/common.yaml similarity index 100% rename from stable/shortipy/5.1.0/templates/common.yaml rename to stable/shortipy/5.2.0/templates/common.yaml diff --git a/stable/sia-daemon/5.1.0/values.yaml b/stable/shortipy/5.2.0/values.yaml similarity index 100% rename from stable/sia-daemon/5.1.0/values.yaml rename to stable/shortipy/5.2.0/values.yaml diff --git a/stable/shorturl/10.1.0/CHANGELOG.md b/stable/shorturl/10.1.0/CHANGELOG.md deleted file mode 100644 index 06a6a560ff0..00000000000 --- a/stable/shorturl/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/shorturl/10.1.0/Chart.yaml b/stable/shorturl/10.1.0/Chart.yaml deleted file mode 100644 index c5070d51b24..00000000000 --- a/stable/shorturl/10.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.1.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/shorturl/10.1.0/charts/common-18.0.1.tgz b/stable/shorturl/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/shorturl/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/sickchill/11.1.1/.helmignore b/stable/shorturl/10.2.0/.helmignore similarity index 100% rename from stable/sickchill/11.1.1/.helmignore rename to stable/shorturl/10.2.0/.helmignore diff --git a/stable/shorturl/10.2.0/CHANGELOG.md b/stable/shorturl/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2349ff77460 --- /dev/null +++ b/stable/shorturl/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/shorturl/10.2.0/Chart.yaml b/stable/shorturl/10.2.0/Chart.yaml new file mode 100644 index 00000000000..40233e845fe --- /dev/null +++ b/stable/shorturl/10.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.1.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/shorturl/10.1.0/README.md b/stable/shorturl/10.2.0/README.md similarity index 100% rename from stable/shorturl/10.1.0/README.md rename to stable/shorturl/10.2.0/README.md diff --git a/stable/shorturl/10.1.0/app-readme.md b/stable/shorturl/10.2.0/app-readme.md similarity index 100% rename from stable/shorturl/10.1.0/app-readme.md rename to stable/shorturl/10.2.0/app-readme.md diff --git a/stable/shorturl/10.2.0/charts/common-18.1.2.tgz b/stable/shorturl/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/shorturl/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/shorturl/10.1.0/ix_values.yaml b/stable/shorturl/10.2.0/ix_values.yaml similarity index 100% rename from stable/shorturl/10.1.0/ix_values.yaml rename to stable/shorturl/10.2.0/ix_values.yaml diff --git a/stable/shorturl/10.1.0/questions.yaml b/stable/shorturl/10.2.0/questions.yaml similarity index 100% rename from stable/shorturl/10.1.0/questions.yaml rename to stable/shorturl/10.2.0/questions.yaml diff --git a/stable/sickgear/11.1.0/templates/NOTES.txt b/stable/shorturl/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/sickgear/11.1.0/templates/NOTES.txt rename to stable/shorturl/10.2.0/templates/NOTES.txt diff --git a/stable/shorturl/10.1.0/templates/common.yaml b/stable/shorturl/10.2.0/templates/common.yaml similarity index 100% rename from stable/shorturl/10.1.0/templates/common.yaml rename to stable/shorturl/10.2.0/templates/common.yaml diff --git a/stable/sickchill/11.1.1/values.yaml b/stable/shorturl/10.2.0/values.yaml similarity index 100% rename from stable/sickchill/11.1.1/values.yaml rename to stable/shorturl/10.2.0/values.yaml diff --git a/stable/sia-daemon/5.1.0/CHANGELOG.md b/stable/sia-daemon/5.1.0/CHANGELOG.md deleted file mode 100644 index 5c67cf7a96e..00000000000 --- a/stable/sia-daemon/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/sia-daemon/5.1.0/Chart.yaml b/stable/sia-daemon/5.1.0/Chart.yaml deleted file mode 100644 index d5adb1df20f..00000000000 --- a/stable/sia-daemon/5.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: 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.1 - 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.0 diff --git a/stable/sia-daemon/5.1.0/charts/common-18.0.1.tgz b/stable/sia-daemon/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/sia-daemon/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/sickgear/11.1.0/.helmignore b/stable/sia-daemon/5.2.0/.helmignore similarity index 100% rename from stable/sickgear/11.1.0/.helmignore rename to stable/sia-daemon/5.2.0/.helmignore diff --git a/stable/sia-daemon/5.2.0/CHANGELOG.md b/stable/sia-daemon/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..4c3b8af43ed --- /dev/null +++ b/stable/sia-daemon/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/sia-daemon/5.2.0/Chart.yaml b/stable/sia-daemon/5.2.0/Chart.yaml new file mode 100644 index 00000000000..7ddec72ab9b --- /dev/null +++ b/stable/sia-daemon/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: master +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/sia-daemon/5.1.0/README.md b/stable/sia-daemon/5.2.0/README.md similarity index 100% rename from stable/sia-daemon/5.1.0/README.md rename to stable/sia-daemon/5.2.0/README.md diff --git a/stable/sia-daemon/5.1.0/app-readme.md b/stable/sia-daemon/5.2.0/app-readme.md similarity index 100% rename from stable/sia-daemon/5.1.0/app-readme.md rename to stable/sia-daemon/5.2.0/app-readme.md diff --git a/stable/sia-daemon/5.2.0/charts/common-18.1.2.tgz b/stable/sia-daemon/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/sia-daemon/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/sia-daemon/5.1.0/ix_values.yaml b/stable/sia-daemon/5.2.0/ix_values.yaml similarity index 100% rename from stable/sia-daemon/5.1.0/ix_values.yaml rename to stable/sia-daemon/5.2.0/ix_values.yaml diff --git a/stable/sia-daemon/5.1.0/questions.yaml b/stable/sia-daemon/5.2.0/questions.yaml similarity index 100% rename from stable/sia-daemon/5.1.0/questions.yaml rename to stable/sia-daemon/5.2.0/questions.yaml diff --git a/stable/sia-daemon/5.1.0/templates/common.yaml b/stable/sia-daemon/5.2.0/templates/common.yaml similarity index 100% rename from stable/sia-daemon/5.1.0/templates/common.yaml rename to stable/sia-daemon/5.2.0/templates/common.yaml diff --git a/stable/sickgear/11.1.0/values.yaml b/stable/sia-daemon/5.2.0/values.yaml similarity index 100% rename from stable/sickgear/11.1.0/values.yaml rename to stable/sia-daemon/5.2.0/values.yaml diff --git a/stable/sickchill/11.1.1/CHANGELOG.md b/stable/sickchill/11.1.1/CHANGELOG.md deleted file mode 100644 index caecf261d24..00000000000 --- a/stable/sickchill/11.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - -## [sickchill-10.1.1](https://github.com/truecharts/charts/compare/sickchill-10.1.0...sickchill-10.1.1) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/sickchill to 2024.2.2[@721101f](https://github.com/721101f) by renovate ([#18076](https://github.com/truecharts/charts/issues/18076)) - - -## [sickchill-10.1.0](https://github.com/truecharts/charts/compare/sickchill-10.0.9...sickchill-10.1.0) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/sickchill to v2024.2.2[@0915dee](https://github.com/0915dee) by renovate ([#17939](https://github.com/truecharts/charts/issues/17939)) - - -## [sickchill-10.0.9](https://github.com/truecharts/charts/compare/sickchill-10.0.8...sickchill-10.0.9) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/sickchill to v2024.1.31[@3258510](https://github.com/3258510) by renovate ([#17911](https://github.com/truecharts/charts/issues/17911)) - - -## [sickchill-10.0.8](https://github.com/truecharts/charts/compare/sickchill-10.0.7...sickchill-10.0.8) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [sickchill-10.0.7](https://github.com/truecharts/charts/compare/sickchill-10.0.6...sickchill-10.0.7) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/sickchill to 2024.1.8[@1d3da07](https://github.com/1d3da07) by renovate ([#17623](https://github.com/truecharts/charts/issues/17623)) - - -## [sickchill-10.0.6](https://github.com/truecharts/charts/compare/sickchill-10.0.5...sickchill-10.0.6) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [sickchill-10.0.5](https://github.com/truecharts/charts/compare/sickchill-10.0.4...sickchill-10.0.5) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [sickchill-10.0.4](https://github.com/truecharts/charts/compare/sickchill-10.0.3...sickchill-10.0.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [sickchill-10.0.3](https://github.com/truecharts/charts/compare/sickchill-10.0.2...sickchill-10.0.3) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [sickchill-10.0.2](https://github.com/truecharts/charts/compare/sickchill-10.0.1...sickchill-10.0.2) (2024-01-21) - -### Chore \ No newline at end of file diff --git a/stable/sickchill/11.1.1/Chart.yaml b/stable/sickchill/11.1.1/Chart.yaml deleted file mode 100644 index 25a9478192b..00000000000 --- a/stable/sickchill/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: 2024.2.20 -dependencies: - - name: common - version: 18.0.1 - 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.1 diff --git a/stable/sickchill/11.1.1/charts/common-18.0.1.tgz b/stable/sickchill/11.1.1/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/sickchill/11.1.1/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/simply-shorten/8.1.0/.helmignore b/stable/sickchill/11.2.0/.helmignore similarity index 100% rename from stable/simply-shorten/8.1.0/.helmignore rename to stable/sickchill/11.2.0/.helmignore diff --git a/stable/sickchill/11.2.0/CHANGELOG.md b/stable/sickchill/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..89cfbf70a0e --- /dev/null +++ b/stable/sickchill/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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.2.0/Chart.yaml b/stable/sickchill/11.2.0/Chart.yaml new file mode 100644 index 00000000000..4700ef92e09 --- /dev/null +++ b/stable/sickchill/11.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.2.20 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An Automatic Video Library Manager for TV Shows +home: https://truecharts.org/charts/stable/sickchill +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickchill.png +keywords: + - sickchill + - video + - library + - manager +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sickchill +sources: + - https://github.com/SickChill/SickChill + - https://github.com/linuxserver/docker-sickchill + - https://github.com/truecharts/charts/tree/master/charts/stable/sickchill + - https://ghcr.io/linuxserver/sickchill +type: application +version: 11.2.0 diff --git a/stable/sickchill/11.1.1/README.md b/stable/sickchill/11.2.0/README.md similarity index 100% rename from stable/sickchill/11.1.1/README.md rename to stable/sickchill/11.2.0/README.md diff --git a/stable/sickchill/11.1.1/app-readme.md b/stable/sickchill/11.2.0/app-readme.md similarity index 100% rename from stable/sickchill/11.1.1/app-readme.md rename to stable/sickchill/11.2.0/app-readme.md diff --git a/stable/sickchill/11.2.0/charts/common-18.1.2.tgz b/stable/sickchill/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/sickchill/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/sickchill/11.1.1/ix_values.yaml b/stable/sickchill/11.2.0/ix_values.yaml similarity index 100% rename from stable/sickchill/11.1.1/ix_values.yaml rename to stable/sickchill/11.2.0/ix_values.yaml diff --git a/stable/sickchill/11.1.1/questions.yaml b/stable/sickchill/11.2.0/questions.yaml similarity index 100% rename from stable/sickchill/11.1.1/questions.yaml rename to stable/sickchill/11.2.0/questions.yaml diff --git a/stable/simply-shorten/8.1.0/templates/NOTES.txt b/stable/sickchill/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/simply-shorten/8.1.0/templates/NOTES.txt rename to stable/sickchill/11.2.0/templates/NOTES.txt diff --git a/stable/sickchill/11.1.1/templates/common.yaml b/stable/sickchill/11.2.0/templates/common.yaml similarity index 100% rename from stable/sickchill/11.1.1/templates/common.yaml rename to stable/sickchill/11.2.0/templates/common.yaml diff --git a/stable/simply-shorten/8.1.0/values.yaml b/stable/sickchill/11.2.0/values.yaml similarity index 100% rename from stable/simply-shorten/8.1.0/values.yaml rename to stable/sickchill/11.2.0/values.yaml diff --git a/stable/sickgear/11.1.0/CHANGELOG.md b/stable/sickgear/11.1.0/CHANGELOG.md deleted file mode 100644 index ad6dc648ef8..00000000000 --- a/stable/sickgear/11.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/sickgear/11.1.0/Chart.yaml b/stable/sickgear/11.1.0/Chart.yaml deleted file mode 100644 index 1f5af167692..00000000000 --- a/stable/sickgear/11.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: 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.1 - 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.0 diff --git a/stable/sickgear/11.1.0/charts/common-18.0.1.tgz b/stable/sickgear/11.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/sickgear/11.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/sinusbot/5.1.0/.helmignore b/stable/sickgear/11.2.0/.helmignore similarity index 100% rename from stable/sinusbot/5.1.0/.helmignore rename to stable/sickgear/11.2.0/.helmignore diff --git a/stable/sickgear/11.2.0/CHANGELOG.md b/stable/sickgear/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..eda2986da0b --- /dev/null +++ b/stable/sickgear/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/sickgear/11.2.0/Chart.yaml b/stable/sickgear/11.2.0/Chart.yaml new file mode 100644 index 00000000000..6c10c07d9d5 --- /dev/null +++ b/stable/sickgear/11.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/sickgear/11.1.0/README.md b/stable/sickgear/11.2.0/README.md similarity index 100% rename from stable/sickgear/11.1.0/README.md rename to stable/sickgear/11.2.0/README.md diff --git a/stable/sickgear/11.1.0/app-readme.md b/stable/sickgear/11.2.0/app-readme.md similarity index 100% rename from stable/sickgear/11.1.0/app-readme.md rename to stable/sickgear/11.2.0/app-readme.md diff --git a/stable/sickgear/11.2.0/charts/common-18.1.2.tgz b/stable/sickgear/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/sickgear/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/sickgear/11.1.0/ix_values.yaml b/stable/sickgear/11.2.0/ix_values.yaml similarity index 100% rename from stable/sickgear/11.1.0/ix_values.yaml rename to stable/sickgear/11.2.0/ix_values.yaml diff --git a/stable/sickgear/11.1.0/questions.yaml b/stable/sickgear/11.2.0/questions.yaml similarity index 100% rename from stable/sickgear/11.1.0/questions.yaml rename to stable/sickgear/11.2.0/questions.yaml diff --git a/stable/slash/4.1.0/templates/NOTES.txt b/stable/sickgear/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/slash/4.1.0/templates/NOTES.txt rename to stable/sickgear/11.2.0/templates/NOTES.txt diff --git a/stable/sickgear/11.1.0/templates/common.yaml b/stable/sickgear/11.2.0/templates/common.yaml similarity index 100% rename from stable/sickgear/11.1.0/templates/common.yaml rename to stable/sickgear/11.2.0/templates/common.yaml diff --git a/stable/sinusbot/5.1.0/values.yaml b/stable/sickgear/11.2.0/values.yaml similarity index 100% rename from stable/sinusbot/5.1.0/values.yaml rename to stable/sickgear/11.2.0/values.yaml diff --git a/stable/simply-shorten/8.1.0/CHANGELOG.md b/stable/simply-shorten/8.1.0/CHANGELOG.md deleted file mode 100644 index d21328e275e..00000000000 --- a/stable/simply-shorten/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/simply-shorten/8.1.0/Chart.yaml b/stable/simply-shorten/8.1.0/Chart.yaml deleted file mode 100644 index b3d3ef1d8c6..00000000000 --- a/stable/simply-shorten/8.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: 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.1 - 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.0 diff --git a/stable/simply-shorten/8.1.0/charts/common-18.0.1.tgz b/stable/simply-shorten/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/simply-shorten/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/slack-invite/5.1.0/.helmignore b/stable/simply-shorten/8.2.0/.helmignore similarity index 100% rename from stable/slack-invite/5.1.0/.helmignore rename to stable/simply-shorten/8.2.0/.helmignore diff --git a/stable/simply-shorten/8.2.0/CHANGELOG.md b/stable/simply-shorten/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d47a43eeca6 --- /dev/null +++ b/stable/simply-shorten/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/simply-shorten/8.2.0/Chart.yaml b/stable/simply-shorten/8.2.0/Chart.yaml new file mode 100644 index 00000000000..1e4d36aa14e --- /dev/null +++ b/stable/simply-shorten/8.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.1.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/simply-shorten/8.1.0/README.md b/stable/simply-shorten/8.2.0/README.md similarity index 100% rename from stable/simply-shorten/8.1.0/README.md rename to stable/simply-shorten/8.2.0/README.md diff --git a/stable/simply-shorten/8.1.0/app-readme.md b/stable/simply-shorten/8.2.0/app-readme.md similarity index 100% rename from stable/simply-shorten/8.1.0/app-readme.md rename to stable/simply-shorten/8.2.0/app-readme.md diff --git a/stable/simply-shorten/8.2.0/charts/common-18.1.2.tgz b/stable/simply-shorten/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/simply-shorten/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/simply-shorten/8.1.0/ix_values.yaml b/stable/simply-shorten/8.2.0/ix_values.yaml similarity index 100% rename from stable/simply-shorten/8.1.0/ix_values.yaml rename to stable/simply-shorten/8.2.0/ix_values.yaml diff --git a/stable/simply-shorten/8.1.0/questions.yaml b/stable/simply-shorten/8.2.0/questions.yaml similarity index 100% rename from stable/simply-shorten/8.1.0/questions.yaml rename to stable/simply-shorten/8.2.0/questions.yaml diff --git a/stable/smartctl-exporter/2.1.0/templates/NOTES.txt b/stable/simply-shorten/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/smartctl-exporter/2.1.0/templates/NOTES.txt rename to stable/simply-shorten/8.2.0/templates/NOTES.txt diff --git a/stable/simply-shorten/8.1.0/templates/common.yaml b/stable/simply-shorten/8.2.0/templates/common.yaml similarity index 100% rename from stable/simply-shorten/8.1.0/templates/common.yaml rename to stable/simply-shorten/8.2.0/templates/common.yaml diff --git a/stable/slack-invite/5.1.0/values.yaml b/stable/simply-shorten/8.2.0/values.yaml similarity index 100% rename from stable/slack-invite/5.1.0/values.yaml rename to stable/simply-shorten/8.2.0/values.yaml diff --git a/stable/sinusbot/5.1.0/CHANGELOG.md b/stable/sinusbot/5.1.0/CHANGELOG.md deleted file mode 100644 index c0699ef7114..00000000000 --- a/stable/sinusbot/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/sinusbot/5.1.0/Chart.yaml b/stable/sinusbot/5.1.0/Chart.yaml deleted file mode 100644 index 4ab3f75d988..00000000000 --- a/stable/sinusbot/5.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: 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.1 - 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.0 diff --git a/stable/sinusbot/5.1.0/charts/common-18.0.1.tgz b/stable/sinusbot/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/sinusbot/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/slash/4.1.0/.helmignore b/stable/sinusbot/5.2.0/.helmignore similarity index 100% rename from stable/slash/4.1.0/.helmignore rename to stable/sinusbot/5.2.0/.helmignore diff --git a/stable/sinusbot/5.2.0/CHANGELOG.md b/stable/sinusbot/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c46fbb77d37 --- /dev/null +++ b/stable/sinusbot/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/sinusbot/5.2.0/Chart.yaml b/stable/sinusbot/5.2.0/Chart.yaml new file mode 100644 index 00000000000..1f0dd17baad --- /dev/null +++ b/stable/sinusbot/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/sinusbot/5.1.0/README.md b/stable/sinusbot/5.2.0/README.md similarity index 100% rename from stable/sinusbot/5.1.0/README.md rename to stable/sinusbot/5.2.0/README.md diff --git a/stable/sinusbot/5.1.0/app-readme.md b/stable/sinusbot/5.2.0/app-readme.md similarity index 100% rename from stable/sinusbot/5.1.0/app-readme.md rename to stable/sinusbot/5.2.0/app-readme.md diff --git a/stable/sinusbot/5.2.0/charts/common-18.1.2.tgz b/stable/sinusbot/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/sinusbot/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/sinusbot/5.1.0/ix_values.yaml b/stable/sinusbot/5.2.0/ix_values.yaml similarity index 100% rename from stable/sinusbot/5.1.0/ix_values.yaml rename to stable/sinusbot/5.2.0/ix_values.yaml diff --git a/stable/sinusbot/5.1.0/questions.yaml b/stable/sinusbot/5.2.0/questions.yaml similarity index 100% rename from stable/sinusbot/5.1.0/questions.yaml rename to stable/sinusbot/5.2.0/questions.yaml diff --git a/stable/sinusbot/5.1.0/templates/common.yaml b/stable/sinusbot/5.2.0/templates/common.yaml similarity index 100% rename from stable/sinusbot/5.1.0/templates/common.yaml rename to stable/sinusbot/5.2.0/templates/common.yaml diff --git a/stable/slash/4.1.0/values.yaml b/stable/sinusbot/5.2.0/values.yaml similarity index 100% rename from stable/slash/4.1.0/values.yaml rename to stable/sinusbot/5.2.0/values.yaml diff --git a/stable/slack-invite/5.1.0/CHANGELOG.md b/stable/slack-invite/5.1.0/CHANGELOG.md deleted file mode 100644 index 9b62007afbb..00000000000 --- a/stable/slack-invite/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/slack-invite/5.1.0/Chart.yaml b/stable/slack-invite/5.1.0/Chart.yaml deleted file mode 100644 index ec20b30d7be..00000000000 --- a/stable/slack-invite/5.1.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: 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.1 - 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.0 diff --git a/stable/slack-invite/5.1.0/charts/common-18.0.1.tgz b/stable/slack-invite/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/slack-invite/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/smartctl-exporter/2.1.0/.helmignore b/stable/slack-invite/5.2.0/.helmignore similarity index 100% rename from stable/smartctl-exporter/2.1.0/.helmignore rename to stable/slack-invite/5.2.0/.helmignore diff --git a/stable/slack-invite/5.2.0/CHANGELOG.md b/stable/slack-invite/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5e49f2fa6da --- /dev/null +++ b/stable/slack-invite/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/slack-invite/5.2.0/Chart.yaml b/stable/slack-invite/5.2.0/Chart.yaml new file mode 100644 index 00000000000..a24c32c8286 --- /dev/null +++ b/stable/slack-invite/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Messenger + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/slack-invite/5.1.0/README.md b/stable/slack-invite/5.2.0/README.md similarity index 100% rename from stable/slack-invite/5.1.0/README.md rename to stable/slack-invite/5.2.0/README.md diff --git a/stable/slack-invite/5.1.0/app-readme.md b/stable/slack-invite/5.2.0/app-readme.md similarity index 100% rename from stable/slack-invite/5.1.0/app-readme.md rename to stable/slack-invite/5.2.0/app-readme.md diff --git a/stable/slack-invite/5.2.0/charts/common-18.1.2.tgz b/stable/slack-invite/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/slack-invite/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/slack-invite/5.1.0/ix_values.yaml b/stable/slack-invite/5.2.0/ix_values.yaml similarity index 100% rename from stable/slack-invite/5.1.0/ix_values.yaml rename to stable/slack-invite/5.2.0/ix_values.yaml diff --git a/stable/slack-invite/5.1.0/questions.yaml b/stable/slack-invite/5.2.0/questions.yaml similarity index 100% rename from stable/slack-invite/5.1.0/questions.yaml rename to stable/slack-invite/5.2.0/questions.yaml diff --git a/stable/slack-invite/5.1.0/templates/common.yaml b/stable/slack-invite/5.2.0/templates/common.yaml similarity index 100% rename from stable/slack-invite/5.1.0/templates/common.yaml rename to stable/slack-invite/5.2.0/templates/common.yaml diff --git a/stable/smartctl-exporter/2.1.0/values.yaml b/stable/slack-invite/5.2.0/values.yaml similarity index 100% rename from stable/smartctl-exporter/2.1.0/values.yaml rename to stable/slack-invite/5.2.0/values.yaml diff --git a/stable/slash/4.1.0/CHANGELOG.md b/stable/slash/4.1.0/CHANGELOG.md deleted file mode 100644 index 4566e11b2ec..00000000000 --- a/stable/slash/4.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/slash/4.1.0/Chart.yaml b/stable/slash/4.1.0/Chart.yaml deleted file mode 100644 index 358fd97dd1d..00000000000 --- a/stable/slash/4.1.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: 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.1 - 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.0 diff --git a/stable/slash/4.1.0/charts/common-18.0.1.tgz b/stable/slash/4.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/slash/4.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/smokeping/10.1.0/.helmignore b/stable/slash/4.2.0/.helmignore similarity index 100% rename from stable/smokeping/10.1.0/.helmignore rename to stable/slash/4.2.0/.helmignore diff --git a/stable/slash/4.2.0/CHANGELOG.md b/stable/slash/4.2.0/CHANGELOG.md new file mode 100644 index 00000000000..70917687ab8 --- /dev/null +++ b/stable/slash/4.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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)) + + + diff --git a/stable/slash/4.2.0/Chart.yaml b/stable/slash/4.2.0/Chart.yaml new file mode 100644 index 00000000000..976240c3bc0 --- /dev/null +++ b/stable/slash/4.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: bookmarks + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/slash/4.1.0/README.md b/stable/slash/4.2.0/README.md similarity index 100% rename from stable/slash/4.1.0/README.md rename to stable/slash/4.2.0/README.md diff --git a/stable/slash/4.1.0/app-readme.md b/stable/slash/4.2.0/app-readme.md similarity index 100% rename from stable/slash/4.1.0/app-readme.md rename to stable/slash/4.2.0/app-readme.md diff --git a/stable/slash/4.2.0/charts/common-18.1.2.tgz b/stable/slash/4.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/slash/4.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/slash/4.1.0/ix_values.yaml b/stable/slash/4.2.0/ix_values.yaml similarity index 100% rename from stable/slash/4.1.0/ix_values.yaml rename to stable/slash/4.2.0/ix_values.yaml diff --git a/stable/slash/4.1.0/questions.yaml b/stable/slash/4.2.0/questions.yaml similarity index 100% rename from stable/slash/4.1.0/questions.yaml rename to stable/slash/4.2.0/questions.yaml diff --git a/stable/smokeping/10.1.0/templates/NOTES.txt b/stable/slash/4.2.0/templates/NOTES.txt similarity index 100% rename from stable/smokeping/10.1.0/templates/NOTES.txt rename to stable/slash/4.2.0/templates/NOTES.txt diff --git a/stable/smtp-relay/3.1.0/templates/common.yaml b/stable/slash/4.2.0/templates/common.yaml similarity index 100% rename from stable/smtp-relay/3.1.0/templates/common.yaml rename to stable/slash/4.2.0/templates/common.yaml diff --git a/stable/smokeping/10.1.0/values.yaml b/stable/slash/4.2.0/values.yaml similarity index 100% rename from stable/smokeping/10.1.0/values.yaml rename to stable/slash/4.2.0/values.yaml diff --git a/stable/smartctl-exporter/2.1.0/Chart.yaml b/stable/smartctl-exporter/2.1.0/Chart.yaml deleted file mode 100644 index d6cbf514748..00000000000 --- a/stable/smartctl-exporter/2.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.11.0 -dependencies: - - name: common - version: 18.0.1 - 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.1.0 diff --git a/stable/smartctl-exporter/2.1.0/charts/common-18.0.1.tgz b/stable/smartctl-exporter/2.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/smartctl-exporter/2.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/smtp-relay/3.1.0/.helmignore b/stable/smartctl-exporter/2.2.0/.helmignore similarity index 100% rename from stable/smtp-relay/3.1.0/.helmignore rename to stable/smartctl-exporter/2.2.0/.helmignore diff --git a/stable/smartctl-exporter/2.1.0/CHANGELOG.md b/stable/smartctl-exporter/2.2.0/CHANGELOG.md similarity index 100% rename from stable/smartctl-exporter/2.1.0/CHANGELOG.md rename to stable/smartctl-exporter/2.2.0/CHANGELOG.md diff --git a/stable/smartctl-exporter/2.2.0/Chart.yaml b/stable/smartctl-exporter/2.2.0/Chart.yaml new file mode 100644 index 00000000000..5ada524edf8 --- /dev/null +++ b/stable/smartctl-exporter/2.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.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.1.0/README.md b/stable/smartctl-exporter/2.2.0/README.md similarity index 100% rename from stable/smartctl-exporter/2.1.0/README.md rename to stable/smartctl-exporter/2.2.0/README.md diff --git a/stable/smartctl-exporter/2.1.0/app-readme.md b/stable/smartctl-exporter/2.2.0/app-readme.md similarity index 100% rename from stable/smartctl-exporter/2.1.0/app-readme.md rename to stable/smartctl-exporter/2.2.0/app-readme.md 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 new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/smartctl-exporter/2.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/smartctl-exporter/2.1.0/ix_values.yaml b/stable/smartctl-exporter/2.2.0/ix_values.yaml similarity index 100% rename from stable/smartctl-exporter/2.1.0/ix_values.yaml rename to stable/smartctl-exporter/2.2.0/ix_values.yaml diff --git a/stable/smartctl-exporter/2.1.0/questions.yaml b/stable/smartctl-exporter/2.2.0/questions.yaml similarity index 100% rename from stable/smartctl-exporter/2.1.0/questions.yaml rename to stable/smartctl-exporter/2.2.0/questions.yaml diff --git a/stable/smtp-relay/3.1.0/templates/NOTES.txt b/stable/smartctl-exporter/2.2.0/templates/NOTES.txt similarity index 100% rename from stable/smtp-relay/3.1.0/templates/NOTES.txt rename to stable/smartctl-exporter/2.2.0/templates/NOTES.txt diff --git a/stable/snapdrop/9.1.0/templates/common.yaml b/stable/smartctl-exporter/2.2.0/templates/common.yaml similarity index 100% rename from stable/snapdrop/9.1.0/templates/common.yaml rename to stable/smartctl-exporter/2.2.0/templates/common.yaml diff --git a/stable/smtp-relay/3.1.0/values.yaml b/stable/smartctl-exporter/2.2.0/values.yaml similarity index 100% rename from stable/smtp-relay/3.1.0/values.yaml rename to stable/smartctl-exporter/2.2.0/values.yaml diff --git a/stable/smokeping/10.1.0/CHANGELOG.md b/stable/smokeping/10.1.0/CHANGELOG.md deleted file mode 100644 index 70eaa2f5bbb..00000000000 --- a/stable/smokeping/10.1.0/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) - -### Chore \ No newline at end of file diff --git a/stable/smokeping/10.1.0/Chart.yaml b/stable/smokeping/10.1.0/Chart.yaml deleted file mode 100644 index 9bc7f1f815d..00000000000 --- a/stable/smokeping/10.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.8.2 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/smokeping/10.1.0/charts/common-18.0.1.tgz b/stable/smokeping/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/smokeping/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/snapdrop/9.1.0/.helmignore b/stable/smokeping/10.2.0/.helmignore similarity index 100% rename from stable/snapdrop/9.1.0/.helmignore rename to stable/smokeping/10.2.0/.helmignore diff --git a/stable/smokeping/10.2.0/CHANGELOG.md b/stable/smokeping/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..1620532bb54 --- /dev/null +++ b/stable/smokeping/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + +## [smokeping-9.1.18](https://github.com/truecharts/charts/compare/smokeping-9.1.17...smokeping-9.1.18) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@a5ca0ac](https://github.com/a5ca0ac) by renovate ([#18077](https://github.com/truecharts/charts/issues/18077)) + + +## [smokeping-9.1.17](https://github.com/truecharts/charts/compare/smokeping-9.1.16...smokeping-9.1.17) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@1bc0f63](https://github.com/1bc0f63) by renovate ([#17866](https://github.com/truecharts/charts/issues/17866)) + + +## [smokeping-9.1.16](https://github.com/truecharts/charts/compare/smokeping-9.1.15...smokeping-9.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [smokeping-9.1.15](https://github.com/truecharts/charts/compare/smokeping-9.1.14...smokeping-9.1.15) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@5e66755](https://github.com/5e66755) by renovate ([#17624](https://github.com/truecharts/charts/issues/17624)) + + +## [smokeping-9.1.14](https://github.com/truecharts/charts/compare/smokeping-9.1.13...smokeping-9.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [smokeping-9.1.13](https://github.com/truecharts/charts/compare/smokeping-9.1.12...smokeping-9.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [smokeping-9.1.12](https://github.com/truecharts/charts/compare/smokeping-9.1.11...smokeping-9.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [smokeping-9.1.11](https://github.com/truecharts/charts/compare/smokeping-9.1.10...smokeping-9.1.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/smokeping/10.2.0/Chart.yaml b/stable/smokeping/10.2.0/Chart.yaml new file mode 100644 index 00000000000..71243387181 --- /dev/null +++ b/stable/smokeping/10.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.8.2 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Keep track of your network latency. +home: https://truecharts.org/charts/stable/smokeping +icon: https://truecharts.org/img/hotlink-ok/chart-icons/smokeping.png +keywords: + - smokeping + - network + - latency +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: smokeping +sources: + - https://oss.oetiker.ch/smokeping/ + - https://github.com/truecharts/charts/tree/master/charts/stable/smokeping + - https://ghcr.io/linuxserver/smokeping +type: application +version: 10.2.0 diff --git a/stable/smokeping/10.1.0/README.md b/stable/smokeping/10.2.0/README.md similarity index 100% rename from stable/smokeping/10.1.0/README.md rename to stable/smokeping/10.2.0/README.md diff --git a/stable/smokeping/10.1.0/app-readme.md b/stable/smokeping/10.2.0/app-readme.md similarity index 100% rename from stable/smokeping/10.1.0/app-readme.md rename to stable/smokeping/10.2.0/app-readme.md diff --git a/stable/smokeping/10.2.0/charts/common-18.1.2.tgz b/stable/smokeping/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/smokeping/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/smokeping/10.1.0/ix_values.yaml b/stable/smokeping/10.2.0/ix_values.yaml similarity index 100% rename from stable/smokeping/10.1.0/ix_values.yaml rename to stable/smokeping/10.2.0/ix_values.yaml diff --git a/stable/smokeping/10.1.0/questions.yaml b/stable/smokeping/10.2.0/questions.yaml similarity index 100% rename from stable/smokeping/10.1.0/questions.yaml rename to stable/smokeping/10.2.0/questions.yaml diff --git a/stable/snapdrop/9.1.0/templates/NOTES.txt b/stable/smokeping/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/snapdrop/9.1.0/templates/NOTES.txt rename to stable/smokeping/10.2.0/templates/NOTES.txt diff --git a/stable/smokeping/10.1.0/templates/common.yaml b/stable/smokeping/10.2.0/templates/common.yaml similarity index 100% rename from stable/smokeping/10.1.0/templates/common.yaml rename to stable/smokeping/10.2.0/templates/common.yaml diff --git a/stable/snapdrop/9.1.0/values.yaml b/stable/smokeping/10.2.0/values.yaml similarity index 100% rename from stable/snapdrop/9.1.0/values.yaml rename to stable/smokeping/10.2.0/values.yaml diff --git a/stable/smtp-relay/3.1.0/CHANGELOG.md b/stable/smtp-relay/3.1.0/CHANGELOG.md deleted file mode 100644 index 5c8fdeec4a4..00000000000 --- a/stable/smtp-relay/3.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [smtp-relay-2.1.13](https://github.com/truecharts/charts/compare/smtp-relay-2.1.12...smtp-relay-2.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [smtp-relay-2.1.12](https://github.com/truecharts/charts/compare/smtp-relay-2.1.11...smtp-relay-2.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [smtp-relay-2.1.11](https://github.com/truecharts/charts/compare/smtp-relay-2.1.10...smtp-relay-2.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [smtp-relay-2.1.10](https://github.com/truecharts/charts/compare/smtp-relay-2.1.9...smtp-relay-2.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [smtp-relay-2.1.9](https://github.com/truecharts/charts/compare/smtp-relay-2.1.8...smtp-relay-2.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [smtp-relay-2.1.8](https://github.com/truecharts/charts/compare/smtp-relay-2.1.7...smtp-relay-2.1.8) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [smtp-relay-2.1.7](https://github.com/truecharts/charts/compare/smtp-relay-2.1.6...smtp-relay-2.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [smtp-relay-2.1.6](https://github.com/truecharts/charts/compare/smtp-relay-2.1.4...smtp-relay-2.1.6) (2024-01-02) - -### Chore - - - -- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) - - -## [smtp-relay-2.1.4](https://github.com/truecharts/charts/compare/smtp-relay-2.1.3...smtp-relay-2.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [smtp-relay-2.1.3](https://github.com/truecharts/charts/compare/smtp-relay-2.1.0...smtp-relay-2.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/smtp-relay/3.1.0/Chart.yaml b/stable/smtp-relay/3.1.0/Chart.yaml deleted file mode 100644 index 426e965a191..00000000000 --- a/stable/smtp-relay/3.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/smtp-relay/3.1.0/charts/common-18.0.1.tgz b/stable/smtp-relay/3.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/smtp-relay/3.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/snippet-box/7.1.0/.helmignore b/stable/smtp-relay/3.2.0/.helmignore similarity index 100% rename from stable/snippet-box/7.1.0/.helmignore rename to stable/smtp-relay/3.2.0/.helmignore diff --git a/stable/smtp-relay/3.2.0/CHANGELOG.md b/stable/smtp-relay/3.2.0/CHANGELOG.md new file mode 100644 index 00000000000..faa71000657 --- /dev/null +++ b/stable/smtp-relay/3.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/smtp-relay/3.2.0/Chart.yaml b/stable/smtp-relay/3.2.0/Chart.yaml new file mode 100644 index 00000000000..a8f370d9504 --- /dev/null +++ b/stable/smtp-relay/3.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: smtp + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.5.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/smtp-relay/3.1.0/README.md b/stable/smtp-relay/3.2.0/README.md similarity index 100% rename from stable/smtp-relay/3.1.0/README.md rename to stable/smtp-relay/3.2.0/README.md diff --git a/stable/smtp-relay/3.1.0/app-readme.md b/stable/smtp-relay/3.2.0/app-readme.md similarity index 100% rename from stable/smtp-relay/3.1.0/app-readme.md rename to stable/smtp-relay/3.2.0/app-readme.md diff --git a/stable/smtp-relay/3.2.0/charts/common-18.1.2.tgz b/stable/smtp-relay/3.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/smtp-relay/3.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/smtp-relay/3.1.0/ix_values.yaml b/stable/smtp-relay/3.2.0/ix_values.yaml similarity index 100% rename from stable/smtp-relay/3.1.0/ix_values.yaml rename to stable/smtp-relay/3.2.0/ix_values.yaml diff --git a/stable/smtp-relay/3.1.0/questions.yaml b/stable/smtp-relay/3.2.0/questions.yaml similarity index 100% rename from stable/smtp-relay/3.1.0/questions.yaml rename to stable/smtp-relay/3.2.0/questions.yaml diff --git a/stable/soft-serve/6.1.0/templates/NOTES.txt b/stable/smtp-relay/3.2.0/templates/NOTES.txt similarity index 100% rename from stable/soft-serve/6.1.0/templates/NOTES.txt rename to stable/smtp-relay/3.2.0/templates/NOTES.txt diff --git a/stable/snippet-box/7.1.0/templates/common.yaml b/stable/smtp-relay/3.2.0/templates/common.yaml similarity index 100% rename from stable/snippet-box/7.1.0/templates/common.yaml rename to stable/smtp-relay/3.2.0/templates/common.yaml diff --git a/stable/snippet-box/7.1.0/values.yaml b/stable/smtp-relay/3.2.0/values.yaml similarity index 100% rename from stable/snippet-box/7.1.0/values.yaml rename to stable/smtp-relay/3.2.0/values.yaml diff --git a/stable/snapdrop/9.1.0/CHANGELOG.md b/stable/snapdrop/9.1.0/CHANGELOG.md deleted file mode 100644 index b6ee9f00d60..00000000000 --- a/stable/snapdrop/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - -## [snapdrop-8.1.15](https://github.com/truecharts/charts/compare/snapdrop-8.1.14...snapdrop-8.1.15) (2024-02-12) - -### Chore - - - -- update container image linuxserver/snapdrop to latest[@79fe077](https://github.com/79fe077) by renovate ([#18089](https://github.com/truecharts/charts/issues/18089)) - - -## [snapdrop-8.1.14](https://github.com/truecharts/charts/compare/snapdrop-8.1.13...snapdrop-8.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [snapdrop-8.1.13](https://github.com/truecharts/charts/compare/snapdrop-8.1.12...snapdrop-8.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [snapdrop-8.1.12](https://github.com/truecharts/charts/compare/snapdrop-8.1.11...snapdrop-8.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [snapdrop-8.1.11](https://github.com/truecharts/charts/compare/snapdrop-8.1.10...snapdrop-8.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [snapdrop-8.1.10](https://github.com/truecharts/charts/compare/snapdrop-8.1.9...snapdrop-8.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [snapdrop-8.1.9](https://github.com/truecharts/charts/compare/snapdrop-8.1.8...snapdrop-8.1.9) (2024-01-21) - -### Chore - - - -- update container image linuxserver/snapdrop to latest[@21b1d4c](https://github.com/21b1d4c) by renovate ([#17381](https://github.com/truecharts/charts/issues/17381)) - - -## [snapdrop-8.1.8](https://github.com/truecharts/charts/compare/snapdrop-8.1.7...snapdrop-8.1.8) (2024-01-14) - -### Chore - - - -- update container image linuxserver/snapdrop to latest[@092a470](https://github.com/092a470) by renovate ([#17163](https://github.com/truecharts/charts/issues/17163)) - - - - -## [snapdrop-8.1.7](https://github.com/truecharts/charts/compare/snapdrop-8.1.6...snapdrop-8.1.7) (2024-01-09) diff --git a/stable/snapdrop/9.1.0/Chart.yaml b/stable/snapdrop/9.1.0/Chart.yaml deleted file mode 100644 index 98cd981c47c..00000000000 --- a/stable/snapdrop/9.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/snapdrop/9.1.0/charts/common-18.0.1.tgz b/stable/snapdrop/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/snapdrop/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/socials/5.1.0/.helmignore b/stable/snapdrop/9.2.0/.helmignore similarity index 100% rename from stable/socials/5.1.0/.helmignore rename to stable/snapdrop/9.2.0/.helmignore diff --git a/stable/snapdrop/9.2.0/CHANGELOG.md b/stable/snapdrop/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..8ded3861661 --- /dev/null +++ b/stable/snapdrop/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + +## [snapdrop-8.1.15](https://github.com/truecharts/charts/compare/snapdrop-8.1.14...snapdrop-8.1.15) (2024-02-12) + +### Chore + + + +- update container image linuxserver/snapdrop to latest[@79fe077](https://github.com/79fe077) by renovate ([#18089](https://github.com/truecharts/charts/issues/18089)) + + +## [snapdrop-8.1.14](https://github.com/truecharts/charts/compare/snapdrop-8.1.13...snapdrop-8.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [snapdrop-8.1.13](https://github.com/truecharts/charts/compare/snapdrop-8.1.12...snapdrop-8.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [snapdrop-8.1.12](https://github.com/truecharts/charts/compare/snapdrop-8.1.11...snapdrop-8.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [snapdrop-8.1.11](https://github.com/truecharts/charts/compare/snapdrop-8.1.10...snapdrop-8.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [snapdrop-8.1.10](https://github.com/truecharts/charts/compare/snapdrop-8.1.9...snapdrop-8.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [snapdrop-8.1.9](https://github.com/truecharts/charts/compare/snapdrop-8.1.8...snapdrop-8.1.9) (2024-01-21) + +### Chore + + + +- update container image linuxserver/snapdrop to latest[@21b1d4c](https://github.com/21b1d4c) by renovate ([#17381](https://github.com/truecharts/charts/issues/17381)) + + +## [snapdrop-8.1.8](https://github.com/truecharts/charts/compare/snapdrop-8.1.7...snapdrop-8.1.8) (2024-01-14) + +### Chore + + + +- update container image linuxserver/snapdrop to latest[@092a470](https://github.com/092a470) by renovate ([#17163](https://github.com/truecharts/charts/issues/17163)) + diff --git a/stable/snapdrop/9.2.0/Chart.yaml b/stable/snapdrop/9.2.0/Chart.yaml new file mode 100644 index 00000000000..85be6bbf80b --- /dev/null +++ b/stable/snapdrop/9.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Snapdrop A local file sharing in your browser. Inspired by Apple's Airdrop. +home: https://truecharts.org/charts/stable/snapdrop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/snapdrop.png +keywords: + - snapdrop +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: snapdrop +sources: + - https://github.com/linuxserver/docker-snapdrop + - https://github.com/truecharts/charts/tree/master/charts/stable/snapdrop + - https://hub.docker.com/r/linuxserver/snapdrop +type: application +version: 9.2.0 diff --git a/stable/snapdrop/9.1.0/README.md b/stable/snapdrop/9.2.0/README.md similarity index 100% rename from stable/snapdrop/9.1.0/README.md rename to stable/snapdrop/9.2.0/README.md diff --git a/stable/snapdrop/9.1.0/app-readme.md b/stable/snapdrop/9.2.0/app-readme.md similarity index 100% rename from stable/snapdrop/9.1.0/app-readme.md rename to stable/snapdrop/9.2.0/app-readme.md diff --git a/stable/snapdrop/9.2.0/charts/common-18.1.2.tgz b/stable/snapdrop/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/snapdrop/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/snapdrop/9.1.0/ix_values.yaml b/stable/snapdrop/9.2.0/ix_values.yaml similarity index 100% rename from stable/snapdrop/9.1.0/ix_values.yaml rename to stable/snapdrop/9.2.0/ix_values.yaml diff --git a/stable/snapdrop/9.1.0/questions.yaml b/stable/snapdrop/9.2.0/questions.yaml similarity index 100% rename from stable/snapdrop/9.1.0/questions.yaml rename to stable/snapdrop/9.2.0/questions.yaml diff --git a/stable/sonarr/20.1.0/templates/NOTES.txt b/stable/snapdrop/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/sonarr/20.1.0/templates/NOTES.txt rename to stable/snapdrop/9.2.0/templates/NOTES.txt diff --git a/stable/spaceengineers/6.1.0/templates/common.yaml b/stable/snapdrop/9.2.0/templates/common.yaml similarity index 100% rename from stable/spaceengineers/6.1.0/templates/common.yaml rename to stable/snapdrop/9.2.0/templates/common.yaml diff --git a/stable/socials/5.1.0/values.yaml b/stable/snapdrop/9.2.0/values.yaml similarity index 100% rename from stable/socials/5.1.0/values.yaml rename to stable/snapdrop/9.2.0/values.yaml diff --git a/stable/snippet-box/7.1.0/CHANGELOG.md b/stable/snippet-box/7.1.0/CHANGELOG.md deleted file mode 100644 index 78390904e09..00000000000 --- a/stable/snippet-box/7.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/snippet-box/7.1.0/Chart.yaml b/stable/snippet-box/7.1.0/Chart.yaml deleted file mode 100644 index cea522b70f2..00000000000 --- a/stable/snippet-box/7.1.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: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/snippet-box/7.1.0/charts/common-18.0.1.tgz b/stable/snippet-box/7.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/snippet-box/7.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/soft-serve/6.1.0/.helmignore b/stable/snippet-box/7.2.0/.helmignore similarity index 100% rename from stable/soft-serve/6.1.0/.helmignore rename to stable/snippet-box/7.2.0/.helmignore diff --git a/stable/snippet-box/7.2.0/CHANGELOG.md b/stable/snippet-box/7.2.0/CHANGELOG.md new file mode 100644 index 00000000000..97537cc7bf8 --- /dev/null +++ b/stable/snippet-box/7.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/snippet-box/7.2.0/Chart.yaml b/stable/snippet-box/7.2.0/Chart.yaml new file mode 100644 index 00000000000..91e3c3e614a --- /dev/null +++ b/stable/snippet-box/7.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/snippet-box/7.1.0/README.md b/stable/snippet-box/7.2.0/README.md similarity index 100% rename from stable/snippet-box/7.1.0/README.md rename to stable/snippet-box/7.2.0/README.md diff --git a/stable/snippet-box/7.1.0/app-readme.md b/stable/snippet-box/7.2.0/app-readme.md similarity index 100% rename from stable/snippet-box/7.1.0/app-readme.md rename to stable/snippet-box/7.2.0/app-readme.md diff --git a/stable/snippet-box/7.2.0/charts/common-18.1.2.tgz b/stable/snippet-box/7.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/snippet-box/7.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/snippet-box/7.1.0/ix_values.yaml b/stable/snippet-box/7.2.0/ix_values.yaml similarity index 100% rename from stable/snippet-box/7.1.0/ix_values.yaml rename to stable/snippet-box/7.2.0/ix_values.yaml diff --git a/stable/snippet-box/7.1.0/questions.yaml b/stable/snippet-box/7.2.0/questions.yaml similarity index 100% rename from stable/snippet-box/7.1.0/questions.yaml rename to stable/snippet-box/7.2.0/questions.yaml diff --git a/stable/speedtest-exporter/10.1.0/templates/common.yaml b/stable/snippet-box/7.2.0/templates/common.yaml similarity index 100% rename from stable/speedtest-exporter/10.1.0/templates/common.yaml rename to stable/snippet-box/7.2.0/templates/common.yaml diff --git a/stable/soft-serve/6.1.0/values.yaml b/stable/snippet-box/7.2.0/values.yaml similarity index 100% rename from stable/soft-serve/6.1.0/values.yaml rename to stable/snippet-box/7.2.0/values.yaml diff --git a/stable/socials/5.1.0/CHANGELOG.md b/stable/socials/5.1.0/CHANGELOG.md deleted file mode 100644 index a201d82d8b9..00000000000 --- a/stable/socials/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/socials/5.1.0/Chart.yaml b/stable/socials/5.1.0/Chart.yaml deleted file mode 100644 index ede3200e7a5..00000000000 --- a/stable/socials/5.1.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: 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.1 - 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.0 diff --git a/stable/socials/5.1.0/charts/common-18.0.1.tgz b/stable/socials/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/socials/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/sonarr/20.1.0/.helmignore b/stable/socials/5.2.0/.helmignore similarity index 100% rename from stable/sonarr/20.1.0/.helmignore rename to stable/socials/5.2.0/.helmignore diff --git a/stable/socials/5.2.0/CHANGELOG.md b/stable/socials/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..73bd4ad6fb5 --- /dev/null +++ b/stable/socials/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/socials/5.2.0/Chart.yaml b/stable/socials/5.2.0/Chart.yaml new file mode 100644 index 00000000000..31155d435fd --- /dev/null +++ b/stable/socials/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: main +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/socials/5.1.0/README.md b/stable/socials/5.2.0/README.md similarity index 100% rename from stable/socials/5.1.0/README.md rename to stable/socials/5.2.0/README.md diff --git a/stable/socials/5.1.0/app-readme.md b/stable/socials/5.2.0/app-readme.md similarity index 100% rename from stable/socials/5.1.0/app-readme.md rename to stable/socials/5.2.0/app-readme.md diff --git a/stable/socials/5.2.0/charts/common-18.1.2.tgz b/stable/socials/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/socials/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/socials/5.1.0/ix_values.yaml b/stable/socials/5.2.0/ix_values.yaml similarity index 100% rename from stable/socials/5.1.0/ix_values.yaml rename to stable/socials/5.2.0/ix_values.yaml diff --git a/stable/socials/5.1.0/questions.yaml b/stable/socials/5.2.0/questions.yaml similarity index 100% rename from stable/socials/5.1.0/questions.yaml rename to stable/socials/5.2.0/questions.yaml diff --git a/stable/socials/5.1.0/templates/common.yaml b/stable/socials/5.2.0/templates/common.yaml similarity index 100% rename from stable/socials/5.1.0/templates/common.yaml rename to stable/socials/5.2.0/templates/common.yaml diff --git a/stable/sonarr/20.1.0/values.yaml b/stable/socials/5.2.0/values.yaml similarity index 100% rename from stable/sonarr/20.1.0/values.yaml rename to stable/socials/5.2.0/values.yaml diff --git a/stable/soft-serve/6.1.0/CHANGELOG.md b/stable/soft-serve/6.1.0/CHANGELOG.md deleted file mode 100644 index b705eb17a81..00000000000 --- a/stable/soft-serve/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/soft-serve/6.1.0/Chart.yaml b/stable/soft-serve/6.1.0/Chart.yaml deleted file mode 100644 index cb8ac6d4d01..00000000000 --- a/stable/soft-serve/6.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/soft-serve/6.1.0/charts/common-18.0.1.tgz b/stable/soft-serve/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/soft-serve/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/songkong/5.1.0/.helmignore b/stable/soft-serve/6.2.0/.helmignore similarity index 100% rename from stable/songkong/5.1.0/.helmignore rename to stable/soft-serve/6.2.0/.helmignore diff --git a/stable/soft-serve/6.2.0/CHANGELOG.md b/stable/soft-serve/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..3f385b32375 --- /dev/null +++ b/stable/soft-serve/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/soft-serve/6.2.0/Chart.yaml b/stable/soft-serve/6.2.0/Chart.yaml new file mode 100644 index 00000000000..2d72aa996bb --- /dev/null +++ b/stable/soft-serve/6.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: git + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.4 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/soft-serve/6.1.0/README.md b/stable/soft-serve/6.2.0/README.md similarity index 100% rename from stable/soft-serve/6.1.0/README.md rename to stable/soft-serve/6.2.0/README.md diff --git a/stable/soft-serve/6.1.0/app-readme.md b/stable/soft-serve/6.2.0/app-readme.md similarity index 100% rename from stable/soft-serve/6.1.0/app-readme.md rename to stable/soft-serve/6.2.0/app-readme.md diff --git a/stable/soft-serve/6.2.0/charts/common-18.1.2.tgz b/stable/soft-serve/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/soft-serve/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/soft-serve/6.1.0/ix_values.yaml b/stable/soft-serve/6.2.0/ix_values.yaml similarity index 100% rename from stable/soft-serve/6.1.0/ix_values.yaml rename to stable/soft-serve/6.2.0/ix_values.yaml diff --git a/stable/soft-serve/6.1.0/questions.yaml b/stable/soft-serve/6.2.0/questions.yaml similarity index 100% rename from stable/soft-serve/6.1.0/questions.yaml rename to stable/soft-serve/6.2.0/questions.yaml diff --git a/stable/sonsoftheforest/3.1.0/templates/NOTES.txt b/stable/soft-serve/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/sonsoftheforest/3.1.0/templates/NOTES.txt rename to stable/soft-serve/6.2.0/templates/NOTES.txt diff --git a/stable/soft-serve/6.1.0/templates/_secret.tpl b/stable/soft-serve/6.2.0/templates/_secret.tpl similarity index 100% rename from stable/soft-serve/6.1.0/templates/_secret.tpl rename to stable/soft-serve/6.2.0/templates/_secret.tpl diff --git a/stable/soft-serve/6.1.0/templates/common.yaml b/stable/soft-serve/6.2.0/templates/common.yaml similarity index 100% rename from stable/soft-serve/6.1.0/templates/common.yaml rename to stable/soft-serve/6.2.0/templates/common.yaml diff --git a/stable/songkong/5.1.0/values.yaml b/stable/soft-serve/6.2.0/values.yaml similarity index 100% rename from stable/songkong/5.1.0/values.yaml rename to stable/soft-serve/6.2.0/values.yaml diff --git a/stable/sonarr/20.1.0/CHANGELOG.md b/stable/sonarr/20.1.0/CHANGELOG.md deleted file mode 100644 index 2a54f88dd36..00000000000 --- a/stable/sonarr/20.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - -## [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 - - - -- update container image ghcr.io/onedr0p/sonarr to v4.0.1.929[@4d107b1](https://github.com/4d107b1) by renovate ([#17423](https://github.com/truecharts/charts/issues/17423)) - - - - -## [sonarr-19.0.26](https://github.com/truecharts/charts/compare/sonarr-19.0.25...sonarr-19.0.26) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [sonarr-19.0.25](https://github.com/truecharts/charts/compare/sonarr-19.0.24...sonarr-19.0.25) (2024-01-02) \ No newline at end of file diff --git a/stable/sonarr/20.1.0/Chart.yaml b/stable/sonarr/20.1.0/Chart.yaml deleted file mode 100644 index 9a0c72da669..00000000000 --- a/stable/sonarr/20.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.0.1.929 -dependencies: - - name: common - version: 18.0.1 - 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/exportarr - - https://ghcr.io/onedr0p/sonarr -type: application -version: 20.1.0 diff --git a/stable/sonarr/20.1.0/charts/common-18.0.1.tgz b/stable/sonarr/20.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/sonarr/20.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/sonsoftheforest/3.1.0/.helmignore b/stable/sonarr/20.2.0/.helmignore similarity index 100% rename from stable/sonsoftheforest/3.1.0/.helmignore rename to stable/sonarr/20.2.0/.helmignore diff --git a/stable/sonarr/20.2.0/CHANGELOG.md b/stable/sonarr/20.2.0/CHANGELOG.md new file mode 100644 index 00000000000..1f660907232 --- /dev/null +++ b/stable/sonarr/20.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + +## [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 + + + +- update container image ghcr.io/onedr0p/sonarr to v4.0.1.929[@4d107b1](https://github.com/4d107b1) by renovate ([#17423](https://github.com/truecharts/charts/issues/17423)) + + + + +## [sonarr-19.0.26](https://github.com/truecharts/charts/compare/sonarr-19.0.25...sonarr-19.0.26) (2024-01-09) + +### Chore + + diff --git a/stable/sonarr/20.2.0/Chart.yaml b/stable/sonarr/20.2.0/Chart.yaml new file mode 100644 index 00000000000..0989d2c033c --- /dev/null +++ b/stable/sonarr/20.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.1.929 +dependencies: + - name: common + version: 18.1.2 + 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/exportarr + - https://ghcr.io/onedr0p/sonarr +type: application +version: 20.2.0 diff --git a/stable/sonarr/20.1.0/README.md b/stable/sonarr/20.2.0/README.md similarity index 100% rename from stable/sonarr/20.1.0/README.md rename to stable/sonarr/20.2.0/README.md diff --git a/stable/sonarr/20.1.0/app-readme.md b/stable/sonarr/20.2.0/app-readme.md similarity index 100% rename from stable/sonarr/20.1.0/app-readme.md rename to stable/sonarr/20.2.0/app-readme.md diff --git a/stable/sonarr/20.2.0/charts/common-18.1.2.tgz b/stable/sonarr/20.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/sonarr/20.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/sonarr/20.1.0/ix_values.yaml b/stable/sonarr/20.2.0/ix_values.yaml similarity index 100% rename from stable/sonarr/20.1.0/ix_values.yaml rename to stable/sonarr/20.2.0/ix_values.yaml diff --git a/stable/sonarr/20.1.0/questions.yaml b/stable/sonarr/20.2.0/questions.yaml similarity index 100% rename from stable/sonarr/20.1.0/questions.yaml rename to stable/sonarr/20.2.0/questions.yaml diff --git a/stable/spaceengineers/6.1.0/templates/NOTES.txt b/stable/sonarr/20.2.0/templates/NOTES.txt similarity index 100% rename from stable/spaceengineers/6.1.0/templates/NOTES.txt rename to stable/sonarr/20.2.0/templates/NOTES.txt diff --git a/stable/sonarr/20.1.0/templates/common.yaml b/stable/sonarr/20.2.0/templates/common.yaml similarity index 100% rename from stable/sonarr/20.1.0/templates/common.yaml rename to stable/sonarr/20.2.0/templates/common.yaml diff --git a/stable/sonsoftheforest/3.1.0/values.yaml b/stable/sonarr/20.2.0/values.yaml similarity index 100% rename from stable/sonsoftheforest/3.1.0/values.yaml rename to stable/sonarr/20.2.0/values.yaml diff --git a/stable/songkong/5.1.0/CHANGELOG.md b/stable/songkong/5.1.0/CHANGELOG.md deleted file mode 100644 index da2b2b48f4c..00000000000 --- a/stable/songkong/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [songkong-4.1.4](https://github.com/truecharts/charts/compare/songkong-4.1.1...songkong-4.1.4) (2024-01-01) \ No newline at end of file diff --git a/stable/songkong/5.1.0/Chart.yaml b/stable/songkong/5.1.0/Chart.yaml deleted file mode 100644 index eab76b55a8d..00000000000 --- a/stable/songkong/5.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Music - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/songkong/5.1.0/charts/common-18.0.1.tgz b/stable/songkong/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/songkong/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/sourcegraph/5.1.1/.helmignore b/stable/songkong/5.2.0/.helmignore similarity index 100% rename from stable/sourcegraph/5.1.1/.helmignore rename to stable/songkong/5.2.0/.helmignore diff --git a/stable/songkong/5.2.0/CHANGELOG.md b/stable/songkong/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f0bde07b3e3 --- /dev/null +++ b/stable/songkong/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [songkong-4.1.13](https://github.com/truecharts/charts/compare/songkong-4.1.12...songkong-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [songkong-4.1.12](https://github.com/truecharts/charts/compare/songkong-4.1.11...songkong-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [songkong-4.1.11](https://github.com/truecharts/charts/compare/songkong-4.1.10...songkong-4.1.11) (2024-01-22) + +### Chore + + + +- update container image songkong/songkong to latest[@63000e1](https://github.com/63000e1) by renovate ([#17505](https://github.com/truecharts/charts/issues/17505)) + + +## [songkong-4.1.10](https://github.com/truecharts/charts/compare/songkong-4.1.9...songkong-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [songkong-4.1.9](https://github.com/truecharts/charts/compare/songkong-4.1.8...songkong-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [songkong-4.1.8](https://github.com/truecharts/charts/compare/songkong-4.1.7...songkong-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [songkong-4.1.7](https://github.com/truecharts/charts/compare/songkong-4.1.6...songkong-4.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [songkong-4.1.6](https://github.com/truecharts/charts/compare/songkong-4.1.5...songkong-4.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [songkong-4.1.5](https://github.com/truecharts/charts/compare/songkong-4.1.4...songkong-4.1.5) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes diff --git a/stable/songkong/5.2.0/Chart.yaml b/stable/songkong/5.2.0/Chart.yaml new file mode 100644 index 00000000000..095e8731600 --- /dev/null +++ b/stable/songkong/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Music + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Official SongKong Chart repository, Identify your songs and add metadata and artwork automatically +home: https://truecharts.org/charts/stable/songkong +icon: https://truecharts.org/img/hotlink-ok/chart-icons/songkong.png +keywords: + - songkong + - MediaApp-Music +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: songkong +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/songkong + - https://hub.docker.com/r/songkong/songkong +type: application +version: 5.2.0 diff --git a/stable/songkong/5.1.0/README.md b/stable/songkong/5.2.0/README.md similarity index 100% rename from stable/songkong/5.1.0/README.md rename to stable/songkong/5.2.0/README.md diff --git a/stable/songkong/5.1.0/app-readme.md b/stable/songkong/5.2.0/app-readme.md similarity index 100% rename from stable/songkong/5.1.0/app-readme.md rename to stable/songkong/5.2.0/app-readme.md diff --git a/stable/songkong/5.2.0/charts/common-18.1.2.tgz b/stable/songkong/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/songkong/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/songkong/5.1.0/ix_values.yaml b/stable/songkong/5.2.0/ix_values.yaml similarity index 100% rename from stable/songkong/5.1.0/ix_values.yaml rename to stable/songkong/5.2.0/ix_values.yaml diff --git a/stable/songkong/5.1.0/questions.yaml b/stable/songkong/5.2.0/questions.yaml similarity index 100% rename from stable/songkong/5.1.0/questions.yaml rename to stable/songkong/5.2.0/questions.yaml diff --git a/stable/songkong/5.1.0/templates/common.yaml b/stable/songkong/5.2.0/templates/common.yaml similarity index 100% rename from stable/songkong/5.1.0/templates/common.yaml rename to stable/songkong/5.2.0/templates/common.yaml diff --git a/stable/sourcegraph/5.1.1/values.yaml b/stable/songkong/5.2.0/values.yaml similarity index 100% rename from stable/sourcegraph/5.1.1/values.yaml rename to stable/songkong/5.2.0/values.yaml diff --git a/stable/sonsoftheforest/3.1.0/CHANGELOG.md b/stable/sonsoftheforest/3.1.0/CHANGELOG.md deleted file mode 100644 index b5fbbcb811b..00000000000 --- a/stable/sonsoftheforest/3.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/sonsoftheforest/3.1.0/Chart.yaml b/stable/sonsoftheforest/3.1.0/Chart.yaml deleted file mode 100644 index 290e19d602c..00000000000 --- a/stable/sonsoftheforest/3.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/sonsoftheforest/3.1.0/charts/common-18.0.1.tgz b/stable/sonsoftheforest/3.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/sonsoftheforest/3.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/spaceengineers/6.1.0/.helmignore b/stable/sonsoftheforest/3.2.0/.helmignore similarity index 100% rename from stable/spaceengineers/6.1.0/.helmignore rename to stable/sonsoftheforest/3.2.0/.helmignore diff --git a/stable/sonsoftheforest/3.2.0/CHANGELOG.md b/stable/sonsoftheforest/3.2.0/CHANGELOG.md new file mode 100644 index 00000000000..8dc409e149b --- /dev/null +++ b/stable/sonsoftheforest/3.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [sonsoftheforest-2.1.14](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.13...sonsoftheforest-2.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [sonsoftheforest-2.1.13](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.12...sonsoftheforest-2.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [sonsoftheforest-2.1.12](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.11...sonsoftheforest-2.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [sonsoftheforest-2.1.11](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.10...sonsoftheforest-2.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [sonsoftheforest-2.1.10](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.9...sonsoftheforest-2.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [sonsoftheforest-2.1.9](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.8...sonsoftheforest-2.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [sonsoftheforest-2.1.8](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.7...sonsoftheforest-2.1.8) (2024-01-03) + +### Chore + + + +- update container image ich777/steamcmd to sonsoftheforest[@8b75900](https://github.com/8b75900) by renovate ([#16779](https://github.com/truecharts/charts/issues/16779)) + + +## [sonsoftheforest-2.1.7](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.6...sonsoftheforest-2.1.7) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [sonsoftheforest-2.1.6](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.4...sonsoftheforest-2.1.6) (2024-01-02) + +### Chore + + + +- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) diff --git a/stable/sonsoftheforest/3.2.0/Chart.yaml b/stable/sonsoftheforest/3.2.0/Chart.yaml new file mode 100644 index 00000000000..205a234922d --- /dev/null +++ b/stable/sonsoftheforest/3.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: sonsoftheforest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/sonsoftheforest/3.1.0/README.md b/stable/sonsoftheforest/3.2.0/README.md similarity index 100% rename from stable/sonsoftheforest/3.1.0/README.md rename to stable/sonsoftheforest/3.2.0/README.md diff --git a/stable/sonsoftheforest/3.1.0/app-readme.md b/stable/sonsoftheforest/3.2.0/app-readme.md similarity index 100% rename from stable/sonsoftheforest/3.1.0/app-readme.md rename to stable/sonsoftheforest/3.2.0/app-readme.md diff --git a/stable/sonsoftheforest/3.2.0/charts/common-18.1.2.tgz b/stable/sonsoftheforest/3.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/sonsoftheforest/3.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/sonsoftheforest/3.1.0/ix_values.yaml b/stable/sonsoftheforest/3.2.0/ix_values.yaml similarity index 100% rename from stable/sonsoftheforest/3.1.0/ix_values.yaml rename to stable/sonsoftheforest/3.2.0/ix_values.yaml diff --git a/stable/sonsoftheforest/3.1.0/questions.yaml b/stable/sonsoftheforest/3.2.0/questions.yaml similarity index 100% rename from stable/sonsoftheforest/3.1.0/questions.yaml rename to stable/sonsoftheforest/3.2.0/questions.yaml diff --git a/stable/speedtest-exporter/10.1.0/templates/NOTES.txt b/stable/sonsoftheforest/3.2.0/templates/NOTES.txt similarity index 100% rename from stable/speedtest-exporter/10.1.0/templates/NOTES.txt rename to stable/sonsoftheforest/3.2.0/templates/NOTES.txt diff --git a/stable/sonsoftheforest/3.1.0/templates/_configmap.tpl b/stable/sonsoftheforest/3.2.0/templates/_configmap.tpl similarity index 100% rename from stable/sonsoftheforest/3.1.0/templates/_configmap.tpl rename to stable/sonsoftheforest/3.2.0/templates/_configmap.tpl diff --git a/stable/sonsoftheforest/3.1.0/templates/common.yaml b/stable/sonsoftheforest/3.2.0/templates/common.yaml similarity index 100% rename from stable/sonsoftheforest/3.1.0/templates/common.yaml rename to stable/sonsoftheforest/3.2.0/templates/common.yaml diff --git a/stable/spaceengineers/6.1.0/values.yaml b/stable/sonsoftheforest/3.2.0/values.yaml similarity index 100% rename from stable/spaceengineers/6.1.0/values.yaml rename to stable/sonsoftheforest/3.2.0/values.yaml diff --git a/stable/sourcegraph/5.1.1/CHANGELOG.md b/stable/sourcegraph/5.1.1/CHANGELOG.md deleted file mode 100644 index f5173da7f96..00000000000 --- a/stable/sourcegraph/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - -## [sourcegraph-4.1.13](https://github.com/truecharts/charts/compare/sourcegraph-4.1.12...sourcegraph-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [sourcegraph-4.1.12](https://github.com/truecharts/charts/compare/sourcegraph-4.1.11...sourcegraph-4.1.12) (2024-01-29) - -### Chore - - - -- update container image sourcegraph/server to v5.2.7[@e1746eb](https://github.com/e1746eb) by renovate ([#17683](https://github.com/truecharts/charts/issues/17683)) - - -## [sourcegraph-4.1.11](https://github.com/truecharts/charts/compare/sourcegraph-4.1.10...sourcegraph-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [sourcegraph-4.1.10](https://github.com/truecharts/charts/compare/sourcegraph-4.1.9...sourcegraph-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [sourcegraph-4.1.9](https://github.com/truecharts/charts/compare/sourcegraph-4.1.8...sourcegraph-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [sourcegraph-4.1.8](https://github.com/truecharts/charts/compare/sourcegraph-4.1.7...sourcegraph-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [sourcegraph-4.1.7](https://github.com/truecharts/charts/compare/sourcegraph-4.1.6...sourcegraph-4.1.7) (2024-01-14) - -### Chore - - - -- update container image sourcegraph/server to v5.2.6[@ef44775](https://github.com/ef44775) by renovate ([#17197](https://github.com/truecharts/charts/issues/17197)) - - - - -## [sourcegraph-4.1.6](https://github.com/truecharts/charts/compare/sourcegraph-4.1.5...sourcegraph-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [sourcegraph-4.1.5](https://github.com/truecharts/charts/compare/sourcegraph-4.1.4...sourcegraph-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [sourcegraph-4.1.4](https://github.com/truecharts/charts/compare/sourcegraph-4.1.3...sourcegraph-4.1.4) (2024-01-01) \ No newline at end of file diff --git a/stable/sourcegraph/5.1.1/Chart.yaml b/stable/sourcegraph/5.1.1/Chart.yaml deleted file mode 100644 index 517a098f6e8..00000000000 --- a/stable/sourcegraph/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: 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.1 diff --git a/stable/sourcegraph/5.1.1/charts/common-18.0.2.tgz b/stable/sourcegraph/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/sourcegraph/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/sourcegraph/5.1.1/ix_values.yaml b/stable/sourcegraph/5.1.1/ix_values.yaml deleted file mode 100644 index 18a02e95645..00000000000 --- a/stable/sourcegraph/5.1.1/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/speedtest-exporter/10.1.0/.helmignore b/stable/sourcegraph/5.2.0/.helmignore similarity index 100% rename from stable/speedtest-exporter/10.1.0/.helmignore rename to stable/sourcegraph/5.2.0/.helmignore diff --git a/stable/sourcegraph/5.2.0/CHANGELOG.md b/stable/sourcegraph/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..63d4da58143 --- /dev/null +++ b/stable/sourcegraph/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/sourcegraph/5.2.0/Chart.yaml b/stable/sourcegraph/5.2.0/Chart.yaml new file mode 100644 index 00000000000..58baa7e0dfb --- /dev/null +++ b/stable/sourcegraph/5.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/sourcegraph/5.1.1/README.md b/stable/sourcegraph/5.2.0/README.md similarity index 100% rename from stable/sourcegraph/5.1.1/README.md rename to stable/sourcegraph/5.2.0/README.md diff --git a/stable/sourcegraph/5.1.1/app-readme.md b/stable/sourcegraph/5.2.0/app-readme.md similarity index 100% rename from stable/sourcegraph/5.1.1/app-readme.md rename to stable/sourcegraph/5.2.0/app-readme.md diff --git a/stable/sourcegraph/5.2.0/charts/common-18.1.2.tgz b/stable/sourcegraph/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/sourcegraph/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/sourcegraph/5.2.0/ix_values.yaml b/stable/sourcegraph/5.2.0/ix_values.yaml new file mode 100644 index 00000000000..c94b553d8cf --- /dev/null +++ b/stable/sourcegraph/5.2.0/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.1/questions.yaml b/stable/sourcegraph/5.2.0/questions.yaml similarity index 100% rename from stable/sourcegraph/5.1.1/questions.yaml rename to stable/sourcegraph/5.2.0/questions.yaml diff --git a/stable/sourcegraph/5.1.1/templates/common.yaml b/stable/sourcegraph/5.2.0/templates/common.yaml similarity index 100% rename from stable/sourcegraph/5.1.1/templates/common.yaml rename to stable/sourcegraph/5.2.0/templates/common.yaml diff --git a/stable/speedtest-exporter/10.1.0/values.yaml b/stable/sourcegraph/5.2.0/values.yaml similarity index 100% rename from stable/speedtest-exporter/10.1.0/values.yaml rename to stable/sourcegraph/5.2.0/values.yaml diff --git a/stable/spaceengineers/6.1.0/CHANGELOG.md b/stable/spaceengineers/6.1.0/CHANGELOG.md deleted file mode 100644 index d8974484330..00000000000 --- a/stable/spaceengineers/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/spaceengineers/6.1.0/Chart.yaml b/stable/spaceengineers/6.1.0/Chart.yaml deleted file mode 100644 index 0fd353ee0ba..00000000000 --- a/stable/spaceengineers/6.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/spaceengineers/6.1.0/charts/common-18.0.1.tgz b/stable/spaceengineers/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/spaceengineers/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/splunk/7.1.0/.helmignore b/stable/spaceengineers/6.2.0/.helmignore similarity index 100% rename from stable/splunk/7.1.0/.helmignore rename to stable/spaceengineers/6.2.0/.helmignore diff --git a/stable/spaceengineers/6.2.0/CHANGELOG.md b/stable/spaceengineers/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..0eb02a2d1bf --- /dev/null +++ b/stable/spaceengineers/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/spaceengineers/6.2.0/Chart.yaml b/stable/spaceengineers/6.2.0/Chart.yaml new file mode 100644 index 00000000000..b3a1818c121 --- /dev/null +++ b/stable/spaceengineers/6.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/spaceengineers/6.1.0/README.md b/stable/spaceengineers/6.2.0/README.md similarity index 100% rename from stable/spaceengineers/6.1.0/README.md rename to stable/spaceengineers/6.2.0/README.md diff --git a/stable/spaceengineers/6.1.0/app-readme.md b/stable/spaceengineers/6.2.0/app-readme.md similarity index 100% rename from stable/spaceengineers/6.1.0/app-readme.md rename to stable/spaceengineers/6.2.0/app-readme.md diff --git a/stable/spaceengineers/6.2.0/charts/common-18.1.2.tgz b/stable/spaceengineers/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/spaceengineers/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/spaceengineers/6.1.0/ix_values.yaml b/stable/spaceengineers/6.2.0/ix_values.yaml similarity index 100% rename from stable/spaceengineers/6.1.0/ix_values.yaml rename to stable/spaceengineers/6.2.0/ix_values.yaml diff --git a/stable/spaceengineers/6.1.0/questions.yaml b/stable/spaceengineers/6.2.0/questions.yaml similarity index 100% rename from stable/spaceengineers/6.1.0/questions.yaml rename to stable/spaceengineers/6.2.0/questions.yaml diff --git a/stable/splunk/7.1.0/templates/NOTES.txt b/stable/spaceengineers/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/splunk/7.1.0/templates/NOTES.txt rename to stable/spaceengineers/6.2.0/templates/NOTES.txt diff --git a/stable/spotweb/12.1.0/templates/common.yaml b/stable/spaceengineers/6.2.0/templates/common.yaml similarity index 100% rename from stable/spotweb/12.1.0/templates/common.yaml rename to stable/spaceengineers/6.2.0/templates/common.yaml diff --git a/stable/splunk/7.1.0/values.yaml b/stable/spaceengineers/6.2.0/values.yaml similarity index 100% rename from stable/splunk/7.1.0/values.yaml rename to stable/spaceengineers/6.2.0/values.yaml diff --git a/stable/speedtest-exporter/10.1.0/CHANGELOG.md b/stable/speedtest-exporter/10.1.0/CHANGELOG.md deleted file mode 100644 index ca0100527e0..00000000000 --- a/stable/speedtest-exporter/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [speedtest-exporter-9.1.13](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.12...speedtest-exporter-9.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [speedtest-exporter-9.1.12](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.11...speedtest-exporter-9.1.12) (2024-01-29) - - -## [speedtest-exporter-9.1.11](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.10...speedtest-exporter-9.1.11) (2024-01-27) - - -## [speedtest-exporter-9.1.10](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.9...speedtest-exporter-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [speedtest-exporter-9.1.9](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.8...speedtest-exporter-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [speedtest-exporter-9.1.8](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.7...speedtest-exporter-9.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [speedtest-exporter-9.1.7](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.6...speedtest-exporter-9.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [speedtest-exporter-9.1.6](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.5...speedtest-exporter-9.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [speedtest-exporter-9.1.5](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.4...speedtest-exporter-9.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [speedtest-exporter-9.1.4](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.3...speedtest-exporter-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [speedtest-exporter-9.1.3](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.0...speedtest-exporter-9.1.3) (2024-01-01) - -### Chore diff --git a/stable/speedtest-exporter/10.1.0/Chart.yaml b/stable/speedtest-exporter/10.1.0/Chart.yaml deleted file mode 100644 index 47a126c85f8..00000000000 --- a/stable/speedtest-exporter/10.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.5.4 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/speedtest-exporter/10.1.0/charts/common-18.0.1.tgz b/stable/speedtest-exporter/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/speedtest-exporter/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/spotweb/12.1.0/.helmignore b/stable/speedtest-exporter/10.2.0/.helmignore similarity index 100% rename from stable/spotweb/12.1.0/.helmignore rename to stable/speedtest-exporter/10.2.0/.helmignore diff --git a/stable/speedtest-exporter/10.2.0/CHANGELOG.md b/stable/speedtest-exporter/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..1c3b21aa7ab --- /dev/null +++ b/stable/speedtest-exporter/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [speedtest-exporter-9.1.13](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.12...speedtest-exporter-9.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [speedtest-exporter-9.1.12](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.11...speedtest-exporter-9.1.12) (2024-01-29) + + +## [speedtest-exporter-9.1.11](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.10...speedtest-exporter-9.1.11) (2024-01-27) + + +## [speedtest-exporter-9.1.10](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.9...speedtest-exporter-9.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [speedtest-exporter-9.1.9](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.8...speedtest-exporter-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [speedtest-exporter-9.1.8](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.7...speedtest-exporter-9.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [speedtest-exporter-9.1.7](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.6...speedtest-exporter-9.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [speedtest-exporter-9.1.6](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.5...speedtest-exporter-9.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [speedtest-exporter-9.1.5](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.4...speedtest-exporter-9.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [speedtest-exporter-9.1.4](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.3...speedtest-exporter-9.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes + +- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) + diff --git a/stable/speedtest-exporter/10.2.0/Chart.yaml b/stable/speedtest-exporter/10.2.0/Chart.yaml new file mode 100644 index 00000000000..cd1bdeb79a6 --- /dev/null +++ b/stable/speedtest-exporter/10.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.5.4 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Speedtest Exporter made in python using the official speedtest bin +home: https://truecharts.org/charts/stable/speedtest-exporter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-exporter.png +keywords: + - speedtest-exporter + - speedtest + - metrics +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: speedtest-exporter +sources: + - https://github.com/MiguelNdeCarvalho/speedtest-exporter/ + - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-exporter + - https://ghcr.io/miguelndecarvalho/speedtest-exporter +type: application +version: 10.2.0 diff --git a/stable/speedtest-exporter/10.1.0/README.md b/stable/speedtest-exporter/10.2.0/README.md similarity index 100% rename from stable/speedtest-exporter/10.1.0/README.md rename to stable/speedtest-exporter/10.2.0/README.md diff --git a/stable/speedtest-exporter/10.1.0/app-readme.md b/stable/speedtest-exporter/10.2.0/app-readme.md similarity index 100% rename from stable/speedtest-exporter/10.1.0/app-readme.md rename to stable/speedtest-exporter/10.2.0/app-readme.md diff --git a/stable/speedtest-exporter/10.2.0/charts/common-18.1.2.tgz b/stable/speedtest-exporter/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/speedtest-exporter/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/speedtest-exporter/10.1.0/ix_values.yaml b/stable/speedtest-exporter/10.2.0/ix_values.yaml similarity index 100% rename from stable/speedtest-exporter/10.1.0/ix_values.yaml rename to stable/speedtest-exporter/10.2.0/ix_values.yaml diff --git a/stable/speedtest-exporter/10.1.0/questions.yaml b/stable/speedtest-exporter/10.2.0/questions.yaml similarity index 100% rename from stable/speedtest-exporter/10.1.0/questions.yaml rename to stable/speedtest-exporter/10.2.0/questions.yaml diff --git a/stable/spotweb/12.1.0/templates/NOTES.txt b/stable/speedtest-exporter/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/spotweb/12.1.0/templates/NOTES.txt rename to stable/speedtest-exporter/10.2.0/templates/NOTES.txt diff --git a/stable/sshwifty/5.1.0/templates/common.yaml b/stable/speedtest-exporter/10.2.0/templates/common.yaml similarity index 100% rename from stable/sshwifty/5.1.0/templates/common.yaml rename to stable/speedtest-exporter/10.2.0/templates/common.yaml diff --git a/stable/spotweb/12.1.0/values.yaml b/stable/speedtest-exporter/10.2.0/values.yaml similarity index 100% rename from stable/spotweb/12.1.0/values.yaml rename to stable/speedtest-exporter/10.2.0/values.yaml diff --git a/stable/splunk/7.1.0/CHANGELOG.md b/stable/splunk/7.1.0/CHANGELOG.md deleted file mode 100644 index d94a818a48f..00000000000 --- a/stable/splunk/7.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/splunk/7.1.0/Chart.yaml b/stable/splunk/7.1.0/Chart.yaml deleted file mode 100644 index 347bde2f5dc..00000000000 --- a/stable/splunk/7.1.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: 9.2.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/splunk/7.1.0/charts/common-18.0.1.tgz b/stable/splunk/7.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/splunk/7.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/sqlite-web/5.1.0/.helmignore b/stable/splunk/7.2.0/.helmignore similarity index 100% rename from stable/sqlite-web/5.1.0/.helmignore rename to stable/splunk/7.2.0/.helmignore diff --git a/stable/splunk/7.2.0/CHANGELOG.md b/stable/splunk/7.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f502373a5dd --- /dev/null +++ b/stable/splunk/7.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [splunk-6.2.1](https://github.com/truecharts/charts/compare/splunk-6.2.0...splunk-6.2.1) (2024-02-12) + +### Chore + + + +- update container image splunk/splunk to 9.2.0[@5923c52](https://github.com/5923c52) by renovate ([#18107](https://github.com/truecharts/charts/issues/18107)) + + +## [splunk-6.2.0](https://github.com/truecharts/charts/compare/splunk-6.1.12...splunk-6.2.0) (2024-02-05) + +### Chore + + + +- update container image splunk/splunk to v9.2.0[@f27a7e6](https://github.com/f27a7e6) by renovate ([#17948](https://github.com/truecharts/charts/issues/17948)) + + +## [splunk-6.1.12](https://github.com/truecharts/charts/compare/splunk-6.1.11...splunk-6.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [splunk-6.1.11](https://github.com/truecharts/charts/compare/splunk-6.1.10...splunk-6.1.11) (2024-01-29) + +### Chore + + + +- update container image splunk/splunk to v9.1.3[@816b835](https://github.com/816b835) by renovate ([#17684](https://github.com/truecharts/charts/issues/17684)) + + +## [splunk-6.1.10](https://github.com/truecharts/charts/compare/splunk-6.1.9...splunk-6.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [splunk-6.1.9](https://github.com/truecharts/charts/compare/splunk-6.1.8...splunk-6.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [splunk-6.1.8](https://github.com/truecharts/charts/compare/splunk-6.1.7...splunk-6.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [splunk-6.1.7](https://github.com/truecharts/charts/compare/splunk-6.1.6...splunk-6.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [splunk-6.1.6](https://github.com/truecharts/charts/compare/splunk-6.1.5...splunk-6.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) diff --git a/stable/splunk/7.2.0/Chart.yaml b/stable/splunk/7.2.0/Chart.yaml new file mode 100644 index 00000000000..e7d1d471fa3 --- /dev/null +++ b/stable/splunk/7.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 9.2.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/splunk/7.1.0/README.md b/stable/splunk/7.2.0/README.md similarity index 100% rename from stable/splunk/7.1.0/README.md rename to stable/splunk/7.2.0/README.md diff --git a/stable/splunk/7.1.0/app-readme.md b/stable/splunk/7.2.0/app-readme.md similarity index 100% rename from stable/splunk/7.1.0/app-readme.md rename to stable/splunk/7.2.0/app-readme.md diff --git a/stable/splunk/7.2.0/charts/common-18.1.2.tgz b/stable/splunk/7.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/splunk/7.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/splunk/7.1.0/ix_values.yaml b/stable/splunk/7.2.0/ix_values.yaml similarity index 100% rename from stable/splunk/7.1.0/ix_values.yaml rename to stable/splunk/7.2.0/ix_values.yaml diff --git a/stable/splunk/7.1.0/questions.yaml b/stable/splunk/7.2.0/questions.yaml similarity index 100% rename from stable/splunk/7.1.0/questions.yaml rename to stable/splunk/7.2.0/questions.yaml diff --git a/stable/sqlitebrowser/10.1.0/templates/NOTES.txt b/stable/splunk/7.2.0/templates/NOTES.txt similarity index 100% rename from stable/sqlitebrowser/10.1.0/templates/NOTES.txt rename to stable/splunk/7.2.0/templates/NOTES.txt diff --git a/stable/splunk/7.1.0/templates/_config.tpl b/stable/splunk/7.2.0/templates/_config.tpl similarity index 100% rename from stable/splunk/7.1.0/templates/_config.tpl rename to stable/splunk/7.2.0/templates/_config.tpl diff --git a/stable/splunk/7.1.0/templates/common.yaml b/stable/splunk/7.2.0/templates/common.yaml similarity index 100% rename from stable/splunk/7.1.0/templates/common.yaml rename to stable/splunk/7.2.0/templates/common.yaml diff --git a/stable/sqlite-web/5.1.0/values.yaml b/stable/splunk/7.2.0/values.yaml similarity index 100% rename from stable/sqlite-web/5.1.0/values.yaml rename to stable/splunk/7.2.0/values.yaml diff --git a/stable/spotweb/12.1.0/CHANGELOG.md b/stable/spotweb/12.1.0/CHANGELOG.md deleted file mode 100644 index b43667ad70a..00000000000 --- a/stable/spotweb/12.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/spotweb/12.1.0/Chart.yaml b/stable/spotweb/12.1.0/Chart.yaml deleted file mode 100644 index 5ca9a9fc9a8..00000000000 --- a/stable/spotweb/12.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: 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.1 - 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.0 diff --git a/stable/spotweb/12.1.0/charts/common-18.0.1.tgz b/stable/spotweb/12.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/spotweb/12.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/sqlitebrowser/10.1.0/.helmignore b/stable/spotweb/12.2.0/.helmignore similarity index 100% rename from stable/sqlitebrowser/10.1.0/.helmignore rename to stable/spotweb/12.2.0/.helmignore diff --git a/stable/spotweb/12.2.0/CHANGELOG.md b/stable/spotweb/12.2.0/CHANGELOG.md new file mode 100644 index 00000000000..df5984e91ec --- /dev/null +++ b/stable/spotweb/12.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/spotweb/12.2.0/Chart.yaml b/stable/spotweb/12.2.0/Chart.yaml new file mode 100644 index 00000000000..522f45bb71e --- /dev/null +++ b/stable/spotweb/12.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.4 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/spotweb/12.1.0/README.md b/stable/spotweb/12.2.0/README.md similarity index 100% rename from stable/spotweb/12.1.0/README.md rename to stable/spotweb/12.2.0/README.md diff --git a/stable/spotweb/12.1.0/app-readme.md b/stable/spotweb/12.2.0/app-readme.md similarity index 100% rename from stable/spotweb/12.1.0/app-readme.md rename to stable/spotweb/12.2.0/app-readme.md diff --git a/stable/spotweb/12.2.0/charts/common-18.1.2.tgz b/stable/spotweb/12.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/spotweb/12.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/spotweb/12.1.0/ix_values.yaml b/stable/spotweb/12.2.0/ix_values.yaml similarity index 100% rename from stable/spotweb/12.1.0/ix_values.yaml rename to stable/spotweb/12.2.0/ix_values.yaml diff --git a/stable/spotweb/12.1.0/questions.yaml b/stable/spotweb/12.2.0/questions.yaml similarity index 100% rename from stable/spotweb/12.1.0/questions.yaml rename to stable/spotweb/12.2.0/questions.yaml diff --git a/stable/sshwifty/5.1.0/templates/NOTES.txt b/stable/spotweb/12.2.0/templates/NOTES.txt similarity index 100% rename from stable/sshwifty/5.1.0/templates/NOTES.txt rename to stable/spotweb/12.2.0/templates/NOTES.txt diff --git a/stable/st-reborn-server/5.1.0/templates/common.yaml b/stable/spotweb/12.2.0/templates/common.yaml similarity index 100% rename from stable/st-reborn-server/5.1.0/templates/common.yaml rename to stable/spotweb/12.2.0/templates/common.yaml diff --git a/stable/sqlitebrowser/10.1.0/values.yaml b/stable/spotweb/12.2.0/values.yaml similarity index 100% rename from stable/sqlitebrowser/10.1.0/values.yaml rename to stable/spotweb/12.2.0/values.yaml diff --git a/stable/sqlite-web/5.1.0/CHANGELOG.md b/stable/sqlite-web/5.1.0/CHANGELOG.md deleted file mode 100644 index b83950f6d15..00000000000 --- a/stable/sqlite-web/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/sqlite-web/5.1.0/Chart.yaml b/stable/sqlite-web/5.1.0/Chart.yaml deleted file mode 100644 index 5eb2bfb65f7..00000000000 --- a/stable/sqlite-web/5.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: 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.1 - 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.0 diff --git a/stable/sqlite-web/5.1.0/charts/common-18.0.1.tgz b/stable/sqlite-web/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/sqlite-web/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/sshwifty/5.1.0/.helmignore b/stable/sqlite-web/5.2.0/.helmignore similarity index 100% rename from stable/sshwifty/5.1.0/.helmignore rename to stable/sqlite-web/5.2.0/.helmignore diff --git a/stable/sqlite-web/5.2.0/CHANGELOG.md b/stable/sqlite-web/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..dd84549965c --- /dev/null +++ b/stable/sqlite-web/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/sqlite-web/5.2.0/Chart.yaml b/stable/sqlite-web/5.2.0/Chart.yaml new file mode 100644 index 00000000000..f3a06d4bc75 --- /dev/null +++ b/stable/sqlite-web/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/sqlite-web/5.1.0/README.md b/stable/sqlite-web/5.2.0/README.md similarity index 100% rename from stable/sqlite-web/5.1.0/README.md rename to stable/sqlite-web/5.2.0/README.md diff --git a/stable/sqlite-web/5.1.0/app-readme.md b/stable/sqlite-web/5.2.0/app-readme.md similarity index 100% rename from stable/sqlite-web/5.1.0/app-readme.md rename to stable/sqlite-web/5.2.0/app-readme.md diff --git a/stable/sqlite-web/5.2.0/charts/common-18.1.2.tgz b/stable/sqlite-web/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/sqlite-web/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/sqlite-web/5.1.0/ix_values.yaml b/stable/sqlite-web/5.2.0/ix_values.yaml similarity index 100% rename from stable/sqlite-web/5.1.0/ix_values.yaml rename to stable/sqlite-web/5.2.0/ix_values.yaml diff --git a/stable/sqlite-web/5.1.0/questions.yaml b/stable/sqlite-web/5.2.0/questions.yaml similarity index 100% rename from stable/sqlite-web/5.1.0/questions.yaml rename to stable/sqlite-web/5.2.0/questions.yaml diff --git a/stable/sqlite-web/5.1.0/templates/common.yaml b/stable/sqlite-web/5.2.0/templates/common.yaml similarity index 100% rename from stable/sqlite-web/5.1.0/templates/common.yaml rename to stable/sqlite-web/5.2.0/templates/common.yaml diff --git a/stable/sshwifty/5.1.0/values.yaml b/stable/sqlite-web/5.2.0/values.yaml similarity index 100% rename from stable/sshwifty/5.1.0/values.yaml rename to stable/sqlite-web/5.2.0/values.yaml diff --git a/stable/sqlitebrowser/10.1.0/CHANGELOG.md b/stable/sqlitebrowser/10.1.0/CHANGELOG.md deleted file mode 100644 index 4cec2c1378a..00000000000 --- a/stable/sqlitebrowser/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/sqlitebrowser/10.1.0/Chart.yaml b/stable/sqlitebrowser/10.1.0/Chart.yaml deleted file mode 100644 index 3cfb72e7238..00000000000 --- a/stable/sqlitebrowser/10.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 18.04.1 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/sqlitebrowser/10.1.0/charts/common-18.0.1.tgz b/stable/sqlitebrowser/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/sqlitebrowser/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/st-reborn-server/5.1.0/.helmignore b/stable/sqlitebrowser/10.2.0/.helmignore similarity index 100% rename from stable/st-reborn-server/5.1.0/.helmignore rename to stable/sqlitebrowser/10.2.0/.helmignore diff --git a/stable/sqlitebrowser/10.2.0/CHANGELOG.md b/stable/sqlitebrowser/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..efbe689b6bd --- /dev/null +++ b/stable/sqlitebrowser/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/sqlitebrowser/10.2.0/Chart.yaml b/stable/sqlitebrowser/10.2.0/Chart.yaml new file mode 100644 index 00000000000..7124f9752ab --- /dev/null +++ b/stable/sqlitebrowser/10.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 18.04.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/sqlitebrowser/10.1.0/README.md b/stable/sqlitebrowser/10.2.0/README.md similarity index 100% rename from stable/sqlitebrowser/10.1.0/README.md rename to stable/sqlitebrowser/10.2.0/README.md diff --git a/stable/sqlitebrowser/10.1.0/app-readme.md b/stable/sqlitebrowser/10.2.0/app-readme.md similarity index 100% rename from stable/sqlitebrowser/10.1.0/app-readme.md rename to stable/sqlitebrowser/10.2.0/app-readme.md diff --git a/stable/sqlitebrowser/10.2.0/charts/common-18.1.2.tgz b/stable/sqlitebrowser/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/sqlitebrowser/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/sqlitebrowser/10.1.0/ix_values.yaml b/stable/sqlitebrowser/10.2.0/ix_values.yaml similarity index 100% rename from stable/sqlitebrowser/10.1.0/ix_values.yaml rename to stable/sqlitebrowser/10.2.0/ix_values.yaml diff --git a/stable/sqlitebrowser/10.1.0/questions.yaml b/stable/sqlitebrowser/10.2.0/questions.yaml similarity index 100% rename from stable/sqlitebrowser/10.1.0/questions.yaml rename to stable/sqlitebrowser/10.2.0/questions.yaml diff --git a/stable/stash/15.1.0/templates/NOTES.txt b/stable/sqlitebrowser/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/stash/15.1.0/templates/NOTES.txt rename to stable/sqlitebrowser/10.2.0/templates/NOTES.txt diff --git a/stable/sqlitebrowser/10.1.0/templates/common.yaml b/stable/sqlitebrowser/10.2.0/templates/common.yaml similarity index 100% rename from stable/sqlitebrowser/10.1.0/templates/common.yaml rename to stable/sqlitebrowser/10.2.0/templates/common.yaml diff --git a/stable/st-reborn-server/5.1.0/values.yaml b/stable/sqlitebrowser/10.2.0/values.yaml similarity index 100% rename from stable/st-reborn-server/5.1.0/values.yaml rename to stable/sqlitebrowser/10.2.0/values.yaml diff --git a/stable/sshwifty/5.1.0/CHANGELOG.md b/stable/sshwifty/5.1.0/CHANGELOG.md deleted file mode 100644 index c0fd8b5383a..00000000000 --- a/stable/sshwifty/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [sshwifty-4.1.12](https://github.com/truecharts/charts/compare/sshwifty-4.1.11...sshwifty-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [sshwifty-4.1.11](https://github.com/truecharts/charts/compare/sshwifty-4.1.10...sshwifty-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [sshwifty-4.1.10](https://github.com/truecharts/charts/compare/sshwifty-4.1.9...sshwifty-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [sshwifty-4.1.9](https://github.com/truecharts/charts/compare/sshwifty-4.1.8...sshwifty-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [sshwifty-4.1.8](https://github.com/truecharts/charts/compare/sshwifty-4.1.7...sshwifty-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [sshwifty-4.1.7](https://github.com/truecharts/charts/compare/sshwifty-4.1.6...sshwifty-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [sshwifty-4.1.6](https://github.com/truecharts/charts/compare/sshwifty-4.1.5...sshwifty-4.1.6) (2024-01-08) - -### Chore - - - -- update container image niruix/sshwifty to latest[@cc626e6](https://github.com/cc626e6) by renovate ([#17042](https://github.com/truecharts/charts/issues/17042)) - - -## [sshwifty-4.1.5](https://github.com/truecharts/charts/compare/sshwifty-4.1.4...sshwifty-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [sshwifty-4.1.4](https://github.com/truecharts/charts/compare/sshwifty-4.1.3...sshwifty-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [sshwifty-4.1.3](https://github.com/truecharts/charts/compare/sshwifty-4.1.0...sshwifty-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/sshwifty/5.1.0/Chart.yaml b/stable/sshwifty/5.1.0/Chart.yaml deleted file mode 100644 index 109afae718e..00000000000 --- a/stable/sshwifty/5.1.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: 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.1 - 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.0 diff --git a/stable/sshwifty/5.1.0/charts/common-18.0.1.tgz b/stable/sshwifty/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/sshwifty/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/stackedit/5.1.0/.helmignore b/stable/sshwifty/5.2.0/.helmignore similarity index 100% rename from stable/stackedit/5.1.0/.helmignore rename to stable/sshwifty/5.2.0/.helmignore diff --git a/stable/sshwifty/5.2.0/CHANGELOG.md b/stable/sshwifty/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d7fd08b6fb9 --- /dev/null +++ b/stable/sshwifty/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/sshwifty/5.2.0/Chart.yaml b/stable/sshwifty/5.2.0/Chart.yaml new file mode 100644 index 00000000000..96bdc83ff1d --- /dev/null +++ b/stable/sshwifty/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: ssh + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/sshwifty/5.1.0/README.md b/stable/sshwifty/5.2.0/README.md similarity index 100% rename from stable/sshwifty/5.1.0/README.md rename to stable/sshwifty/5.2.0/README.md diff --git a/stable/sshwifty/5.1.0/app-readme.md b/stable/sshwifty/5.2.0/app-readme.md similarity index 100% rename from stable/sshwifty/5.1.0/app-readme.md rename to stable/sshwifty/5.2.0/app-readme.md diff --git a/stable/sshwifty/5.2.0/charts/common-18.1.2.tgz b/stable/sshwifty/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/sshwifty/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/sshwifty/5.1.0/ix_values.yaml b/stable/sshwifty/5.2.0/ix_values.yaml similarity index 100% rename from stable/sshwifty/5.1.0/ix_values.yaml rename to stable/sshwifty/5.2.0/ix_values.yaml diff --git a/stable/sshwifty/5.1.0/questions.yaml b/stable/sshwifty/5.2.0/questions.yaml similarity index 100% rename from stable/sshwifty/5.1.0/questions.yaml rename to stable/sshwifty/5.2.0/questions.yaml diff --git a/stable/static-web-server/4.1.0/templates/NOTES.txt b/stable/sshwifty/5.2.0/templates/NOTES.txt similarity index 100% rename from stable/static-web-server/4.1.0/templates/NOTES.txt rename to stable/sshwifty/5.2.0/templates/NOTES.txt diff --git a/stable/stash/15.1.0/templates/common.yaml b/stable/sshwifty/5.2.0/templates/common.yaml similarity index 100% rename from stable/stash/15.1.0/templates/common.yaml rename to stable/sshwifty/5.2.0/templates/common.yaml diff --git a/stable/stackedit/5.1.0/values.yaml b/stable/sshwifty/5.2.0/values.yaml similarity index 100% rename from stable/stackedit/5.1.0/values.yaml rename to stable/sshwifty/5.2.0/values.yaml diff --git a/stable/st-reborn-server/5.1.0/CHANGELOG.md b/stable/st-reborn-server/5.1.0/CHANGELOG.md deleted file mode 100644 index 2b41d36f931..00000000000 --- a/stable/st-reborn-server/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/st-reborn-server/5.1.0/Chart.yaml b/stable/st-reborn-server/5.1.0/Chart.yaml deleted file mode 100644 index 0646bb61e5c..00000000000 --- a/stable/st-reborn-server/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/st-reborn-server/5.1.0/charts/common-18.0.1.tgz b/stable/st-reborn-server/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/st-reborn-server/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/standardnotes-web/5.1.0/.helmignore b/stable/st-reborn-server/5.2.0/.helmignore similarity index 100% rename from stable/standardnotes-web/5.1.0/.helmignore rename to stable/st-reborn-server/5.2.0/.helmignore diff --git a/stable/st-reborn-server/5.2.0/CHANGELOG.md b/stable/st-reborn-server/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..cad7f86e69b --- /dev/null +++ b/stable/st-reborn-server/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/st-reborn-server/5.2.0/Chart.yaml b/stable/st-reborn-server/5.2.0/Chart.yaml new file mode 100644 index 00000000000..005dd616d2e --- /dev/null +++ b/stable/st-reborn-server/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/st-reborn-server/5.1.0/README.md b/stable/st-reborn-server/5.2.0/README.md similarity index 100% rename from stable/st-reborn-server/5.1.0/README.md rename to stable/st-reborn-server/5.2.0/README.md diff --git a/stable/st-reborn-server/5.1.0/app-readme.md b/stable/st-reborn-server/5.2.0/app-readme.md similarity index 100% rename from stable/st-reborn-server/5.1.0/app-readme.md rename to stable/st-reborn-server/5.2.0/app-readme.md diff --git a/stable/st-reborn-server/5.2.0/charts/common-18.1.2.tgz b/stable/st-reborn-server/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/st-reborn-server/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/st-reborn-server/5.1.0/ix_values.yaml b/stable/st-reborn-server/5.2.0/ix_values.yaml similarity index 100% rename from stable/st-reborn-server/5.1.0/ix_values.yaml rename to stable/st-reborn-server/5.2.0/ix_values.yaml diff --git a/stable/st-reborn-server/5.1.0/questions.yaml b/stable/st-reborn-server/5.2.0/questions.yaml similarity index 100% rename from stable/st-reborn-server/5.1.0/questions.yaml rename to stable/st-reborn-server/5.2.0/questions.yaml diff --git a/stable/static-web-server/4.1.0/templates/common.yaml b/stable/st-reborn-server/5.2.0/templates/common.yaml similarity index 100% rename from stable/static-web-server/4.1.0/templates/common.yaml rename to stable/st-reborn-server/5.2.0/templates/common.yaml diff --git a/stable/standardnotes-web/5.1.0/values.yaml b/stable/st-reborn-server/5.2.0/values.yaml similarity index 100% rename from stable/standardnotes-web/5.1.0/values.yaml rename to stable/st-reborn-server/5.2.0/values.yaml diff --git a/stable/stackedit/5.1.0/CHANGELOG.md b/stable/stackedit/5.1.0/CHANGELOG.md deleted file mode 100644 index 5405c12a027..00000000000 --- a/stable/stackedit/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/stackedit/5.1.0/Chart.yaml b/stable/stackedit/5.1.0/Chart.yaml deleted file mode 100644 index 09336b03e92..00000000000 --- a/stable/stackedit/5.1.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: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/stackedit/5.1.0/charts/common-18.0.1.tgz b/stable/stackedit/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/stackedit/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/starmade/5.1.0/.helmignore b/stable/stackedit/5.2.0/.helmignore similarity index 100% rename from stable/starmade/5.1.0/.helmignore rename to stable/stackedit/5.2.0/.helmignore diff --git a/stable/stackedit/5.2.0/CHANGELOG.md b/stable/stackedit/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..ae0685effb9 --- /dev/null +++ b/stable/stackedit/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/stackedit/5.2.0/Chart.yaml b/stable/stackedit/5.2.0/Chart.yaml new file mode 100644 index 00000000000..e04fed5fe86 --- /dev/null +++ b/stable/stackedit/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/stackedit/5.1.0/README.md b/stable/stackedit/5.2.0/README.md similarity index 100% rename from stable/stackedit/5.1.0/README.md rename to stable/stackedit/5.2.0/README.md diff --git a/stable/stackedit/5.1.0/app-readme.md b/stable/stackedit/5.2.0/app-readme.md similarity index 100% rename from stable/stackedit/5.1.0/app-readme.md rename to stable/stackedit/5.2.0/app-readme.md diff --git a/stable/stackedit/5.2.0/charts/common-18.1.2.tgz b/stable/stackedit/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/stackedit/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/stackedit/5.1.0/ix_values.yaml b/stable/stackedit/5.2.0/ix_values.yaml similarity index 100% rename from stable/stackedit/5.1.0/ix_values.yaml rename to stable/stackedit/5.2.0/ix_values.yaml diff --git a/stable/stackedit/5.1.0/questions.yaml b/stable/stackedit/5.2.0/questions.yaml similarity index 100% rename from stable/stackedit/5.1.0/questions.yaml rename to stable/stackedit/5.2.0/questions.yaml diff --git a/stable/stackedit/5.1.0/templates/common.yaml b/stable/stackedit/5.2.0/templates/common.yaml similarity index 100% rename from stable/stackedit/5.1.0/templates/common.yaml rename to stable/stackedit/5.2.0/templates/common.yaml diff --git a/stable/starmade/5.1.0/values.yaml b/stable/stackedit/5.2.0/values.yaml similarity index 100% rename from stable/starmade/5.1.0/values.yaml rename to stable/stackedit/5.2.0/values.yaml diff --git a/stable/standardnotes-web/5.1.0/CHANGELOG.md b/stable/standardnotes-web/5.1.0/CHANGELOG.md deleted file mode 100644 index 7be2d3a2a92..00000000000 --- a/stable/standardnotes-web/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/standardnotes-web/5.1.0/Chart.yaml b/stable/standardnotes-web/5.1.0/Chart.yaml deleted file mode 100644 index 5c899af6701..00000000000 --- a/stable/standardnotes-web/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/standardnotes-web/5.1.0/charts/common-18.0.1.tgz b/stable/standardnotes-web/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/standardnotes-web/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/stash/15.1.0/.helmignore b/stable/standardnotes-web/5.2.0/.helmignore similarity index 100% rename from stable/stash/15.1.0/.helmignore rename to stable/standardnotes-web/5.2.0/.helmignore diff --git a/stable/standardnotes-web/5.2.0/CHANGELOG.md b/stable/standardnotes-web/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d54b28f08bc --- /dev/null +++ b/stable/standardnotes-web/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/standardnotes-web/5.2.0/Chart.yaml b/stable/standardnotes-web/5.2.0/Chart.yaml new file mode 100644 index 00000000000..35494bd4a14 --- /dev/null +++ b/stable/standardnotes-web/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/standardnotes-web/5.1.0/README.md b/stable/standardnotes-web/5.2.0/README.md similarity index 100% rename from stable/standardnotes-web/5.1.0/README.md rename to stable/standardnotes-web/5.2.0/README.md diff --git a/stable/standardnotes-web/5.1.0/app-readme.md b/stable/standardnotes-web/5.2.0/app-readme.md similarity index 100% rename from stable/standardnotes-web/5.1.0/app-readme.md rename to stable/standardnotes-web/5.2.0/app-readme.md diff --git a/stable/standardnotes-web/5.2.0/charts/common-18.1.2.tgz b/stable/standardnotes-web/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/standardnotes-web/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/standardnotes-web/5.1.0/ix_values.yaml b/stable/standardnotes-web/5.2.0/ix_values.yaml similarity index 100% rename from stable/standardnotes-web/5.1.0/ix_values.yaml rename to stable/standardnotes-web/5.2.0/ix_values.yaml diff --git a/stable/standardnotes-web/5.1.0/questions.yaml b/stable/standardnotes-web/5.2.0/questions.yaml similarity index 100% rename from stable/standardnotes-web/5.1.0/questions.yaml rename to stable/standardnotes-web/5.2.0/questions.yaml diff --git a/stable/standardnotes-web/5.1.0/templates/common.yaml b/stable/standardnotes-web/5.2.0/templates/common.yaml similarity index 100% rename from stable/standardnotes-web/5.1.0/templates/common.yaml rename to stable/standardnotes-web/5.2.0/templates/common.yaml diff --git a/stable/stash/15.1.0/values.yaml b/stable/standardnotes-web/5.2.0/values.yaml similarity index 100% rename from stable/stash/15.1.0/values.yaml rename to stable/standardnotes-web/5.2.0/values.yaml diff --git a/stable/starmade/5.1.0/CHANGELOG.md b/stable/starmade/5.1.0/CHANGELOG.md deleted file mode 100644 index 5db2fb9d1ab..00000000000 --- a/stable/starmade/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/starmade/5.1.0/Chart.yaml b/stable/starmade/5.1.0/Chart.yaml deleted file mode 100644 index da2fc3e4397..00000000000 --- a/stable/starmade/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/starmade/5.1.0/charts/common-18.0.1.tgz b/stable/starmade/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/starmade/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/static-web-server/4.1.0/.helmignore b/stable/starmade/5.2.0/.helmignore similarity index 100% rename from stable/static-web-server/4.1.0/.helmignore rename to stable/starmade/5.2.0/.helmignore diff --git a/stable/starmade/5.2.0/CHANGELOG.md b/stable/starmade/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..14b9e1dff50 --- /dev/null +++ b/stable/starmade/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/starmade/5.2.0/Chart.yaml b/stable/starmade/5.2.0/Chart.yaml new file mode 100644 index 00000000000..16c87e725c6 --- /dev/null +++ b/stable/starmade/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/starmade/5.1.0/README.md b/stable/starmade/5.2.0/README.md similarity index 100% rename from stable/starmade/5.1.0/README.md rename to stable/starmade/5.2.0/README.md diff --git a/stable/starmade/5.1.0/app-readme.md b/stable/starmade/5.2.0/app-readme.md similarity index 100% rename from stable/starmade/5.1.0/app-readme.md rename to stable/starmade/5.2.0/app-readme.md diff --git a/stable/starmade/5.2.0/charts/common-18.1.2.tgz b/stable/starmade/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/starmade/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/starmade/5.1.0/ix_values.yaml b/stable/starmade/5.2.0/ix_values.yaml similarity index 100% rename from stable/starmade/5.1.0/ix_values.yaml rename to stable/starmade/5.2.0/ix_values.yaml diff --git a/stable/starmade/5.1.0/questions.yaml b/stable/starmade/5.2.0/questions.yaml similarity index 100% rename from stable/starmade/5.1.0/questions.yaml rename to stable/starmade/5.2.0/questions.yaml diff --git a/stable/starmade/5.1.0/templates/common.yaml b/stable/starmade/5.2.0/templates/common.yaml similarity index 100% rename from stable/starmade/5.1.0/templates/common.yaml rename to stable/starmade/5.2.0/templates/common.yaml diff --git a/stable/static-web-server/4.1.0/values.yaml b/stable/starmade/5.2.0/values.yaml similarity index 100% rename from stable/static-web-server/4.1.0/values.yaml rename to stable/starmade/5.2.0/values.yaml diff --git a/stable/stash/15.1.0/CHANGELOG.md b/stable/stash/15.1.0/CHANGELOG.md deleted file mode 100644 index d9ea295086e..00000000000 --- a/stable/stash/15.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/stash/15.1.0/Chart.yaml b/stable/stash/15.1.0/Chart.yaml deleted file mode 100644 index 41e27a13bfd..00000000000 --- a/stable/stash/15.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.24.3 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/stash/15.1.0/charts/common-18.0.1.tgz b/stable/stash/15.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/stash/15.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/static/10.1.0/.helmignore b/stable/stash/15.2.0/.helmignore similarity index 100% rename from stable/static/10.1.0/.helmignore rename to stable/stash/15.2.0/.helmignore diff --git a/stable/stash/15.2.0/CHANGELOG.md b/stable/stash/15.2.0/CHANGELOG.md new file mode 100644 index 00000000000..301ac65378c --- /dev/null +++ b/stable/stash/15.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [stash-14.2.13](https://github.com/truecharts/charts/compare/stash-14.2.12...stash-14.2.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [stash-14.2.12](https://github.com/truecharts/charts/compare/stash-14.2.11...stash-14.2.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [stash-14.2.11](https://github.com/truecharts/charts/compare/stash-14.2.10...stash-14.2.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [stash-14.2.10](https://github.com/truecharts/charts/compare/stash-14.2.9...stash-14.2.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [stash-14.2.9](https://github.com/truecharts/charts/compare/stash-14.2.8...stash-14.2.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [stash-14.2.8](https://github.com/truecharts/charts/compare/stash-14.2.7...stash-14.2.8) (2024-01-15) + +### Chore + + + +- update container image stashapp/stash to v0.24.3[@9ba5be0](https://github.com/9ba5be0) by renovate ([#17260](https://github.com/truecharts/charts/issues/17260)) + + +## [stash-14.2.7](https://github.com/truecharts/charts/compare/stash-14.2.6...stash-14.2.7) (2024-01-14) + +### Chore + + + +- update container image stashapp/stash to v0.24.2[@3442b40](https://github.com/3442b40) by renovate ([#17198](https://github.com/truecharts/charts/issues/17198)) + + + + +## [stash-14.2.6](https://github.com/truecharts/charts/compare/stash-14.2.5...stash-14.2.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [stash-14.2.5](https://github.com/truecharts/charts/compare/stash-14.2.4...stash-14.2.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/stash/15.2.0/Chart.yaml b/stable/stash/15.2.0/Chart.yaml new file mode 100644 index 00000000000..87d81c0ff76 --- /dev/null +++ b/stable/stash/15.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.24.3 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/stash/15.1.0/README.md b/stable/stash/15.2.0/README.md similarity index 100% rename from stable/stash/15.1.0/README.md rename to stable/stash/15.2.0/README.md diff --git a/stable/stash/15.1.0/app-readme.md b/stable/stash/15.2.0/app-readme.md similarity index 100% rename from stable/stash/15.1.0/app-readme.md rename to stable/stash/15.2.0/app-readme.md diff --git a/stable/stash/15.2.0/charts/common-18.1.2.tgz b/stable/stash/15.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/stash/15.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/stash/15.1.0/ix_values.yaml b/stable/stash/15.2.0/ix_values.yaml similarity index 100% rename from stable/stash/15.1.0/ix_values.yaml rename to stable/stash/15.2.0/ix_values.yaml diff --git a/stable/stash/15.1.0/questions.yaml b/stable/stash/15.2.0/questions.yaml similarity index 100% rename from stable/stash/15.1.0/questions.yaml rename to stable/stash/15.2.0/questions.yaml diff --git a/stable/static/10.1.0/templates/NOTES.txt b/stable/stash/15.2.0/templates/NOTES.txt similarity index 100% rename from stable/static/10.1.0/templates/NOTES.txt rename to stable/stash/15.2.0/templates/NOTES.txt diff --git a/stable/steam-headless/3.1.0/templates/common.yaml b/stable/stash/15.2.0/templates/common.yaml similarity index 100% rename from stable/steam-headless/3.1.0/templates/common.yaml rename to stable/stash/15.2.0/templates/common.yaml diff --git a/stable/static/10.1.0/values.yaml b/stable/stash/15.2.0/values.yaml similarity index 100% rename from stable/static/10.1.0/values.yaml rename to stable/stash/15.2.0/values.yaml diff --git a/stable/static-web-server/4.1.0/CHANGELOG.md b/stable/static-web-server/4.1.0/CHANGELOG.md deleted file mode 100644 index 366ce627b91..00000000000 --- a/stable/static-web-server/4.1.0/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.0/Chart.yaml b/stable/static-web-server/4.1.0/Chart.yaml deleted file mode 100644 index 43d059574ad..00000000000 --- a/stable/static-web-server/4.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: 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.1 - 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.0 diff --git a/stable/static-web-server/4.1.0/charts/common-18.0.1.tgz b/stable/static-web-server/4.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/static-web-server/4.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/stationeers/5.1.0/.helmignore b/stable/static-web-server/4.2.0/.helmignore similarity index 100% rename from stable/stationeers/5.1.0/.helmignore rename to stable/static-web-server/4.2.0/.helmignore diff --git a/stable/static-web-server/4.2.0/CHANGELOG.md b/stable/static-web-server/4.2.0/CHANGELOG.md new file mode 100644 index 00000000000..525a0e780dc --- /dev/null +++ b/stable/static-web-server/4.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + +## [static-web-server-3.3.0](https://github.com/truecharts/charts/compare/static-web-server-3.2.1...static-web-server-3.3.0) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/static-web-server/static-web-server to v2.26.0[@387ec26](https://github.com/387ec26) by renovate ([#18190](https://github.com/truecharts/charts/issues/18190)) + + +## [static-web-server-3.2.1](https://github.com/truecharts/charts/compare/static-web-server-3.2.0...static-web-server-3.2.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [static-web-server-3.2.0](https://github.com/truecharts/charts/compare/static-web-server-3.1.11...static-web-server-3.2.0) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/static-web-server/static-web-server to v2.25.0[@e7ef410](https://github.com/e7ef410) by renovate ([#17695](https://github.com/truecharts/charts/issues/17695)) + + +## [static-web-server-3.1.11](https://github.com/truecharts/charts/compare/static-web-server-3.1.10...static-web-server-3.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [static-web-server-3.1.10](https://github.com/truecharts/charts/compare/static-web-server-3.1.9...static-web-server-3.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [static-web-server-3.1.9](https://github.com/truecharts/charts/compare/static-web-server-3.1.8...static-web-server-3.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [static-web-server-3.1.8](https://github.com/truecharts/charts/compare/static-web-server-3.1.7...static-web-server-3.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [static-web-server-3.1.7](https://github.com/truecharts/charts/compare/static-web-server-3.1.6...static-web-server-3.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [static-web-server-3.1.6](https://github.com/truecharts/charts/compare/static-web-server-3.1.5...static-web-server-3.1.6) (2024-01-02) + +### Chore + diff --git a/stable/static-web-server/4.2.0/Chart.yaml b/stable/static-web-server/4.2.0/Chart.yaml new file mode 100644 index 00000000000..ae77e65e399 --- /dev/null +++ b/stable/static-web-server/4.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: web-server + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.27.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/static-web-server/4.1.0/README.md b/stable/static-web-server/4.2.0/README.md similarity index 100% rename from stable/static-web-server/4.1.0/README.md rename to stable/static-web-server/4.2.0/README.md diff --git a/stable/static-web-server/4.1.0/app-readme.md b/stable/static-web-server/4.2.0/app-readme.md similarity index 100% rename from stable/static-web-server/4.1.0/app-readme.md rename to stable/static-web-server/4.2.0/app-readme.md diff --git a/stable/static-web-server/4.2.0/charts/common-18.1.2.tgz b/stable/static-web-server/4.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/static-web-server/4.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/static-web-server/4.1.0/ix_values.yaml b/stable/static-web-server/4.2.0/ix_values.yaml similarity index 100% rename from stable/static-web-server/4.1.0/ix_values.yaml rename to stable/static-web-server/4.2.0/ix_values.yaml diff --git a/stable/static-web-server/4.1.0/questions.yaml b/stable/static-web-server/4.2.0/questions.yaml similarity index 100% rename from stable/static-web-server/4.1.0/questions.yaml rename to stable/static-web-server/4.2.0/questions.yaml diff --git a/stable/steam-headless/3.1.0/templates/NOTES.txt b/stable/static-web-server/4.2.0/templates/NOTES.txt similarity index 100% rename from stable/steam-headless/3.1.0/templates/NOTES.txt rename to stable/static-web-server/4.2.0/templates/NOTES.txt diff --git a/stable/storj-node/9.1.0/templates/common.yaml b/stable/static-web-server/4.2.0/templates/common.yaml similarity index 100% rename from stable/storj-node/9.1.0/templates/common.yaml rename to stable/static-web-server/4.2.0/templates/common.yaml diff --git a/stable/stationeers/5.1.0/values.yaml b/stable/static-web-server/4.2.0/values.yaml similarity index 100% rename from stable/stationeers/5.1.0/values.yaml rename to stable/static-web-server/4.2.0/values.yaml diff --git a/stable/static/10.1.0/CHANGELOG.md b/stable/static/10.1.0/CHANGELOG.md deleted file mode 100644 index b3dc4d53fc8..00000000000 --- a/stable/static/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/static/10.1.0/Chart.yaml b/stable/static/10.1.0/Chart.yaml deleted file mode 100644 index 8b57773637d..00000000000 --- a/stable/static/10.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: ee8a20c -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/static/10.1.0/charts/common-18.0.1.tgz b/stable/static/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/static/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/steam-headless/3.1.0/.helmignore b/stable/static/10.2.0/.helmignore similarity index 100% rename from stable/steam-headless/3.1.0/.helmignore rename to stable/static/10.2.0/.helmignore diff --git a/stable/static/10.2.0/CHANGELOG.md b/stable/static/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..4cf496990d0 --- /dev/null +++ b/stable/static/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/static/10.2.0/Chart.yaml b/stable/static/10.2.0/Chart.yaml new file mode 100644 index 00000000000..8f6cabd186a --- /dev/null +++ b/stable/static/10.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: ee8a20c +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/static/10.1.0/README.md b/stable/static/10.2.0/README.md similarity index 100% rename from stable/static/10.1.0/README.md rename to stable/static/10.2.0/README.md diff --git a/stable/static/10.1.0/app-readme.md b/stable/static/10.2.0/app-readme.md similarity index 100% rename from stable/static/10.1.0/app-readme.md rename to stable/static/10.2.0/app-readme.md diff --git a/stable/static/10.2.0/charts/common-18.1.2.tgz b/stable/static/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/static/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/static/10.1.0/ix_values.yaml b/stable/static/10.2.0/ix_values.yaml similarity index 100% rename from stable/static/10.1.0/ix_values.yaml rename to stable/static/10.2.0/ix_values.yaml diff --git a/stable/static/10.1.0/questions.yaml b/stable/static/10.2.0/questions.yaml similarity index 100% rename from stable/static/10.1.0/questions.yaml rename to stable/static/10.2.0/questions.yaml diff --git a/stable/storj-node/9.1.0/templates/NOTES.txt b/stable/static/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/storj-node/9.1.0/templates/NOTES.txt rename to stable/static/10.2.0/templates/NOTES.txt diff --git a/stable/static/10.1.0/templates/common.yaml b/stable/static/10.2.0/templates/common.yaml similarity index 100% rename from stable/static/10.1.0/templates/common.yaml rename to stable/static/10.2.0/templates/common.yaml diff --git a/stable/steam-headless/3.1.0/values.yaml b/stable/static/10.2.0/values.yaml similarity index 100% rename from stable/steam-headless/3.1.0/values.yaml rename to stable/static/10.2.0/values.yaml diff --git a/stable/stationeers/5.1.0/CHANGELOG.md b/stable/stationeers/5.1.0/CHANGELOG.md deleted file mode 100644 index 4fd588c41a7..00000000000 --- a/stable/stationeers/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/stationeers/5.1.0/Chart.yaml b/stable/stationeers/5.1.0/Chart.yaml deleted file mode 100644 index 52c5ea4c1b2..00000000000 --- a/stable/stationeers/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/stationeers/5.1.0/charts/common-18.0.1.tgz b/stable/stationeers/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/stationeers/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/storj-node/9.1.0/.helmignore b/stable/stationeers/5.2.0/.helmignore similarity index 100% rename from stable/storj-node/9.1.0/.helmignore rename to stable/stationeers/5.2.0/.helmignore diff --git a/stable/stationeers/5.2.0/CHANGELOG.md b/stable/stationeers/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..79ca830683d --- /dev/null +++ b/stable/stationeers/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [stationeers-4.1.13](https://github.com/truecharts/charts/compare/stationeers-4.1.12...stationeers-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [stationeers-4.1.12](https://github.com/truecharts/charts/compare/stationeers-4.1.11...stationeers-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [stationeers-4.1.11](https://github.com/truecharts/charts/compare/stationeers-4.1.10...stationeers-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [stationeers-4.1.10](https://github.com/truecharts/charts/compare/stationeers-4.1.9...stationeers-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [stationeers-4.1.9](https://github.com/truecharts/charts/compare/stationeers-4.1.8...stationeers-4.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [stationeers-4.1.8](https://github.com/truecharts/charts/compare/stationeers-4.1.7...stationeers-4.1.8) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [stationeers-4.1.7](https://github.com/truecharts/charts/compare/stationeers-4.1.6...stationeers-4.1.7) (2024-01-08) + +### Chore + + + +- update container image ich777/steamcmd to stationeers[@f8258be](https://github.com/f8258be) by renovate ([#17038](https://github.com/truecharts/charts/issues/17038)) + + +## [stationeers-4.1.6](https://github.com/truecharts/charts/compare/stationeers-4.1.5...stationeers-4.1.6) (2024-01-08) + +### Chore + + + +- update container image ich777/steamcmd to stationeers[@23f1e3f](https://github.com/23f1e3f) by renovate ([#17029](https://github.com/truecharts/charts/issues/17029)) + + +## [stationeers-4.1.5](https://github.com/truecharts/charts/compare/stationeers-4.1.4...stationeers-4.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/stationeers/5.2.0/Chart.yaml b/stable/stationeers/5.2.0/Chart.yaml new file mode 100644 index 00000000000..d8bdf575fb4 --- /dev/null +++ b/stable/stationeers/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stationeers +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/stationeers/5.1.0/README.md b/stable/stationeers/5.2.0/README.md similarity index 100% rename from stable/stationeers/5.1.0/README.md rename to stable/stationeers/5.2.0/README.md diff --git a/stable/stationeers/5.1.0/app-readme.md b/stable/stationeers/5.2.0/app-readme.md similarity index 100% rename from stable/stationeers/5.1.0/app-readme.md rename to stable/stationeers/5.2.0/app-readme.md diff --git a/stable/stationeers/5.2.0/charts/common-18.1.2.tgz b/stable/stationeers/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/stationeers/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/stationeers/5.1.0/ix_values.yaml b/stable/stationeers/5.2.0/ix_values.yaml similarity index 100% rename from stable/stationeers/5.1.0/ix_values.yaml rename to stable/stationeers/5.2.0/ix_values.yaml diff --git a/stable/stationeers/5.1.0/questions.yaml b/stable/stationeers/5.2.0/questions.yaml similarity index 100% rename from stable/stationeers/5.1.0/questions.yaml rename to stable/stationeers/5.2.0/questions.yaml diff --git a/stable/stationeers/5.1.0/templates/common.yaml b/stable/stationeers/5.2.0/templates/common.yaml similarity index 100% rename from stable/stationeers/5.1.0/templates/common.yaml rename to stable/stationeers/5.2.0/templates/common.yaml diff --git a/stable/storj-node/9.1.0/values.yaml b/stable/stationeers/5.2.0/values.yaml similarity index 100% rename from stable/storj-node/9.1.0/values.yaml rename to stable/stationeers/5.2.0/values.yaml diff --git a/stable/steam-headless/3.1.0/CHANGELOG.md b/stable/steam-headless/3.1.0/CHANGELOG.md deleted file mode 100644 index f2745afe22e..00000000000 --- a/stable/steam-headless/3.1.0/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) - -### Chore \ No newline at end of file diff --git a/stable/steam-headless/3.1.0/Chart.yaml b/stable/steam-headless/3.1.0/Chart.yaml deleted file mode 100644 index c592be39ddd..00000000000 --- a/stable/steam-headless/3.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/steam-headless/3.1.0/charts/common-18.0.1.tgz b/stable/steam-headless/3.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/steam-headless/3.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/storm/5.1.0/.helmignore b/stable/steam-headless/3.2.0/.helmignore similarity index 100% rename from stable/storm/5.1.0/.helmignore rename to stable/steam-headless/3.2.0/.helmignore diff --git a/stable/steam-headless/3.2.0/CHANGELOG.md b/stable/steam-headless/3.2.0/CHANGELOG.md new file mode 100644 index 00000000000..57c9ab17657 --- /dev/null +++ b/stable/steam-headless/3.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + +## [steam-headless-2.1.19](https://github.com/truecharts/charts/compare/steam-headless-2.1.18...steam-headless-2.1.19) (2024-02-12) + +### Chore + + + +- update container image josh5/steam-headless to latest[@65190a8](https://github.com/65190a8) by renovate ([#18085](https://github.com/truecharts/charts/issues/18085)) + + +## [steam-headless-2.1.18](https://github.com/truecharts/charts/compare/steam-headless-2.1.17...steam-headless-2.1.18) (2024-02-05) + +### Chore + + + +- update container image josh5/steam-headless to latest[@0364932](https://github.com/0364932) by renovate ([#17876](https://github.com/truecharts/charts/issues/17876)) + + +## [steam-headless-2.1.17](https://github.com/truecharts/charts/compare/steam-headless-2.1.16...steam-headless-2.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [steam-headless-2.1.16](https://github.com/truecharts/charts/compare/steam-headless-2.1.15...steam-headless-2.1.16) (2024-01-29) + +### Chore + + + +- update container image josh5/steam-headless to latest[@e9b5052](https://github.com/e9b5052) by renovate ([#17638](https://github.com/truecharts/charts/issues/17638)) + + +## [steam-headless-2.1.15](https://github.com/truecharts/charts/compare/steam-headless-2.1.14...steam-headless-2.1.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [steam-headless-2.1.14](https://github.com/truecharts/charts/compare/steam-headless-2.1.13...steam-headless-2.1.14) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [steam-headless-2.1.13](https://github.com/truecharts/charts/compare/steam-headless-2.1.12...steam-headless-2.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [steam-headless-2.1.12](https://github.com/truecharts/charts/compare/steam-headless-2.1.11...steam-headless-2.1.12) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/steam-headless/3.2.0/Chart.yaml b/stable/steam-headless/3.2.0/Chart.yaml new file mode 100644 index 00000000000..559d7005fb2 --- /dev/null +++ b/stable/steam-headless/3.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Headless Steam chart. +home: https://truecharts.org/charts/stable/steam-headless +icon: https://truecharts.org/img/hotlink-ok/chart-icons/steam-headless.png +keywords: + - steam-headless + - games +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: steam-headless +sources: + - https://github.com/Steam-Headless/docker-steam-headless + - https://github.com/truecharts/charts/tree/master/charts/stable/steam-headless + - https://hub.docker.com/r/josh5/steam-headless +type: application +version: 3.2.0 diff --git a/stable/steam-headless/3.1.0/README.md b/stable/steam-headless/3.2.0/README.md similarity index 100% rename from stable/steam-headless/3.1.0/README.md rename to stable/steam-headless/3.2.0/README.md diff --git a/stable/steam-headless/3.1.0/app-readme.md b/stable/steam-headless/3.2.0/app-readme.md similarity index 100% rename from stable/steam-headless/3.1.0/app-readme.md rename to stable/steam-headless/3.2.0/app-readme.md diff --git a/stable/steam-headless/3.2.0/charts/common-18.1.2.tgz b/stable/steam-headless/3.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/steam-headless/3.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/steam-headless/3.1.0/ix_values.yaml b/stable/steam-headless/3.2.0/ix_values.yaml similarity index 100% rename from stable/steam-headless/3.1.0/ix_values.yaml rename to stable/steam-headless/3.2.0/ix_values.yaml diff --git a/stable/steam-headless/3.1.0/questions.yaml b/stable/steam-headless/3.2.0/questions.yaml similarity index 100% rename from stable/steam-headless/3.1.0/questions.yaml rename to stable/steam-headless/3.2.0/questions.yaml diff --git a/stable/storm/5.1.0/templates/NOTES.txt b/stable/steam-headless/3.2.0/templates/NOTES.txt similarity index 100% rename from stable/storm/5.1.0/templates/NOTES.txt rename to stable/steam-headless/3.2.0/templates/NOTES.txt diff --git a/stable/strapi/13.1.0/templates/common.yaml b/stable/steam-headless/3.2.0/templates/common.yaml similarity index 100% rename from stable/strapi/13.1.0/templates/common.yaml rename to stable/steam-headless/3.2.0/templates/common.yaml diff --git a/stable/storm/5.1.0/values.yaml b/stable/steam-headless/3.2.0/values.yaml similarity index 100% rename from stable/storm/5.1.0/values.yaml rename to stable/steam-headless/3.2.0/values.yaml diff --git a/stable/storj-node/9.1.0/CHANGELOG.md b/stable/storj-node/9.1.0/CHANGELOG.md deleted file mode 100644 index 659075bd1c9..00000000000 --- a/stable/storj-node/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/storj-node/9.1.0/Chart.yaml b/stable/storj-node/9.1.0/Chart.yaml deleted file mode 100644 index fa2e99aa5f2..00000000000 --- a/stable/storj-node/9.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.71.2 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/storj-node/9.1.0/charts/common-18.0.1.tgz b/stable/storj-node/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/storj-node/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/strapi/13.1.0/.helmignore b/stable/storj-node/9.2.0/.helmignore similarity index 100% rename from stable/strapi/13.1.0/.helmignore rename to stable/storj-node/9.2.0/.helmignore diff --git a/stable/storj-node/9.2.0/CHANGELOG.md b/stable/storj-node/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..7955b24010e --- /dev/null +++ b/stable/storj-node/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/storj-node/9.2.0/Chart.yaml b/stable/storj-node/9.2.0/Chart.yaml new file mode 100644 index 00000000000..09def74b501 --- /dev/null +++ b/stable/storj-node/9.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.71.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/storj-node/9.1.0/README.md b/stable/storj-node/9.2.0/README.md similarity index 100% rename from stable/storj-node/9.1.0/README.md rename to stable/storj-node/9.2.0/README.md diff --git a/stable/storj-node/9.1.0/SKIPINSTALL b/stable/storj-node/9.2.0/SKIPINSTALL similarity index 100% rename from stable/storj-node/9.1.0/SKIPINSTALL rename to stable/storj-node/9.2.0/SKIPINSTALL diff --git a/stable/storj-node/9.1.0/app-readme.md b/stable/storj-node/9.2.0/app-readme.md similarity index 100% rename from stable/storj-node/9.1.0/app-readme.md rename to stable/storj-node/9.2.0/app-readme.md diff --git a/stable/storj-node/9.2.0/charts/common-18.1.2.tgz b/stable/storj-node/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/storj-node/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/storj-node/9.1.0/ix_values.yaml b/stable/storj-node/9.2.0/ix_values.yaml similarity index 100% rename from stable/storj-node/9.1.0/ix_values.yaml rename to stable/storj-node/9.2.0/ix_values.yaml diff --git a/stable/storj-node/9.1.0/questions.yaml b/stable/storj-node/9.2.0/questions.yaml similarity index 100% rename from stable/storj-node/9.1.0/questions.yaml rename to stable/storj-node/9.2.0/questions.yaml diff --git a/stable/strapi/13.1.0/templates/NOTES.txt b/stable/storj-node/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/strapi/13.1.0/templates/NOTES.txt rename to stable/storj-node/9.2.0/templates/NOTES.txt diff --git a/stable/stun-turn-server/6.1.0/templates/common.yaml b/stable/storj-node/9.2.0/templates/common.yaml similarity index 100% rename from stable/stun-turn-server/6.1.0/templates/common.yaml rename to stable/storj-node/9.2.0/templates/common.yaml diff --git a/stable/strapi/13.1.0/values.yaml b/stable/storj-node/9.2.0/values.yaml similarity index 100% rename from stable/strapi/13.1.0/values.yaml rename to stable/storj-node/9.2.0/values.yaml diff --git a/stable/storm/5.1.0/CHANGELOG.md b/stable/storm/5.1.0/CHANGELOG.md deleted file mode 100644 index 311329a3975..00000000000 --- a/stable/storm/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/storm/5.1.0/Chart.yaml b/stable/storm/5.1.0/Chart.yaml deleted file mode 100644 index 98ebf71eee5..00000000000 --- a/stable/storm/5.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/storm/5.1.0/charts/common-18.0.1.tgz b/stable/storm/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/storm/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/stun-turn-server/6.1.0/.helmignore b/stable/storm/5.2.0/.helmignore similarity index 100% rename from stable/stun-turn-server/6.1.0/.helmignore rename to stable/storm/5.2.0/.helmignore diff --git a/stable/storm/5.2.0/CHANGELOG.md b/stable/storm/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..4aa6a8aa379 --- /dev/null +++ b/stable/storm/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/storm/5.2.0/Chart.yaml b/stable/storm/5.2.0/Chart.yaml new file mode 100644 index 00000000000..3e63a357efd --- /dev/null +++ b/stable/storm/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/storm/5.1.0/README.md b/stable/storm/5.2.0/README.md similarity index 100% rename from stable/storm/5.1.0/README.md rename to stable/storm/5.2.0/README.md diff --git a/stable/storm/5.1.0/app-readme.md b/stable/storm/5.2.0/app-readme.md similarity index 100% rename from stable/storm/5.1.0/app-readme.md rename to stable/storm/5.2.0/app-readme.md diff --git a/stable/storm/5.2.0/charts/common-18.1.2.tgz b/stable/storm/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/storm/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/storm/5.1.0/ix_values.yaml b/stable/storm/5.2.0/ix_values.yaml similarity index 100% rename from stable/storm/5.1.0/ix_values.yaml rename to stable/storm/5.2.0/ix_values.yaml diff --git a/stable/storm/5.1.0/questions.yaml b/stable/storm/5.2.0/questions.yaml similarity index 100% rename from stable/storm/5.1.0/questions.yaml rename to stable/storm/5.2.0/questions.yaml diff --git a/stable/stun-turn-server/6.1.0/templates/NOTES.txt b/stable/storm/5.2.0/templates/NOTES.txt similarity index 100% rename from stable/stun-turn-server/6.1.0/templates/NOTES.txt rename to stable/storm/5.2.0/templates/NOTES.txt diff --git a/stable/storm/5.1.0/templates/common.yaml b/stable/storm/5.2.0/templates/common.yaml similarity index 100% rename from stable/storm/5.1.0/templates/common.yaml rename to stable/storm/5.2.0/templates/common.yaml diff --git a/stable/stun-turn-server/6.1.0/values.yaml b/stable/storm/5.2.0/values.yaml similarity index 100% rename from stable/stun-turn-server/6.1.0/values.yaml rename to stable/storm/5.2.0/values.yaml diff --git a/stable/strapi/13.1.0/CHANGELOG.md b/stable/strapi/13.1.0/CHANGELOG.md deleted file mode 100644 index 454dbd48431..00000000000 --- a/stable/strapi/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/strapi/13.1.0/Chart.yaml b/stable/strapi/13.1.0/Chart.yaml deleted file mode 100644 index eb34556b8e7..00000000000 --- a/stable/strapi/13.1.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: 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.1 - 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.0 diff --git a/stable/strapi/13.1.0/charts/common-18.0.1.tgz b/stable/strapi/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/strapi/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/suistartpage/5.1.0/.helmignore b/stable/strapi/13.2.0/.helmignore similarity index 100% rename from stable/suistartpage/5.1.0/.helmignore rename to stable/strapi/13.2.0/.helmignore diff --git a/stable/strapi/13.2.0/CHANGELOG.md b/stable/strapi/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e015f01bc03 --- /dev/null +++ b/stable/strapi/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/strapi/13.2.0/Chart.yaml b/stable/strapi/13.2.0/Chart.yaml new file mode 100644 index 00000000000..fbc9950e191 --- /dev/null +++ b/stable/strapi/13.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: cms + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.16.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/strapi/13.1.0/README.md b/stable/strapi/13.2.0/README.md similarity index 100% rename from stable/strapi/13.1.0/README.md rename to stable/strapi/13.2.0/README.md diff --git a/stable/strapi/13.1.0/app-readme.md b/stable/strapi/13.2.0/app-readme.md similarity index 100% rename from stable/strapi/13.1.0/app-readme.md rename to stable/strapi/13.2.0/app-readme.md diff --git a/stable/strapi/13.2.0/charts/common-18.1.2.tgz b/stable/strapi/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/strapi/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/strapi/13.1.0/ix_values.yaml b/stable/strapi/13.2.0/ix_values.yaml similarity index 100% rename from stable/strapi/13.1.0/ix_values.yaml rename to stable/strapi/13.2.0/ix_values.yaml diff --git a/stable/strapi/13.1.0/questions.yaml b/stable/strapi/13.2.0/questions.yaml similarity index 100% rename from stable/strapi/13.1.0/questions.yaml rename to stable/strapi/13.2.0/questions.yaml diff --git a/stable/synclounge/9.1.0/templates/NOTES.txt b/stable/strapi/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/synclounge/9.1.0/templates/NOTES.txt rename to stable/strapi/13.2.0/templates/NOTES.txt diff --git a/stable/synclounge/9.1.0/templates/common.yaml b/stable/strapi/13.2.0/templates/common.yaml similarity index 100% rename from stable/synclounge/9.1.0/templates/common.yaml rename to stable/strapi/13.2.0/templates/common.yaml diff --git a/stable/suistartpage/5.1.0/values.yaml b/stable/strapi/13.2.0/values.yaml similarity index 100% rename from stable/suistartpage/5.1.0/values.yaml rename to stable/strapi/13.2.0/values.yaml diff --git a/stable/stun-turn-server/6.1.0/CHANGELOG.md b/stable/stun-turn-server/6.1.0/CHANGELOG.md deleted file mode 100644 index 80aea473935..00000000000 --- a/stable/stun-turn-server/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/stun-turn-server/6.1.0/Chart.yaml b/stable/stun-turn-server/6.1.0/Chart.yaml deleted file mode 100644 index 75c284eb62c..00000000000 --- a/stable/stun-turn-server/6.1.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: 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.1 - 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.0 diff --git a/stable/stun-turn-server/6.1.0/charts/common-18.0.1.tgz b/stable/stun-turn-server/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/stun-turn-server/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/survivethenights/5.1.0/.helmignore b/stable/stun-turn-server/6.2.0/.helmignore similarity index 100% rename from stable/survivethenights/5.1.0/.helmignore rename to stable/stun-turn-server/6.2.0/.helmignore diff --git a/stable/stun-turn-server/6.2.0/CHANGELOG.md b/stable/stun-turn-server/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..41e773a3725 --- /dev/null +++ b/stable/stun-turn-server/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [stun-turn-server-5.1.14](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.13...stun-turn-server-5.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [stun-turn-server-5.1.13](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.12...stun-turn-server-5.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [stun-turn-server-5.1.12](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.11...stun-turn-server-5.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [stun-turn-server-5.1.11](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.10...stun-turn-server-5.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [stun-turn-server-5.1.10](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.9...stun-turn-server-5.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [stun-turn-server-5.1.9](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.8...stun-turn-server-5.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [stun-turn-server-5.1.8](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.7...stun-turn-server-5.1.8) (2024-01-03) + +### Chore + + + +- update container image ich777/stun-turn-server to latest[@fe6e439](https://github.com/fe6e439) by renovate ([#16781](https://github.com/truecharts/charts/issues/16781)) + + +## [stun-turn-server-5.1.7](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.6...stun-turn-server-5.1.7) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [stun-turn-server-5.1.6](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.4...stun-turn-server-5.1.6) (2024-01-02) + +### Chore + + + +- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) diff --git a/stable/stun-turn-server/6.2.0/Chart.yaml b/stable/stun-turn-server/6.2.0/Chart.yaml new file mode 100644 index 00000000000..4668daa7177 --- /dev/null +++ b/stable/stun-turn-server/6.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/stun-turn-server/6.1.0/README.md b/stable/stun-turn-server/6.2.0/README.md similarity index 100% rename from stable/stun-turn-server/6.1.0/README.md rename to stable/stun-turn-server/6.2.0/README.md diff --git a/stable/stun-turn-server/6.1.0/app-readme.md b/stable/stun-turn-server/6.2.0/app-readme.md similarity index 100% rename from stable/stun-turn-server/6.1.0/app-readme.md rename to stable/stun-turn-server/6.2.0/app-readme.md diff --git a/stable/stun-turn-server/6.2.0/charts/common-18.1.2.tgz b/stable/stun-turn-server/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/stun-turn-server/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/stun-turn-server/6.1.0/ix_values.yaml b/stable/stun-turn-server/6.2.0/ix_values.yaml similarity index 100% rename from stable/stun-turn-server/6.1.0/ix_values.yaml rename to stable/stun-turn-server/6.2.0/ix_values.yaml diff --git a/stable/stun-turn-server/6.1.0/questions.yaml b/stable/stun-turn-server/6.2.0/questions.yaml similarity index 100% rename from stable/stun-turn-server/6.1.0/questions.yaml rename to stable/stun-turn-server/6.2.0/questions.yaml diff --git a/stable/syncthing/18.1.0/templates/NOTES.txt b/stable/stun-turn-server/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/syncthing/18.1.0/templates/NOTES.txt rename to stable/stun-turn-server/6.2.0/templates/NOTES.txt diff --git a/stable/syncthing/18.1.0/templates/common.yaml b/stable/stun-turn-server/6.2.0/templates/common.yaml similarity index 100% rename from stable/syncthing/18.1.0/templates/common.yaml rename to stable/stun-turn-server/6.2.0/templates/common.yaml diff --git a/stable/survivethenights/5.1.0/values.yaml b/stable/stun-turn-server/6.2.0/values.yaml similarity index 100% rename from stable/survivethenights/5.1.0/values.yaml rename to stable/stun-turn-server/6.2.0/values.yaml diff --git a/stable/suistartpage/5.1.0/CHANGELOG.md b/stable/suistartpage/5.1.0/CHANGELOG.md deleted file mode 100644 index ffe12a04fa6..00000000000 --- a/stable/suistartpage/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/suistartpage/5.1.0/Chart.yaml b/stable/suistartpage/5.1.0/Chart.yaml deleted file mode 100644 index 72c31ed69dc..00000000000 --- a/stable/suistartpage/5.1.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: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/suistartpage/5.1.0/charts/common-18.0.1.tgz b/stable/suistartpage/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/suistartpage/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/synclounge/9.1.0/.helmignore b/stable/suistartpage/5.2.0/.helmignore similarity index 100% rename from stable/synclounge/9.1.0/.helmignore rename to stable/suistartpage/5.2.0/.helmignore diff --git a/stable/suistartpage/5.2.0/CHANGELOG.md b/stable/suistartpage/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..4cac8653e3b --- /dev/null +++ b/stable/suistartpage/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/suistartpage/5.2.0/Chart.yaml b/stable/suistartpage/5.2.0/Chart.yaml new file mode 100644 index 00000000000..bd0f25a888b --- /dev/null +++ b/stable/suistartpage/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/suistartpage/5.1.0/README.md b/stable/suistartpage/5.2.0/README.md similarity index 100% rename from stable/suistartpage/5.1.0/README.md rename to stable/suistartpage/5.2.0/README.md diff --git a/stable/suistartpage/5.1.0/app-readme.md b/stable/suistartpage/5.2.0/app-readme.md similarity index 100% rename from stable/suistartpage/5.1.0/app-readme.md rename to stable/suistartpage/5.2.0/app-readme.md diff --git a/stable/suistartpage/5.2.0/charts/common-18.1.2.tgz b/stable/suistartpage/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/suistartpage/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/suistartpage/5.1.0/ix_values.yaml b/stable/suistartpage/5.2.0/ix_values.yaml similarity index 100% rename from stable/suistartpage/5.1.0/ix_values.yaml rename to stable/suistartpage/5.2.0/ix_values.yaml diff --git a/stable/suistartpage/5.1.0/questions.yaml b/stable/suistartpage/5.2.0/questions.yaml similarity index 100% rename from stable/suistartpage/5.1.0/questions.yaml rename to stable/suistartpage/5.2.0/questions.yaml diff --git a/stable/suistartpage/5.1.0/templates/common.yaml b/stable/suistartpage/5.2.0/templates/common.yaml similarity index 100% rename from stable/suistartpage/5.1.0/templates/common.yaml rename to stable/suistartpage/5.2.0/templates/common.yaml diff --git a/stable/synclounge/9.1.0/values.yaml b/stable/suistartpage/5.2.0/values.yaml similarity index 100% rename from stable/synclounge/9.1.0/values.yaml rename to stable/suistartpage/5.2.0/values.yaml diff --git a/stable/survivethenights/5.1.0/CHANGELOG.md b/stable/survivethenights/5.1.0/CHANGELOG.md deleted file mode 100644 index 71486c61dde..00000000000 --- a/stable/survivethenights/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/survivethenights/5.1.0/Chart.yaml b/stable/survivethenights/5.1.0/Chart.yaml deleted file mode 100644 index 0e83c95669b..00000000000 --- a/stable/survivethenights/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/survivethenights/5.1.0/charts/common-18.0.1.tgz b/stable/survivethenights/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/survivethenights/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/syncthing/18.1.0/.helmignore b/stable/survivethenights/5.2.0/.helmignore similarity index 100% rename from stable/syncthing/18.1.0/.helmignore rename to stable/survivethenights/5.2.0/.helmignore diff --git a/stable/survivethenights/5.2.0/CHANGELOG.md b/stable/survivethenights/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..bf31bf29928 --- /dev/null +++ b/stable/survivethenights/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/survivethenights/5.2.0/Chart.yaml b/stable/survivethenights/5.2.0/Chart.yaml new file mode 100644 index 00000000000..a812d9c2ef2 --- /dev/null +++ b/stable/survivethenights/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stn +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/survivethenights/5.1.0/README.md b/stable/survivethenights/5.2.0/README.md similarity index 100% rename from stable/survivethenights/5.1.0/README.md rename to stable/survivethenights/5.2.0/README.md diff --git a/stable/survivethenights/5.1.0/app-readme.md b/stable/survivethenights/5.2.0/app-readme.md similarity index 100% rename from stable/survivethenights/5.1.0/app-readme.md rename to stable/survivethenights/5.2.0/app-readme.md diff --git a/stable/survivethenights/5.2.0/charts/common-18.1.2.tgz b/stable/survivethenights/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/survivethenights/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/survivethenights/5.1.0/ix_values.yaml b/stable/survivethenights/5.2.0/ix_values.yaml similarity index 100% rename from stable/survivethenights/5.1.0/ix_values.yaml rename to stable/survivethenights/5.2.0/ix_values.yaml diff --git a/stable/survivethenights/5.1.0/questions.yaml b/stable/survivethenights/5.2.0/questions.yaml similarity index 100% rename from stable/survivethenights/5.1.0/questions.yaml rename to stable/survivethenights/5.2.0/questions.yaml diff --git a/stable/survivethenights/5.1.0/templates/common.yaml b/stable/survivethenights/5.2.0/templates/common.yaml similarity index 100% rename from stable/survivethenights/5.1.0/templates/common.yaml rename to stable/survivethenights/5.2.0/templates/common.yaml diff --git a/stable/syncthing/18.1.0/values.yaml b/stable/survivethenights/5.2.0/values.yaml similarity index 100% rename from stable/syncthing/18.1.0/values.yaml rename to stable/survivethenights/5.2.0/values.yaml diff --git a/stable/synclounge/9.1.0/CHANGELOG.md b/stable/synclounge/9.1.0/CHANGELOG.md deleted file mode 100644 index 0cebfccd51e..00000000000 --- a/stable/synclounge/9.1.0/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)) - - -## [synclounge-8.1.11](https://github.com/truecharts/charts/compare/synclounge-8.1.10...synclounge-8.1.11) (2024-01-21) diff --git a/stable/synclounge/9.1.0/Chart.yaml b/stable/synclounge/9.1.0/Chart.yaml deleted file mode 100644 index cf9e2b81194..00000000000 --- a/stable/synclounge/9.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.2.25 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/synclounge/9.1.0/charts/common-18.0.1.tgz b/stable/synclounge/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/synclounge/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/synctube/7.1.0/.helmignore b/stable/synclounge/9.2.0/.helmignore similarity index 100% rename from stable/synctube/7.1.0/.helmignore rename to stable/synclounge/9.2.0/.helmignore diff --git a/stable/synclounge/9.2.0/CHANGELOG.md b/stable/synclounge/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..58e68942a64 --- /dev/null +++ b/stable/synclounge/9.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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)) \ No newline at end of file diff --git a/stable/synclounge/9.2.0/Chart.yaml b/stable/synclounge/9.2.0/Chart.yaml new file mode 100644 index 00000000000..70e4cbd2868 --- /dev/null +++ b/stable/synclounge/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.2.25 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are. +home: https://truecharts.org/charts/stable/synclounge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/synclounge.png +keywords: + - synclounge +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: synclounge +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/synclounge + - https://ghcr.io/linuxserver/synclounge +type: application +version: 9.2.0 diff --git a/stable/synclounge/9.1.0/README.md b/stable/synclounge/9.2.0/README.md similarity index 100% rename from stable/synclounge/9.1.0/README.md rename to stable/synclounge/9.2.0/README.md diff --git a/stable/synclounge/9.1.0/app-readme.md b/stable/synclounge/9.2.0/app-readme.md similarity index 100% rename from stable/synclounge/9.1.0/app-readme.md rename to stable/synclounge/9.2.0/app-readme.md diff --git a/stable/synclounge/9.2.0/charts/common-18.1.2.tgz b/stable/synclounge/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/synclounge/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/synclounge/9.1.0/ix_values.yaml b/stable/synclounge/9.2.0/ix_values.yaml similarity index 100% rename from stable/synclounge/9.1.0/ix_values.yaml rename to stable/synclounge/9.2.0/ix_values.yaml diff --git a/stable/synclounge/9.1.0/questions.yaml b/stable/synclounge/9.2.0/questions.yaml similarity index 100% rename from stable/synclounge/9.1.0/questions.yaml rename to stable/synclounge/9.2.0/questions.yaml diff --git a/stable/synctube/7.1.0/templates/NOTES.txt b/stable/synclounge/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/synctube/7.1.0/templates/NOTES.txt rename to stable/synclounge/9.2.0/templates/NOTES.txt diff --git a/stable/syslog-ng/9.1.0/templates/common.yaml b/stable/synclounge/9.2.0/templates/common.yaml similarity index 100% rename from stable/syslog-ng/9.1.0/templates/common.yaml rename to stable/synclounge/9.2.0/templates/common.yaml diff --git a/stable/synctube/7.1.0/values.yaml b/stable/synclounge/9.2.0/values.yaml similarity index 100% rename from stable/synctube/7.1.0/values.yaml rename to stable/synclounge/9.2.0/values.yaml diff --git a/stable/syncthing/18.1.0/CHANGELOG.md b/stable/syncthing/18.1.0/CHANGELOG.md deleted file mode 100644 index d698ded1c47..00000000000 --- a/stable/syncthing/18.1.0/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) - -### Chore \ No newline at end of file diff --git a/stable/syncthing/18.1.0/Chart.yaml b/stable/syncthing/18.1.0/Chart.yaml deleted file mode 100644 index d6864ef7db9..00000000000 --- a/stable/syncthing/18.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/syncthing/18.1.0/charts/common-18.0.1.tgz b/stable/syncthing/18.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/syncthing/18.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/syslog-ng/9.1.0/.helmignore b/stable/syncthing/18.2.0/.helmignore similarity index 100% rename from stable/syslog-ng/9.1.0/.helmignore rename to stable/syncthing/18.2.0/.helmignore diff --git a/stable/syncthing/18.2.0/CHANGELOG.md b/stable/syncthing/18.2.0/CHANGELOG.md new file mode 100644 index 00000000000..6fc6472cf0d --- /dev/null +++ b/stable/syncthing/18.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [syncthing-17.1.13](https://github.com/truecharts/charts/compare/syncthing-17.1.12...syncthing-17.1.13) (2024-02-12) + +### Chore + + + +- update container image syncthing/syncthing to v1.27.3[@d5efcb0](https://github.com/d5efcb0) by renovate ([#18148](https://github.com/truecharts/charts/issues/18148)) + + +## [syncthing-17.1.12](https://github.com/truecharts/charts/compare/syncthing-17.1.11...syncthing-17.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [syncthing-17.1.11](https://github.com/truecharts/charts/compare/syncthing-17.1.10...syncthing-17.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [syncthing-17.1.10](https://github.com/truecharts/charts/compare/syncthing-17.1.9...syncthing-17.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [syncthing-17.1.9](https://github.com/truecharts/charts/compare/syncthing-17.1.8...syncthing-17.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [syncthing-17.1.8](https://github.com/truecharts/charts/compare/syncthing-17.1.7...syncthing-17.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [syncthing-17.1.7](https://github.com/truecharts/charts/compare/syncthing-17.1.6...syncthing-17.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [syncthing-17.1.6](https://github.com/truecharts/charts/compare/syncthing-17.1.5...syncthing-17.1.6) (2024-01-03) + +### Chore + + + +- update container image syncthing/syncthing to v1.27.2[@72d4569](https://github.com/72d4569) by renovate ([#16727](https://github.com/truecharts/charts/issues/16727)) + + +## [syncthing-17.1.5](https://github.com/truecharts/charts/compare/syncthing-17.1.4...syncthing-17.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/syncthing/18.2.0/Chart.yaml b/stable/syncthing/18.2.0/Chart.yaml new file mode 100644 index 00000000000..52ab6f6b542 --- /dev/null +++ b/stable/syncthing/18.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.27.3 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: P2P file synchronization application +home: https://truecharts.org/charts/stable/syncthing +icon: https://truecharts.org/img/hotlink-ok/chart-icons/syncthing.png +keywords: + - syncthing +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: syncthing +sources: + - https://syncthing.net/ + - https://github.com/syncthing/syncthing + - https://github.com/truecharts/charts/tree/master/charts/stable/syncthing + - https://hub.docker.com/r/syncthing/syncthing +type: application +version: 18.2.0 diff --git a/stable/syncthing/18.1.0/README.md b/stable/syncthing/18.2.0/README.md similarity index 100% rename from stable/syncthing/18.1.0/README.md rename to stable/syncthing/18.2.0/README.md diff --git a/stable/syncthing/18.1.0/app-readme.md b/stable/syncthing/18.2.0/app-readme.md similarity index 100% rename from stable/syncthing/18.1.0/app-readme.md rename to stable/syncthing/18.2.0/app-readme.md diff --git a/stable/syncthing/18.2.0/charts/common-18.1.2.tgz b/stable/syncthing/18.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/syncthing/18.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/syncthing/18.1.0/ix_values.yaml b/stable/syncthing/18.2.0/ix_values.yaml similarity index 100% rename from stable/syncthing/18.1.0/ix_values.yaml rename to stable/syncthing/18.2.0/ix_values.yaml diff --git a/stable/syncthing/18.1.0/questions.yaml b/stable/syncthing/18.2.0/questions.yaml similarity index 100% rename from stable/syncthing/18.1.0/questions.yaml rename to stable/syncthing/18.2.0/questions.yaml diff --git a/stable/syslog-ng/9.1.0/templates/NOTES.txt b/stable/syncthing/18.2.0/templates/NOTES.txt similarity index 100% rename from stable/syslog-ng/9.1.0/templates/NOTES.txt rename to stable/syncthing/18.2.0/templates/NOTES.txt diff --git a/stable/tasmoadmin/8.1.0/templates/common.yaml b/stable/syncthing/18.2.0/templates/common.yaml similarity index 100% rename from stable/tasmoadmin/8.1.0/templates/common.yaml rename to stable/syncthing/18.2.0/templates/common.yaml diff --git a/stable/syslog-ng/9.1.0/values.yaml b/stable/syncthing/18.2.0/values.yaml similarity index 100% rename from stable/syslog-ng/9.1.0/values.yaml rename to stable/syncthing/18.2.0/values.yaml diff --git a/stable/synctube/7.1.0/CHANGELOG.md b/stable/synctube/7.1.0/CHANGELOG.md deleted file mode 100644 index 6f6d7858710..00000000000 --- a/stable/synctube/7.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/synctube/7.1.0/Chart.yaml b/stable/synctube/7.1.0/Chart.yaml deleted file mode 100644 index abe305ee2cb..00000000000 --- a/stable/synctube/7.1.0/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/synctube/7.1.0/charts/common-18.0.1.tgz b/stable/synctube/7.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/synctube/7.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/tachidesk-docker/6.1.1/.helmignore b/stable/synctube/7.2.0/.helmignore similarity index 100% rename from stable/tachidesk-docker/6.1.1/.helmignore rename to stable/synctube/7.2.0/.helmignore diff --git a/stable/synctube/7.2.0/CHANGELOG.md b/stable/synctube/7.2.0/CHANGELOG.md new file mode 100644 index 00000000000..4b57e222c66 --- /dev/null +++ b/stable/synctube/7.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/synctube/7.2.0/Chart.yaml b/stable/synctube/7.2.0/Chart.yaml new file mode 100644 index 00000000000..3fd469f472b --- /dev/null +++ b/stable/synctube/7.2.0/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/synctube/7.1.0/README.md b/stable/synctube/7.2.0/README.md similarity index 100% rename from stable/synctube/7.1.0/README.md rename to stable/synctube/7.2.0/README.md diff --git a/stable/synctube/7.1.0/app-readme.md b/stable/synctube/7.2.0/app-readme.md similarity index 100% rename from stable/synctube/7.1.0/app-readme.md rename to stable/synctube/7.2.0/app-readme.md diff --git a/stable/synctube/7.2.0/charts/common-18.1.2.tgz b/stable/synctube/7.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/synctube/7.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/synctube/7.1.0/ix_values.yaml b/stable/synctube/7.2.0/ix_values.yaml similarity index 100% rename from stable/synctube/7.1.0/ix_values.yaml rename to stable/synctube/7.2.0/ix_values.yaml diff --git a/stable/synctube/7.1.0/questions.yaml b/stable/synctube/7.2.0/questions.yaml similarity index 100% rename from stable/synctube/7.1.0/questions.yaml rename to stable/synctube/7.2.0/questions.yaml diff --git a/stable/tagspaces/3.1.0/templates/NOTES.txt b/stable/synctube/7.2.0/templates/NOTES.txt similarity index 100% rename from stable/tagspaces/3.1.0/templates/NOTES.txt rename to stable/synctube/7.2.0/templates/NOTES.txt diff --git a/stable/synctube/7.1.0/templates/common.yaml b/stable/synctube/7.2.0/templates/common.yaml similarity index 100% rename from stable/synctube/7.1.0/templates/common.yaml rename to stable/synctube/7.2.0/templates/common.yaml diff --git a/stable/tachidesk-docker/6.1.1/values.yaml b/stable/synctube/7.2.0/values.yaml similarity index 100% rename from stable/tachidesk-docker/6.1.1/values.yaml rename to stable/synctube/7.2.0/values.yaml diff --git a/stable/syslog-ng/9.1.0/CHANGELOG.md b/stable/syslog-ng/9.1.0/CHANGELOG.md deleted file mode 100644 index 25676b5ab81..00000000000 --- a/stable/syslog-ng/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [syslog-ng-8.2.1](https://github.com/truecharts/charts/compare/syslog-ng-8.2.0...syslog-ng-8.2.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [syslog-ng-8.2.0](https://github.com/truecharts/charts/compare/syslog-ng-8.1.10...syslog-ng-8.2.0) (2024-01-29) - -### Chore - - - -- update container image balabit/syslog-ng to v4.6.0[@0486468](https://github.com/0486468) by renovate ([#17689](https://github.com/truecharts/charts/issues/17689)) - - -## [syslog-ng-8.1.10](https://github.com/truecharts/charts/compare/syslog-ng-8.1.9...syslog-ng-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [syslog-ng-8.1.9](https://github.com/truecharts/charts/compare/syslog-ng-8.1.8...syslog-ng-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [syslog-ng-8.1.8](https://github.com/truecharts/charts/compare/syslog-ng-8.1.7...syslog-ng-8.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [syslog-ng-8.1.7](https://github.com/truecharts/charts/compare/syslog-ng-8.1.6...syslog-ng-8.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [syslog-ng-8.1.6](https://github.com/truecharts/charts/compare/syslog-ng-8.1.5...syslog-ng-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [syslog-ng-8.1.5](https://github.com/truecharts/charts/compare/syslog-ng-8.1.4...syslog-ng-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [syslog-ng-8.1.4](https://github.com/truecharts/charts/compare/syslog-ng-8.1.3...syslog-ng-8.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [syslog-ng-8.1.3](https://github.com/truecharts/charts/compare/syslog-ng-8.1.0...syslog-ng-8.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/syslog-ng/9.1.0/Chart.yaml b/stable/syslog-ng/9.1.0/Chart.yaml deleted file mode 100644 index cee9ffae4bf..00000000000 --- a/stable/syslog-ng/9.1.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: 4.6.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/syslog-ng/9.1.0/charts/common-18.0.1.tgz b/stable/syslog-ng/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/syslog-ng/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/tagspaces/3.1.0/.helmignore b/stable/syslog-ng/9.2.0/.helmignore similarity index 100% rename from stable/tagspaces/3.1.0/.helmignore rename to stable/syslog-ng/9.2.0/.helmignore diff --git a/stable/syslog-ng/9.2.0/CHANGELOG.md b/stable/syslog-ng/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..64f220883d1 --- /dev/null +++ b/stable/syslog-ng/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/syslog-ng/9.2.0/Chart.yaml b/stable/syslog-ng/9.2.0/Chart.yaml new file mode 100644 index 00000000000..c52ca6668fe --- /dev/null +++ b/stable/syslog-ng/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.6.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/syslog-ng/9.1.0/README.md b/stable/syslog-ng/9.2.0/README.md similarity index 100% rename from stable/syslog-ng/9.1.0/README.md rename to stable/syslog-ng/9.2.0/README.md diff --git a/stable/syslog-ng/9.1.0/app-readme.md b/stable/syslog-ng/9.2.0/app-readme.md similarity index 100% rename from stable/syslog-ng/9.1.0/app-readme.md rename to stable/syslog-ng/9.2.0/app-readme.md diff --git a/stable/syslog-ng/9.2.0/charts/common-18.1.2.tgz b/stable/syslog-ng/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/syslog-ng/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/syslog-ng/9.1.0/ix_values.yaml b/stable/syslog-ng/9.2.0/ix_values.yaml similarity index 100% rename from stable/syslog-ng/9.1.0/ix_values.yaml rename to stable/syslog-ng/9.2.0/ix_values.yaml diff --git a/stable/syslog-ng/9.1.0/questions.yaml b/stable/syslog-ng/9.2.0/questions.yaml similarity index 100% rename from stable/syslog-ng/9.1.0/questions.yaml rename to stable/syslog-ng/9.2.0/questions.yaml diff --git a/stable/tailscale/8.2.0/templates/NOTES.txt b/stable/syslog-ng/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/tailscale/8.2.0/templates/NOTES.txt rename to stable/syslog-ng/9.2.0/templates/NOTES.txt diff --git a/stable/tasmobackup/6.1.0/templates/common.yaml b/stable/syslog-ng/9.2.0/templates/common.yaml similarity index 100% rename from stable/tasmobackup/6.1.0/templates/common.yaml rename to stable/syslog-ng/9.2.0/templates/common.yaml diff --git a/stable/tagspaces/3.1.0/values.yaml b/stable/syslog-ng/9.2.0/values.yaml similarity index 100% rename from stable/tagspaces/3.1.0/values.yaml rename to stable/syslog-ng/9.2.0/values.yaml diff --git a/stable/tachidesk-docker/6.1.1/CHANGELOG.md b/stable/tachidesk-docker/6.1.1/CHANGELOG.md deleted file mode 100644 index 818e6691b56..00000000000 --- a/stable/tachidesk-docker/6.1.1/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.1/Chart.yaml b/stable/tachidesk-docker/6.1.1/Chart.yaml deleted file mode 100644 index faae7cabf56..00000000000 --- a/stable/tachidesk-docker/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: 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.1 diff --git a/stable/tachidesk-docker/6.1.1/charts/common-18.0.2.tgz b/stable/tachidesk-docker/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tachidesk-docker/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tachidesk-docker/6.1.1/ix_values.yaml b/stable/tachidesk-docker/6.1.1/ix_values.yaml deleted file mode 100644 index 396abee5e36..00000000000 --- a/stable/tachidesk-docker/6.1.1/ix_values.yaml +++ /dev/null @@ -1,69 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: ghcr.io/suwayomi/tachidesk - tag: preview@sha256:d5c11e9131c5b0114eb670f488462016f34fdf1cf3d49f0b01be4c2b4eae7ac1 - -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/tailscale/8.2.0/.helmignore b/stable/tachidesk-docker/6.2.0/.helmignore similarity index 100% rename from stable/tailscale/8.2.0/.helmignore rename to stable/tachidesk-docker/6.2.0/.helmignore diff --git a/stable/tachidesk-docker/6.2.0/CHANGELOG.md b/stable/tachidesk-docker/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..8f82a4d39db --- /dev/null +++ b/stable/tachidesk-docker/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + +## [tachidesk-docker-5.0.2](https://github.com/truecharts/charts/compare/tachidesk-docker-5.0.1...tachidesk-docker-5.0.2) (2024-02-06) + + +## [tachidesk-docker-5.0.1](https://github.com/truecharts/charts/compare/tachidesk-docker-5.0.0...tachidesk-docker-5.0.1) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/suwayomi/tachidesk to preview[@54c6b36](https://github.com/54c6b36) by renovate ([#17873](https://github.com/truecharts/charts/issues/17873)) + + +## [tachidesk-docker-5.0.0](https://github.com/truecharts/charts/compare/tachidesk-docker-4.1.11...tachidesk-docker-5.0.0) (2024-02-04) + +### Feat + + + +- Update old container + redo env_vars ([#17714](https://github.com/truecharts/charts/issues/17714)) + + +## [tachidesk-docker-4.1.11](https://github.com/truecharts/charts/compare/tachidesk-docker-4.1.10...tachidesk-docker-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tachidesk-docker-4.1.10](https://github.com/truecharts/charts/compare/tachidesk-docker-4.1.9...tachidesk-docker-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tachidesk-docker-4.1.9](https://github.com/truecharts/charts/compare/tachidesk-docker-4.1.8...tachidesk-docker-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [tachidesk-docker-4.1.8](https://github.com/truecharts/charts/compare/tachidesk-docker-4.1.7...tachidesk-docker-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [tachidesk-docker-4.1.7](https://github.com/truecharts/charts/compare/tachidesk-docker-4.1.6...tachidesk-docker-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [tachidesk-docker-4.1.6](https://github.com/truecharts/charts/compare/tachidesk-docker-4.1.5...tachidesk-docker-4.1.6) (2024-01-09) diff --git a/stable/tachidesk-docker/6.2.0/Chart.yaml b/stable/tachidesk-docker/6.2.0/Chart.yaml new file mode 100644 index 00000000000..3206e31369a --- /dev/null +++ b/stable/tachidesk-docker/6.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaServer-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: preiew +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The official Tachidesk Chart-Chart. +home: https://truecharts.org/charts/stable/tachidesk-docker +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tachidesk-docker.png +keywords: + - tachidesk-docker + - MediaServer-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tachidesk-docker +sources: + - https://github.com/suwayomi/docker-tachidesk + - https://github.com/Suwayomi/Tachidesk-Server + - https://github.com/truecharts/charts/tree/master/charts/stable/tachidesk-docker + - https://ghcr.io/suwayomi/tachidesk +type: application +version: 6.2.0 diff --git a/stable/tachidesk-docker/6.1.1/README.md b/stable/tachidesk-docker/6.2.0/README.md similarity index 100% rename from stable/tachidesk-docker/6.1.1/README.md rename to stable/tachidesk-docker/6.2.0/README.md diff --git a/stable/tachidesk-docker/6.1.1/app-readme.md b/stable/tachidesk-docker/6.2.0/app-readme.md similarity index 100% rename from stable/tachidesk-docker/6.1.1/app-readme.md rename to stable/tachidesk-docker/6.2.0/app-readme.md diff --git a/stable/tachidesk-docker/6.2.0/charts/common-18.1.2.tgz b/stable/tachidesk-docker/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/tachidesk-docker/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/tachidesk-docker/6.2.0/ix_values.yaml b/stable/tachidesk-docker/6.2.0/ix_values.yaml new file mode 100644 index 00000000000..d343751a7ec --- /dev/null +++ b/stable/tachidesk-docker/6.2.0/ix_values.yaml @@ -0,0 +1,69 @@ +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.1/questions.yaml b/stable/tachidesk-docker/6.2.0/questions.yaml similarity index 100% rename from stable/tachidesk-docker/6.1.1/questions.yaml rename to stable/tachidesk-docker/6.2.0/questions.yaml diff --git a/stable/tachidesk-docker/6.1.1/templates/common.yaml b/stable/tachidesk-docker/6.2.0/templates/common.yaml similarity index 100% rename from stable/tachidesk-docker/6.1.1/templates/common.yaml rename to stable/tachidesk-docker/6.2.0/templates/common.yaml diff --git a/stable/tailscale/8.2.0/values.yaml b/stable/tachidesk-docker/6.2.0/values.yaml similarity index 100% rename from stable/tailscale/8.2.0/values.yaml rename to stable/tachidesk-docker/6.2.0/values.yaml diff --git a/stable/tagspaces/3.1.0/CHANGELOG.md b/stable/tagspaces/3.1.0/CHANGELOG.md deleted file mode 100644 index b092fb42e65..00000000000 --- a/stable/tagspaces/3.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/tagspaces/3.1.0/Chart.yaml b/stable/tagspaces/3.1.0/Chart.yaml deleted file mode 100644 index 983c304cec6..00000000000 --- a/stable/tagspaces/3.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/tagspaces/3.1.0/charts/common-18.0.1.tgz b/stable/tagspaces/3.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/tagspaces/3.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/tandoor-recipes/16.1.0/.helmignore b/stable/tagspaces/3.2.0/.helmignore similarity index 100% rename from stable/tandoor-recipes/16.1.0/.helmignore rename to stable/tagspaces/3.2.0/.helmignore diff --git a/stable/tagspaces/3.2.0/CHANGELOG.md b/stable/tagspaces/3.2.0/CHANGELOG.md new file mode 100644 index 00000000000..6998059c2f5 --- /dev/null +++ b/stable/tagspaces/3.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/tagspaces/3.2.0/Chart.yaml b/stable/tagspaces/3.2.0/Chart.yaml new file mode 100644 index 00000000000..dfc658361ee --- /dev/null +++ b/stable/tagspaces/3.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.5.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/tagspaces/3.1.0/README.md b/stable/tagspaces/3.2.0/README.md similarity index 100% rename from stable/tagspaces/3.1.0/README.md rename to stable/tagspaces/3.2.0/README.md diff --git a/stable/tagspaces/3.1.0/app-readme.md b/stable/tagspaces/3.2.0/app-readme.md similarity index 100% rename from stable/tagspaces/3.1.0/app-readme.md rename to stable/tagspaces/3.2.0/app-readme.md diff --git a/stable/tagspaces/3.2.0/charts/common-18.1.2.tgz b/stable/tagspaces/3.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/tagspaces/3.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/tagspaces/3.1.0/ix_values.yaml b/stable/tagspaces/3.2.0/ix_values.yaml similarity index 100% rename from stable/tagspaces/3.1.0/ix_values.yaml rename to stable/tagspaces/3.2.0/ix_values.yaml diff --git a/stable/tagspaces/3.1.0/questions.yaml b/stable/tagspaces/3.2.0/questions.yaml similarity index 100% rename from stable/tagspaces/3.1.0/questions.yaml rename to stable/tagspaces/3.2.0/questions.yaml diff --git a/stable/tauticord/3.1.0/templates/NOTES.txt b/stable/tagspaces/3.2.0/templates/NOTES.txt similarity index 100% rename from stable/tauticord/3.1.0/templates/NOTES.txt rename to stable/tagspaces/3.2.0/templates/NOTES.txt diff --git a/stable/tagspaces/3.1.0/templates/_secrets.tpl b/stable/tagspaces/3.2.0/templates/_secrets.tpl similarity index 100% rename from stable/tagspaces/3.1.0/templates/_secrets.tpl rename to stable/tagspaces/3.2.0/templates/_secrets.tpl diff --git a/stable/tagspaces/3.1.0/templates/common.yaml b/stable/tagspaces/3.2.0/templates/common.yaml similarity index 100% rename from stable/tagspaces/3.1.0/templates/common.yaml rename to stable/tagspaces/3.2.0/templates/common.yaml diff --git a/stable/tandoor-recipes/16.1.0/values.yaml b/stable/tagspaces/3.2.0/values.yaml similarity index 100% rename from stable/tandoor-recipes/16.1.0/values.yaml rename to stable/tagspaces/3.2.0/values.yaml diff --git a/stable/tailscale/8.2.0/CHANGELOG.md b/stable/tailscale/8.2.0/CHANGELOG.md deleted file mode 100644 index 650be6bd595..00000000000 --- a/stable/tailscale/8.2.0/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.0/Chart.yaml b/stable/tailscale/8.2.0/Chart.yaml deleted file mode 100644 index eb07bc6d8c7..00000000000 --- a/stable/tailscale/8.2.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/tailscale/8.2.0/charts/common-18.0.1.tgz b/stable/tailscale/8.2.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/tailscale/8.2.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/tanoshi/5.1.0/.helmignore b/stable/tailscale/8.3.0/.helmignore similarity index 100% rename from stable/tanoshi/5.1.0/.helmignore rename to stable/tailscale/8.3.0/.helmignore diff --git a/stable/tailscale/8.3.0/CHANGELOG.md b/stable/tailscale/8.3.0/CHANGELOG.md new file mode 100644 index 00000000000..b182613250b --- /dev/null +++ b/stable/tailscale/8.3.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/tailscale/8.3.0/Chart.yaml b/stable/tailscale/8.3.0/Chart.yaml new file mode 100644 index 00000000000..d1333118237 --- /dev/null +++ b/stable/tailscale/8.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.61.11 +dependencies: + - name: common + version: 18.1.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.3.0 diff --git a/stable/tailscale/8.2.0/README.md b/stable/tailscale/8.3.0/README.md similarity index 100% rename from stable/tailscale/8.2.0/README.md rename to stable/tailscale/8.3.0/README.md diff --git a/stable/tailscale/8.2.0/app-readme.md b/stable/tailscale/8.3.0/app-readme.md similarity index 100% rename from stable/tailscale/8.2.0/app-readme.md rename to stable/tailscale/8.3.0/app-readme.md diff --git a/stable/tailscale/8.3.0/charts/common-18.1.2.tgz b/stable/tailscale/8.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/tailscale/8.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/tailscale/8.2.0/ix_values.yaml b/stable/tailscale/8.3.0/ix_values.yaml similarity index 100% rename from stable/tailscale/8.2.0/ix_values.yaml rename to stable/tailscale/8.3.0/ix_values.yaml diff --git a/stable/tailscale/8.2.0/questions.yaml b/stable/tailscale/8.3.0/questions.yaml similarity index 100% rename from stable/tailscale/8.2.0/questions.yaml rename to stable/tailscale/8.3.0/questions.yaml diff --git a/stable/tautulli/18.1.0/templates/NOTES.txt b/stable/tailscale/8.3.0/templates/NOTES.txt similarity index 100% rename from stable/tautulli/18.1.0/templates/NOTES.txt rename to stable/tailscale/8.3.0/templates/NOTES.txt diff --git a/stable/tailscale/8.2.0/templates/_configmap.tpl b/stable/tailscale/8.3.0/templates/_configmap.tpl similarity index 100% rename from stable/tailscale/8.2.0/templates/_configmap.tpl rename to stable/tailscale/8.3.0/templates/_configmap.tpl diff --git a/stable/tailscale/8.2.0/templates/_secret.tpl b/stable/tailscale/8.3.0/templates/_secret.tpl similarity index 100% rename from stable/tailscale/8.2.0/templates/_secret.tpl rename to stable/tailscale/8.3.0/templates/_secret.tpl diff --git a/stable/tailscale/8.2.0/templates/common.yaml b/stable/tailscale/8.3.0/templates/common.yaml similarity index 100% rename from stable/tailscale/8.2.0/templates/common.yaml rename to stable/tailscale/8.3.0/templates/common.yaml diff --git a/stable/tanoshi/5.1.0/values.yaml b/stable/tailscale/8.3.0/values.yaml similarity index 100% rename from stable/tanoshi/5.1.0/values.yaml rename to stable/tailscale/8.3.0/values.yaml diff --git a/stable/tandoor-recipes/16.1.0/CHANGELOG.md b/stable/tandoor-recipes/16.1.0/CHANGELOG.md deleted file mode 100644 index ee51f8fbd8e..00000000000 --- a/stable/tandoor-recipes/16.1.0/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.0/Chart.yaml b/stable/tandoor-recipes/16.1.0/Chart.yaml deleted file mode 100644 index 50a15ad060c..00000000000 --- a/stable/tandoor-recipes/16.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.5.13 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/tandoor-recipes/16.1.0/charts/common-18.0.1.tgz b/stable/tandoor-recipes/16.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/tandoor-recipes/16.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/tar1090/5.1.2/.helmignore b/stable/tandoor-recipes/16.2.0/.helmignore similarity index 100% rename from stable/tar1090/5.1.2/.helmignore rename to stable/tandoor-recipes/16.2.0/.helmignore diff --git a/stable/tandoor-recipes/16.2.0/CHANGELOG.md b/stable/tandoor-recipes/16.2.0/CHANGELOG.md new file mode 100644 index 00000000000..1b92a471d78 --- /dev/null +++ b/stable/tandoor-recipes/16.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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) diff --git a/stable/tandoor-recipes/16.2.0/Chart.yaml b/stable/tandoor-recipes/16.2.0/Chart.yaml new file mode 100644 index 00000000000..05d23828f63 --- /dev/null +++ b/stable/tandoor-recipes/16.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.13 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/tandoor-recipes/16.1.0/README.md b/stable/tandoor-recipes/16.2.0/README.md similarity index 100% rename from stable/tandoor-recipes/16.1.0/README.md rename to stable/tandoor-recipes/16.2.0/README.md diff --git a/stable/tandoor-recipes/16.1.0/app-readme.md b/stable/tandoor-recipes/16.2.0/app-readme.md similarity index 100% rename from stable/tandoor-recipes/16.1.0/app-readme.md rename to stable/tandoor-recipes/16.2.0/app-readme.md diff --git a/stable/tandoor-recipes/16.2.0/charts/common-18.1.2.tgz b/stable/tandoor-recipes/16.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/tandoor-recipes/16.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/tandoor-recipes/16.1.0/ix_values.yaml b/stable/tandoor-recipes/16.2.0/ix_values.yaml similarity index 100% rename from stable/tandoor-recipes/16.1.0/ix_values.yaml rename to stable/tandoor-recipes/16.2.0/ix_values.yaml diff --git a/stable/tandoor-recipes/16.1.0/questions.yaml b/stable/tandoor-recipes/16.2.0/questions.yaml similarity index 100% rename from stable/tandoor-recipes/16.1.0/questions.yaml rename to stable/tandoor-recipes/16.2.0/questions.yaml diff --git a/stable/tandoor-recipes/16.1.0/templates/_secrets.tpl b/stable/tandoor-recipes/16.2.0/templates/_secrets.tpl similarity index 100% rename from stable/tandoor-recipes/16.1.0/templates/_secrets.tpl rename to stable/tandoor-recipes/16.2.0/templates/_secrets.tpl diff --git a/stable/tandoor-recipes/16.1.0/templates/common.yaml b/stable/tandoor-recipes/16.2.0/templates/common.yaml similarity index 100% rename from stable/tandoor-recipes/16.1.0/templates/common.yaml rename to stable/tandoor-recipes/16.2.0/templates/common.yaml diff --git a/stable/tar1090/5.1.2/values.yaml b/stable/tandoor-recipes/16.2.0/values.yaml similarity index 100% rename from stable/tar1090/5.1.2/values.yaml rename to stable/tandoor-recipes/16.2.0/values.yaml diff --git a/stable/tanoshi/5.1.0/CHANGELOG.md b/stable/tanoshi/5.1.0/CHANGELOG.md deleted file mode 100644 index 95424391708..00000000000 --- a/stable/tanoshi/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/tanoshi/5.1.0/Chart.yaml b/stable/tanoshi/5.1.0/Chart.yaml deleted file mode 100644 index 07e5f4a0055..00000000000 --- a/stable/tanoshi/5.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: 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.1 - 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.0 diff --git a/stable/tanoshi/5.1.0/charts/common-18.0.1.tgz b/stable/tanoshi/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/tanoshi/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/tasmoadmin/8.1.0/.helmignore b/stable/tanoshi/5.2.0/.helmignore similarity index 100% rename from stable/tasmoadmin/8.1.0/.helmignore rename to stable/tanoshi/5.2.0/.helmignore diff --git a/stable/tanoshi/5.2.0/CHANGELOG.md b/stable/tanoshi/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2e3f3a3e73e --- /dev/null +++ b/stable/tanoshi/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/tanoshi/5.2.0/Chart.yaml b/stable/tanoshi/5.2.0/Chart.yaml new file mode 100644 index 00000000000..00fa117072e --- /dev/null +++ b/stable/tanoshi/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/tanoshi/5.1.0/README.md b/stable/tanoshi/5.2.0/README.md similarity index 100% rename from stable/tanoshi/5.1.0/README.md rename to stable/tanoshi/5.2.0/README.md diff --git a/stable/tanoshi/5.1.0/app-readme.md b/stable/tanoshi/5.2.0/app-readme.md similarity index 100% rename from stable/tanoshi/5.1.0/app-readme.md rename to stable/tanoshi/5.2.0/app-readme.md diff --git a/stable/tanoshi/5.2.0/charts/common-18.1.2.tgz b/stable/tanoshi/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/tanoshi/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/tanoshi/5.1.0/ix_values.yaml b/stable/tanoshi/5.2.0/ix_values.yaml similarity index 100% rename from stable/tanoshi/5.1.0/ix_values.yaml rename to stable/tanoshi/5.2.0/ix_values.yaml diff --git a/stable/tanoshi/5.1.0/questions.yaml b/stable/tanoshi/5.2.0/questions.yaml similarity index 100% rename from stable/tanoshi/5.1.0/questions.yaml rename to stable/tanoshi/5.2.0/questions.yaml diff --git a/stable/tanoshi/5.1.0/templates/common.yaml b/stable/tanoshi/5.2.0/templates/common.yaml similarity index 100% rename from stable/tanoshi/5.1.0/templates/common.yaml rename to stable/tanoshi/5.2.0/templates/common.yaml diff --git a/stable/tasmoadmin/8.1.0/values.yaml b/stable/tanoshi/5.2.0/values.yaml similarity index 100% rename from stable/tasmoadmin/8.1.0/values.yaml rename to stable/tanoshi/5.2.0/values.yaml diff --git a/stable/tar1090/5.1.2/CHANGELOG.md b/stable/tar1090/5.1.2/CHANGELOG.md deleted file mode 100644 index d5815e37e0b..00000000000 --- a/stable/tar1090/5.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - -## [tar1090-4.1.22](https://github.com/truecharts/charts/compare/tar1090-4.1.21...tar1090-4.1.22) (2024-02-12) - -### Chore - - - -- update container image mikenye/tar1090 to latest[@585d8a5](https://github.com/585d8a5) by renovate ([#18229](https://github.com/truecharts/charts/issues/18229)) - - -## [tar1090-4.1.21](https://github.com/truecharts/charts/compare/tar1090-4.1.20...tar1090-4.1.21) (2024-02-12) - -### Chore - - - -- update container image mikenye/tar1090 to latest[@63c911b](https://github.com/63c911b) by renovate ([#18098](https://github.com/truecharts/charts/issues/18098)) - - -## [tar1090-4.1.20](https://github.com/truecharts/charts/compare/tar1090-4.1.19...tar1090-4.1.20) (2024-02-05) - -### Chore - - - -- update container image mikenye/tar1090 to latest[@d682681](https://github.com/d682681) by renovate ([#17981](https://github.com/truecharts/charts/issues/17981)) - - -## [tar1090-4.1.19](https://github.com/truecharts/charts/compare/tar1090-4.1.18...tar1090-4.1.19) (2024-02-05) - -### Chore - - - -- update container image mikenye/tar1090 to latest[@082f654](https://github.com/082f654) by renovate ([#17887](https://github.com/truecharts/charts/issues/17887)) - - -## [tar1090-4.1.18](https://github.com/truecharts/charts/compare/tar1090-4.1.17...tar1090-4.1.18) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tar1090-4.1.17](https://github.com/truecharts/charts/compare/tar1090-4.1.16...tar1090-4.1.17) (2024-01-29) - -### Chore - - - -- update container image mikenye/tar1090 to latest[@dd9c380](https://github.com/dd9c380) by renovate ([#17748](https://github.com/truecharts/charts/issues/17748)) - - -## [tar1090-4.1.16](https://github.com/truecharts/charts/compare/tar1090-4.1.15...tar1090-4.1.16) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tar1090-4.1.15](https://github.com/truecharts/charts/compare/tar1090-4.1.14...tar1090-4.1.15) (2024-01-22) - -### Chore - - - -- update container image mikenye/tar1090 to latest[@586d679](https://github.com/586d679) by renovate ([#17515](https://github.com/truecharts/charts/issues/17515)) - - -## [tar1090-4.1.14](https://github.com/truecharts/charts/compare/tar1090-4.1.13...tar1090-4.1.14) (2024-01-21) - -### Chore \ No newline at end of file diff --git a/stable/tar1090/5.1.2/Chart.yaml b/stable/tar1090/5.1.2/Chart.yaml deleted file mode 100644 index 97d37d1556e..00000000000 --- a/stable/tar1090/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: 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: 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.2 diff --git a/stable/tar1090/5.1.2/charts/common-18.0.2.tgz b/stable/tar1090/5.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tar1090/5.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tar1090/5.1.2/ix_values.yaml b/stable/tar1090/5.1.2/ix_values.yaml deleted file mode 100644 index 77c4c487b97..00000000000 --- a/stable/tar1090/5.1.2/ix_values.yaml +++ /dev/null @@ -1,30 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: mikenye/tar1090 - tag: latest@sha256:95f540d4db0aad73b83e2a652df63dc396eedd056115f2ec0d45a102345058bd -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/tasmobackup/6.1.0/.helmignore b/stable/tar1090/5.2.0/.helmignore similarity index 100% rename from stable/tasmobackup/6.1.0/.helmignore rename to stable/tar1090/5.2.0/.helmignore diff --git a/stable/tar1090/5.2.0/CHANGELOG.md b/stable/tar1090/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..0e87d5904e0 --- /dev/null +++ b/stable/tar1090/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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.2.0/Chart.yaml b/stable/tar1090/5.2.0/Chart.yaml new file mode 100644 index 00000000000..081f81d4367 --- /dev/null +++ b/stable/tar1090/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Multi-arch tar1090 Chart for visualising ADSB data. +home: https://truecharts.org/charts/stable/tar1090 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tar1090.png +keywords: + - tar1090 + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tar1090 +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tar1090 + - https://hub.docker.com/r/mikenye/tar1090 +type: application +version: 5.2.0 diff --git a/stable/tar1090/5.1.2/README.md b/stable/tar1090/5.2.0/README.md similarity index 100% rename from stable/tar1090/5.1.2/README.md rename to stable/tar1090/5.2.0/README.md diff --git a/stable/tar1090/5.1.2/app-readme.md b/stable/tar1090/5.2.0/app-readme.md similarity index 100% rename from stable/tar1090/5.1.2/app-readme.md rename to stable/tar1090/5.2.0/app-readme.md diff --git a/stable/tar1090/5.2.0/charts/common-18.1.2.tgz b/stable/tar1090/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/tar1090/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/tar1090/5.2.0/ix_values.yaml b/stable/tar1090/5.2.0/ix_values.yaml new file mode 100644 index 00000000000..5dc54f25785 --- /dev/null +++ b/stable/tar1090/5.2.0/ix_values.yaml @@ -0,0 +1,30 @@ +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/tar1090/5.1.2/questions.yaml b/stable/tar1090/5.2.0/questions.yaml similarity index 100% rename from stable/tar1090/5.1.2/questions.yaml rename to stable/tar1090/5.2.0/questions.yaml diff --git a/stable/tar1090/5.1.2/templates/common.yaml b/stable/tar1090/5.2.0/templates/common.yaml similarity index 100% rename from stable/tar1090/5.1.2/templates/common.yaml rename to stable/tar1090/5.2.0/templates/common.yaml diff --git a/stable/tasmobackup/6.1.0/values.yaml b/stable/tar1090/5.2.0/values.yaml similarity index 100% rename from stable/tasmobackup/6.1.0/values.yaml rename to stable/tar1090/5.2.0/values.yaml diff --git a/stable/tasmoadmin/8.1.0/CHANGELOG.md b/stable/tasmoadmin/8.1.0/CHANGELOG.md deleted file mode 100644 index f43ed69a6a5..00000000000 --- a/stable/tasmoadmin/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- update container image ghcr.io/tasmoadmin/tasmoadmin to v3.3.1[@1077de2](https://github.com/1077de2) by renovate ([#16811](https://github.com/truecharts/charts/issues/16811)) \ No newline at end of file diff --git a/stable/tasmoadmin/8.1.0/Chart.yaml b/stable/tasmoadmin/8.1.0/Chart.yaml deleted file mode 100644 index 8ea65654752..00000000000 --- a/stable/tasmoadmin/8.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.0.1 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/tasmoadmin/8.1.0/charts/common-18.0.1.tgz b/stable/tasmoadmin/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/tasmoadmin/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/tasmocompiler/6.1.0/.helmignore b/stable/tasmoadmin/8.2.0/.helmignore similarity index 100% rename from stable/tasmocompiler/6.1.0/.helmignore rename to stable/tasmoadmin/8.2.0/.helmignore diff --git a/stable/tasmoadmin/8.2.0/CHANGELOG.md b/stable/tasmoadmin/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e5634dca512 --- /dev/null +++ b/stable/tasmoadmin/8.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/tasmoadmin/8.2.0/Chart.yaml b/stable/tasmoadmin/8.2.0/Chart.yaml new file mode 100644 index 00000000000..7f8d37c427c --- /dev/null +++ b/stable/tasmoadmin/8.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/tasmoadmin/8.1.0/README.md b/stable/tasmoadmin/8.2.0/README.md similarity index 100% rename from stable/tasmoadmin/8.1.0/README.md rename to stable/tasmoadmin/8.2.0/README.md diff --git a/stable/tasmoadmin/8.1.0/app-readme.md b/stable/tasmoadmin/8.2.0/app-readme.md similarity index 100% rename from stable/tasmoadmin/8.1.0/app-readme.md rename to stable/tasmoadmin/8.2.0/app-readme.md diff --git a/stable/tasmoadmin/8.2.0/charts/common-18.1.2.tgz b/stable/tasmoadmin/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/tasmoadmin/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/tasmoadmin/8.1.0/ix_values.yaml b/stable/tasmoadmin/8.2.0/ix_values.yaml similarity index 100% rename from stable/tasmoadmin/8.1.0/ix_values.yaml rename to stable/tasmoadmin/8.2.0/ix_values.yaml diff --git a/stable/tasmoadmin/8.1.0/questions.yaml b/stable/tasmoadmin/8.2.0/questions.yaml similarity index 100% rename from stable/tasmoadmin/8.1.0/questions.yaml rename to stable/tasmoadmin/8.2.0/questions.yaml diff --git a/stable/tasmocompiler/6.1.0/templates/common.yaml b/stable/tasmoadmin/8.2.0/templates/common.yaml similarity index 100% rename from stable/tasmocompiler/6.1.0/templates/common.yaml rename to stable/tasmoadmin/8.2.0/templates/common.yaml diff --git a/stable/tasmocompiler/6.1.0/values.yaml b/stable/tasmoadmin/8.2.0/values.yaml similarity index 100% rename from stable/tasmocompiler/6.1.0/values.yaml rename to stable/tasmoadmin/8.2.0/values.yaml diff --git a/stable/tasmobackup/6.1.0/CHANGELOG.md b/stable/tasmobackup/6.1.0/CHANGELOG.md deleted file mode 100644 index 65ba144c37c..00000000000 --- a/stable/tasmobackup/6.1.0/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.0/Chart.yaml b/stable/tasmobackup/6.1.0/Chart.yaml deleted file mode 100644 index 564ea6416d3..00000000000 --- a/stable/tasmobackup/6.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.05.00 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/tasmobackup/6.1.0/charts/common-18.0.1.tgz b/stable/tasmobackup/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/tasmobackup/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/tauticord/3.1.0/.helmignore b/stable/tasmobackup/6.2.0/.helmignore similarity index 100% rename from stable/tauticord/3.1.0/.helmignore rename to stable/tasmobackup/6.2.0/.helmignore diff --git a/stable/tasmobackup/6.2.0/CHANGELOG.md b/stable/tasmobackup/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..22ff6791cb7 --- /dev/null +++ b/stable/tasmobackup/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [tasmobackup-5.1.15](https://github.com/truecharts/charts/compare/tasmobackup-5.1.14...tasmobackup-5.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tasmobackup-5.1.14](https://github.com/truecharts/charts/compare/tasmobackup-5.1.13...tasmobackup-5.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tasmobackup-5.1.13](https://github.com/truecharts/charts/compare/tasmobackup-5.1.12...tasmobackup-5.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [tasmobackup-5.1.12](https://github.com/truecharts/charts/compare/tasmobackup-5.1.11...tasmobackup-5.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [tasmobackup-5.1.11](https://github.com/truecharts/charts/compare/tasmobackup-5.1.10...tasmobackup-5.1.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [tasmobackup-5.1.10](https://github.com/truecharts/charts/compare/tasmobackup-5.1.9...tasmobackup-5.1.10) (2024-01-14) + + + + +## [tasmobackup-5.1.9](https://github.com/truecharts/charts/compare/tasmobackup-5.1.8...tasmobackup-5.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [tasmobackup-5.1.8](https://github.com/truecharts/charts/compare/tasmobackup-5.1.7...tasmobackup-5.1.8) (2024-01-03) + +### Chore + + + +- update container image danmed/tasmobackupv1 to 1.05.00[@a36d8aa](https://github.com/a36d8aa) by renovate ([#16759](https://github.com/truecharts/charts/issues/16759)) + + +## [tasmobackup-5.1.7](https://github.com/truecharts/charts/compare/tasmobackup-5.1.6...tasmobackup-5.1.7) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [tasmobackup-5.1.6](https://github.com/truecharts/charts/compare/tasmobackup-5.1.4...tasmobackup-5.1.6) (2024-01-02) + +### Chore + diff --git a/stable/tasmobackup/6.2.0/Chart.yaml b/stable/tasmobackup/6.2.0/Chart.yaml new file mode 100644 index 00000000000..896ae999492 --- /dev/null +++ b/stable/tasmobackup/6.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.05.00 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/tasmobackup/6.1.0/README.md b/stable/tasmobackup/6.2.0/README.md similarity index 100% rename from stable/tasmobackup/6.1.0/README.md rename to stable/tasmobackup/6.2.0/README.md diff --git a/stable/tasmobackup/6.1.0/app-readme.md b/stable/tasmobackup/6.2.0/app-readme.md similarity index 100% rename from stable/tasmobackup/6.1.0/app-readme.md rename to stable/tasmobackup/6.2.0/app-readme.md diff --git a/stable/tasmobackup/6.2.0/charts/common-18.1.2.tgz b/stable/tasmobackup/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/tasmobackup/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/tasmobackup/6.1.0/ix_values.yaml b/stable/tasmobackup/6.2.0/ix_values.yaml similarity index 100% rename from stable/tasmobackup/6.1.0/ix_values.yaml rename to stable/tasmobackup/6.2.0/ix_values.yaml diff --git a/stable/tasmobackup/6.1.0/questions.yaml b/stable/tasmobackup/6.2.0/questions.yaml similarity index 100% rename from stable/tasmobackup/6.1.0/questions.yaml rename to stable/tasmobackup/6.2.0/questions.yaml diff --git a/stable/tauticord/3.1.0/templates/common.yaml b/stable/tasmobackup/6.2.0/templates/common.yaml similarity index 100% rename from stable/tauticord/3.1.0/templates/common.yaml rename to stable/tasmobackup/6.2.0/templates/common.yaml diff --git a/stable/tauticord/3.1.0/values.yaml b/stable/tasmobackup/6.2.0/values.yaml similarity index 100% rename from stable/tauticord/3.1.0/values.yaml rename to stable/tasmobackup/6.2.0/values.yaml diff --git a/stable/tasmocompiler/6.1.0/CHANGELOG.md b/stable/tasmocompiler/6.1.0/CHANGELOG.md deleted file mode 100644 index 379696577c7..00000000000 --- a/stable/tasmocompiler/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - -## [tasmocompiler-5.1.16](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.15...tasmocompiler-5.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tasmocompiler-5.1.15](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.14...tasmocompiler-5.1.15) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tasmocompiler-5.1.14](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.13...tasmocompiler-5.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tasmocompiler-5.1.13](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.12...tasmocompiler-5.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tasmocompiler-5.1.12](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.11...tasmocompiler-5.1.12) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [tasmocompiler-5.1.11](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.10...tasmocompiler-5.1.11) (2024-01-14) - - - - -## [tasmocompiler-5.1.10](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.9...tasmocompiler-5.1.10) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [tasmocompiler-5.1.9](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.8...tasmocompiler-5.1.9) (2024-01-08) - -### Chore - - - -- update container image benzino77/tasmocompiler to latest[@3d8a61a](https://github.com/3d8a61a) by renovate ([#16922](https://github.com/truecharts/charts/issues/16922)) - - -## [tasmocompiler-5.1.8](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.7...tasmocompiler-5.1.8) (2024-01-03) - -### Chore diff --git a/stable/tasmocompiler/6.1.0/Chart.yaml b/stable/tasmocompiler/6.1.0/Chart.yaml deleted file mode 100644 index 8d78e2a195f..00000000000 --- a/stable/tasmocompiler/6.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/tasmocompiler/6.1.0/charts/common-18.0.1.tgz b/stable/tasmocompiler/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/tasmocompiler/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/tautulli/18.1.0/.helmignore b/stable/tasmocompiler/6.2.0/.helmignore similarity index 100% rename from stable/tautulli/18.1.0/.helmignore rename to stable/tasmocompiler/6.2.0/.helmignore diff --git a/stable/tasmocompiler/6.2.0/CHANGELOG.md b/stable/tasmocompiler/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..36fcdda0d1f --- /dev/null +++ b/stable/tasmocompiler/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + + +## [tasmocompiler-5.1.16](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.15...tasmocompiler-5.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tasmocompiler-5.1.15](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.14...tasmocompiler-5.1.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tasmocompiler-5.1.14](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.13...tasmocompiler-5.1.14) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [tasmocompiler-5.1.13](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.12...tasmocompiler-5.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [tasmocompiler-5.1.12](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.11...tasmocompiler-5.1.12) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [tasmocompiler-5.1.11](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.10...tasmocompiler-5.1.11) (2024-01-14) + + + + +## [tasmocompiler-5.1.10](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.9...tasmocompiler-5.1.10) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [tasmocompiler-5.1.9](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.8...tasmocompiler-5.1.9) (2024-01-08) + +### Chore + + + +- update container image benzino77/tasmocompiler to latest[@3d8a61a](https://github.com/3d8a61a) by renovate ([#16922](https://github.com/truecharts/charts/issues/16922)) + diff --git a/stable/tasmocompiler/6.2.0/Chart.yaml b/stable/tasmocompiler/6.2.0/Chart.yaml new file mode 100644 index 00000000000..0cac3c36c99 --- /dev/null +++ b/stable/tasmocompiler/6.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TasmoCompiler is a simple web GUI which allows you to compile fantastic Tasmota firmware with your own settings +home: https://truecharts.org/charts/stable/tasmocompiler +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmocompiler.png +keywords: + - tasmocompiler + - home-automation + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tasmocompiler +sources: + - https://github.com/benzino77/tasmocompiler + - https://github.com/truecharts/charts/tree/master/charts/stable/tasmocompiler + - https://hub.docker.com/r/benzino77/tasmocompiler +type: application +version: 6.2.0 diff --git a/stable/tasmocompiler/6.1.0/README.md b/stable/tasmocompiler/6.2.0/README.md similarity index 100% rename from stable/tasmocompiler/6.1.0/README.md rename to stable/tasmocompiler/6.2.0/README.md diff --git a/stable/tasmocompiler/6.1.0/app-readme.md b/stable/tasmocompiler/6.2.0/app-readme.md similarity index 100% rename from stable/tasmocompiler/6.1.0/app-readme.md rename to stable/tasmocompiler/6.2.0/app-readme.md diff --git a/stable/tasmocompiler/6.2.0/charts/common-18.1.2.tgz b/stable/tasmocompiler/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/tasmocompiler/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/tasmocompiler/6.1.0/ix_values.yaml b/stable/tasmocompiler/6.2.0/ix_values.yaml similarity index 100% rename from stable/tasmocompiler/6.1.0/ix_values.yaml rename to stable/tasmocompiler/6.2.0/ix_values.yaml diff --git a/stable/tasmocompiler/6.1.0/questions.yaml b/stable/tasmocompiler/6.2.0/questions.yaml similarity index 100% rename from stable/tasmocompiler/6.1.0/questions.yaml rename to stable/tasmocompiler/6.2.0/questions.yaml diff --git a/stable/tautulli/18.1.0/templates/common.yaml b/stable/tasmocompiler/6.2.0/templates/common.yaml similarity index 100% rename from stable/tautulli/18.1.0/templates/common.yaml rename to stable/tasmocompiler/6.2.0/templates/common.yaml diff --git a/stable/tautulli/18.1.0/values.yaml b/stable/tasmocompiler/6.2.0/values.yaml similarity index 100% rename from stable/tautulli/18.1.0/values.yaml rename to stable/tasmocompiler/6.2.0/values.yaml diff --git a/stable/tauticord/3.1.0/CHANGELOG.md b/stable/tauticord/3.1.0/CHANGELOG.md deleted file mode 100644 index cdcb015faf5..00000000000 --- a/stable/tauticord/3.1.0/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)) - - -## [tauticord-2.2.0](https://github.com/truecharts/charts/compare/tauticord-2.1.5...tauticord-2.2.0) (2024-01-08) diff --git a/stable/tauticord/3.1.0/Chart.yaml b/stable/tauticord/3.1.0/Chart.yaml deleted file mode 100644 index e7724daaa87..00000000000 --- a/stable/tauticord/3.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: discord - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.18.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/tauticord/3.1.0/charts/common-18.0.1.tgz b/stable/tauticord/3.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/tauticord/3.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/tdarr-node/9.1.0/.helmignore b/stable/tauticord/3.2.0/.helmignore similarity index 100% rename from stable/tdarr-node/9.1.0/.helmignore rename to stable/tauticord/3.2.0/.helmignore diff --git a/stable/tauticord/3.2.0/CHANGELOG.md b/stable/tauticord/3.2.0/CHANGELOG.md new file mode 100644 index 00000000000..22d842a0490 --- /dev/null +++ b/stable/tauticord/3.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + +## [tauticord-2.5.0](https://github.com/truecharts/charts/compare/tauticord-2.4.1...tauticord-2.5.0) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/nwithan8/tauticord to v3.16.2[@e6590dc](https://github.com/e6590dc) by renovate ([#17940](https://github.com/truecharts/charts/issues/17940)) + + +## [tauticord-2.4.1](https://github.com/truecharts/charts/compare/tauticord-2.4.0...tauticord-2.4.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tauticord-2.4.0](https://github.com/truecharts/charts/compare/tauticord-2.3.0...tauticord-2.4.0) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/nwithan8/tauticord to v3.15.0[@37331af](https://github.com/37331af) by renovate ([#17734](https://github.com/truecharts/charts/issues/17734)) + + +## [tauticord-2.3.0](https://github.com/truecharts/charts/compare/tauticord-2.2.5...tauticord-2.3.0) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/nwithan8/tauticord to v3.14.1[@cae8d3d](https://github.com/cae8d3d) by renovate ([#17693](https://github.com/truecharts/charts/issues/17693)) + + +## [tauticord-2.2.5](https://github.com/truecharts/charts/compare/tauticord-2.2.4...tauticord-2.2.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tauticord-2.2.4](https://github.com/truecharts/charts/compare/tauticord-2.2.3...tauticord-2.2.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [tauticord-2.2.3](https://github.com/truecharts/charts/compare/tauticord-2.2.2...tauticord-2.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [tauticord-2.2.2](https://github.com/truecharts/charts/compare/tauticord-2.2.1...tauticord-2.2.2) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [tauticord-2.2.1](https://github.com/truecharts/charts/compare/tauticord-2.2.0...tauticord-2.2.1) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) \ No newline at end of file diff --git a/stable/tauticord/3.2.0/Chart.yaml b/stable/tauticord/3.2.0/Chart.yaml new file mode 100644 index 00000000000..11b24936ae6 --- /dev/null +++ b/stable/tauticord/3.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: discord + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.18.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Discord bot that displays live data from Tautulli. +home: https://truecharts.org/charts/stable/tauticord +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tauticord.png +keywords: + - tauticord + - tautulli + - discord +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tauticord +sources: + - https://github.com/nwithan8/tauticord + - https://github.com/truecharts/charts/tree/master/charts/stable/tauticord + - https://ghcr.io/nwithan8/tauticord +type: application +version: 3.2.0 diff --git a/stable/tauticord/3.1.0/README.md b/stable/tauticord/3.2.0/README.md similarity index 100% rename from stable/tauticord/3.1.0/README.md rename to stable/tauticord/3.2.0/README.md diff --git a/stable/tauticord/3.1.0/app-readme.md b/stable/tauticord/3.2.0/app-readme.md similarity index 100% rename from stable/tauticord/3.1.0/app-readme.md rename to stable/tauticord/3.2.0/app-readme.md diff --git a/stable/tauticord/3.2.0/charts/common-18.1.2.tgz b/stable/tauticord/3.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/tauticord/3.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/tauticord/3.1.0/ix_values.yaml b/stable/tauticord/3.2.0/ix_values.yaml similarity index 100% rename from stable/tauticord/3.1.0/ix_values.yaml rename to stable/tauticord/3.2.0/ix_values.yaml diff --git a/stable/tauticord/3.1.0/questions.yaml b/stable/tauticord/3.2.0/questions.yaml similarity index 100% rename from stable/tauticord/3.1.0/questions.yaml rename to stable/tauticord/3.2.0/questions.yaml diff --git a/stable/tdarr-node/9.1.0/templates/NOTES.txt b/stable/tauticord/3.2.0/templates/NOTES.txt similarity index 100% rename from stable/tdarr-node/9.1.0/templates/NOTES.txt rename to stable/tauticord/3.2.0/templates/NOTES.txt diff --git a/stable/tdarr-node/9.1.0/templates/common.yaml b/stable/tauticord/3.2.0/templates/common.yaml similarity index 100% rename from stable/tdarr-node/9.1.0/templates/common.yaml rename to stable/tauticord/3.2.0/templates/common.yaml diff --git a/stable/tdarr-node/9.1.0/values.yaml b/stable/tauticord/3.2.0/values.yaml similarity index 100% rename from stable/tdarr-node/9.1.0/values.yaml rename to stable/tauticord/3.2.0/values.yaml diff --git a/stable/tautulli/18.1.0/CHANGELOG.md b/stable/tautulli/18.1.0/CHANGELOG.md deleted file mode 100644 index c37a7d9744f..00000000000 --- a/stable/tautulli/18.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [tautulli-17.1.12](https://github.com/truecharts/charts/compare/tautulli-17.1.11...tautulli-17.1.12) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@d925cbb](https://github.com/d925cbb) by renovate ([#17959](https://github.com/truecharts/charts/issues/17959)) - - -## [tautulli-17.1.11](https://github.com/truecharts/charts/compare/tautulli-17.1.10...tautulli-17.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tautulli-17.1.10](https://github.com/truecharts/charts/compare/tautulli-17.1.9...tautulli-17.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tautulli-17.1.9](https://github.com/truecharts/charts/compare/tautulli-17.1.8...tautulli-17.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tautulli-17.1.8](https://github.com/truecharts/charts/compare/tautulli-17.1.7...tautulli-17.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tautulli-17.1.7](https://github.com/truecharts/charts/compare/tautulli-17.1.6...tautulli-17.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [tautulli-17.1.6](https://github.com/truecharts/charts/compare/tautulli-17.1.5...tautulli-17.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [tautulli-17.1.5](https://github.com/truecharts/charts/compare/tautulli-17.1.4...tautulli-17.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [tautulli-17.1.4](https://github.com/truecharts/charts/compare/tautulli-17.1.3...tautulli-17.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [tautulli-17.1.3](https://github.com/truecharts/charts/compare/tautulli-17.1.0...tautulli-17.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/tautulli/18.1.0/Chart.yaml b/stable/tautulli/18.1.0/Chart.yaml deleted file mode 100644 index 3d2c52f6c13..00000000000 --- a/stable/tautulli/18.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/tautulli/18.1.0/charts/common-18.0.1.tgz b/stable/tautulli/18.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/tautulli/18.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/tdarr/9.1.0/.helmignore b/stable/tautulli/18.2.0/.helmignore similarity index 100% rename from stable/tdarr/9.1.0/.helmignore rename to stable/tautulli/18.2.0/.helmignore diff --git a/stable/tautulli/18.2.0/CHANGELOG.md b/stable/tautulli/18.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a3a98a300a3 --- /dev/null +++ b/stable/tautulli/18.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/tautulli/18.2.0/Chart.yaml b/stable/tautulli/18.2.0/Chart.yaml new file mode 100644 index 00000000000..6dcf4bc7ddc --- /dev/null +++ b/stable/tautulli/18.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.13.4 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/tautulli/18.1.0/README.md b/stable/tautulli/18.2.0/README.md similarity index 100% rename from stable/tautulli/18.1.0/README.md rename to stable/tautulli/18.2.0/README.md diff --git a/stable/tautulli/18.1.0/app-readme.md b/stable/tautulli/18.2.0/app-readme.md similarity index 100% rename from stable/tautulli/18.1.0/app-readme.md rename to stable/tautulli/18.2.0/app-readme.md diff --git a/stable/tautulli/18.2.0/charts/common-18.1.2.tgz b/stable/tautulli/18.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/tautulli/18.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/tautulli/18.1.0/ix_values.yaml b/stable/tautulli/18.2.0/ix_values.yaml similarity index 100% rename from stable/tautulli/18.1.0/ix_values.yaml rename to stable/tautulli/18.2.0/ix_values.yaml diff --git a/stable/tautulli/18.1.0/questions.yaml b/stable/tautulli/18.2.0/questions.yaml similarity index 100% rename from stable/tautulli/18.1.0/questions.yaml rename to stable/tautulli/18.2.0/questions.yaml diff --git a/stable/tdarr/9.1.0/templates/NOTES.txt b/stable/tautulli/18.2.0/templates/NOTES.txt similarity index 100% rename from stable/tdarr/9.1.0/templates/NOTES.txt rename to stable/tautulli/18.2.0/templates/NOTES.txt diff --git a/stable/tdarr/9.1.0/templates/common.yaml b/stable/tautulli/18.2.0/templates/common.yaml similarity index 100% rename from stable/tdarr/9.1.0/templates/common.yaml rename to stable/tautulli/18.2.0/templates/common.yaml diff --git a/stable/tdarr/9.1.0/values.yaml b/stable/tautulli/18.2.0/values.yaml similarity index 100% rename from stable/tdarr/9.1.0/values.yaml rename to stable/tautulli/18.2.0/values.yaml diff --git a/stable/tdarr-node/9.1.0/CHANGELOG.md b/stable/tdarr-node/9.1.0/CHANGELOG.md deleted file mode 100644 index 0fde6e2a412..00000000000 --- a/stable/tdarr-node/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/tdarr-node/9.1.0/Chart.yaml b/stable/tdarr-node/9.1.0/Chart.yaml deleted file mode 100644 index 50f0a5ae564..00000000000 --- a/stable/tdarr-node/9.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.17.01 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/tdarr-node/9.1.0/charts/common-18.0.1.tgz b/stable/tdarr-node/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/tdarr-node/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/teamspeak3/10.1.0/.helmignore b/stable/tdarr-node/9.2.0/.helmignore similarity index 100% rename from stable/teamspeak3/10.1.0/.helmignore rename to stable/tdarr-node/9.2.0/.helmignore diff --git a/stable/tdarr-node/9.2.0/CHANGELOG.md b/stable/tdarr-node/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b7f11980642 --- /dev/null +++ b/stable/tdarr-node/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/tdarr-node/9.2.0/Chart.yaml b/stable/tdarr-node/9.2.0/Chart.yaml new file mode 100644 index 00000000000..b12d9267d2f --- /dev/null +++ b/stable/tdarr-node/9.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.17.01 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/tdarr-node/9.1.0/README.md b/stable/tdarr-node/9.2.0/README.md similarity index 100% rename from stable/tdarr-node/9.1.0/README.md rename to stable/tdarr-node/9.2.0/README.md diff --git a/stable/tdarr-node/9.1.0/app-readme.md b/stable/tdarr-node/9.2.0/app-readme.md similarity index 100% rename from stable/tdarr-node/9.1.0/app-readme.md rename to stable/tdarr-node/9.2.0/app-readme.md diff --git a/stable/tdarr-node/9.2.0/charts/common-18.1.2.tgz b/stable/tdarr-node/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/tdarr-node/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/tdarr-node/9.1.0/ix_values.yaml b/stable/tdarr-node/9.2.0/ix_values.yaml similarity index 100% rename from stable/tdarr-node/9.1.0/ix_values.yaml rename to stable/tdarr-node/9.2.0/ix_values.yaml diff --git a/stable/tdarr-node/9.1.0/questions.yaml b/stable/tdarr-node/9.2.0/questions.yaml similarity index 100% rename from stable/tdarr-node/9.1.0/questions.yaml rename to stable/tdarr-node/9.2.0/questions.yaml diff --git a/stable/teedy/15.1.0/templates/NOTES.txt b/stable/tdarr-node/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/teedy/15.1.0/templates/NOTES.txt rename to stable/tdarr-node/9.2.0/templates/NOTES.txt diff --git a/stable/teamspeak3/10.1.0/templates/common.yaml b/stable/tdarr-node/9.2.0/templates/common.yaml similarity index 100% rename from stable/teamspeak3/10.1.0/templates/common.yaml rename to stable/tdarr-node/9.2.0/templates/common.yaml diff --git a/stable/teamspeak3/10.1.0/values.yaml b/stable/tdarr-node/9.2.0/values.yaml similarity index 100% rename from stable/teamspeak3/10.1.0/values.yaml rename to stable/tdarr-node/9.2.0/values.yaml diff --git a/stable/tdarr/9.1.0/CHANGELOG.md b/stable/tdarr/9.1.0/CHANGELOG.md deleted file mode 100644 index 73001774e16..00000000000 --- a/stable/tdarr/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/tdarr/9.1.0/Chart.yaml b/stable/tdarr/9.1.0/Chart.yaml deleted file mode 100644 index 8e541ecd494..00000000000 --- a/stable/tdarr/9.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.17.01 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/tdarr/9.1.0/charts/common-18.0.1.tgz b/stable/tdarr/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/tdarr/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/teedy-docs/5.1.0/.helmignore b/stable/tdarr/9.2.0/.helmignore similarity index 100% rename from stable/teedy-docs/5.1.0/.helmignore rename to stable/tdarr/9.2.0/.helmignore diff --git a/stable/tdarr/9.2.0/CHANGELOG.md b/stable/tdarr/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d4a9cf6c591 --- /dev/null +++ b/stable/tdarr/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/tdarr/9.2.0/Chart.yaml b/stable/tdarr/9.2.0/Chart.yaml new file mode 100644 index 00000000000..795e0222610 --- /dev/null +++ b/stable/tdarr/9.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.17.01 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/tdarr/9.1.0/README.md b/stable/tdarr/9.2.0/README.md similarity index 100% rename from stable/tdarr/9.1.0/README.md rename to stable/tdarr/9.2.0/README.md diff --git a/stable/tdarr/9.1.0/app-readme.md b/stable/tdarr/9.2.0/app-readme.md similarity index 100% rename from stable/tdarr/9.1.0/app-readme.md rename to stable/tdarr/9.2.0/app-readme.md diff --git a/stable/tdarr/9.2.0/charts/common-18.1.2.tgz b/stable/tdarr/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/tdarr/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/tdarr/9.1.0/ix_values.yaml b/stable/tdarr/9.2.0/ix_values.yaml similarity index 100% rename from stable/tdarr/9.1.0/ix_values.yaml rename to stable/tdarr/9.2.0/ix_values.yaml diff --git a/stable/tdarr/9.1.0/questions.yaml b/stable/tdarr/9.2.0/questions.yaml similarity index 100% rename from stable/tdarr/9.1.0/questions.yaml rename to stable/tdarr/9.2.0/questions.yaml diff --git a/stable/thelounge/13.1.0/templates/NOTES.txt b/stable/tdarr/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/thelounge/13.1.0/templates/NOTES.txt rename to stable/tdarr/9.2.0/templates/NOTES.txt diff --git a/stable/teedy/15.1.0/templates/common.yaml b/stable/tdarr/9.2.0/templates/common.yaml similarity index 100% rename from stable/teedy/15.1.0/templates/common.yaml rename to stable/tdarr/9.2.0/templates/common.yaml diff --git a/stable/teedy-docs/5.1.0/values.yaml b/stable/tdarr/9.2.0/values.yaml similarity index 100% rename from stable/teedy-docs/5.1.0/values.yaml rename to stable/tdarr/9.2.0/values.yaml diff --git a/stable/teamspeak3/10.1.0/CHANGELOG.md b/stable/teamspeak3/10.1.0/CHANGELOG.md deleted file mode 100644 index c9bb368cfd1..00000000000 --- a/stable/teamspeak3/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [teamspeak3-9.1.3](https://github.com/truecharts/charts/compare/teamspeak3-9.1.0...teamspeak3-9.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/teamspeak3/10.1.0/Chart.yaml b/stable/teamspeak3/10.1.0/Chart.yaml deleted file mode 100644 index 443c32b8991..00000000000 --- a/stable/teamspeak3/10.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: 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.1 - 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.0 diff --git a/stable/teamspeak3/10.1.0/charts/common-18.0.1.tgz b/stable/teamspeak3/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/teamspeak3/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/teedy/15.1.0/.helmignore b/stable/teamspeak3/10.2.0/.helmignore similarity index 100% rename from stable/teedy/15.1.0/.helmignore rename to stable/teamspeak3/10.2.0/.helmignore diff --git a/stable/teamspeak3/10.2.0/CHANGELOG.md b/stable/teamspeak3/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..871baf4b0be --- /dev/null +++ b/stable/teamspeak3/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [teamspeak3-9.1.12](https://github.com/truecharts/charts/compare/teamspeak3-9.1.11...teamspeak3-9.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [teamspeak3-9.1.11](https://github.com/truecharts/charts/compare/teamspeak3-9.1.10...teamspeak3-9.1.11) (2024-01-29) + +### Chore + + + +- update container image teamspeak to 3.13.7[@dfb97f8](https://github.com/dfb97f8) by renovate ([#17654](https://github.com/truecharts/charts/issues/17654)) + + +## [teamspeak3-9.1.10](https://github.com/truecharts/charts/compare/teamspeak3-9.1.9...teamspeak3-9.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [teamspeak3-9.1.9](https://github.com/truecharts/charts/compare/teamspeak3-9.1.8...teamspeak3-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [teamspeak3-9.1.8](https://github.com/truecharts/charts/compare/teamspeak3-9.1.7...teamspeak3-9.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [teamspeak3-9.1.7](https://github.com/truecharts/charts/compare/teamspeak3-9.1.6...teamspeak3-9.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [teamspeak3-9.1.6](https://github.com/truecharts/charts/compare/teamspeak3-9.1.5...teamspeak3-9.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [teamspeak3-9.1.5](https://github.com/truecharts/charts/compare/teamspeak3-9.1.4...teamspeak3-9.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [teamspeak3-9.1.4](https://github.com/truecharts/charts/compare/teamspeak3-9.1.3...teamspeak3-9.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes diff --git a/stable/teamspeak3/10.2.0/Chart.yaml b/stable/teamspeak3/10.2.0/Chart.yaml new file mode 100644 index 00000000000..8e5e5b7a08b --- /dev/null +++ b/stable/teamspeak3/10.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: voice + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.13.7 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TeamSpeak is software for quality voice communication via the Internet. +home: https://truecharts.org/charts/stable/teamspeak3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/teamspeak3.png +keywords: + - voice server + - teamspeak + - teamspeak3 + - teamspeak server +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: teamspeak3 +sources: + - https://www.teamspeak.com/en/ + - https://github.com/truecharts/charts/tree/master/charts/stable/teamspeak3 + - https://hub.docker.com/_/teamspeak +type: application +version: 10.2.0 diff --git a/stable/teamspeak3/10.1.0/README.md b/stable/teamspeak3/10.2.0/README.md similarity index 100% rename from stable/teamspeak3/10.1.0/README.md rename to stable/teamspeak3/10.2.0/README.md diff --git a/stable/teamspeak3/10.1.0/app-readme.md b/stable/teamspeak3/10.2.0/app-readme.md similarity index 100% rename from stable/teamspeak3/10.1.0/app-readme.md rename to stable/teamspeak3/10.2.0/app-readme.md diff --git a/stable/teamspeak3/10.2.0/charts/common-18.1.2.tgz b/stable/teamspeak3/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/teamspeak3/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/teamspeak3/10.1.0/ix_values.yaml b/stable/teamspeak3/10.2.0/ix_values.yaml similarity index 100% rename from stable/teamspeak3/10.1.0/ix_values.yaml rename to stable/teamspeak3/10.2.0/ix_values.yaml diff --git a/stable/teamspeak3/10.1.0/questions.yaml b/stable/teamspeak3/10.2.0/questions.yaml similarity index 100% rename from stable/teamspeak3/10.1.0/questions.yaml rename to stable/teamspeak3/10.2.0/questions.yaml diff --git a/stable/thelounge/13.1.0/templates/common.yaml b/stable/teamspeak3/10.2.0/templates/common.yaml similarity index 100% rename from stable/thelounge/13.1.0/templates/common.yaml rename to stable/teamspeak3/10.2.0/templates/common.yaml diff --git a/stable/teedy/15.1.0/values.yaml b/stable/teamspeak3/10.2.0/values.yaml similarity index 100% rename from stable/teedy/15.1.0/values.yaml rename to stable/teamspeak3/10.2.0/values.yaml diff --git a/stable/teedy-docs/5.1.0/CHANGELOG.md b/stable/teedy-docs/5.1.0/CHANGELOG.md deleted file mode 100644 index 3451df5d5f0..00000000000 --- a/stable/teedy-docs/5.1.0/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/teedy-docs/5.1.0/Chart.yaml b/stable/teedy-docs/5.1.0/Chart.yaml deleted file mode 100644 index 0a528cea8a8..00000000000 --- a/stable/teedy-docs/5.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/teedy-docs/5.1.0/charts/common-18.0.1.tgz b/stable/teedy-docs/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/teedy-docs/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/telethon-downloader/5.1.0/.helmignore b/stable/teedy-docs/5.2.0/.helmignore similarity index 100% rename from stable/telethon-downloader/5.1.0/.helmignore rename to stable/teedy-docs/5.2.0/.helmignore diff --git a/stable/teedy-docs/5.2.0/CHANGELOG.md b/stable/teedy-docs/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..4c3cb5fcbc4 --- /dev/null +++ b/stable/teedy-docs/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + +## [teedy-docs-4.1.11](https://github.com/truecharts/charts/compare/teedy-docs-4.1.10...teedy-docs-4.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [teedy-docs-4.1.10](https://github.com/truecharts/charts/compare/teedy-docs-4.1.9...teedy-docs-4.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [teedy-docs-4.1.9](https://github.com/truecharts/charts/compare/teedy-docs-4.1.8...teedy-docs-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [teedy-docs-4.1.8](https://github.com/truecharts/charts/compare/teedy-docs-4.1.7...teedy-docs-4.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [teedy-docs-4.1.7](https://github.com/truecharts/charts/compare/teedy-docs-4.1.6...teedy-docs-4.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [teedy-docs-4.1.6](https://github.com/truecharts/charts/compare/teedy-docs-4.1.5...teedy-docs-4.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [teedy-docs-4.1.5](https://github.com/truecharts/charts/compare/teedy-docs-4.1.4...teedy-docs-4.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [teedy-docs-4.1.4](https://github.com/truecharts/charts/compare/teedy-docs-4.1.3...teedy-docs-4.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes + +- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) + + +## [teedy-docs-4.1.3](https://github.com/truecharts/charts/compare/teedy-docs-4.1.0...teedy-docs-4.1.3) (2024-01-01) + +### Chore + diff --git a/stable/teedy-docs/5.2.0/Chart.yaml b/stable/teedy-docs/5.2.0/Chart.yaml new file mode 100644 index 00000000000..16ae15ac574 --- /dev/null +++ b/stable/teedy-docs/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Teedy is an open-source, lightweight document management system (DMS) for individuals and businesses. +home: https://truecharts.org/charts/stable/teedy-docs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy-docs.png +keywords: + - teedy-docs + - Cloud + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: teedy-docs +sources: + - https://github.com/sismics/docs + - https://github.com/truecharts/charts/tree/master/charts/stable/teedy-docs + - https://hub.docker.com/r/sismics/docs +type: application +version: 5.2.0 diff --git a/stable/teedy-docs/5.1.0/README.md b/stable/teedy-docs/5.2.0/README.md similarity index 100% rename from stable/teedy-docs/5.1.0/README.md rename to stable/teedy-docs/5.2.0/README.md diff --git a/stable/teedy-docs/5.1.0/app-readme.md b/stable/teedy-docs/5.2.0/app-readme.md similarity index 100% rename from stable/teedy-docs/5.1.0/app-readme.md rename to stable/teedy-docs/5.2.0/app-readme.md diff --git a/stable/teedy-docs/5.2.0/charts/common-18.1.2.tgz b/stable/teedy-docs/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/teedy-docs/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/teedy-docs/5.1.0/ix_values.yaml b/stable/teedy-docs/5.2.0/ix_values.yaml similarity index 100% rename from stable/teedy-docs/5.1.0/ix_values.yaml rename to stable/teedy-docs/5.2.0/ix_values.yaml diff --git a/stable/teedy-docs/5.1.0/questions.yaml b/stable/teedy-docs/5.2.0/questions.yaml similarity index 100% rename from stable/teedy-docs/5.1.0/questions.yaml rename to stable/teedy-docs/5.2.0/questions.yaml diff --git a/stable/teedy-docs/5.1.0/templates/common.yaml b/stable/teedy-docs/5.2.0/templates/common.yaml similarity index 100% rename from stable/teedy-docs/5.1.0/templates/common.yaml rename to stable/teedy-docs/5.2.0/templates/common.yaml diff --git a/stable/telethon-downloader/5.1.0/values.yaml b/stable/teedy-docs/5.2.0/values.yaml similarity index 100% rename from stable/telethon-downloader/5.1.0/values.yaml rename to stable/teedy-docs/5.2.0/values.yaml diff --git a/stable/teedy/15.1.0/CHANGELOG.md b/stable/teedy/15.1.0/CHANGELOG.md deleted file mode 100644 index ecde2b229e6..00000000000 --- a/stable/teedy/15.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/teedy/15.1.0/Chart.yaml b/stable/teedy/15.1.0/Chart.yaml deleted file mode 100644 index 69af09298f6..00000000000 --- a/stable/teedy/15.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.11.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/teedy/15.1.0/charts/common-18.0.1.tgz b/stable/teedy/15.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/teedy/15.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/terraria-tshock/6.1.0/.helmignore b/stable/teedy/15.2.0/.helmignore similarity index 100% rename from stable/terraria-tshock/6.1.0/.helmignore rename to stable/teedy/15.2.0/.helmignore diff --git a/stable/teedy/15.2.0/CHANGELOG.md b/stable/teedy/15.2.0/CHANGELOG.md new file mode 100644 index 00000000000..0254f7b9639 --- /dev/null +++ b/stable/teedy/15.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/teedy/15.2.0/Chart.yaml b/stable/teedy/15.2.0/Chart.yaml new file mode 100644 index 00000000000..026502b558f --- /dev/null +++ b/stable/teedy/15.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.11.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/teedy/15.1.0/README.md b/stable/teedy/15.2.0/README.md similarity index 100% rename from stable/teedy/15.1.0/README.md rename to stable/teedy/15.2.0/README.md diff --git a/stable/teedy/15.1.0/app-readme.md b/stable/teedy/15.2.0/app-readme.md similarity index 100% rename from stable/teedy/15.1.0/app-readme.md rename to stable/teedy/15.2.0/app-readme.md diff --git a/stable/teedy/15.2.0/charts/common-18.1.2.tgz b/stable/teedy/15.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/teedy/15.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/teedy/15.1.0/ix_values.yaml b/stable/teedy/15.2.0/ix_values.yaml similarity index 100% rename from stable/teedy/15.1.0/ix_values.yaml rename to stable/teedy/15.2.0/ix_values.yaml diff --git a/stable/teedy/15.1.0/questions.yaml b/stable/teedy/15.2.0/questions.yaml similarity index 100% rename from stable/teedy/15.1.0/questions.yaml rename to stable/teedy/15.2.0/questions.yaml diff --git a/stable/theme-park/9.1.1/templates/NOTES.txt b/stable/teedy/15.2.0/templates/NOTES.txt similarity index 100% rename from stable/theme-park/9.1.1/templates/NOTES.txt rename to stable/teedy/15.2.0/templates/NOTES.txt diff --git a/stable/theme-park/9.1.1/templates/common.yaml b/stable/teedy/15.2.0/templates/common.yaml similarity index 100% rename from stable/theme-park/9.1.1/templates/common.yaml rename to stable/teedy/15.2.0/templates/common.yaml diff --git a/stable/terraria-tshock/6.1.0/values.yaml b/stable/teedy/15.2.0/values.yaml similarity index 100% rename from stable/terraria-tshock/6.1.0/values.yaml rename to stable/teedy/15.2.0/values.yaml diff --git a/stable/telethon-downloader/5.1.0/CHANGELOG.md b/stable/telethon-downloader/5.1.0/CHANGELOG.md deleted file mode 100644 index b95f8cee79b..00000000000 --- a/stable/telethon-downloader/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - -## [telethon-downloader-4.1.4](https://github.com/truecharts/charts/compare/telethon-downloader-4.1.3...telethon-downloader-4.1.4) (2024-01-01) \ No newline at end of file diff --git a/stable/telethon-downloader/5.1.0/Chart.yaml b/stable/telethon-downloader/5.1.0/Chart.yaml deleted file mode 100644 index 9621f643ce7..00000000000 --- a/stable/telethon-downloader/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/telethon-downloader/5.1.0/charts/common-18.0.1.tgz b/stable/telethon-downloader/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/telethon-downloader/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/theforest/5.1.0/.helmignore b/stable/telethon-downloader/5.2.0/.helmignore similarity index 100% rename from stable/theforest/5.1.0/.helmignore rename to stable/telethon-downloader/5.2.0/.helmignore diff --git a/stable/telethon-downloader/5.2.0/CHANGELOG.md b/stable/telethon-downloader/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..af5aeb6feb1 --- /dev/null +++ b/stable/telethon-downloader/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + +## [telethon-downloader-4.1.12](https://github.com/truecharts/charts/compare/telethon-downloader-4.1.11...telethon-downloader-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [telethon-downloader-4.1.11](https://github.com/truecharts/charts/compare/telethon-downloader-4.1.10...telethon-downloader-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [telethon-downloader-4.1.10](https://github.com/truecharts/charts/compare/telethon-downloader-4.1.9...telethon-downloader-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [telethon-downloader-4.1.9](https://github.com/truecharts/charts/compare/telethon-downloader-4.1.8...telethon-downloader-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [telethon-downloader-4.1.8](https://github.com/truecharts/charts/compare/telethon-downloader-4.1.7...telethon-downloader-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [telethon-downloader-4.1.7](https://github.com/truecharts/charts/compare/telethon-downloader-4.1.6...telethon-downloader-4.1.7) (2024-01-14) + +### Chore + + + +- update container image jsavargas/telethon_downloader to latest[@8aa2877](https://github.com/8aa2877) by renovate ([#17161](https://github.com/truecharts/charts/issues/17161)) + + + + +## [telethon-downloader-4.1.6](https://github.com/truecharts/charts/compare/telethon-downloader-4.1.5...telethon-downloader-4.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [telethon-downloader-4.1.5](https://github.com/truecharts/charts/compare/telethon-downloader-4.1.4...telethon-downloader-4.1.5) (2024-01-02) + +### Chore + + diff --git a/stable/telethon-downloader/5.2.0/Chart.yaml b/stable/telethon-downloader/5.2.0/Chart.yaml new file mode 100644 index 00000000000..ec210d6aa12 --- /dev/null +++ b/stable/telethon-downloader/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a simple Chart that downloads files sent to a telegram bot up to 2000mb using the Telethon library. +home: https://truecharts.org/charts/stable/telethon-downloader +icon: https://truecharts.org/img/hotlink-ok/chart-icons/telethon-downloader.png +keywords: + - telethon-downloader + - Downloaders +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: telethon-downloader +sources: + - https://docs.telethon.dev/ + - https://github.com/truecharts/charts/tree/master/charts/stable/telethon-downloader + - https://hub.docker.com/r/jsavargas/telethon_downloader +type: application +version: 5.2.0 diff --git a/stable/telethon-downloader/5.1.0/README.md b/stable/telethon-downloader/5.2.0/README.md similarity index 100% rename from stable/telethon-downloader/5.1.0/README.md rename to stable/telethon-downloader/5.2.0/README.md diff --git a/stable/telethon-downloader/5.1.0/app-readme.md b/stable/telethon-downloader/5.2.0/app-readme.md similarity index 100% rename from stable/telethon-downloader/5.1.0/app-readme.md rename to stable/telethon-downloader/5.2.0/app-readme.md diff --git a/stable/telethon-downloader/5.2.0/charts/common-18.1.2.tgz b/stable/telethon-downloader/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/telethon-downloader/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/telethon-downloader/5.1.0/ix_values.yaml b/stable/telethon-downloader/5.2.0/ix_values.yaml similarity index 100% rename from stable/telethon-downloader/5.1.0/ix_values.yaml rename to stable/telethon-downloader/5.2.0/ix_values.yaml diff --git a/stable/telethon-downloader/5.1.0/questions.yaml b/stable/telethon-downloader/5.2.0/questions.yaml similarity index 100% rename from stable/telethon-downloader/5.1.0/questions.yaml rename to stable/telethon-downloader/5.2.0/questions.yaml diff --git a/stable/telethon-downloader/5.1.0/templates/common.yaml b/stable/telethon-downloader/5.2.0/templates/common.yaml similarity index 100% rename from stable/telethon-downloader/5.1.0/templates/common.yaml rename to stable/telethon-downloader/5.2.0/templates/common.yaml diff --git a/stable/theforest/5.1.0/values.yaml b/stable/telethon-downloader/5.2.0/values.yaml similarity index 100% rename from stable/theforest/5.1.0/values.yaml rename to stable/telethon-downloader/5.2.0/values.yaml diff --git a/stable/terraria-tshock/6.1.0/CHANGELOG.md b/stable/terraria-tshock/6.1.0/CHANGELOG.md deleted file mode 100644 index d865b05dbed..00000000000 --- a/stable/terraria-tshock/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/terraria-tshock/6.1.0/Chart.yaml b/stable/terraria-tshock/6.1.0/Chart.yaml deleted file mode 100644 index 257f75d5db6..00000000000 --- a/stable/terraria-tshock/6.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/terraria-tshock/6.1.0/charts/common-18.0.1.tgz b/stable/terraria-tshock/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/terraria-tshock/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/thelounge/13.1.0/.helmignore b/stable/terraria-tshock/6.2.0/.helmignore similarity index 100% rename from stable/thelounge/13.1.0/.helmignore rename to stable/terraria-tshock/6.2.0/.helmignore diff --git a/stable/terraria-tshock/6.2.0/CHANGELOG.md b/stable/terraria-tshock/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..ddb2ebbcf7d --- /dev/null +++ b/stable/terraria-tshock/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/terraria-tshock/6.2.0/Chart.yaml b/stable/terraria-tshock/6.2.0/Chart.yaml new file mode 100644 index 00000000000..6bbef531c83 --- /dev/null +++ b/stable/terraria-tshock/6.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: tshock +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/terraria-tshock/6.1.0/README.md b/stable/terraria-tshock/6.2.0/README.md similarity index 100% rename from stable/terraria-tshock/6.1.0/README.md rename to stable/terraria-tshock/6.2.0/README.md diff --git a/stable/terraria-tshock/6.1.0/app-readme.md b/stable/terraria-tshock/6.2.0/app-readme.md similarity index 100% rename from stable/terraria-tshock/6.1.0/app-readme.md rename to stable/terraria-tshock/6.2.0/app-readme.md diff --git a/stable/terraria-tshock/6.2.0/charts/common-18.1.2.tgz b/stable/terraria-tshock/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/terraria-tshock/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/terraria-tshock/6.1.0/ix_values.yaml b/stable/terraria-tshock/6.2.0/ix_values.yaml similarity index 100% rename from stable/terraria-tshock/6.1.0/ix_values.yaml rename to stable/terraria-tshock/6.2.0/ix_values.yaml diff --git a/stable/terraria-tshock/6.1.0/questions.yaml b/stable/terraria-tshock/6.2.0/questions.yaml similarity index 100% rename from stable/terraria-tshock/6.1.0/questions.yaml rename to stable/terraria-tshock/6.2.0/questions.yaml diff --git a/stable/terraria-tshock/6.1.0/templates/_secret.tpl b/stable/terraria-tshock/6.2.0/templates/_secret.tpl similarity index 100% rename from stable/terraria-tshock/6.1.0/templates/_secret.tpl rename to stable/terraria-tshock/6.2.0/templates/_secret.tpl diff --git a/stable/terraria-tshock/6.1.0/templates/common.yaml b/stable/terraria-tshock/6.2.0/templates/common.yaml similarity index 100% rename from stable/terraria-tshock/6.1.0/templates/common.yaml rename to stable/terraria-tshock/6.2.0/templates/common.yaml diff --git a/stable/thelounge/13.1.0/values.yaml b/stable/terraria-tshock/6.2.0/values.yaml similarity index 100% rename from stable/thelounge/13.1.0/values.yaml rename to stable/terraria-tshock/6.2.0/values.yaml diff --git a/stable/theforest/5.1.0/CHANGELOG.md b/stable/theforest/5.1.0/CHANGELOG.md deleted file mode 100644 index d30f3418fb3..00000000000 --- a/stable/theforest/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/theforest/5.1.0/Chart.yaml b/stable/theforest/5.1.0/Chart.yaml deleted file mode 100644 index 0601fb728e3..00000000000 --- a/stable/theforest/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/theforest/5.1.0/charts/common-18.0.1.tgz b/stable/theforest/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/theforest/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/theme-park/9.1.1/.helmignore b/stable/theforest/5.2.0/.helmignore similarity index 100% rename from stable/theme-park/9.1.1/.helmignore rename to stable/theforest/5.2.0/.helmignore diff --git a/stable/theforest/5.2.0/CHANGELOG.md b/stable/theforest/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..ac69d5f9cd8 --- /dev/null +++ b/stable/theforest/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/theforest/5.2.0/Chart.yaml b/stable/theforest/5.2.0/Chart.yaml new file mode 100644 index 00000000000..4f328f1a827 --- /dev/null +++ b/stable/theforest/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: theforest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/theforest/5.1.0/README.md b/stable/theforest/5.2.0/README.md similarity index 100% rename from stable/theforest/5.1.0/README.md rename to stable/theforest/5.2.0/README.md diff --git a/stable/theforest/5.1.0/app-readme.md b/stable/theforest/5.2.0/app-readme.md similarity index 100% rename from stable/theforest/5.1.0/app-readme.md rename to stable/theforest/5.2.0/app-readme.md diff --git a/stable/theforest/5.2.0/charts/common-18.1.2.tgz b/stable/theforest/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/theforest/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/theforest/5.1.0/ix_values.yaml b/stable/theforest/5.2.0/ix_values.yaml similarity index 100% rename from stable/theforest/5.1.0/ix_values.yaml rename to stable/theforest/5.2.0/ix_values.yaml diff --git a/stable/theforest/5.1.0/questions.yaml b/stable/theforest/5.2.0/questions.yaml similarity index 100% rename from stable/theforest/5.1.0/questions.yaml rename to stable/theforest/5.2.0/questions.yaml diff --git a/stable/theforest/5.1.0/templates/common.yaml b/stable/theforest/5.2.0/templates/common.yaml similarity index 100% rename from stable/theforest/5.1.0/templates/common.yaml rename to stable/theforest/5.2.0/templates/common.yaml diff --git a/stable/theme-park/9.1.1/values.yaml b/stable/theforest/5.2.0/values.yaml similarity index 100% rename from stable/theme-park/9.1.1/values.yaml rename to stable/theforest/5.2.0/values.yaml diff --git a/stable/thelounge/13.1.0/CHANGELOG.md b/stable/thelounge/13.1.0/CHANGELOG.md deleted file mode 100644 index bab44d5401e..00000000000 --- a/stable/thelounge/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/thelounge/13.1.0/Chart.yaml b/stable/thelounge/13.1.0/Chart.yaml deleted file mode 100644 index a72c0c1fe6d..00000000000 --- a/stable/thelounge/13.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/thelounge/13.1.0/charts/common-18.0.1.tgz b/stable/thelounge/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/thelounge/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/thunderbird/5.1.1/.helmignore b/stable/thelounge/13.2.0/.helmignore similarity index 100% rename from stable/thunderbird/5.1.1/.helmignore rename to stable/thelounge/13.2.0/.helmignore diff --git a/stable/thelounge/13.2.0/CHANGELOG.md b/stable/thelounge/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a8ebb81c73e --- /dev/null +++ b/stable/thelounge/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/thelounge/13.2.0/Chart.yaml b/stable/thelounge/13.2.0/Chart.yaml new file mode 100644 index 00000000000..d030a77fdb6 --- /dev/null +++ b/stable/thelounge/13.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.4.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/thelounge/13.1.0/README.md b/stable/thelounge/13.2.0/README.md similarity index 100% rename from stable/thelounge/13.1.0/README.md rename to stable/thelounge/13.2.0/README.md diff --git a/stable/thelounge/13.1.0/app-readme.md b/stable/thelounge/13.2.0/app-readme.md similarity index 100% rename from stable/thelounge/13.1.0/app-readme.md rename to stable/thelounge/13.2.0/app-readme.md diff --git a/stable/thelounge/13.2.0/charts/common-18.1.2.tgz b/stable/thelounge/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/thelounge/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/thelounge/13.1.0/ix_values.yaml b/stable/thelounge/13.2.0/ix_values.yaml similarity index 100% rename from stable/thelounge/13.1.0/ix_values.yaml rename to stable/thelounge/13.2.0/ix_values.yaml diff --git a/stable/thelounge/13.1.0/questions.yaml b/stable/thelounge/13.2.0/questions.yaml similarity index 100% rename from stable/thelounge/13.1.0/questions.yaml rename to stable/thelounge/13.2.0/questions.yaml diff --git a/stable/tinymediamanager/10.1.0/templates/NOTES.txt b/stable/thelounge/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/tinymediamanager/10.1.0/templates/NOTES.txt rename to stable/thelounge/13.2.0/templates/NOTES.txt diff --git a/stable/timetagger/5.1.0/templates/common.yaml b/stable/thelounge/13.2.0/templates/common.yaml similarity index 100% rename from stable/timetagger/5.1.0/templates/common.yaml rename to stable/thelounge/13.2.0/templates/common.yaml diff --git a/stable/thunderbird/5.1.1/values.yaml b/stable/thelounge/13.2.0/values.yaml similarity index 100% rename from stable/thunderbird/5.1.1/values.yaml rename to stable/thelounge/13.2.0/values.yaml diff --git a/stable/theme-park/9.1.1/CHANGELOG.md b/stable/theme-park/9.1.1/CHANGELOG.md deleted file mode 100644 index e38f1f7f54a..00000000000 --- a/stable/theme-park/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - -## [theme-park-8.1.12](https://github.com/truecharts/charts/compare/theme-park-8.1.11...theme-park-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [theme-park-8.1.11](https://github.com/truecharts/charts/compare/theme-park-8.1.10...theme-park-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [theme-park-8.1.10](https://github.com/truecharts/charts/compare/theme-park-8.1.9...theme-park-8.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [theme-park-8.1.9](https://github.com/truecharts/charts/compare/theme-park-8.1.8...theme-park-8.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [theme-park-8.1.8](https://github.com/truecharts/charts/compare/theme-park-8.1.7...theme-park-8.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [theme-park-8.1.7](https://github.com/truecharts/charts/compare/theme-park-8.1.6...theme-park-8.1.7) (2024-01-21) - -### Chore - - - -- update container image ghcr.io/onedr0p/theme-park to 1.15[@e8fc5cc](https://github.com/e8fc5cc) by renovate ([#17374](https://github.com/truecharts/charts/issues/17374)) - - - - -## [theme-park-8.1.6](https://github.com/truecharts/charts/compare/theme-park-8.1.5...theme-park-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [theme-park-8.1.5](https://github.com/truecharts/charts/compare/theme-park-8.1.4...theme-park-8.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/theme-park/9.1.1/Chart.yaml b/stable/theme-park/9.1.1/Chart.yaml deleted file mode 100644 index dc1a1deeac3..00000000000 --- a/stable/theme-park/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: 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.1 diff --git a/stable/theme-park/9.1.1/charts/common-18.0.2.tgz b/stable/theme-park/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/theme-park/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/theme-park/9.1.1/ix_values.yaml b/stable/theme-park/9.1.1/ix_values.yaml deleted file mode 100644 index 75dbf147daf..00000000000 --- a/stable/theme-park/9.1.1/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/timetagger/5.1.0/.helmignore b/stable/theme-park/9.3.0/.helmignore similarity index 100% rename from stable/timetagger/5.1.0/.helmignore rename to stable/theme-park/9.3.0/.helmignore diff --git a/stable/theme-park/9.3.0/CHANGELOG.md b/stable/theme-park/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..93323e320dc --- /dev/null +++ b/stable/theme-park/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + +## [theme-park-8.1.12](https://github.com/truecharts/charts/compare/theme-park-8.1.11...theme-park-8.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [theme-park-8.1.11](https://github.com/truecharts/charts/compare/theme-park-8.1.10...theme-park-8.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [theme-park-8.1.10](https://github.com/truecharts/charts/compare/theme-park-8.1.9...theme-park-8.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [theme-park-8.1.9](https://github.com/truecharts/charts/compare/theme-park-8.1.8...theme-park-8.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [theme-park-8.1.8](https://github.com/truecharts/charts/compare/theme-park-8.1.7...theme-park-8.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [theme-park-8.1.7](https://github.com/truecharts/charts/compare/theme-park-8.1.6...theme-park-8.1.7) (2024-01-21) + +### Chore + + + +- update container image ghcr.io/onedr0p/theme-park to 1.15[@e8fc5cc](https://github.com/e8fc5cc) by renovate ([#17374](https://github.com/truecharts/charts/issues/17374)) + + + + +## [theme-park-8.1.6](https://github.com/truecharts/charts/compare/theme-park-8.1.5...theme-park-8.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [theme-park-8.1.5](https://github.com/truecharts/charts/compare/theme-park-8.1.4...theme-park-8.1.5) (2024-01-02) + +### Chore + diff --git a/stable/theme-park/9.3.0/Chart.yaml b/stable/theme-park/9.3.0/Chart.yaml new file mode 100644 index 00000000000..9b271bab667 --- /dev/null +++ b/stable/theme-park/9.3.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: customization + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.16.0 +dependencies: + - name: common + version: 18.1.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.3.0 diff --git a/stable/theme-park/9.1.1/README.md b/stable/theme-park/9.3.0/README.md similarity index 100% rename from stable/theme-park/9.1.1/README.md rename to stable/theme-park/9.3.0/README.md diff --git a/stable/theme-park/9.1.1/app-readme.md b/stable/theme-park/9.3.0/app-readme.md similarity index 100% rename from stable/theme-park/9.1.1/app-readme.md rename to stable/theme-park/9.3.0/app-readme.md diff --git a/stable/theme-park/9.3.0/charts/common-18.1.2.tgz b/stable/theme-park/9.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/theme-park/9.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/theme-park/9.3.0/ix_values.yaml b/stable/theme-park/9.3.0/ix_values.yaml new file mode 100644 index 00000000000..46a2aaef9d3 --- /dev/null +++ b/stable/theme-park/9.3.0/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.1/questions.yaml b/stable/theme-park/9.3.0/questions.yaml similarity index 100% rename from stable/theme-park/9.1.1/questions.yaml rename to stable/theme-park/9.3.0/questions.yaml diff --git a/stable/traccar/15.1.0/templates/NOTES.txt b/stable/theme-park/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/traccar/15.1.0/templates/NOTES.txt rename to stable/theme-park/9.3.0/templates/NOTES.txt diff --git a/stable/tinymediamanager/10.1.0/templates/common.yaml b/stable/theme-park/9.3.0/templates/common.yaml similarity index 100% rename from stable/tinymediamanager/10.1.0/templates/common.yaml rename to stable/theme-park/9.3.0/templates/common.yaml diff --git a/stable/timetagger/5.1.0/values.yaml b/stable/theme-park/9.3.0/values.yaml similarity index 100% rename from stable/timetagger/5.1.0/values.yaml rename to stable/theme-park/9.3.0/values.yaml diff --git a/stable/thunderbird/5.1.1/CHANGELOG.md b/stable/thunderbird/5.1.1/CHANGELOG.md deleted file mode 100644 index 37544a45aa5..00000000000 --- a/stable/thunderbird/5.1.1/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.1/Chart.yaml b/stable/thunderbird/5.1.1/Chart.yaml deleted file mode 100644 index 25495ea2dd3..00000000000 --- a/stable/thunderbird/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: 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.1 diff --git a/stable/thunderbird/5.1.1/charts/common-18.0.2.tgz b/stable/thunderbird/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/thunderbird/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/thunderbird/5.1.1/ix_values.yaml b/stable/thunderbird/5.1.1/ix_values.yaml deleted file mode 100644 index db2b10cca03..00000000000 --- a/stable/thunderbird/5.1.1/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/tinymediamanager/10.1.0/.helmignore b/stable/thunderbird/5.2.0/.helmignore similarity index 100% rename from stable/tinymediamanager/10.1.0/.helmignore rename to stable/thunderbird/5.2.0/.helmignore diff --git a/stable/thunderbird/5.2.0/CHANGELOG.md b/stable/thunderbird/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b96dbec8b94 --- /dev/null +++ b/stable/thunderbird/5.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/thunderbird/5.2.0/Chart.yaml b/stable/thunderbird/5.2.0/Chart.yaml new file mode 100644 index 00000000000..cd08540b652 --- /dev/null +++ b/stable/thunderbird/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/thunderbird/5.1.1/README.md b/stable/thunderbird/5.2.0/README.md similarity index 100% rename from stable/thunderbird/5.1.1/README.md rename to stable/thunderbird/5.2.0/README.md diff --git a/stable/thunderbird/5.1.1/app-readme.md b/stable/thunderbird/5.2.0/app-readme.md similarity index 100% rename from stable/thunderbird/5.1.1/app-readme.md rename to stable/thunderbird/5.2.0/app-readme.md diff --git a/stable/thunderbird/5.2.0/charts/common-18.1.2.tgz b/stable/thunderbird/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/thunderbird/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/thunderbird/5.2.0/ix_values.yaml b/stable/thunderbird/5.2.0/ix_values.yaml new file mode 100644 index 00000000000..eed960dea93 --- /dev/null +++ b/stable/thunderbird/5.2.0/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.1/questions.yaml b/stable/thunderbird/5.2.0/questions.yaml similarity index 100% rename from stable/thunderbird/5.1.1/questions.yaml rename to stable/thunderbird/5.2.0/questions.yaml diff --git a/stable/thunderbird/5.1.1/templates/common.yaml b/stable/thunderbird/5.2.0/templates/common.yaml similarity index 100% rename from stable/thunderbird/5.1.1/templates/common.yaml rename to stable/thunderbird/5.2.0/templates/common.yaml diff --git a/stable/tinymediamanager/10.1.0/values.yaml b/stable/thunderbird/5.2.0/values.yaml similarity index 100% rename from stable/tinymediamanager/10.1.0/values.yaml rename to stable/thunderbird/5.2.0/values.yaml diff --git a/stable/timetagger/5.1.0/CHANGELOG.md b/stable/timetagger/5.1.0/CHANGELOG.md deleted file mode 100644 index 6cb5b2bbdf5..00000000000 --- a/stable/timetagger/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [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 - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [timetagger-4.1.3](https://github.com/truecharts/charts/compare/timetagger-4.1.0...timetagger-4.1.3) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push - -- move everything to consume OCI-hosted common-chart dependency diff --git a/stable/timetagger/5.1.0/Chart.yaml b/stable/timetagger/5.1.0/Chart.yaml deleted file mode 100644 index 890db653637..00000000000 --- a/stable/timetagger/5.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 23.11.4 -dependencies: - - name: common - version: 18.0.1 - 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: 5.1.0 diff --git a/stable/timetagger/5.1.0/charts/common-18.0.1.tgz b/stable/timetagger/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/timetagger/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/tonido/5.1.0/.helmignore b/stable/timetagger/5.2.0/.helmignore similarity index 100% rename from stable/tonido/5.1.0/.helmignore rename to stable/timetagger/5.2.0/.helmignore diff --git a/stable/timetagger/5.2.0/CHANGELOG.md b/stable/timetagger/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..1c8610ff954 --- /dev/null +++ b/stable/timetagger/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [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 + + + +- increase common version for oci fixes + +- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) + + +## [timetagger-4.1.3](https://github.com/truecharts/charts/compare/timetagger-4.1.0...timetagger-4.1.3) (2024-01-01) + +### Chore + + diff --git a/stable/timetagger/5.2.0/Chart.yaml b/stable/timetagger/5.2.0/Chart.yaml new file mode 100644 index 00000000000..0202f80ef6e --- /dev/null +++ b/stable/timetagger/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 23.11.4 +dependencies: + - name: common + version: 18.1.2 + 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: 5.2.0 diff --git a/stable/timetagger/5.1.0/README.md b/stable/timetagger/5.2.0/README.md similarity index 100% rename from stable/timetagger/5.1.0/README.md rename to stable/timetagger/5.2.0/README.md diff --git a/stable/timetagger/5.1.0/app-readme.md b/stable/timetagger/5.2.0/app-readme.md similarity index 100% rename from stable/timetagger/5.1.0/app-readme.md rename to stable/timetagger/5.2.0/app-readme.md diff --git a/stable/timetagger/5.2.0/charts/common-18.1.2.tgz b/stable/timetagger/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/timetagger/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/timetagger/5.1.0/ix_values.yaml b/stable/timetagger/5.2.0/ix_values.yaml similarity index 100% rename from stable/timetagger/5.1.0/ix_values.yaml rename to stable/timetagger/5.2.0/ix_values.yaml diff --git a/stable/timetagger/5.1.0/questions.yaml b/stable/timetagger/5.2.0/questions.yaml similarity index 100% rename from stable/timetagger/5.1.0/questions.yaml rename to stable/timetagger/5.2.0/questions.yaml diff --git a/stable/traccar/15.1.0/templates/common.yaml b/stable/timetagger/5.2.0/templates/common.yaml similarity index 100% rename from stable/traccar/15.1.0/templates/common.yaml rename to stable/timetagger/5.2.0/templates/common.yaml diff --git a/stable/tonido/5.1.0/values.yaml b/stable/timetagger/5.2.0/values.yaml similarity index 100% rename from stable/tonido/5.1.0/values.yaml rename to stable/timetagger/5.2.0/values.yaml diff --git a/stable/tinymediamanager/10.1.0/CHANGELOG.md b/stable/tinymediamanager/10.1.0/CHANGELOG.md deleted file mode 100644 index 332aa7bcdd4..00000000000 --- a/stable/tinymediamanager/10.1.0/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) - -### Chore \ No newline at end of file diff --git a/stable/tinymediamanager/10.1.0/Chart.yaml b/stable/tinymediamanager/10.1.0/Chart.yaml deleted file mode 100644 index 0bfc04f3a4b..00000000000 --- a/stable/tinymediamanager/10.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.0.2 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/tinymediamanager/10.1.0/charts/common-18.0.1.tgz b/stable/tinymediamanager/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/tinymediamanager/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/traccar/15.1.0/.helmignore b/stable/tinymediamanager/10.2.0/.helmignore similarity index 100% rename from stable/traccar/15.1.0/.helmignore rename to stable/tinymediamanager/10.2.0/.helmignore diff --git a/stable/tinymediamanager/10.2.0/CHANGELOG.md b/stable/tinymediamanager/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..6d86d69e339 --- /dev/null +++ b/stable/tinymediamanager/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [tinymediamanager-9.0.8](https://github.com/truecharts/charts/compare/tinymediamanager-9.0.7...tinymediamanager-9.0.8) (2024-02-12) + +### Chore + + + +- update container image tinymediamanager/tinymediamanager to v5.0.2[@0c6b69c](https://github.com/0c6b69c) by renovate ([#18149](https://github.com/truecharts/charts/issues/18149)) + + +## [tinymediamanager-9.0.7](https://github.com/truecharts/charts/compare/tinymediamanager-9.0.6...tinymediamanager-9.0.7) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tinymediamanager-9.0.6](https://github.com/truecharts/charts/compare/tinymediamanager-9.0.5...tinymediamanager-9.0.6) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tinymediamanager-9.0.5](https://github.com/truecharts/charts/compare/tinymediamanager-9.0.4...tinymediamanager-9.0.5) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [tinymediamanager-9.0.4](https://github.com/truecharts/charts/compare/tinymediamanager-9.0.3...tinymediamanager-9.0.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [tinymediamanager-9.0.3](https://github.com/truecharts/charts/compare/tinymediamanager-9.0.2...tinymediamanager-9.0.3) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [tinymediamanager-9.0.2](https://github.com/truecharts/charts/compare/tinymediamanager-9.0.1...tinymediamanager-9.0.2) (2024-01-21) + +### Chore + + + +- update container image tinymediamanager/tinymediamanager to v5.0.1[@0fc0390](https://github.com/0fc0390) by renovate ([#17435](https://github.com/truecharts/charts/issues/17435)) + + + + +## [tinymediamanager-9.0.1](https://github.com/truecharts/charts/compare/tinymediamanager-9.0.0...tinymediamanager-9.0.1) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [tinymediamanager-9.0.0](https://github.com/truecharts/charts/compare/tinymediamanager-8.1.5...tinymediamanager-9.0.0) (2024-01-03) + +### Chore + + + +- update container image tinymediamanager/tinymediamanager to v5.0.0[@c9b936e](https://github.com/c9b936e) by renovate ([#16729](https://github.com/truecharts/charts/issues/16729)) diff --git a/stable/tinymediamanager/10.2.0/Chart.yaml b/stable/tinymediamanager/10.2.0/Chart.yaml new file mode 100644 index 00000000000..c2d40f679ce --- /dev/null +++ b/stable/tinymediamanager/10.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.0.2 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TinyMediaManager is a full featured media manager to organize and clean up your media library. +home: https://truecharts.org/charts/stable/tinymediamanager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tinymediamanager.png +keywords: + - tiny + - media + - manager +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tinymediamanager +sources: + - https://gitlab.com/tinyMediaManager/tinyMediaManager + - https://github.com/truecharts/charts/tree/master/charts/stable/tinymediamanager + - https://hub.docker.com/r/tinymediamanager/tinymediamanager +type: application +version: 10.2.0 diff --git a/stable/tinymediamanager/10.1.0/README.md b/stable/tinymediamanager/10.2.0/README.md similarity index 100% rename from stable/tinymediamanager/10.1.0/README.md rename to stable/tinymediamanager/10.2.0/README.md diff --git a/stable/tinymediamanager/10.1.0/app-readme.md b/stable/tinymediamanager/10.2.0/app-readme.md similarity index 100% rename from stable/tinymediamanager/10.1.0/app-readme.md rename to stable/tinymediamanager/10.2.0/app-readme.md diff --git a/stable/tinymediamanager/10.2.0/charts/common-18.1.2.tgz b/stable/tinymediamanager/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/tinymediamanager/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/tinymediamanager/10.1.0/ix_values.yaml b/stable/tinymediamanager/10.2.0/ix_values.yaml similarity index 100% rename from stable/tinymediamanager/10.1.0/ix_values.yaml rename to stable/tinymediamanager/10.2.0/ix_values.yaml diff --git a/stable/tinymediamanager/10.1.0/questions.yaml b/stable/tinymediamanager/10.2.0/questions.yaml similarity index 100% rename from stable/tinymediamanager/10.1.0/questions.yaml rename to stable/tinymediamanager/10.2.0/questions.yaml diff --git a/stable/traggo/6.1.0/templates/NOTES.txt b/stable/tinymediamanager/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/traggo/6.1.0/templates/NOTES.txt rename to stable/tinymediamanager/10.2.0/templates/NOTES.txt diff --git a/stable/trilium-notes/12.1.0/templates/common.yaml b/stable/tinymediamanager/10.2.0/templates/common.yaml similarity index 100% rename from stable/trilium-notes/12.1.0/templates/common.yaml rename to stable/tinymediamanager/10.2.0/templates/common.yaml diff --git a/stable/traccar/15.1.0/values.yaml b/stable/tinymediamanager/10.2.0/values.yaml similarity index 100% rename from stable/traccar/15.1.0/values.yaml rename to stable/tinymediamanager/10.2.0/values.yaml diff --git a/stable/tonido/5.1.0/CHANGELOG.md b/stable/tonido/5.1.0/CHANGELOG.md deleted file mode 100644 index 55863186c3d..00000000000 --- a/stable/tonido/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/tonido/5.1.0/Chart.yaml b/stable/tonido/5.1.0/Chart.yaml deleted file mode 100644 index 146f32f7e6c..00000000000 --- a/stable/tonido/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/tonido/5.1.0/charts/common-18.0.1.tgz b/stable/tonido/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/tonido/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/tracks/5.1.0/.helmignore b/stable/tonido/5.2.0/.helmignore similarity index 100% rename from stable/tracks/5.1.0/.helmignore rename to stable/tonido/5.2.0/.helmignore diff --git a/stable/tonido/5.2.0/CHANGELOG.md b/stable/tonido/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..520eae35d51 --- /dev/null +++ b/stable/tonido/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/tonido/5.2.0/Chart.yaml b/stable/tonido/5.2.0/Chart.yaml new file mode 100644 index 00000000000..93277092af5 --- /dev/null +++ b/stable/tonido/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/tonido/5.1.0/README.md b/stable/tonido/5.2.0/README.md similarity index 100% rename from stable/tonido/5.1.0/README.md rename to stable/tonido/5.2.0/README.md diff --git a/stable/tonido/5.1.0/app-readme.md b/stable/tonido/5.2.0/app-readme.md similarity index 100% rename from stable/tonido/5.1.0/app-readme.md rename to stable/tonido/5.2.0/app-readme.md diff --git a/stable/tonido/5.2.0/charts/common-18.1.2.tgz b/stable/tonido/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/tonido/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/tonido/5.1.0/ix_values.yaml b/stable/tonido/5.2.0/ix_values.yaml similarity index 100% rename from stable/tonido/5.1.0/ix_values.yaml rename to stable/tonido/5.2.0/ix_values.yaml diff --git a/stable/tonido/5.1.0/questions.yaml b/stable/tonido/5.2.0/questions.yaml similarity index 100% rename from stable/tonido/5.1.0/questions.yaml rename to stable/tonido/5.2.0/questions.yaml diff --git a/stable/tonido/5.1.0/templates/common.yaml b/stable/tonido/5.2.0/templates/common.yaml similarity index 100% rename from stable/tonido/5.1.0/templates/common.yaml rename to stable/tonido/5.2.0/templates/common.yaml diff --git a/stable/tracks/5.1.0/values.yaml b/stable/tonido/5.2.0/values.yaml similarity index 100% rename from stable/tracks/5.1.0/values.yaml rename to stable/tonido/5.2.0/values.yaml diff --git a/stable/traccar/15.1.0/CHANGELOG.md b/stable/traccar/15.1.0/CHANGELOG.md deleted file mode 100644 index 9a1e2ec71be..00000000000 --- a/stable/traccar/15.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/traccar/15.1.0/Chart.yaml b/stable/traccar/15.1.0/Chart.yaml deleted file mode 100644 index 9d94533e391..00000000000 --- a/stable/traccar/15.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/traccar/15.1.0/charts/common-18.0.1.tgz b/stable/traccar/15.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/traccar/15.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/traefik-forward-auth/3.1.0/.helmignore b/stable/traccar/15.2.0/.helmignore similarity index 100% rename from stable/traefik-forward-auth/3.1.0/.helmignore rename to stable/traccar/15.2.0/.helmignore diff --git a/stable/traccar/15.2.0/CHANGELOG.md b/stable/traccar/15.2.0/CHANGELOG.md new file mode 100644 index 00000000000..470dbc1bf8f --- /dev/null +++ b/stable/traccar/15.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [traccar-14.3.1](https://github.com/truecharts/charts/compare/traccar-14.3.0...traccar-14.3.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [traccar-14.3.0](https://github.com/truecharts/charts/compare/traccar-14.2.4...traccar-14.3.0) (2024-01-29) + +### Chore + + + +- update container image traccar/traccar to v5.12[@38dfd7c](https://github.com/38dfd7c) by renovate ([#17701](https://github.com/truecharts/charts/issues/17701)) + + +## [traccar-14.2.4](https://github.com/truecharts/charts/compare/traccar-14.2.3...traccar-14.2.4) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [traccar-14.2.3](https://github.com/truecharts/charts/compare/traccar-14.2.2...traccar-14.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [traccar-14.2.2](https://github.com/truecharts/charts/compare/traccar-14.2.1...traccar-14.2.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [traccar-14.2.1](https://github.com/truecharts/charts/compare/traccar-14.2.0...traccar-14.2.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [traccar-14.2.0](https://github.com/truecharts/charts/compare/traccar-14.1.6...traccar-14.2.0) (2024-01-15) + +### Chore + + + +- update container image traccar/traccar to v5.11[@1ffaa24](https://github.com/1ffaa24) by renovate ([#17284](https://github.com/truecharts/charts/issues/17284)) + + + + +## [traccar-14.1.6](https://github.com/truecharts/charts/compare/traccar-14.1.5...traccar-14.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [traccar-14.1.5](https://github.com/truecharts/charts/compare/traccar-14.1.4...traccar-14.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/traccar/15.2.0/Chart.yaml b/stable/traccar/15.2.0/Chart.yaml new file mode 100644 index 00000000000..a557787d138 --- /dev/null +++ b/stable/traccar/15.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.12.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/traccar/15.1.0/README.md b/stable/traccar/15.2.0/README.md similarity index 100% rename from stable/traccar/15.1.0/README.md rename to stable/traccar/15.2.0/README.md diff --git a/stable/traccar/15.1.0/app-readme.md b/stable/traccar/15.2.0/app-readme.md similarity index 100% rename from stable/traccar/15.1.0/app-readme.md rename to stable/traccar/15.2.0/app-readme.md diff --git a/stable/traccar/15.2.0/charts/common-18.1.2.tgz b/stable/traccar/15.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/traccar/15.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/traccar/15.1.0/ix_values.yaml b/stable/traccar/15.2.0/ix_values.yaml similarity index 100% rename from stable/traccar/15.1.0/ix_values.yaml rename to stable/traccar/15.2.0/ix_values.yaml diff --git a/stable/traccar/15.1.0/questions.yaml b/stable/traccar/15.2.0/questions.yaml similarity index 100% rename from stable/traccar/15.1.0/questions.yaml rename to stable/traccar/15.2.0/questions.yaml diff --git a/stable/transmission/20.1.0/templates/NOTES.txt b/stable/traccar/15.2.0/templates/NOTES.txt similarity index 100% rename from stable/transmission/20.1.0/templates/NOTES.txt rename to stable/traccar/15.2.0/templates/NOTES.txt diff --git a/stable/truecommand/19.1.0/templates/common.yaml b/stable/traccar/15.2.0/templates/common.yaml similarity index 100% rename from stable/truecommand/19.1.0/templates/common.yaml rename to stable/traccar/15.2.0/templates/common.yaml diff --git a/stable/traefik-forward-auth/3.1.0/values.yaml b/stable/traccar/15.2.0/values.yaml similarity index 100% rename from stable/traefik-forward-auth/3.1.0/values.yaml rename to stable/traccar/15.2.0/values.yaml diff --git a/stable/tracks/5.1.0/CHANGELOG.md b/stable/tracks/5.1.0/CHANGELOG.md deleted file mode 100644 index 3945e358b24..00000000000 --- a/stable/tracks/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - -## [tracks-4.1.11](https://github.com/truecharts/charts/compare/tracks-4.1.10...tracks-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tracks-4.1.10](https://github.com/truecharts/charts/compare/tracks-4.1.9...tracks-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tracks-4.1.9](https://github.com/truecharts/charts/compare/tracks-4.1.8...tracks-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tracks-4.1.8](https://github.com/truecharts/charts/compare/tracks-4.1.7...tracks-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tracks-4.1.7](https://github.com/truecharts/charts/compare/tracks-4.1.6...tracks-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [tracks-4.1.6](https://github.com/truecharts/charts/compare/tracks-4.1.5...tracks-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [tracks-4.1.5](https://github.com/truecharts/charts/compare/tracks-4.1.4...tracks-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [tracks-4.1.4](https://github.com/truecharts/charts/compare/tracks-4.1.3...tracks-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [tracks-4.1.3](https://github.com/truecharts/charts/compare/tracks-4.1.0...tracks-4.1.3) (2024-01-01) diff --git a/stable/tracks/5.1.0/Chart.yaml b/stable/tracks/5.1.0/Chart.yaml deleted file mode 100644 index 4d4b7146e9b..00000000000 --- a/stable/tracks/5.1.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: 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.1 - 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.0 diff --git a/stable/tracks/5.1.0/charts/common-18.0.1.tgz b/stable/tracks/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/tracks/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/traggo/6.1.0/.helmignore b/stable/tracks/5.2.0/.helmignore similarity index 100% rename from stable/traggo/6.1.0/.helmignore rename to stable/tracks/5.2.0/.helmignore diff --git a/stable/tracks/5.2.0/CHANGELOG.md b/stable/tracks/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..7ceb5048cd7 --- /dev/null +++ b/stable/tracks/5.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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)) \ No newline at end of file diff --git a/stable/tracks/5.2.0/Chart.yaml b/stable/tracks/5.2.0/Chart.yaml new file mode 100644 index 00000000000..92388276a0e --- /dev/null +++ b/stable/tracks/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/tracks/5.1.0/README.md b/stable/tracks/5.2.0/README.md similarity index 100% rename from stable/tracks/5.1.0/README.md rename to stable/tracks/5.2.0/README.md diff --git a/stable/tracks/5.1.0/app-readme.md b/stable/tracks/5.2.0/app-readme.md similarity index 100% rename from stable/tracks/5.1.0/app-readme.md rename to stable/tracks/5.2.0/app-readme.md diff --git a/stable/tracks/5.2.0/charts/common-18.1.2.tgz b/stable/tracks/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/tracks/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/tracks/5.1.0/ix_values.yaml b/stable/tracks/5.2.0/ix_values.yaml similarity index 100% rename from stable/tracks/5.1.0/ix_values.yaml rename to stable/tracks/5.2.0/ix_values.yaml diff --git a/stable/tracks/5.1.0/questions.yaml b/stable/tracks/5.2.0/questions.yaml similarity index 100% rename from stable/tracks/5.1.0/questions.yaml rename to stable/tracks/5.2.0/questions.yaml diff --git a/stable/tracks/5.1.0/templates/common.yaml b/stable/tracks/5.2.0/templates/common.yaml similarity index 100% rename from stable/tracks/5.1.0/templates/common.yaml rename to stable/tracks/5.2.0/templates/common.yaml diff --git a/stable/traggo/6.1.0/values.yaml b/stable/tracks/5.2.0/values.yaml similarity index 100% rename from stable/traggo/6.1.0/values.yaml rename to stable/tracks/5.2.0/values.yaml diff --git a/stable/traefik-forward-auth/3.1.0/CHANGELOG.md b/stable/traefik-forward-auth/3.1.0/CHANGELOG.md deleted file mode 100644 index 166dc943cc7..00000000000 --- a/stable/traefik-forward-auth/3.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/traefik-forward-auth/3.1.0/Chart.yaml b/stable/traefik-forward-auth/3.1.0/Chart.yaml deleted file mode 100644 index 3025baa8176..00000000000 --- a/stable/traefik-forward-auth/3.1.0/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/traefik-forward-auth/3.1.0/charts/common-18.0.1.tgz b/stable/traefik-forward-auth/3.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/traefik-forward-auth/3.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/traktarr/5.1.0/.helmignore b/stable/traefik-forward-auth/3.2.0/.helmignore similarity index 100% rename from stable/traktarr/5.1.0/.helmignore rename to stable/traefik-forward-auth/3.2.0/.helmignore diff --git a/stable/traefik-forward-auth/3.2.0/CHANGELOG.md b/stable/traefik-forward-auth/3.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a18aa0855de --- /dev/null +++ b/stable/traefik-forward-auth/3.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [traefik-forward-auth-2.1.14](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.13...traefik-forward-auth-2.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [traefik-forward-auth-2.1.13](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.12...traefik-forward-auth-2.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [traefik-forward-auth-2.1.12](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.11...traefik-forward-auth-2.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [traefik-forward-auth-2.1.11](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.10...traefik-forward-auth-2.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [traefik-forward-auth-2.1.10](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.9...traefik-forward-auth-2.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [traefik-forward-auth-2.1.9](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.8...traefik-forward-auth-2.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [traefik-forward-auth-2.1.8](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.7...traefik-forward-auth-2.1.8) (2024-01-03) + +### Chore + + + +- update container image thomseddon/traefik-forward-auth to latest[@b364aa6](https://github.com/b364aa6) by renovate ([#16797](https://github.com/truecharts/charts/issues/16797)) + + +## [traefik-forward-auth-2.1.8](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.7...traefik-forward-auth-2.1.8) (2024-01-03) + +### Chore + + + +- update container image thomseddon/traefik-forward-auth to latest[@b364aa6](https://github.com/b364aa6) by renovate ([#16797](https://github.com/truecharts/charts/issues/16797)) + + +## [traefik-forward-auth-2.1.7](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.6...traefik-forward-auth-2.1.7) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/traefik-forward-auth/3.2.0/Chart.yaml b/stable/traefik-forward-auth/3.2.0/Chart.yaml new file mode 100644 index 00000000000..acbfbb935e3 --- /dev/null +++ b/stable/traefik-forward-auth/3.2.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/traefik-forward-auth/3.1.0/README.md b/stable/traefik-forward-auth/3.2.0/README.md similarity index 100% rename from stable/traefik-forward-auth/3.1.0/README.md rename to stable/traefik-forward-auth/3.2.0/README.md diff --git a/stable/traefik-forward-auth/3.1.0/app-readme.md b/stable/traefik-forward-auth/3.2.0/app-readme.md similarity index 100% rename from stable/traefik-forward-auth/3.1.0/app-readme.md rename to stable/traefik-forward-auth/3.2.0/app-readme.md diff --git a/stable/traefik-forward-auth/3.2.0/charts/common-18.1.2.tgz b/stable/traefik-forward-auth/3.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/traefik-forward-auth/3.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/traefik-forward-auth/3.1.0/ix_values.yaml b/stable/traefik-forward-auth/3.2.0/ix_values.yaml similarity index 100% rename from stable/traefik-forward-auth/3.1.0/ix_values.yaml rename to stable/traefik-forward-auth/3.2.0/ix_values.yaml diff --git a/stable/traefik-forward-auth/3.1.0/questions.yaml b/stable/traefik-forward-auth/3.2.0/questions.yaml similarity index 100% rename from stable/traefik-forward-auth/3.1.0/questions.yaml rename to stable/traefik-forward-auth/3.2.0/questions.yaml diff --git a/stable/traefik-forward-auth/3.1.0/templates/_args.tpl b/stable/traefik-forward-auth/3.2.0/templates/_args.tpl similarity index 100% rename from stable/traefik-forward-auth/3.1.0/templates/_args.tpl rename to stable/traefik-forward-auth/3.2.0/templates/_args.tpl diff --git a/stable/traefik-forward-auth/3.1.0/templates/_secrets.tpl b/stable/traefik-forward-auth/3.2.0/templates/_secrets.tpl similarity index 100% rename from stable/traefik-forward-auth/3.1.0/templates/_secrets.tpl rename to stable/traefik-forward-auth/3.2.0/templates/_secrets.tpl diff --git a/stable/traefik-forward-auth/3.1.0/templates/common.yaml b/stable/traefik-forward-auth/3.2.0/templates/common.yaml similarity index 100% rename from stable/traefik-forward-auth/3.1.0/templates/common.yaml rename to stable/traefik-forward-auth/3.2.0/templates/common.yaml diff --git a/stable/traktarr/5.1.0/values.yaml b/stable/traefik-forward-auth/3.2.0/values.yaml similarity index 100% rename from stable/traktarr/5.1.0/values.yaml rename to stable/traefik-forward-auth/3.2.0/values.yaml diff --git a/stable/traggo/6.1.0/CHANGELOG.md b/stable/traggo/6.1.0/CHANGELOG.md deleted file mode 100644 index d742cb27582..00000000000 --- a/stable/traggo/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/traggo/6.1.0/Chart.yaml b/stable/traggo/6.1.0/Chart.yaml deleted file mode 100644 index f0454986959..00000000000 --- a/stable/traggo/6.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/traggo/6.1.0/charts/common-18.0.1.tgz b/stable/traggo/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/traggo/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/trango/5.1.0/.helmignore b/stable/traggo/6.2.0/.helmignore similarity index 100% rename from stable/trango/5.1.0/.helmignore rename to stable/traggo/6.2.0/.helmignore diff --git a/stable/traggo/6.2.0/CHANGELOG.md b/stable/traggo/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a500b008349 --- /dev/null +++ b/stable/traggo/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/traggo/6.2.0/Chart.yaml b/stable/traggo/6.2.0/Chart.yaml new file mode 100644 index 00000000000..6fd98db322d --- /dev/null +++ b/stable/traggo/6.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.3.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/traggo/6.1.0/README.md b/stable/traggo/6.2.0/README.md similarity index 100% rename from stable/traggo/6.1.0/README.md rename to stable/traggo/6.2.0/README.md diff --git a/stable/traggo/6.1.0/app-readme.md b/stable/traggo/6.2.0/app-readme.md similarity index 100% rename from stable/traggo/6.1.0/app-readme.md rename to stable/traggo/6.2.0/app-readme.md diff --git a/stable/traggo/6.2.0/charts/common-18.1.2.tgz b/stable/traggo/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/traggo/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/traggo/6.1.0/ix_values.yaml b/stable/traggo/6.2.0/ix_values.yaml similarity index 100% rename from stable/traggo/6.1.0/ix_values.yaml rename to stable/traggo/6.2.0/ix_values.yaml diff --git a/stable/traggo/6.1.0/questions.yaml b/stable/traggo/6.2.0/questions.yaml similarity index 100% rename from stable/traggo/6.1.0/questions.yaml rename to stable/traggo/6.2.0/questions.yaml diff --git a/stable/trilium-notes/12.1.0/templates/NOTES.txt b/stable/traggo/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/trilium-notes/12.1.0/templates/NOTES.txt rename to stable/traggo/6.2.0/templates/NOTES.txt diff --git a/stable/traggo/6.1.0/templates/_secret.tpl b/stable/traggo/6.2.0/templates/_secret.tpl similarity index 100% rename from stable/traggo/6.1.0/templates/_secret.tpl rename to stable/traggo/6.2.0/templates/_secret.tpl diff --git a/stable/traggo/6.1.0/templates/common.yaml b/stable/traggo/6.2.0/templates/common.yaml similarity index 100% rename from stable/traggo/6.1.0/templates/common.yaml rename to stable/traggo/6.2.0/templates/common.yaml diff --git a/stable/trango/5.1.0/values.yaml b/stable/traggo/6.2.0/values.yaml similarity index 100% rename from stable/trango/5.1.0/values.yaml rename to stable/traggo/6.2.0/values.yaml diff --git a/stable/traktarr/5.1.0/CHANGELOG.md b/stable/traktarr/5.1.0/CHANGELOG.md deleted file mode 100644 index b148361c20a..00000000000 --- a/stable/traktarr/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/traktarr/5.1.0/Chart.yaml b/stable/traktarr/5.1.0/Chart.yaml deleted file mode 100644 index 9cf7a06caff..00000000000 --- a/stable/traktarr/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/traktarr/5.1.0/charts/common-18.0.1.tgz b/stable/traktarr/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/traktarr/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/transmission/20.1.0/.helmignore b/stable/traktarr/5.2.0/.helmignore similarity index 100% rename from stable/transmission/20.1.0/.helmignore rename to stable/traktarr/5.2.0/.helmignore diff --git a/stable/traktarr/5.2.0/CHANGELOG.md b/stable/traktarr/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a41e9490ba0 --- /dev/null +++ b/stable/traktarr/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/traktarr/5.2.0/Chart.yaml b/stable/traktarr/5.2.0/Chart.yaml new file mode 100644 index 00000000000..89612f61fba --- /dev/null +++ b/stable/traktarr/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/traktarr/5.1.0/README.md b/stable/traktarr/5.2.0/README.md similarity index 100% rename from stable/traktarr/5.1.0/README.md rename to stable/traktarr/5.2.0/README.md diff --git a/stable/traktarr/5.1.0/app-readme.md b/stable/traktarr/5.2.0/app-readme.md similarity index 100% rename from stable/traktarr/5.1.0/app-readme.md rename to stable/traktarr/5.2.0/app-readme.md diff --git a/stable/traktarr/5.2.0/charts/common-18.1.2.tgz b/stable/traktarr/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/traktarr/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/traktarr/5.1.0/ix_values.yaml b/stable/traktarr/5.2.0/ix_values.yaml similarity index 100% rename from stable/traktarr/5.1.0/ix_values.yaml rename to stable/traktarr/5.2.0/ix_values.yaml diff --git a/stable/traktarr/5.1.0/questions.yaml b/stable/traktarr/5.2.0/questions.yaml similarity index 100% rename from stable/traktarr/5.1.0/questions.yaml rename to stable/traktarr/5.2.0/questions.yaml diff --git a/stable/traktarr/5.1.0/templates/common.yaml b/stable/traktarr/5.2.0/templates/common.yaml similarity index 100% rename from stable/traktarr/5.1.0/templates/common.yaml rename to stable/traktarr/5.2.0/templates/common.yaml diff --git a/stable/transmission/20.1.0/values.yaml b/stable/traktarr/5.2.0/values.yaml similarity index 100% rename from stable/transmission/20.1.0/values.yaml rename to stable/traktarr/5.2.0/values.yaml diff --git a/stable/trango/5.1.0/CHANGELOG.md b/stable/trango/5.1.0/CHANGELOG.md deleted file mode 100644 index 27c821a85c3..00000000000 --- a/stable/trango/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/trango/5.1.0/Chart.yaml b/stable/trango/5.1.0/Chart.yaml deleted file mode 100644 index f8b2238ce3b..00000000000 --- a/stable/trango/5.1.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: 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.1 - 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.0 diff --git a/stable/trango/5.1.0/charts/common-18.0.1.tgz b/stable/trango/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/trango/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/trilium-notes/12.1.0/.helmignore b/stable/trango/5.2.0/.helmignore similarity index 100% rename from stable/trilium-notes/12.1.0/.helmignore rename to stable/trango/5.2.0/.helmignore diff --git a/stable/trango/5.2.0/CHANGELOG.md b/stable/trango/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..2e55ac923c0 --- /dev/null +++ b/stable/trango/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/trango/5.2.0/Chart.yaml b/stable/trango/5.2.0/Chart.yaml new file mode 100644 index 00000000000..982fd66c381 --- /dev/null +++ b/stable/trango/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/trango/5.1.0/README.md b/stable/trango/5.2.0/README.md similarity index 100% rename from stable/trango/5.1.0/README.md rename to stable/trango/5.2.0/README.md diff --git a/stable/trango/5.1.0/app-readme.md b/stable/trango/5.2.0/app-readme.md similarity index 100% rename from stable/trango/5.1.0/app-readme.md rename to stable/trango/5.2.0/app-readme.md diff --git a/stable/trango/5.2.0/charts/common-18.1.2.tgz b/stable/trango/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/trango/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/trango/5.1.0/ix_values.yaml b/stable/trango/5.2.0/ix_values.yaml similarity index 100% rename from stable/trango/5.1.0/ix_values.yaml rename to stable/trango/5.2.0/ix_values.yaml diff --git a/stable/trango/5.1.0/questions.yaml b/stable/trango/5.2.0/questions.yaml similarity index 100% rename from stable/trango/5.1.0/questions.yaml rename to stable/trango/5.2.0/questions.yaml diff --git a/stable/trango/5.1.0/templates/common.yaml b/stable/trango/5.2.0/templates/common.yaml similarity index 100% rename from stable/trango/5.1.0/templates/common.yaml rename to stable/trango/5.2.0/templates/common.yaml diff --git a/stable/trilium-notes/12.1.0/values.yaml b/stable/trango/5.2.0/values.yaml similarity index 100% rename from stable/trilium-notes/12.1.0/values.yaml rename to stable/trango/5.2.0/values.yaml diff --git a/stable/transmission/20.1.0/CHANGELOG.md b/stable/transmission/20.1.0/CHANGELOG.md deleted file mode 100644 index ef0c8225039..00000000000 --- a/stable/transmission/20.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/transmission/20.1.0/Chart.yaml b/stable/transmission/20.1.0/Chart.yaml deleted file mode 100644 index 1ec170dc459..00000000000 --- a/stable/transmission/20.1.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: 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.1 - 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.0 diff --git a/stable/transmission/20.1.0/charts/common-18.0.1.tgz b/stable/transmission/20.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/transmission/20.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/troddit/5.1.0/.helmignore b/stable/transmission/20.2.0/.helmignore similarity index 100% rename from stable/troddit/5.1.0/.helmignore rename to stable/transmission/20.2.0/.helmignore diff --git a/stable/transmission/20.2.0/CHANGELOG.md b/stable/transmission/20.2.0/CHANGELOG.md new file mode 100644 index 00000000000..70a41875bce --- /dev/null +++ b/stable/transmission/20.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [transmission-19.1.13](https://github.com/truecharts/charts/compare/transmission-19.1.12...transmission-19.1.13) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/onedr0p/transmission to 4.0.5[@1663584](https://github.com/1663584) by renovate ([#17960](https://github.com/truecharts/charts/issues/17960)) + + +## [transmission-19.1.12](https://github.com/truecharts/charts/compare/transmission-19.1.11...transmission-19.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [transmission-19.1.11](https://github.com/truecharts/charts/compare/transmission-19.1.10...transmission-19.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [transmission-19.1.10](https://github.com/truecharts/charts/compare/transmission-19.1.9...transmission-19.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [transmission-19.1.9](https://github.com/truecharts/charts/compare/transmission-19.1.8...transmission-19.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [transmission-19.1.8](https://github.com/truecharts/charts/compare/transmission-19.1.7...transmission-19.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [transmission-19.1.7](https://github.com/truecharts/charts/compare/transmission-19.1.6...transmission-19.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [transmission-19.1.6](https://github.com/truecharts/charts/compare/transmission-19.1.5...transmission-19.1.6) (2024-01-08) + +### Chore + + + +- update container image ghcr.io/onedr0p/transmission to v4.0.5[@7142c11](https://github.com/7142c11) by renovate ([#16998](https://github.com/truecharts/charts/issues/16998)) + + +## [transmission-19.1.5](https://github.com/truecharts/charts/compare/transmission-19.1.4...transmission-19.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/transmission/20.2.0/Chart.yaml b/stable/transmission/20.2.0/Chart.yaml new file mode 100644 index 00000000000..79a757450b1 --- /dev/null +++ b/stable/transmission/20.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: download-tools + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.5 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/transmission/20.1.0/README.md b/stable/transmission/20.2.0/README.md similarity index 100% rename from stable/transmission/20.1.0/README.md rename to stable/transmission/20.2.0/README.md diff --git a/stable/transmission/20.1.0/app-readme.md b/stable/transmission/20.2.0/app-readme.md similarity index 100% rename from stable/transmission/20.1.0/app-readme.md rename to stable/transmission/20.2.0/app-readme.md diff --git a/stable/transmission/20.2.0/charts/common-18.1.2.tgz b/stable/transmission/20.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/transmission/20.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/transmission/20.1.0/ix_values.yaml b/stable/transmission/20.2.0/ix_values.yaml similarity index 100% rename from stable/transmission/20.1.0/ix_values.yaml rename to stable/transmission/20.2.0/ix_values.yaml diff --git a/stable/transmission/20.1.0/questions.yaml b/stable/transmission/20.2.0/questions.yaml similarity index 100% rename from stable/transmission/20.1.0/questions.yaml rename to stable/transmission/20.2.0/questions.yaml diff --git a/stable/truecommand/19.1.0/templates/NOTES.txt b/stable/transmission/20.2.0/templates/NOTES.txt similarity index 100% rename from stable/truecommand/19.1.0/templates/NOTES.txt rename to stable/transmission/20.2.0/templates/NOTES.txt diff --git a/stable/transmission/20.1.0/templates/common.yaml b/stable/transmission/20.2.0/templates/common.yaml similarity index 100% rename from stable/transmission/20.1.0/templates/common.yaml rename to stable/transmission/20.2.0/templates/common.yaml diff --git a/stable/troddit/5.1.0/values.yaml b/stable/transmission/20.2.0/values.yaml similarity index 100% rename from stable/troddit/5.1.0/values.yaml rename to stable/transmission/20.2.0/values.yaml diff --git a/stable/trilium-notes/12.1.0/CHANGELOG.md b/stable/trilium-notes/12.1.0/CHANGELOG.md deleted file mode 100644 index 4b044dec59e..00000000000 --- a/stable/trilium-notes/12.1.0/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) - -### Chore \ No newline at end of file diff --git a/stable/trilium-notes/12.1.0/Chart.yaml b/stable/trilium-notes/12.1.0/Chart.yaml deleted file mode 100644 index 37b850c05c0..00000000000 --- a/stable/trilium-notes/12.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: 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.1 - 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.0 diff --git a/stable/trilium-notes/12.1.0/charts/common-18.0.1.tgz b/stable/trilium-notes/12.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/trilium-notes/12.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/truecommand/19.1.0/.helmignore b/stable/trilium-notes/12.2.0/.helmignore similarity index 100% rename from stable/truecommand/19.1.0/.helmignore rename to stable/trilium-notes/12.2.0/.helmignore diff --git a/stable/trilium-notes/12.2.0/CHANGELOG.md b/stable/trilium-notes/12.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c77066991cc --- /dev/null +++ b/stable/trilium-notes/12.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [trilium-notes-11.1.13](https://github.com/truecharts/charts/compare/trilium-notes-11.1.12...trilium-notes-11.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [trilium-notes-11.1.12](https://github.com/truecharts/charts/compare/trilium-notes-11.1.11...trilium-notes-11.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [trilium-notes-11.1.11](https://github.com/truecharts/charts/compare/trilium-notes-11.1.10...trilium-notes-11.1.11) (2024-01-22) + +### Chore + + + +- update container image ghcr.io/zadam/trilium to v0.62.6[@5b88393](https://github.com/5b88393) by renovate ([#17486](https://github.com/truecharts/charts/issues/17486)) + + +## [trilium-notes-11.1.10](https://github.com/truecharts/charts/compare/trilium-notes-11.1.9...trilium-notes-11.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [trilium-notes-11.1.9](https://github.com/truecharts/charts/compare/trilium-notes-11.1.8...trilium-notes-11.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [trilium-notes-11.1.8](https://github.com/truecharts/charts/compare/trilium-notes-11.1.7...trilium-notes-11.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [trilium-notes-11.1.7](https://github.com/truecharts/charts/compare/trilium-notes-11.1.6...trilium-notes-11.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [trilium-notes-11.1.6](https://github.com/truecharts/charts/compare/trilium-notes-11.1.5...trilium-notes-11.1.6) (2024-01-08) + +### Chore + + + +- update container image ghcr.io/zadam/trilium to v0.62.5[@52ea369](https://github.com/52ea369) by renovate ([#17002](https://github.com/truecharts/charts/issues/17002)) + + +## [trilium-notes-11.1.5](https://github.com/truecharts/charts/compare/trilium-notes-11.1.4...trilium-notes-11.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/trilium-notes/12.2.0/Chart.yaml b/stable/trilium-notes/12.2.0/Chart.yaml new file mode 100644 index 00000000000..455830044a9 --- /dev/null +++ b/stable/trilium-notes/12.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.62.6 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. +home: https://truecharts.org/charts/stable/trilium-notes +icon: https://truecharts.org/img/hotlink-ok/chart-icons/trilium-notes.png +keywords: + - trilium + - notes + - note + - information +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: trilium-notes +sources: + - https://github.com/zadam/trilium + - https://github.com/truecharts/charts/tree/master/charts/stable/trilium-notes + - https://ghcr.io/zadam/trilium +type: application +version: 12.2.0 diff --git a/stable/trilium-notes/12.1.0/README.md b/stable/trilium-notes/12.2.0/README.md similarity index 100% rename from stable/trilium-notes/12.1.0/README.md rename to stable/trilium-notes/12.2.0/README.md diff --git a/stable/trilium-notes/12.1.0/app-readme.md b/stable/trilium-notes/12.2.0/app-readme.md similarity index 100% rename from stable/trilium-notes/12.1.0/app-readme.md rename to stable/trilium-notes/12.2.0/app-readme.md diff --git a/stable/trilium-notes/12.2.0/charts/common-18.1.2.tgz b/stable/trilium-notes/12.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/trilium-notes/12.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/trilium-notes/12.1.0/ix_values.yaml b/stable/trilium-notes/12.2.0/ix_values.yaml similarity index 100% rename from stable/trilium-notes/12.1.0/ix_values.yaml rename to stable/trilium-notes/12.2.0/ix_values.yaml diff --git a/stable/trilium-notes/12.1.0/questions.yaml b/stable/trilium-notes/12.2.0/questions.yaml similarity index 100% rename from stable/trilium-notes/12.1.0/questions.yaml rename to stable/trilium-notes/12.2.0/questions.yaml diff --git a/stable/tsmuxer/9.1.0/templates/NOTES.txt b/stable/trilium-notes/12.2.0/templates/NOTES.txt similarity index 100% rename from stable/tsmuxer/9.1.0/templates/NOTES.txt rename to stable/trilium-notes/12.2.0/templates/NOTES.txt diff --git a/stable/tsmuxer/9.1.0/templates/common.yaml b/stable/trilium-notes/12.2.0/templates/common.yaml similarity index 100% rename from stable/tsmuxer/9.1.0/templates/common.yaml rename to stable/trilium-notes/12.2.0/templates/common.yaml diff --git a/stable/truecommand/19.1.0/values.yaml b/stable/trilium-notes/12.2.0/values.yaml similarity index 100% rename from stable/truecommand/19.1.0/values.yaml rename to stable/trilium-notes/12.2.0/values.yaml diff --git a/stable/troddit/5.1.0/CHANGELOG.md b/stable/troddit/5.1.0/CHANGELOG.md deleted file mode 100644 index 77269b6fea1..00000000000 --- a/stable/troddit/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- increase common version for oci fixes \ No newline at end of file diff --git a/stable/troddit/5.1.0/Chart.yaml b/stable/troddit/5.1.0/Chart.yaml deleted file mode 100644 index aa31beac544..00000000000 --- a/stable/troddit/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/troddit/5.1.0/charts/common-18.0.1.tgz b/stable/troddit/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/troddit/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/tsmuxer/9.1.0/.helmignore b/stable/troddit/5.2.0/.helmignore similarity index 100% rename from stable/tsmuxer/9.1.0/.helmignore rename to stable/troddit/5.2.0/.helmignore diff --git a/stable/troddit/5.2.0/CHANGELOG.md b/stable/troddit/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b68367dea16 --- /dev/null +++ b/stable/troddit/5.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/troddit/5.2.0/Chart.yaml b/stable/troddit/5.2.0/Chart.yaml new file mode 100644 index 00000000000..b562c0e1d79 --- /dev/null +++ b/stable/troddit/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Web + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/troddit/5.1.0/README.md b/stable/troddit/5.2.0/README.md similarity index 100% rename from stable/troddit/5.1.0/README.md rename to stable/troddit/5.2.0/README.md diff --git a/stable/troddit/5.1.0/app-readme.md b/stable/troddit/5.2.0/app-readme.md similarity index 100% rename from stable/troddit/5.1.0/app-readme.md rename to stable/troddit/5.2.0/app-readme.md diff --git a/stable/troddit/5.2.0/charts/common-18.1.2.tgz b/stable/troddit/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/troddit/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/troddit/5.1.0/ix_values.yaml b/stable/troddit/5.2.0/ix_values.yaml similarity index 100% rename from stable/troddit/5.1.0/ix_values.yaml rename to stable/troddit/5.2.0/ix_values.yaml diff --git a/stable/troddit/5.1.0/questions.yaml b/stable/troddit/5.2.0/questions.yaml similarity index 100% rename from stable/troddit/5.1.0/questions.yaml rename to stable/troddit/5.2.0/questions.yaml diff --git a/stable/troddit/5.1.0/templates/common.yaml b/stable/troddit/5.2.0/templates/common.yaml similarity index 100% rename from stable/troddit/5.1.0/templates/common.yaml rename to stable/troddit/5.2.0/templates/common.yaml diff --git a/stable/tsmuxer/9.1.0/values.yaml b/stable/troddit/5.2.0/values.yaml similarity index 100% rename from stable/tsmuxer/9.1.0/values.yaml rename to stable/troddit/5.2.0/values.yaml diff --git a/stable/truecommand/19.1.0/CHANGELOG.md b/stable/truecommand/19.1.0/CHANGELOG.md deleted file mode 100644 index e8ec4190bb0..00000000000 --- a/stable/truecommand/19.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [truecommand-18.0.0](https://github.com/truecharts/charts/compare/truecommand-17.1.11...truecommand-18.0.0) (2024-02-13) - -### Fix - - - -- fix image tag and update to 3.0 ([#18233](https://github.com/truecharts/charts/issues/18233)) - - -## [truecommand-17.1.11](https://github.com/truecharts/charts/compare/truecommand-17.1.10...truecommand-17.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [truecommand-17.1.10](https://github.com/truecharts/charts/compare/truecommand-17.1.9...truecommand-17.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [truecommand-17.1.9](https://github.com/truecharts/charts/compare/truecommand-17.1.8...truecommand-17.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [truecommand-17.1.8](https://github.com/truecharts/charts/compare/truecommand-17.1.7...truecommand-17.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [truecommand-17.1.7](https://github.com/truecharts/charts/compare/truecommand-17.1.6...truecommand-17.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [truecommand-17.1.6](https://github.com/truecharts/charts/compare/truecommand-17.1.5...truecommand-17.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [truecommand-17.1.5](https://github.com/truecharts/charts/compare/truecommand-17.1.4...truecommand-17.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [truecommand-17.1.4](https://github.com/truecharts/charts/compare/truecommand-17.1.3...truecommand-17.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [truecommand-17.1.3](https://github.com/truecharts/charts/compare/truecommand-17.1.0...truecommand-17.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/truecommand/19.1.0/Chart.yaml b/stable/truecommand/19.1.0/Chart.yaml deleted file mode 100644 index 803c8568650..00000000000 --- a/stable/truecommand/19.1.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: 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.1 - 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.0 diff --git a/stable/truecommand/19.1.0/charts/common-18.0.1.tgz b/stable/truecommand/19.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/truecommand/19.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/tt-rss/16.1.2/.helmignore b/stable/truecommand/19.2.0/.helmignore similarity index 100% rename from stable/tt-rss/16.1.2/.helmignore rename to stable/truecommand/19.2.0/.helmignore diff --git a/stable/truecommand/19.2.0/CHANGELOG.md b/stable/truecommand/19.2.0/CHANGELOG.md new file mode 100644 index 00000000000..0c92b979219 --- /dev/null +++ b/stable/truecommand/19.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/truecommand/19.2.0/Chart.yaml b/stable/truecommand/19.2.0/Chart.yaml new file mode 100644 index 00000000000..620af75c4c6 --- /dev/null +++ b/stable/truecommand/19.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Administration + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.0.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/truecommand/19.1.0/README.md b/stable/truecommand/19.2.0/README.md similarity index 100% rename from stable/truecommand/19.1.0/README.md rename to stable/truecommand/19.2.0/README.md diff --git a/stable/truecommand/19.1.0/app-readme.md b/stable/truecommand/19.2.0/app-readme.md similarity index 100% rename from stable/truecommand/19.1.0/app-readme.md rename to stable/truecommand/19.2.0/app-readme.md diff --git a/stable/truecommand/19.2.0/charts/common-18.1.2.tgz b/stable/truecommand/19.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/truecommand/19.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/truecommand/19.1.0/ix_values.yaml b/stable/truecommand/19.2.0/ix_values.yaml similarity index 100% rename from stable/truecommand/19.1.0/ix_values.yaml rename to stable/truecommand/19.2.0/ix_values.yaml diff --git a/stable/truecommand/19.1.0/questions.yaml b/stable/truecommand/19.2.0/questions.yaml similarity index 100% rename from stable/truecommand/19.1.0/questions.yaml rename to stable/truecommand/19.2.0/questions.yaml diff --git a/stable/tt-rss/16.1.2/templates/NOTES.txt b/stable/truecommand/19.2.0/templates/NOTES.txt similarity index 100% rename from stable/tt-rss/16.1.2/templates/NOTES.txt rename to stable/truecommand/19.2.0/templates/NOTES.txt diff --git a/stable/tvheadend/19.1.1/templates/common.yaml b/stable/truecommand/19.2.0/templates/common.yaml similarity index 100% rename from stable/tvheadend/19.1.1/templates/common.yaml rename to stable/truecommand/19.2.0/templates/common.yaml diff --git a/stable/tt-rss/16.1.2/values.yaml b/stable/truecommand/19.2.0/values.yaml similarity index 100% rename from stable/tt-rss/16.1.2/values.yaml rename to stable/truecommand/19.2.0/values.yaml diff --git a/stable/tsmuxer/9.1.0/CHANGELOG.md b/stable/tsmuxer/9.1.0/CHANGELOG.md deleted file mode 100644 index 0cf65f86087..00000000000 --- a/stable/tsmuxer/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [tsmuxer-8.0.1](https://github.com/truecharts/charts/compare/tsmuxer-8.0.0...tsmuxer-8.0.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tsmuxer-8.0.0](https://github.com/truecharts/charts/compare/tsmuxer-7.1.10...tsmuxer-8.0.0) (2024-01-29) - -### Chore - - - -- update container image jlesage/tsmuxer to v24.01.1[@631b1db](https://github.com/631b1db) by renovate ([#17711](https://github.com/truecharts/charts/issues/17711)) - - -## [tsmuxer-7.1.10](https://github.com/truecharts/charts/compare/tsmuxer-7.1.9...tsmuxer-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tsmuxer-7.1.9](https://github.com/truecharts/charts/compare/tsmuxer-7.1.8...tsmuxer-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tsmuxer-7.1.8](https://github.com/truecharts/charts/compare/tsmuxer-7.1.7...tsmuxer-7.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tsmuxer-7.1.7](https://github.com/truecharts/charts/compare/tsmuxer-7.1.6...tsmuxer-7.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [tsmuxer-7.1.6](https://github.com/truecharts/charts/compare/tsmuxer-7.1.5...tsmuxer-7.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [tsmuxer-7.1.5](https://github.com/truecharts/charts/compare/tsmuxer-7.1.4...tsmuxer-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [tsmuxer-7.1.4](https://github.com/truecharts/charts/compare/tsmuxer-7.1.3...tsmuxer-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [tsmuxer-7.1.3](https://github.com/truecharts/charts/compare/tsmuxer-7.1.0...tsmuxer-7.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/tsmuxer/9.1.0/Chart.yaml b/stable/tsmuxer/9.1.0/Chart.yaml deleted file mode 100644 index 5c939bb0cad..00000000000 --- a/stable/tsmuxer/9.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/tsmuxer/9.1.0/charts/common-18.0.1.tgz b/stable/tsmuxer/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/tsmuxer/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/tubearchivist-redisjson/5.1.0/.helmignore b/stable/tsmuxer/9.2.0/.helmignore similarity index 100% rename from stable/tubearchivist-redisjson/5.1.0/.helmignore rename to stable/tsmuxer/9.2.0/.helmignore diff --git a/stable/tsmuxer/9.2.0/CHANGELOG.md b/stable/tsmuxer/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..22bb53c153a --- /dev/null +++ b/stable/tsmuxer/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/tsmuxer/9.2.0/Chart.yaml b/stable/tsmuxer/9.2.0/Chart.yaml new file mode 100644 index 00000000000..3bb5a6799a8 --- /dev/null +++ b/stable/tsmuxer/9.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/tsmuxer/9.1.0/README.md b/stable/tsmuxer/9.2.0/README.md similarity index 100% rename from stable/tsmuxer/9.1.0/README.md rename to stable/tsmuxer/9.2.0/README.md diff --git a/stable/tsmuxer/9.1.0/app-readme.md b/stable/tsmuxer/9.2.0/app-readme.md similarity index 100% rename from stable/tsmuxer/9.1.0/app-readme.md rename to stable/tsmuxer/9.2.0/app-readme.md diff --git a/stable/tsmuxer/9.2.0/charts/common-18.1.2.tgz b/stable/tsmuxer/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/tsmuxer/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/tsmuxer/9.1.0/ix_values.yaml b/stable/tsmuxer/9.2.0/ix_values.yaml similarity index 100% rename from stable/tsmuxer/9.1.0/ix_values.yaml rename to stable/tsmuxer/9.2.0/ix_values.yaml diff --git a/stable/tsmuxer/9.1.0/questions.yaml b/stable/tsmuxer/9.2.0/questions.yaml similarity index 100% rename from stable/tsmuxer/9.1.0/questions.yaml rename to stable/tsmuxer/9.2.0/questions.yaml diff --git a/stable/tvheadend/19.1.1/templates/NOTES.txt b/stable/tsmuxer/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/tvheadend/19.1.1/templates/NOTES.txt rename to stable/tsmuxer/9.2.0/templates/NOTES.txt diff --git a/stable/ubooquity/10.1.0/templates/common.yaml b/stable/tsmuxer/9.2.0/templates/common.yaml similarity index 100% rename from stable/ubooquity/10.1.0/templates/common.yaml rename to stable/tsmuxer/9.2.0/templates/common.yaml diff --git a/stable/tubearchivist-redisjson/5.1.0/values.yaml b/stable/tsmuxer/9.2.0/values.yaml similarity index 100% rename from stable/tubearchivist-redisjson/5.1.0/values.yaml rename to stable/tsmuxer/9.2.0/values.yaml diff --git a/stable/tt-rss/16.1.2/CHANGELOG.md b/stable/tt-rss/16.1.2/CHANGELOG.md deleted file mode 100644 index 9a8b4e10e70..00000000000 --- a/stable/tt-rss/16.1.2/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/tt-rss/16.1.2/Chart.yaml b/stable/tt-rss/16.1.2/Chart.yaml deleted file mode 100644 index be6903998a7..00000000000 --- a/stable/tt-rss/16.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: 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.2 diff --git a/stable/tt-rss/16.1.2/charts/common-18.0.2.tgz b/stable/tt-rss/16.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tt-rss/16.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tt-rss/16.1.2/ix_values.yaml b/stable/tt-rss/16.1.2/ix_values.yaml deleted file mode 100644 index cbcf9a12916..00000000000 --- a/stable/tt-rss/16.1.2/ix_values.yaml +++ /dev/null @@ -1,242 +0,0 @@ -image: - repository: cthulhoo/ttrss-fpm-pgsql-static - pullPolicy: IfNotPresent - tag: latest@sha256:db0304e94ff80ac6093e16705511f5222619971526dcd7dec8bfedf9836ab2fd -nginxImage: - repository: cthulhoo/ttrss-web-nginx - pullPolicy: IfNotPresent - tag: latest@sha256:d77d732d4d48f528d92f4ad6477f3ecb4ed6d4e698f81a102c2cc7921bb0148f -updaterImage: - repository: cthulhoo/ttrss-fpm-pgsql-static - pullPolicy: IfNotPresent - tag: latest@sha256:db0304e94ff80ac6093e16705511f5222619971526dcd7dec8bfedf9836ab2fd -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/tubesync/5.1.0/.helmignore b/stable/tt-rss/16.2.0/.helmignore similarity index 100% rename from stable/tubesync/5.1.0/.helmignore rename to stable/tt-rss/16.2.0/.helmignore diff --git a/stable/tt-rss/16.2.0/CHANGELOG.md b/stable/tt-rss/16.2.0/CHANGELOG.md new file mode 100644 index 00000000000..11cce4fa71a --- /dev/null +++ b/stable/tt-rss/16.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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) + diff --git a/stable/tt-rss/16.2.0/Chart.yaml b/stable/tt-rss/16.2.0/Chart.yaml new file mode 100644 index 00000000000..fa6c70d4d93 --- /dev/null +++ b/stable/tt-rss/16.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: rss + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/tt-rss/16.1.2/README.md b/stable/tt-rss/16.2.0/README.md similarity index 100% rename from stable/tt-rss/16.1.2/README.md rename to stable/tt-rss/16.2.0/README.md diff --git a/stable/tt-rss/16.1.2/app-readme.md b/stable/tt-rss/16.2.0/app-readme.md similarity index 100% rename from stable/tt-rss/16.1.2/app-readme.md rename to stable/tt-rss/16.2.0/app-readme.md diff --git a/stable/tt-rss/16.2.0/charts/common-18.1.2.tgz b/stable/tt-rss/16.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/tt-rss/16.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/tt-rss/16.2.0/ix_values.yaml b/stable/tt-rss/16.2.0/ix_values.yaml new file mode 100644 index 00000000000..8e61a25e677 --- /dev/null +++ b/stable/tt-rss/16.2.0/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.2/questions.yaml b/stable/tt-rss/16.2.0/questions.yaml similarity index 100% rename from stable/tt-rss/16.1.2/questions.yaml rename to stable/tt-rss/16.2.0/questions.yaml diff --git a/stable/twtxt/10.1.0/templates/NOTES.txt b/stable/tt-rss/16.2.0/templates/NOTES.txt similarity index 100% rename from stable/twtxt/10.1.0/templates/NOTES.txt rename to stable/tt-rss/16.2.0/templates/NOTES.txt diff --git a/stable/tt-rss/16.1.2/templates/common.yaml b/stable/tt-rss/16.2.0/templates/common.yaml similarity index 100% rename from stable/tt-rss/16.1.2/templates/common.yaml rename to stable/tt-rss/16.2.0/templates/common.yaml diff --git a/stable/tubesync/5.1.0/values.yaml b/stable/tt-rss/16.2.0/values.yaml similarity index 100% rename from stable/tubesync/5.1.0/values.yaml rename to stable/tt-rss/16.2.0/values.yaml diff --git a/stable/tubearchivist-redisjson/5.1.0/CHANGELOG.md b/stable/tubearchivist-redisjson/5.1.0/CHANGELOG.md deleted file mode 100644 index 65fb6585f7b..00000000000 --- a/stable/tubearchivist-redisjson/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/tubearchivist-redisjson/5.1.0/Chart.yaml b/stable/tubearchivist-redisjson/5.1.0/Chart.yaml deleted file mode 100644 index 9d3d5ecfa18..00000000000 --- a/stable/tubearchivist-redisjson/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/tubearchivist-redisjson/5.1.0/charts/common-18.0.1.tgz b/stable/tubearchivist-redisjson/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/tubearchivist-redisjson/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/tvheadend/19.1.1/.helmignore b/stable/tubearchivist-redisjson/5.2.0/.helmignore similarity index 100% rename from stable/tvheadend/19.1.1/.helmignore rename to stable/tubearchivist-redisjson/5.2.0/.helmignore diff --git a/stable/tubearchivist-redisjson/5.2.0/CHANGELOG.md b/stable/tubearchivist-redisjson/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..0b475795ce6 --- /dev/null +++ b/stable/tubearchivist-redisjson/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [tubearchivist-redisjson-4.1.13](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.12...tubearchivist-redisjson-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tubearchivist-redisjson-4.1.12](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.11...tubearchivist-redisjson-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tubearchivist-redisjson-4.1.11](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.10...tubearchivist-redisjson-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [tubearchivist-redisjson-4.1.10](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.9...tubearchivist-redisjson-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [tubearchivist-redisjson-4.1.9](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.8...tubearchivist-redisjson-4.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [tubearchivist-redisjson-4.1.8](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.7...tubearchivist-redisjson-4.1.8) (2024-01-21) + +### Chore + + + +- update container image redislabs/rejson to latest[@b2205c3](https://github.com/b2205c3) by renovate ([#17392](https://github.com/truecharts/charts/issues/17392)) + + +## [tubearchivist-redisjson-4.1.7](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.6...tubearchivist-redisjson-4.1.7) (2024-01-15) + +### Chore + + + +- update container image redislabs/rejson to latest[@011cb23](https://github.com/011cb23) by renovate ([#17241](https://github.com/truecharts/charts/issues/17241)) + + + + +## [tubearchivist-redisjson-4.1.6](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.5...tubearchivist-redisjson-4.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [tubearchivist-redisjson-4.1.5](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.4...tubearchivist-redisjson-4.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/tubearchivist-redisjson/5.2.0/Chart.yaml b/stable/tubearchivist-redisjson/5.2.0/Chart.yaml new file mode 100644 index 00000000000..2d6ccc07f95 --- /dev/null +++ b/stable/tubearchivist-redisjson/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaServer-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/tubearchivist-redisjson/5.1.0/README.md b/stable/tubearchivist-redisjson/5.2.0/README.md similarity index 100% rename from stable/tubearchivist-redisjson/5.1.0/README.md rename to stable/tubearchivist-redisjson/5.2.0/README.md diff --git a/stable/tubearchivist-redisjson/5.1.0/app-readme.md b/stable/tubearchivist-redisjson/5.2.0/app-readme.md similarity index 100% rename from stable/tubearchivist-redisjson/5.1.0/app-readme.md rename to stable/tubearchivist-redisjson/5.2.0/app-readme.md diff --git a/stable/tubearchivist-redisjson/5.2.0/charts/common-18.1.2.tgz b/stable/tubearchivist-redisjson/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/tubearchivist-redisjson/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/tubearchivist-redisjson/5.1.0/ix_values.yaml b/stable/tubearchivist-redisjson/5.2.0/ix_values.yaml similarity index 100% rename from stable/tubearchivist-redisjson/5.1.0/ix_values.yaml rename to stable/tubearchivist-redisjson/5.2.0/ix_values.yaml diff --git a/stable/tubearchivist-redisjson/5.1.0/questions.yaml b/stable/tubearchivist-redisjson/5.2.0/questions.yaml similarity index 100% rename from stable/tubearchivist-redisjson/5.1.0/questions.yaml rename to stable/tubearchivist-redisjson/5.2.0/questions.yaml diff --git a/stable/tubearchivist-redisjson/5.1.0/templates/common.yaml b/stable/tubearchivist-redisjson/5.2.0/templates/common.yaml similarity index 100% rename from stable/tubearchivist-redisjson/5.1.0/templates/common.yaml rename to stable/tubearchivist-redisjson/5.2.0/templates/common.yaml diff --git a/stable/tvheadend/19.1.1/values.yaml b/stable/tubearchivist-redisjson/5.2.0/values.yaml similarity index 100% rename from stable/tvheadend/19.1.1/values.yaml rename to stable/tubearchivist-redisjson/5.2.0/values.yaml diff --git a/stable/tubesync/5.1.0/CHANGELOG.md b/stable/tubesync/5.1.0/CHANGELOG.md deleted file mode 100644 index 472580c1ede..00000000000 --- a/stable/tubesync/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [tubesync-4.1.12](https://github.com/truecharts/charts/compare/tubesync-4.1.11...tubesync-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tubesync-4.1.11](https://github.com/truecharts/charts/compare/tubesync-4.1.10...tubesync-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [tubesync-4.1.10](https://github.com/truecharts/charts/compare/tubesync-4.1.9...tubesync-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tubesync-4.1.9](https://github.com/truecharts/charts/compare/tubesync-4.1.8...tubesync-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tubesync-4.1.8](https://github.com/truecharts/charts/compare/tubesync-4.1.7...tubesync-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [tubesync-4.1.7](https://github.com/truecharts/charts/compare/tubesync-4.1.6...tubesync-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [tubesync-4.1.6](https://github.com/truecharts/charts/compare/tubesync-4.1.5...tubesync-4.1.6) (2024-01-03) - -### Fix - - - -- disable varrun - - -## [tubesync-4.1.5](https://github.com/truecharts/charts/compare/tubesync-4.1.4...tubesync-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [tubesync-4.1.4](https://github.com/truecharts/charts/compare/tubesync-4.1.3...tubesync-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [tubesync-4.1.3](https://github.com/truecharts/charts/compare/tubesync-4.1.0...tubesync-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/tubesync/5.1.0/Chart.yaml b/stable/tubesync/5.1.0/Chart.yaml deleted file mode 100644 index f3140b0ef9b..00000000000 --- a/stable/tubesync/5.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/tubesync/5.1.0/charts/common-18.0.1.tgz b/stable/tubesync/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/tubesync/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/tubesync/5.1.0/ix_values.yaml b/stable/tubesync/5.1.0/ix_values.yaml deleted file mode 100644 index 8f6a3de2229..00000000000 --- a/stable/tubesync/5.1.0/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/tvhproxy/5.1.0/.helmignore b/stable/tubesync/5.2.0/.helmignore similarity index 100% rename from stable/tvhproxy/5.1.0/.helmignore rename to stable/tubesync/5.2.0/.helmignore diff --git a/stable/tubesync/5.2.0/CHANGELOG.md b/stable/tubesync/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..eb266482cb3 --- /dev/null +++ b/stable/tubesync/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/tubesync/5.2.0/Chart.yaml b/stable/tubesync/5.2.0/Chart.yaml new file mode 100644 index 00000000000..30b3ad25c39 --- /dev/null +++ b/stable/tubesync/5.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/tubesync/5.1.0/README.md b/stable/tubesync/5.2.0/README.md similarity index 100% rename from stable/tubesync/5.1.0/README.md rename to stable/tubesync/5.2.0/README.md diff --git a/stable/tubesync/5.1.0/app-readme.md b/stable/tubesync/5.2.0/app-readme.md similarity index 100% rename from stable/tubesync/5.1.0/app-readme.md rename to stable/tubesync/5.2.0/app-readme.md diff --git a/stable/tubesync/5.2.0/charts/common-18.1.2.tgz b/stable/tubesync/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/tubesync/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/tubesync/5.2.0/ix_values.yaml b/stable/tubesync/5.2.0/ix_values.yaml new file mode 100644 index 00000000000..c77444467c3 --- /dev/null +++ b/stable/tubesync/5.2.0/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.0/questions.yaml b/stable/tubesync/5.2.0/questions.yaml similarity index 100% rename from stable/tubesync/5.1.0/questions.yaml rename to stable/tubesync/5.2.0/questions.yaml diff --git a/stable/tubesync/5.1.0/templates/common.yaml b/stable/tubesync/5.2.0/templates/common.yaml similarity index 100% rename from stable/tubesync/5.1.0/templates/common.yaml rename to stable/tubesync/5.2.0/templates/common.yaml diff --git a/stable/tvhproxy/5.1.0/values.yaml b/stable/tubesync/5.2.0/values.yaml similarity index 100% rename from stable/tvhproxy/5.1.0/values.yaml rename to stable/tubesync/5.2.0/values.yaml diff --git a/stable/tvheadend/19.1.1/CHANGELOG.md b/stable/tvheadend/19.1.1/CHANGELOG.md deleted file mode 100644 index 53421d97714..00000000000 --- a/stable/tvheadend/19.1.1/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)) - - -## [tvheadend-18.1.8](https://github.com/truecharts/charts/compare/tvheadend-18.1.7...tvheadend-18.1.8) (2024-01-21) diff --git a/stable/tvheadend/19.1.1/Chart.yaml b/stable/tvheadend/19.1.1/Chart.yaml deleted file mode 100644 index a5dbe333fe6..00000000000 --- a/stable/tvheadend/19.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: 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.1 diff --git a/stable/tvheadend/19.1.1/charts/common-18.0.2.tgz b/stable/tvheadend/19.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tvheadend/19.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tvheadend/19.1.1/ix_values.yaml b/stable/tvheadend/19.1.1/ix_values.yaml deleted file mode 100644 index 937ff4a6446..00000000000 --- a/stable/tvheadend/19.1.1/ix_values.yaml +++ /dev/null @@ -1,49 +0,0 @@ -image: - repository: ghcr.io/linuxserver/tvheadend - pullPolicy: IfNotPresent - tag: latest@sha256:3ce30acbe35655484a89af7fba530bbaa4a32c287e681ba173764b87d8ec685a -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/twonky-server/5.1.1/.helmignore b/stable/tvheadend/19.2.0/.helmignore similarity index 100% rename from stable/twonky-server/5.1.1/.helmignore rename to stable/tvheadend/19.2.0/.helmignore diff --git a/stable/tvheadend/19.2.0/CHANGELOG.md b/stable/tvheadend/19.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a7d4266b2c7 --- /dev/null +++ b/stable/tvheadend/19.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + +## [tvheadend-18.1.16](https://github.com/truecharts/charts/compare/tvheadend-18.1.15...tvheadend-18.1.16) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/tvheadend to latest[@2a34bf0](https://github.com/2a34bf0) by renovate ([#18079](https://github.com/truecharts/charts/issues/18079)) + + +## [tvheadend-18.1.15](https://github.com/truecharts/charts/compare/tvheadend-18.1.14...tvheadend-18.1.15) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/tvheadend to latest[@d21bfe5](https://github.com/d21bfe5) by renovate ([#17868](https://github.com/truecharts/charts/issues/17868)) + + +## [tvheadend-18.1.14](https://github.com/truecharts/charts/compare/tvheadend-18.1.13...tvheadend-18.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [tvheadend-18.1.13](https://github.com/truecharts/charts/compare/tvheadend-18.1.12...tvheadend-18.1.13) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/tvheadend to latest[@0ba071c](https://github.com/0ba071c) by renovate ([#17626](https://github.com/truecharts/charts/issues/17626)) + + +## [tvheadend-18.1.12](https://github.com/truecharts/charts/compare/tvheadend-18.1.11...tvheadend-18.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [tvheadend-18.1.11](https://github.com/truecharts/charts/compare/tvheadend-18.1.10...tvheadend-18.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [tvheadend-18.1.10](https://github.com/truecharts/charts/compare/tvheadend-18.1.9...tvheadend-18.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [tvheadend-18.1.9](https://github.com/truecharts/charts/compare/tvheadend-18.1.8...tvheadend-18.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/stable/tvheadend/19.2.0/Chart.yaml b/stable/tvheadend/19.2.0/Chart.yaml new file mode 100644 index 00000000000..07b19b41d31 --- /dev/null +++ b/stable/tvheadend/19.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TVheadend - a TV streaming server and digital video recorder +home: https://truecharts.org/charts/stable/tvheadend +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvheadend.png +keywords: + - tvheadend + - tv + - streaming + - dvb +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tvheadend +sources: + - https://github.com/tvheadend/tvheadend + - https://github.com/truecharts/charts/tree/master/charts/stable/tvheadend + - https://ghcr.io/linuxserver/tvheadend +type: application +version: 19.2.0 diff --git a/stable/tvheadend/19.1.1/README.md b/stable/tvheadend/19.2.0/README.md similarity index 100% rename from stable/tvheadend/19.1.1/README.md rename to stable/tvheadend/19.2.0/README.md diff --git a/stable/tvheadend/19.1.1/app-readme.md b/stable/tvheadend/19.2.0/app-readme.md similarity index 100% rename from stable/tvheadend/19.1.1/app-readme.md rename to stable/tvheadend/19.2.0/app-readme.md diff --git a/stable/tvheadend/19.2.0/charts/common-18.1.2.tgz b/stable/tvheadend/19.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/tvheadend/19.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/tvheadend/19.2.0/ix_values.yaml b/stable/tvheadend/19.2.0/ix_values.yaml new file mode 100644 index 00000000000..e9d212ea005 --- /dev/null +++ b/stable/tvheadend/19.2.0/ix_values.yaml @@ -0,0 +1,49 @@ +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/tvheadend/19.1.1/questions.yaml b/stable/tvheadend/19.2.0/questions.yaml similarity index 100% rename from stable/tvheadend/19.1.1/questions.yaml rename to stable/tvheadend/19.2.0/questions.yaml diff --git a/stable/ubooquity/10.1.0/templates/NOTES.txt b/stable/tvheadend/19.2.0/templates/NOTES.txt similarity index 100% rename from stable/ubooquity/10.1.0/templates/NOTES.txt rename to stable/tvheadend/19.2.0/templates/NOTES.txt diff --git a/stable/unifi/20.1.0/templates/common.yaml b/stable/tvheadend/19.2.0/templates/common.yaml similarity index 100% rename from stable/unifi/20.1.0/templates/common.yaml rename to stable/tvheadend/19.2.0/templates/common.yaml diff --git a/stable/twonky-server/5.1.1/values.yaml b/stable/tvheadend/19.2.0/values.yaml similarity index 100% rename from stable/twonky-server/5.1.1/values.yaml rename to stable/tvheadend/19.2.0/values.yaml diff --git a/stable/tvhproxy/5.1.0/CHANGELOG.md b/stable/tvhproxy/5.1.0/CHANGELOG.md deleted file mode 100644 index 157e6527b38..00000000000 --- a/stable/tvhproxy/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/tvhproxy/5.1.0/Chart.yaml b/stable/tvhproxy/5.1.0/Chart.yaml deleted file mode 100644 index d9cb880ba7b..00000000000 --- a/stable/tvhproxy/5.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-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.1 - 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.0 diff --git a/stable/tvhproxy/5.1.0/charts/common-18.0.1.tgz b/stable/tvhproxy/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/tvhproxy/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/twtxt/10.1.0/.helmignore b/stable/tvhproxy/5.2.0/.helmignore similarity index 100% rename from stable/twtxt/10.1.0/.helmignore rename to stable/tvhproxy/5.2.0/.helmignore diff --git a/stable/tvhproxy/5.2.0/CHANGELOG.md b/stable/tvhproxy/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f68ecadd546 --- /dev/null +++ b/stable/tvhproxy/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/tvhproxy/5.2.0/Chart.yaml b/stable/tvhproxy/5.2.0/Chart.yaml new file mode 100644 index 00000000000..ac90202861f --- /dev/null +++ b/stable/tvhproxy/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Video + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/tvhproxy/5.1.0/README.md b/stable/tvhproxy/5.2.0/README.md similarity index 100% rename from stable/tvhproxy/5.1.0/README.md rename to stable/tvhproxy/5.2.0/README.md diff --git a/stable/tvhproxy/5.1.0/app-readme.md b/stable/tvhproxy/5.2.0/app-readme.md similarity index 100% rename from stable/tvhproxy/5.1.0/app-readme.md rename to stable/tvhproxy/5.2.0/app-readme.md diff --git a/stable/tvhproxy/5.2.0/charts/common-18.1.2.tgz b/stable/tvhproxy/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/tvhproxy/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/tvhproxy/5.1.0/ix_values.yaml b/stable/tvhproxy/5.2.0/ix_values.yaml similarity index 100% rename from stable/tvhproxy/5.1.0/ix_values.yaml rename to stable/tvhproxy/5.2.0/ix_values.yaml diff --git a/stable/tvhproxy/5.1.0/questions.yaml b/stable/tvhproxy/5.2.0/questions.yaml similarity index 100% rename from stable/tvhproxy/5.1.0/questions.yaml rename to stable/tvhproxy/5.2.0/questions.yaml diff --git a/stable/tvhproxy/5.1.0/templates/common.yaml b/stable/tvhproxy/5.2.0/templates/common.yaml similarity index 100% rename from stable/tvhproxy/5.1.0/templates/common.yaml rename to stable/tvhproxy/5.2.0/templates/common.yaml diff --git a/stable/twtxt/10.1.0/values.yaml b/stable/tvhproxy/5.2.0/values.yaml similarity index 100% rename from stable/twtxt/10.1.0/values.yaml rename to stable/tvhproxy/5.2.0/values.yaml diff --git a/stable/twonky-server/5.1.1/CHANGELOG.md b/stable/twonky-server/5.1.1/CHANGELOG.md deleted file mode 100644 index 5f0f4a7eb93..00000000000 --- a/stable/twonky-server/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - -## [twonky-server-4.1.18](https://github.com/truecharts/charts/compare/twonky-server-4.1.17...twonky-server-4.1.18) (2024-02-12) - -### Chore - - - -- update container image dtjs48jkt/twonkyserver to latest[@b18ee32](https://github.com/b18ee32) by renovate ([#18042](https://github.com/truecharts/charts/issues/18042)) - - -## [twonky-server-4.1.17](https://github.com/truecharts/charts/compare/twonky-server-4.1.16...twonky-server-4.1.17) (2024-02-05) - -### Chore - - - -- update container image dtjs48jkt/twonkyserver to latest[@734d8a1](https://github.com/734d8a1) by renovate ([#17830](https://github.com/truecharts/charts/issues/17830)) - - -## [twonky-server-4.1.16](https://github.com/truecharts/charts/compare/twonky-server-4.1.15...twonky-server-4.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [twonky-server-4.1.15](https://github.com/truecharts/charts/compare/twonky-server-4.1.14...twonky-server-4.1.15) (2024-01-29) - -### Chore - - - -- update container image dtjs48jkt/twonkyserver to latest[@ecc3b48](https://github.com/ecc3b48) by renovate ([#17590](https://github.com/truecharts/charts/issues/17590)) - - -## [twonky-server-4.1.14](https://github.com/truecharts/charts/compare/twonky-server-4.1.13...twonky-server-4.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [twonky-server-4.1.13](https://github.com/truecharts/charts/compare/twonky-server-4.1.12...twonky-server-4.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [twonky-server-4.1.12](https://github.com/truecharts/charts/compare/twonky-server-4.1.11...twonky-server-4.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [twonky-server-4.1.11](https://github.com/truecharts/charts/compare/twonky-server-4.1.10...twonky-server-4.1.11) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - diff --git a/stable/twonky-server/5.1.1/Chart.yaml b/stable/twonky-server/5.1.1/Chart.yaml deleted file mode 100644 index 1debe1e6889..00000000000 --- a/stable/twonky-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: 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.1 diff --git a/stable/twonky-server/5.1.1/charts/common-18.0.2.tgz b/stable/twonky-server/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/twonky-server/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/twonky-server/5.1.1/ix_values.yaml b/stable/twonky-server/5.1.1/ix_values.yaml deleted file mode 100644 index ddaac097e64..00000000000 --- a/stable/twonky-server/5.1.1/ix_values.yaml +++ /dev/null @@ -1,26 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: dtjs48jkt/twonkyserver - tag: latest@sha256:9c3514df13cc7abee5cd02a302ba5c75b37a5d1de5687f1e0f937ea48b592cb3 -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/ubooquity/10.1.0/.helmignore b/stable/twonky-server/5.2.0/.helmignore similarity index 100% rename from stable/ubooquity/10.1.0/.helmignore rename to stable/twonky-server/5.2.0/.helmignore diff --git a/stable/twonky-server/5.2.0/CHANGELOG.md b/stable/twonky-server/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..40653fbc3e9 --- /dev/null +++ b/stable/twonky-server/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + + +## [twonky-server-4.1.18](https://github.com/truecharts/charts/compare/twonky-server-4.1.17...twonky-server-4.1.18) (2024-02-12) + +### Chore + + + +- update container image dtjs48jkt/twonkyserver to latest[@b18ee32](https://github.com/b18ee32) by renovate ([#18042](https://github.com/truecharts/charts/issues/18042)) + + +## [twonky-server-4.1.17](https://github.com/truecharts/charts/compare/twonky-server-4.1.16...twonky-server-4.1.17) (2024-02-05) + +### Chore + + + +- update container image dtjs48jkt/twonkyserver to latest[@734d8a1](https://github.com/734d8a1) by renovate ([#17830](https://github.com/truecharts/charts/issues/17830)) + + +## [twonky-server-4.1.16](https://github.com/truecharts/charts/compare/twonky-server-4.1.15...twonky-server-4.1.16) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [twonky-server-4.1.15](https://github.com/truecharts/charts/compare/twonky-server-4.1.14...twonky-server-4.1.15) (2024-01-29) + +### Chore + + + +- update container image dtjs48jkt/twonkyserver to latest[@ecc3b48](https://github.com/ecc3b48) by renovate ([#17590](https://github.com/truecharts/charts/issues/17590)) + + +## [twonky-server-4.1.14](https://github.com/truecharts/charts/compare/twonky-server-4.1.13...twonky-server-4.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [twonky-server-4.1.13](https://github.com/truecharts/charts/compare/twonky-server-4.1.12...twonky-server-4.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [twonky-server-4.1.12](https://github.com/truecharts/charts/compare/twonky-server-4.1.11...twonky-server-4.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [twonky-server-4.1.11](https://github.com/truecharts/charts/compare/twonky-server-4.1.10...twonky-server-4.1.11) (2024-01-21) + +### Chore + diff --git a/stable/twonky-server/5.2.0/Chart.yaml b/stable/twonky-server/5.2.0/Chart.yaml new file mode 100644 index 00000000000..86576d8aa7c --- /dev/null +++ b/stable/twonky-server/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaServer-Video + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TwonkyMedia server (TMS) is DLNA-compliant UPnP AV server software from PacketVideo. TwonkyMedia server can be used to share and stream media to most UPnP AV or DLNA-compliant clients, in addition to non-UPnP devices through the HTML, RSS, and JSON supported front ends. +home: https://truecharts.org/charts/stable/twonky-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/twonky-server.png +keywords: + - twonky-server + - MediaServer-Video + - MediaServer-Music + - MediaServer-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: twonky-server +sources: + - https://github.com/H2CK/twonkyserver + - https://github.com/truecharts/charts/tree/master/charts/stable/twonky-server + - https://hub.docker.com/r/dtjs48jkt/twonkyserver +type: application +version: 5.2.0 diff --git a/stable/twonky-server/5.1.1/README.md b/stable/twonky-server/5.2.0/README.md similarity index 100% rename from stable/twonky-server/5.1.1/README.md rename to stable/twonky-server/5.2.0/README.md diff --git a/stable/twonky-server/5.1.1/app-readme.md b/stable/twonky-server/5.2.0/app-readme.md similarity index 100% rename from stable/twonky-server/5.1.1/app-readme.md rename to stable/twonky-server/5.2.0/app-readme.md diff --git a/stable/twonky-server/5.2.0/charts/common-18.1.2.tgz b/stable/twonky-server/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/twonky-server/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/twonky-server/5.2.0/ix_values.yaml b/stable/twonky-server/5.2.0/ix_values.yaml new file mode 100644 index 00000000000..38f0ce12187 --- /dev/null +++ b/stable/twonky-server/5.2.0/ix_values.yaml @@ -0,0 +1,26 @@ +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/twonky-server/5.1.1/questions.yaml b/stable/twonky-server/5.2.0/questions.yaml similarity index 100% rename from stable/twonky-server/5.1.1/questions.yaml rename to stable/twonky-server/5.2.0/questions.yaml diff --git a/stable/twonky-server/5.1.1/templates/common.yaml b/stable/twonky-server/5.2.0/templates/common.yaml similarity index 100% rename from stable/twonky-server/5.1.1/templates/common.yaml rename to stable/twonky-server/5.2.0/templates/common.yaml diff --git a/stable/ubooquity/10.1.0/values.yaml b/stable/twonky-server/5.2.0/values.yaml similarity index 100% rename from stable/ubooquity/10.1.0/values.yaml rename to stable/twonky-server/5.2.0/values.yaml diff --git a/stable/twtxt/10.1.0/CHANGELOG.md b/stable/twtxt/10.1.0/CHANGELOG.md deleted file mode 100644 index faafe429498..00000000000 --- a/stable/twtxt/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/twtxt/10.1.0/Chart.yaml b/stable/twtxt/10.1.0/Chart.yaml deleted file mode 100644 index 67a458deafa..00000000000 --- a/stable/twtxt/10.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.1.1 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/twtxt/10.1.0/charts/common-18.0.1.tgz b/stable/twtxt/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/twtxt/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/unifi/20.1.0/.helmignore b/stable/twtxt/10.2.0/.helmignore similarity index 100% rename from stable/unifi/20.1.0/.helmignore rename to stable/twtxt/10.2.0/.helmignore diff --git a/stable/twtxt/10.2.0/CHANGELOG.md b/stable/twtxt/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..112cd864b9a --- /dev/null +++ b/stable/twtxt/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/twtxt/10.2.0/Chart.yaml b/stable/twtxt/10.2.0/Chart.yaml new file mode 100644 index 00000000000..ea2ed035c86 --- /dev/null +++ b/stable/twtxt/10.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.1.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/twtxt/10.1.0/README.md b/stable/twtxt/10.2.0/README.md similarity index 100% rename from stable/twtxt/10.1.0/README.md rename to stable/twtxt/10.2.0/README.md diff --git a/stable/twtxt/10.1.0/app-readme.md b/stable/twtxt/10.2.0/app-readme.md similarity index 100% rename from stable/twtxt/10.1.0/app-readme.md rename to stable/twtxt/10.2.0/app-readme.md diff --git a/stable/twtxt/10.2.0/charts/common-18.1.2.tgz b/stable/twtxt/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/twtxt/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/twtxt/10.1.0/ix_values.yaml b/stable/twtxt/10.2.0/ix_values.yaml similarity index 100% rename from stable/twtxt/10.1.0/ix_values.yaml rename to stable/twtxt/10.2.0/ix_values.yaml diff --git a/stable/twtxt/10.1.0/questions.yaml b/stable/twtxt/10.2.0/questions.yaml similarity index 100% rename from stable/twtxt/10.1.0/questions.yaml rename to stable/twtxt/10.2.0/questions.yaml diff --git a/stable/unifi/20.1.0/templates/NOTES.txt b/stable/twtxt/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/unifi/20.1.0/templates/NOTES.txt rename to stable/twtxt/10.2.0/templates/NOTES.txt diff --git a/stable/twtxt/10.1.0/templates/common.yaml b/stable/twtxt/10.2.0/templates/common.yaml similarity index 100% rename from stable/twtxt/10.1.0/templates/common.yaml rename to stable/twtxt/10.2.0/templates/common.yaml diff --git a/stable/unifi/20.1.0/values.yaml b/stable/twtxt/10.2.0/values.yaml similarity index 100% rename from stable/unifi/20.1.0/values.yaml rename to stable/twtxt/10.2.0/values.yaml diff --git a/stable/ubooquity/10.1.0/CHANGELOG.md b/stable/ubooquity/10.1.0/CHANGELOG.md deleted file mode 100644 index b70a749530f..00000000000 --- a/stable/ubooquity/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/ubooquity/10.1.0/Chart.yaml b/stable/ubooquity/10.1.0/Chart.yaml deleted file mode 100644 index 469ef300a52..00000000000 --- a/stable/ubooquity/10.1.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: 2.1.2 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/ubooquity/10.1.0/charts/common-18.0.1.tgz b/stable/ubooquity/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/ubooquity/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/universal-media-server/5.1.0/.helmignore b/stable/ubooquity/10.2.0/.helmignore similarity index 100% rename from stable/universal-media-server/5.1.0/.helmignore rename to stable/ubooquity/10.2.0/.helmignore diff --git a/stable/ubooquity/10.2.0/CHANGELOG.md b/stable/ubooquity/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..03da35f0b76 --- /dev/null +++ b/stable/ubooquity/10.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [ubooquity-9.1.17](https://github.com/truecharts/charts/compare/ubooquity-9.1.16...ubooquity-9.1.17) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@648813d](https://github.com/648813d) by renovate ([#18080](https://github.com/truecharts/charts/issues/18080)) + + +## [ubooquity-9.1.16](https://github.com/truecharts/charts/compare/ubooquity-9.1.15...ubooquity-9.1.16) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@1ac9634](https://github.com/1ac9634) by renovate ([#17869](https://github.com/truecharts/charts/issues/17869)) + + +## [ubooquity-9.1.15](https://github.com/truecharts/charts/compare/ubooquity-9.1.14...ubooquity-9.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [ubooquity-9.1.14](https://github.com/truecharts/charts/compare/ubooquity-9.1.13...ubooquity-9.1.14) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@74ae85b](https://github.com/74ae85b) by renovate ([#17627](https://github.com/truecharts/charts/issues/17627)) + + +## [ubooquity-9.1.13](https://github.com/truecharts/charts/compare/ubooquity-9.1.12...ubooquity-9.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [ubooquity-9.1.12](https://github.com/truecharts/charts/compare/ubooquity-9.1.11...ubooquity-9.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [ubooquity-9.1.11](https://github.com/truecharts/charts/compare/ubooquity-9.1.10...ubooquity-9.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [ubooquity-9.1.10](https://github.com/truecharts/charts/compare/ubooquity-9.1.9...ubooquity-9.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [ubooquity-9.1.9](https://github.com/truecharts/charts/compare/ubooquity-9.1.8...ubooquity-9.1.9) (2024-01-21) + +### Chore + + + +- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@13daf1e](https://github.com/13daf1e) by renovate ([#17371](https://github.com/truecharts/charts/issues/17371)) + + +## [ubooquity-9.1.8](https://github.com/truecharts/charts/compare/ubooquity-9.1.7...ubooquity-9.1.8) (2024-01-14) \ No newline at end of file diff --git a/stable/ubooquity/10.2.0/Chart.yaml b/stable/ubooquity/10.2.0/Chart.yaml new file mode 100644 index 00000000000..c3b741e0ad5 --- /dev/null +++ b/stable/ubooquity/10.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.2 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. +home: https://truecharts.org/charts/stable/ubooquity +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ubooquity.png +keywords: + - ubooquity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ubooquity +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ubooquity + - https://ghcr.io/linuxserver/ubooquity +type: application +version: 10.2.0 diff --git a/stable/ubooquity/10.1.0/README.md b/stable/ubooquity/10.2.0/README.md similarity index 100% rename from stable/ubooquity/10.1.0/README.md rename to stable/ubooquity/10.2.0/README.md diff --git a/stable/ubooquity/10.1.0/app-readme.md b/stable/ubooquity/10.2.0/app-readme.md similarity index 100% rename from stable/ubooquity/10.1.0/app-readme.md rename to stable/ubooquity/10.2.0/app-readme.md diff --git a/stable/ubooquity/10.2.0/charts/common-18.1.2.tgz b/stable/ubooquity/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/ubooquity/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/ubooquity/10.1.0/ix_values.yaml b/stable/ubooquity/10.2.0/ix_values.yaml similarity index 100% rename from stable/ubooquity/10.1.0/ix_values.yaml rename to stable/ubooquity/10.2.0/ix_values.yaml diff --git a/stable/ubooquity/10.1.0/questions.yaml b/stable/ubooquity/10.2.0/questions.yaml similarity index 100% rename from stable/ubooquity/10.1.0/questions.yaml rename to stable/ubooquity/10.2.0/questions.yaml diff --git a/stable/unmanic/10.1.0/templates/NOTES.txt b/stable/ubooquity/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/unmanic/10.1.0/templates/NOTES.txt rename to stable/ubooquity/10.2.0/templates/NOTES.txt diff --git a/stable/unmanic/10.1.0/templates/common.yaml b/stable/ubooquity/10.2.0/templates/common.yaml similarity index 100% rename from stable/unmanic/10.1.0/templates/common.yaml rename to stable/ubooquity/10.2.0/templates/common.yaml diff --git a/stable/universal-media-server/5.1.0/values.yaml b/stable/ubooquity/10.2.0/values.yaml similarity index 100% rename from stable/universal-media-server/5.1.0/values.yaml rename to stable/ubooquity/10.2.0/values.yaml diff --git a/stable/unifi/20.1.0/CHANGELOG.md b/stable/unifi/20.1.0/CHANGELOG.md deleted file mode 100644 index d55142f0d49..00000000000 --- a/stable/unifi/20.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/unifi/20.1.0/Chart.yaml b/stable/unifi/20.1.0/Chart.yaml deleted file mode 100644 index d0d1d899c2f..00000000000 --- a/stable/unifi/20.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 8.0.28 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/unifi/20.1.0/charts/common-18.0.1.tgz b/stable/unifi/20.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/unifi/20.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/unmanic/10.1.0/.helmignore b/stable/unifi/20.2.0/.helmignore similarity index 100% rename from stable/unmanic/10.1.0/.helmignore rename to stable/unifi/20.2.0/.helmignore diff --git a/stable/unifi/20.2.0/CHANGELOG.md b/stable/unifi/20.2.0/CHANGELOG.md new file mode 100644 index 00000000000..92cf83a5f0c --- /dev/null +++ b/stable/unifi/20.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [unifi-19.1.13](https://github.com/truecharts/charts/compare/unifi-19.1.12...unifi-19.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [unifi-19.1.12](https://github.com/truecharts/charts/compare/unifi-19.1.11...unifi-19.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [unifi-19.1.11](https://github.com/truecharts/charts/compare/unifi-19.1.10...unifi-19.1.11) (2024-01-26) + +### Chore + + + +- update container image ghcr.io/goofball222/unifi to v8.0.28[@f5be545](https://github.com/f5be545) by renovate ([#17547](https://github.com/truecharts/charts/issues/17547)) + + +## [unifi-19.1.10](https://github.com/truecharts/charts/compare/unifi-19.1.9...unifi-19.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [unifi-19.1.9](https://github.com/truecharts/charts/compare/unifi-19.1.8...unifi-19.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [unifi-19.1.8](https://github.com/truecharts/charts/compare/unifi-19.1.7...unifi-19.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [unifi-19.1.7](https://github.com/truecharts/charts/compare/unifi-19.1.6...unifi-19.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [unifi-19.1.6](https://github.com/truecharts/charts/compare/unifi-19.1.5...unifi-19.1.6) (2024-01-08) + +### Chore + + + +- update container image ghcr.io/goofball222/unifi to v8.0.26[@8c39d35](https://github.com/8c39d35) by renovate ([#17031](https://github.com/truecharts/charts/issues/17031)) + + +## [unifi-19.1.5](https://github.com/truecharts/charts/compare/unifi-19.1.4...unifi-19.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/unifi/20.2.0/Chart.yaml b/stable/unifi/20.2.0/Chart.yaml new file mode 100644 index 00000000000..fe94fa38129 --- /dev/null +++ b/stable/unifi/20.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 8.0.28 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/unifi/20.1.0/README.md b/stable/unifi/20.2.0/README.md similarity index 100% rename from stable/unifi/20.1.0/README.md rename to stable/unifi/20.2.0/README.md diff --git a/stable/unifi/20.1.0/app-readme.md b/stable/unifi/20.2.0/app-readme.md similarity index 100% rename from stable/unifi/20.1.0/app-readme.md rename to stable/unifi/20.2.0/app-readme.md diff --git a/stable/unifi/20.2.0/charts/common-18.1.2.tgz b/stable/unifi/20.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/unifi/20.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/unifi/20.1.0/ix_values.yaml b/stable/unifi/20.2.0/ix_values.yaml similarity index 100% rename from stable/unifi/20.1.0/ix_values.yaml rename to stable/unifi/20.2.0/ix_values.yaml diff --git a/stable/unifi/20.1.0/questions.yaml b/stable/unifi/20.2.0/questions.yaml similarity index 100% rename from stable/unifi/20.1.0/questions.yaml rename to stable/unifi/20.2.0/questions.yaml diff --git a/stable/unpackerr/13.1.0/templates/NOTES.txt b/stable/unifi/20.2.0/templates/NOTES.txt similarity index 100% rename from stable/unpackerr/13.1.0/templates/NOTES.txt rename to stable/unifi/20.2.0/templates/NOTES.txt diff --git a/stable/unpackerr/13.1.0/templates/common.yaml b/stable/unifi/20.2.0/templates/common.yaml similarity index 100% rename from stable/unpackerr/13.1.0/templates/common.yaml rename to stable/unifi/20.2.0/templates/common.yaml diff --git a/stable/unmanic/10.1.0/values.yaml b/stable/unifi/20.2.0/values.yaml similarity index 100% rename from stable/unmanic/10.1.0/values.yaml rename to stable/unifi/20.2.0/values.yaml diff --git a/stable/universal-media-server/5.1.0/CHANGELOG.md b/stable/universal-media-server/5.1.0/CHANGELOG.md deleted file mode 100644 index be503d8e83f..00000000000 --- a/stable/universal-media-server/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [universal-media-server-4.1.12](https://github.com/truecharts/charts/compare/universal-media-server-4.1.11...universal-media-server-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [universal-media-server-4.1.11](https://github.com/truecharts/charts/compare/universal-media-server-4.1.10...universal-media-server-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [universal-media-server-4.1.10](https://github.com/truecharts/charts/compare/universal-media-server-4.1.9...universal-media-server-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [universal-media-server-4.1.9](https://github.com/truecharts/charts/compare/universal-media-server-4.1.8...universal-media-server-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [universal-media-server-4.1.8](https://github.com/truecharts/charts/compare/universal-media-server-4.1.7...universal-media-server-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [universal-media-server-4.1.7](https://github.com/truecharts/charts/compare/universal-media-server-4.1.6...universal-media-server-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [universal-media-server-4.1.6](https://github.com/truecharts/charts/compare/universal-media-server-4.1.5...universal-media-server-4.1.6) (2024-01-08) - -### Chore - - - -- update container image universalmediaserver/ums to latest[@d4e663e](https://github.com/d4e663e) by renovate ([#16969](https://github.com/truecharts/charts/issues/16969)) - - -## [universal-media-server-4.1.5](https://github.com/truecharts/charts/compare/universal-media-server-4.1.4...universal-media-server-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [universal-media-server-4.1.4](https://github.com/truecharts/charts/compare/universal-media-server-4.1.3...universal-media-server-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [universal-media-server-4.1.3](https://github.com/truecharts/charts/compare/universal-media-server-4.1.0...universal-media-server-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/universal-media-server/5.1.0/Chart.yaml b/stable/universal-media-server/5.1.0/Chart.yaml deleted file mode 100644 index 3008d8fdd56..00000000000 --- a/stable/universal-media-server/5.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: 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.1 - 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.0 diff --git a/stable/universal-media-server/5.1.0/charts/common-18.0.1.tgz b/stable/universal-media-server/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/universal-media-server/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/unpackerr/13.1.0/.helmignore b/stable/universal-media-server/5.2.0/.helmignore similarity index 100% rename from stable/unpackerr/13.1.0/.helmignore rename to stable/universal-media-server/5.2.0/.helmignore diff --git a/stable/universal-media-server/5.2.0/CHANGELOG.md b/stable/universal-media-server/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..1774f7a0000 --- /dev/null +++ b/stable/universal-media-server/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/universal-media-server/5.2.0/Chart.yaml b/stable/universal-media-server/5.2.0/Chart.yaml new file mode 100644 index 00000000000..6b02e061dec --- /dev/null +++ b/stable/universal-media-server/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaServer-Video + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/universal-media-server/5.1.0/README.md b/stable/universal-media-server/5.2.0/README.md similarity index 100% rename from stable/universal-media-server/5.1.0/README.md rename to stable/universal-media-server/5.2.0/README.md diff --git a/stable/universal-media-server/5.1.0/app-readme.md b/stable/universal-media-server/5.2.0/app-readme.md similarity index 100% rename from stable/universal-media-server/5.1.0/app-readme.md rename to stable/universal-media-server/5.2.0/app-readme.md diff --git a/stable/universal-media-server/5.2.0/charts/common-18.1.2.tgz b/stable/universal-media-server/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/universal-media-server/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/universal-media-server/5.1.0/ix_values.yaml b/stable/universal-media-server/5.2.0/ix_values.yaml similarity index 100% rename from stable/universal-media-server/5.1.0/ix_values.yaml rename to stable/universal-media-server/5.2.0/ix_values.yaml diff --git a/stable/universal-media-server/5.1.0/questions.yaml b/stable/universal-media-server/5.2.0/questions.yaml similarity index 100% rename from stable/universal-media-server/5.1.0/questions.yaml rename to stable/universal-media-server/5.2.0/questions.yaml diff --git a/stable/universal-media-server/5.1.0/templates/common.yaml b/stable/universal-media-server/5.2.0/templates/common.yaml similarity index 100% rename from stable/universal-media-server/5.1.0/templates/common.yaml rename to stable/universal-media-server/5.2.0/templates/common.yaml diff --git a/stable/unpackerr/13.1.0/values.yaml b/stable/universal-media-server/5.2.0/values.yaml similarity index 100% rename from stable/unpackerr/13.1.0/values.yaml rename to stable/universal-media-server/5.2.0/values.yaml diff --git a/stable/unmanic/10.1.0/CHANGELOG.md b/stable/unmanic/10.1.0/CHANGELOG.md deleted file mode 100644 index 1173453e462..00000000000 --- a/stable/unmanic/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/unmanic/10.1.0/Chart.yaml b/stable/unmanic/10.1.0/Chart.yaml deleted file mode 100644 index 0ad6010f024..00000000000 --- a/stable/unmanic/10.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.2.4 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/unmanic/10.1.0/charts/common-18.0.1.tgz b/stable/unmanic/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/unmanic/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/unpoller/10.1.1/.helmignore b/stable/unmanic/10.2.0/.helmignore similarity index 100% rename from stable/unpoller/10.1.1/.helmignore rename to stable/unmanic/10.2.0/.helmignore diff --git a/stable/unmanic/10.2.0/CHANGELOG.md b/stable/unmanic/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..93e6ee2d297 --- /dev/null +++ b/stable/unmanic/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/unmanic/10.2.0/Chart.yaml b/stable/unmanic/10.2.0/Chart.yaml new file mode 100644 index 00000000000..48f0654fee2 --- /dev/null +++ b/stable/unmanic/10.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.2.4 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/unmanic/10.1.0/README.md b/stable/unmanic/10.2.0/README.md similarity index 100% rename from stable/unmanic/10.1.0/README.md rename to stable/unmanic/10.2.0/README.md diff --git a/stable/unmanic/10.1.0/app-readme.md b/stable/unmanic/10.2.0/app-readme.md similarity index 100% rename from stable/unmanic/10.1.0/app-readme.md rename to stable/unmanic/10.2.0/app-readme.md diff --git a/stable/unmanic/10.2.0/charts/common-18.1.2.tgz b/stable/unmanic/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/unmanic/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/unmanic/10.1.0/ix_values.yaml b/stable/unmanic/10.2.0/ix_values.yaml similarity index 100% rename from stable/unmanic/10.1.0/ix_values.yaml rename to stable/unmanic/10.2.0/ix_values.yaml diff --git a/stable/unmanic/10.1.0/questions.yaml b/stable/unmanic/10.2.0/questions.yaml similarity index 100% rename from stable/unmanic/10.1.0/questions.yaml rename to stable/unmanic/10.2.0/questions.yaml diff --git a/stable/unpoller/10.1.1/templates/NOTES.txt b/stable/unmanic/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/unpoller/10.1.1/templates/NOTES.txt rename to stable/unmanic/10.2.0/templates/NOTES.txt diff --git a/stable/unpoller/10.1.1/templates/common.yaml b/stable/unmanic/10.2.0/templates/common.yaml similarity index 100% rename from stable/unpoller/10.1.1/templates/common.yaml rename to stable/unmanic/10.2.0/templates/common.yaml diff --git a/stable/unpoller/10.1.1/values.yaml b/stable/unmanic/10.2.0/values.yaml similarity index 100% rename from stable/unpoller/10.1.1/values.yaml rename to stable/unmanic/10.2.0/values.yaml diff --git a/stable/unpackerr/13.1.0/CHANGELOG.md b/stable/unpackerr/13.1.0/CHANGELOG.md deleted file mode 100644 index 1c7b2f86bbc..00000000000 --- a/stable/unpackerr/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/unpackerr/13.1.0/Chart.yaml b/stable/unpackerr/13.1.0/Chart.yaml deleted file mode 100644 index 40af5a9b3f2..00000000000 --- a/stable/unpackerr/13.1.0/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/unpackerr/13.1.0/charts/common-18.0.1.tgz b/stable/unpackerr/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/unpackerr/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/unturned/6.1.0/.helmignore b/stable/unpackerr/13.2.0/.helmignore similarity index 100% rename from stable/unturned/6.1.0/.helmignore rename to stable/unpackerr/13.2.0/.helmignore diff --git a/stable/unpackerr/13.2.0/CHANGELOG.md b/stable/unpackerr/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5223e394f34 --- /dev/null +++ b/stable/unpackerr/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [unpackerr-12.2.6](https://github.com/truecharts/charts/compare/unpackerr-12.2.5...unpackerr-12.2.6) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [unpackerr-12.2.5](https://github.com/truecharts/charts/compare/unpackerr-12.2.4...unpackerr-12.2.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [unpackerr-12.2.4](https://github.com/truecharts/charts/compare/unpackerr-12.2.3...unpackerr-12.2.4) (2024-01-22) + +### Chore + + + +- update container image golift/unpackerr to v0.13.1[@99defbe](https://github.com/99defbe) by renovate ([#17487](https://github.com/truecharts/charts/issues/17487)) + + +## [unpackerr-12.2.3](https://github.com/truecharts/charts/compare/unpackerr-12.2.2...unpackerr-12.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [unpackerr-12.2.2](https://github.com/truecharts/charts/compare/unpackerr-12.2.1...unpackerr-12.2.2) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [unpackerr-12.2.1](https://github.com/truecharts/charts/compare/unpackerr-12.2.0...unpackerr-12.2.1) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [unpackerr-12.2.0](https://github.com/truecharts/charts/compare/unpackerr-12.1.7...unpackerr-12.2.0) (2024-01-21) + +### Chore + + + +- update container image golift/unpackerr to v0.13.0[@dac056a](https://github.com/dac056a) by renovate ([#17449](https://github.com/truecharts/charts/issues/17449)) + + + + +## [unpackerr-12.1.7](https://github.com/truecharts/charts/compare/unpackerr-12.1.6...unpackerr-12.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [unpackerr-12.1.6](https://github.com/truecharts/charts/compare/unpackerr-12.1.5...unpackerr-12.1.6) (2024-01-03) + +### Fix + + + +- fix unpackerr config storage ([#16826](https://github.com/truecharts/charts/issues/16826)) diff --git a/stable/unpackerr/13.2.0/Chart.yaml b/stable/unpackerr/13.2.0/Chart.yaml new file mode 100644 index 00000000000..69fd020f831 --- /dev/null +++ b/stable/unpackerr/13.2.0/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.13.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/unpackerr/13.1.0/README.md b/stable/unpackerr/13.2.0/README.md similarity index 100% rename from stable/unpackerr/13.1.0/README.md rename to stable/unpackerr/13.2.0/README.md diff --git a/stable/unpackerr/13.1.0/app-readme.md b/stable/unpackerr/13.2.0/app-readme.md similarity index 100% rename from stable/unpackerr/13.1.0/app-readme.md rename to stable/unpackerr/13.2.0/app-readme.md diff --git a/stable/unpackerr/13.2.0/charts/common-18.1.2.tgz b/stable/unpackerr/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/unpackerr/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/unpackerr/13.1.0/ix_values.yaml b/stable/unpackerr/13.2.0/ix_values.yaml similarity index 100% rename from stable/unpackerr/13.1.0/ix_values.yaml rename to stable/unpackerr/13.2.0/ix_values.yaml diff --git a/stable/unpackerr/13.1.0/questions.yaml b/stable/unpackerr/13.2.0/questions.yaml similarity index 100% rename from stable/unpackerr/13.1.0/questions.yaml rename to stable/unpackerr/13.2.0/questions.yaml diff --git a/stable/unturned/6.1.0/templates/NOTES.txt b/stable/unpackerr/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/unturned/6.1.0/templates/NOTES.txt rename to stable/unpackerr/13.2.0/templates/NOTES.txt diff --git a/stable/unturned/6.1.0/templates/common.yaml b/stable/unpackerr/13.2.0/templates/common.yaml similarity index 100% rename from stable/unturned/6.1.0/templates/common.yaml rename to stable/unpackerr/13.2.0/templates/common.yaml diff --git a/stable/unturned/6.1.0/values.yaml b/stable/unpackerr/13.2.0/values.yaml similarity index 100% rename from stable/unturned/6.1.0/values.yaml rename to stable/unpackerr/13.2.0/values.yaml diff --git a/stable/unpoller/10.1.1/CHANGELOG.md b/stable/unpoller/10.1.1/CHANGELOG.md deleted file mode 100644 index c3103ccee23..00000000000 --- a/stable/unpoller/10.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/unpoller/10.1.1/Chart.yaml b/stable/unpoller/10.1.1/Chart.yaml deleted file mode 100644 index 288557db4c5..00000000000 --- a/stable/unpoller/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: 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.1 diff --git a/stable/unpoller/10.1.1/charts/common-18.0.2.tgz b/stable/unpoller/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/unpoller/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/unpoller/10.1.1/ix_values.yaml b/stable/unpoller/10.1.1/ix_values.yaml deleted file mode 100644 index 2c3b39387d3..00000000000 --- a/stable/unpoller/10.1.1/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/uptime-kuma/10.1.0/.helmignore b/stable/unpoller/10.3.0/.helmignore similarity index 100% rename from stable/uptime-kuma/10.1.0/.helmignore rename to stable/unpoller/10.3.0/.helmignore diff --git a/stable/unpoller/10.3.0/CHANGELOG.md b/stable/unpoller/10.3.0/CHANGELOG.md new file mode 100644 index 00000000000..4f25b466c7b --- /dev/null +++ b/stable/unpoller/10.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + +## [unpoller-9.1.11](https://github.com/truecharts/charts/compare/unpoller-9.1.10...unpoller-9.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [unpoller-9.1.10](https://github.com/truecharts/charts/compare/unpoller-9.1.9...unpoller-9.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [unpoller-9.1.9](https://github.com/truecharts/charts/compare/unpoller-9.1.8...unpoller-9.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [unpoller-9.1.8](https://github.com/truecharts/charts/compare/unpoller-9.1.7...unpoller-9.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [unpoller-9.1.7](https://github.com/truecharts/charts/compare/unpoller-9.1.6...unpoller-9.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [unpoller-9.1.6](https://github.com/truecharts/charts/compare/unpoller-9.1.5...unpoller-9.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [unpoller-9.1.5](https://github.com/truecharts/charts/compare/unpoller-9.1.4...unpoller-9.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [unpoller-9.1.4](https://github.com/truecharts/charts/compare/unpoller-9.1.3...unpoller-9.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes + +- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) + + +## [unpoller-9.1.3](https://github.com/truecharts/charts/compare/unpoller-9.1.0...unpoller-9.1.3) (2024-01-01) + +### Chore + diff --git a/stable/unpoller/10.3.0/Chart.yaml b/stable/unpoller/10.3.0/Chart.yaml new file mode 100644 index 00000000000..a513b2595bd --- /dev/null +++ b/stable/unpoller/10.3.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.9.5 +dependencies: + - name: common + version: 18.1.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.3.0 diff --git a/stable/unpoller/10.1.1/README.md b/stable/unpoller/10.3.0/README.md similarity index 100% rename from stable/unpoller/10.1.1/README.md rename to stable/unpoller/10.3.0/README.md diff --git a/stable/unpoller/10.1.1/app-readme.md b/stable/unpoller/10.3.0/app-readme.md similarity index 100% rename from stable/unpoller/10.1.1/app-readme.md rename to stable/unpoller/10.3.0/app-readme.md diff --git a/stable/unpoller/10.3.0/charts/common-18.1.2.tgz b/stable/unpoller/10.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/unpoller/10.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/unpoller/10.3.0/dashboards/DPI.json b/stable/unpoller/10.3.0/dashboards/DPI.json new file mode 100644 index 00000000000..adf2f270d3c --- /dev/null +++ b/stable/unpoller/10.3.0/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.0/dashboards/UAP.json b/stable/unpoller/10.3.0/dashboards/UAP.json new file mode 100644 index 00000000000..d4324dbc80e --- /dev/null +++ b/stable/unpoller/10.3.0/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.0/dashboards/USG.json b/stable/unpoller/10.3.0/dashboards/USG.json new file mode 100644 index 00000000000..95d498d4d92 --- /dev/null +++ b/stable/unpoller/10.3.0/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.0/dashboards/USW.json b/stable/unpoller/10.3.0/dashboards/USW.json new file mode 100644 index 00000000000..659592fa172 --- /dev/null +++ b/stable/unpoller/10.3.0/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.0/dashboards/clients.json b/stable/unpoller/10.3.0/dashboards/clients.json new file mode 100644 index 00000000000..8f885508263 --- /dev/null +++ b/stable/unpoller/10.3.0/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.0/dashboards/network.json b/stable/unpoller/10.3.0/dashboards/network.json new file mode 100644 index 00000000000..4fcc22e35d3 --- /dev/null +++ b/stable/unpoller/10.3.0/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.0/ix_values.yaml b/stable/unpoller/10.3.0/ix_values.yaml new file mode 100644 index 00000000000..03222b1da4a --- /dev/null +++ b/stable/unpoller/10.3.0/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.1/questions.yaml b/stable/unpoller/10.3.0/questions.yaml similarity index 100% rename from stable/unpoller/10.1.1/questions.yaml rename to stable/unpoller/10.3.0/questions.yaml diff --git a/stable/uptime-kuma/10.1.0/templates/NOTES.txt b/stable/unpoller/10.3.0/templates/NOTES.txt similarity index 100% rename from stable/uptime-kuma/10.1.0/templates/NOTES.txt rename to stable/unpoller/10.3.0/templates/NOTES.txt diff --git a/stable/uptimerobot-prometheus/11.1.0/templates/common.yaml b/stable/unpoller/10.3.0/templates/common.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.1.0/templates/common.yaml rename to stable/unpoller/10.3.0/templates/common.yaml diff --git a/stable/uptime-kuma/10.1.0/values.yaml b/stable/unpoller/10.3.0/values.yaml similarity index 100% rename from stable/uptime-kuma/10.1.0/values.yaml rename to stable/unpoller/10.3.0/values.yaml diff --git a/stable/unturned/6.1.0/CHANGELOG.md b/stable/unturned/6.1.0/CHANGELOG.md deleted file mode 100644 index 86043fbbe49..00000000000 --- a/stable/unturned/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/unturned/6.1.0/Chart.yaml b/stable/unturned/6.1.0/Chart.yaml deleted file mode 100644 index 0164cc09977..00000000000 --- a/stable/unturned/6.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/unturned/6.1.0/charts/common-18.0.1.tgz b/stable/unturned/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/unturned/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/uptimerobot-prometheus/11.1.0/.helmignore b/stable/unturned/6.2.0/.helmignore similarity index 100% rename from stable/uptimerobot-prometheus/11.1.0/.helmignore rename to stable/unturned/6.2.0/.helmignore diff --git a/stable/unturned/6.2.0/CHANGELOG.md b/stable/unturned/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..59cf83e1efa --- /dev/null +++ b/stable/unturned/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [unturned-5.1.14](https://github.com/truecharts/charts/compare/unturned-5.1.13...unturned-5.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [unturned-5.1.13](https://github.com/truecharts/charts/compare/unturned-5.1.12...unturned-5.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [unturned-5.1.12](https://github.com/truecharts/charts/compare/unturned-5.1.11...unturned-5.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [unturned-5.1.11](https://github.com/truecharts/charts/compare/unturned-5.1.10...unturned-5.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [unturned-5.1.10](https://github.com/truecharts/charts/compare/unturned-5.1.9...unturned-5.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [unturned-5.1.9](https://github.com/truecharts/charts/compare/unturned-5.1.8...unturned-5.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [unturned-5.1.8](https://github.com/truecharts/charts/compare/unturned-5.1.7...unturned-5.1.8) (2024-01-03) + +### Chore + + + +- update container image ich777/steamcmd to unturned[@e63219b](https://github.com/e63219b) by renovate ([#16780](https://github.com/truecharts/charts/issues/16780)) + + +## [unturned-5.1.7](https://github.com/truecharts/charts/compare/unturned-5.1.6...unturned-5.1.7) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [unturned-5.1.6](https://github.com/truecharts/charts/compare/unturned-5.1.4...unturned-5.1.6) (2024-01-02) + +### Chore + + + +- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) diff --git a/stable/unturned/6.2.0/Chart.yaml b/stable/unturned/6.2.0/Chart.yaml new file mode 100644 index 00000000000..19f6fc5922e --- /dev/null +++ b/stable/unturned/6.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: unturned +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/unturned/6.1.0/README.md b/stable/unturned/6.2.0/README.md similarity index 100% rename from stable/unturned/6.1.0/README.md rename to stable/unturned/6.2.0/README.md diff --git a/stable/unturned/6.1.0/app-readme.md b/stable/unturned/6.2.0/app-readme.md similarity index 100% rename from stable/unturned/6.1.0/app-readme.md rename to stable/unturned/6.2.0/app-readme.md diff --git a/stable/unturned/6.2.0/charts/common-18.1.2.tgz b/stable/unturned/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/unturned/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/unturned/6.1.0/ix_values.yaml b/stable/unturned/6.2.0/ix_values.yaml similarity index 100% rename from stable/unturned/6.1.0/ix_values.yaml rename to stable/unturned/6.2.0/ix_values.yaml diff --git a/stable/unturned/6.1.0/questions.yaml b/stable/unturned/6.2.0/questions.yaml similarity index 100% rename from stable/unturned/6.1.0/questions.yaml rename to stable/unturned/6.2.0/questions.yaml diff --git a/stable/uptimerobot-prometheus/11.1.0/templates/NOTES.txt b/stable/unturned/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/uptimerobot-prometheus/11.1.0/templates/NOTES.txt rename to stable/unturned/6.2.0/templates/NOTES.txt diff --git a/stable/verysync/9.1.0/templates/common.yaml b/stable/unturned/6.2.0/templates/common.yaml similarity index 100% rename from stable/verysync/9.1.0/templates/common.yaml rename to stable/unturned/6.2.0/templates/common.yaml diff --git a/stable/uptimerobot-prometheus/11.1.0/values.yaml b/stable/unturned/6.2.0/values.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.1.0/values.yaml rename to stable/unturned/6.2.0/values.yaml diff --git a/stable/uptime-kuma/10.1.0/CHANGELOG.md b/stable/uptime-kuma/10.1.0/CHANGELOG.md deleted file mode 100644 index fb39c28ae61..00000000000 --- a/stable/uptime-kuma/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/uptime-kuma/10.1.0/Chart.yaml b/stable/uptime-kuma/10.1.0/Chart.yaml deleted file mode 100644 index b3d4f87164a..00000000000 --- a/stable/uptime-kuma/10.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/uptime-kuma/10.1.0/charts/common-18.0.1.tgz b/stable/uptime-kuma/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/uptime-kuma/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/urban-terror/5.1.0/.helmignore b/stable/uptime-kuma/10.2.0/.helmignore similarity index 100% rename from stable/urban-terror/5.1.0/.helmignore rename to stable/uptime-kuma/10.2.0/.helmignore diff --git a/stable/uptime-kuma/10.2.0/CHANGELOG.md b/stable/uptime-kuma/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..68714c6abeb --- /dev/null +++ b/stable/uptime-kuma/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/uptime-kuma/10.2.0/Chart.yaml b/stable/uptime-kuma/10.2.0/Chart.yaml new file mode 100644 index 00000000000..db69415030d --- /dev/null +++ b/stable/uptime-kuma/10.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: monitoring + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.23.11 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/uptime-kuma/10.1.0/README.md b/stable/uptime-kuma/10.2.0/README.md similarity index 100% rename from stable/uptime-kuma/10.1.0/README.md rename to stable/uptime-kuma/10.2.0/README.md diff --git a/stable/uptime-kuma/10.1.0/app-readme.md b/stable/uptime-kuma/10.2.0/app-readme.md similarity index 100% rename from stable/uptime-kuma/10.1.0/app-readme.md rename to stable/uptime-kuma/10.2.0/app-readme.md diff --git a/stable/uptime-kuma/10.2.0/charts/common-18.1.2.tgz b/stable/uptime-kuma/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/uptime-kuma/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/uptime-kuma/10.1.0/ix_values.yaml b/stable/uptime-kuma/10.2.0/ix_values.yaml similarity index 100% rename from stable/uptime-kuma/10.1.0/ix_values.yaml rename to stable/uptime-kuma/10.2.0/ix_values.yaml diff --git a/stable/uptime-kuma/10.1.0/questions.yaml b/stable/uptime-kuma/10.2.0/questions.yaml similarity index 100% rename from stable/uptime-kuma/10.1.0/questions.yaml rename to stable/uptime-kuma/10.2.0/questions.yaml diff --git a/stable/valheim/10.1.0/templates/NOTES.txt b/stable/uptime-kuma/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/valheim/10.1.0/templates/NOTES.txt rename to stable/uptime-kuma/10.2.0/templates/NOTES.txt diff --git a/stable/uptime-kuma/10.1.0/templates/_prometheusrules.tpl b/stable/uptime-kuma/10.2.0/templates/_prometheusrules.tpl similarity index 100% rename from stable/uptime-kuma/10.1.0/templates/_prometheusrules.tpl rename to stable/uptime-kuma/10.2.0/templates/_prometheusrules.tpl diff --git a/stable/uptime-kuma/10.1.0/templates/_servicemonitor.tpl b/stable/uptime-kuma/10.2.0/templates/_servicemonitor.tpl similarity index 100% rename from stable/uptime-kuma/10.1.0/templates/_servicemonitor.tpl rename to stable/uptime-kuma/10.2.0/templates/_servicemonitor.tpl diff --git a/stable/uptime-kuma/10.1.0/templates/common.yaml b/stable/uptime-kuma/10.2.0/templates/common.yaml similarity index 100% rename from stable/uptime-kuma/10.1.0/templates/common.yaml rename to stable/uptime-kuma/10.2.0/templates/common.yaml diff --git a/stable/urban-terror/5.1.0/values.yaml b/stable/uptime-kuma/10.2.0/values.yaml similarity index 100% rename from stable/urban-terror/5.1.0/values.yaml rename to stable/uptime-kuma/10.2.0/values.yaml diff --git a/stable/uptimerobot-prometheus/11.1.0/CHANGELOG.md b/stable/uptimerobot-prometheus/11.1.0/CHANGELOG.md deleted file mode 100644 index e940cced912..00000000000 --- a/stable/uptimerobot-prometheus/11.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/uptimerobot-prometheus/11.1.0/Chart.yaml b/stable/uptimerobot-prometheus/11.1.0/Chart.yaml deleted file mode 100644 index bbd91aead70..00000000000 --- a/stable/uptimerobot-prometheus/11.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/uptimerobot-prometheus/11.1.0/charts/common-18.0.1.tgz b/stable/uptimerobot-prometheus/11.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/uptimerobot-prometheus/11.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/v-rising/5.1.0/.helmignore b/stable/uptimerobot-prometheus/11.2.0/.helmignore similarity index 100% rename from stable/v-rising/5.1.0/.helmignore rename to stable/uptimerobot-prometheus/11.2.0/.helmignore diff --git a/stable/uptimerobot-prometheus/11.2.0/CHANGELOG.md b/stable/uptimerobot-prometheus/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f0ad4e5233f --- /dev/null +++ b/stable/uptimerobot-prometheus/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/uptimerobot-prometheus/11.2.0/Chart.yaml b/stable/uptimerobot-prometheus/11.2.0/Chart.yaml new file mode 100644 index 00000000000..aa8461ba377 --- /dev/null +++ b/stable/uptimerobot-prometheus/11.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.0.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/uptimerobot-prometheus/11.1.0/README.md b/stable/uptimerobot-prometheus/11.2.0/README.md similarity index 100% rename from stable/uptimerobot-prometheus/11.1.0/README.md rename to stable/uptimerobot-prometheus/11.2.0/README.md diff --git a/stable/uptimerobot-prometheus/11.1.0/app-readme.md b/stable/uptimerobot-prometheus/11.2.0/app-readme.md similarity index 100% rename from stable/uptimerobot-prometheus/11.1.0/app-readme.md rename to stable/uptimerobot-prometheus/11.2.0/app-readme.md diff --git a/stable/uptimerobot-prometheus/11.2.0/charts/common-18.1.2.tgz b/stable/uptimerobot-prometheus/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/uptimerobot-prometheus/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/uptimerobot-prometheus/11.1.0/ix_values.yaml b/stable/uptimerobot-prometheus/11.2.0/ix_values.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.1.0/ix_values.yaml rename to stable/uptimerobot-prometheus/11.2.0/ix_values.yaml diff --git a/stable/uptimerobot-prometheus/11.1.0/questions.yaml b/stable/uptimerobot-prometheus/11.2.0/questions.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.1.0/questions.yaml rename to stable/uptimerobot-prometheus/11.2.0/questions.yaml diff --git a/stable/van-dam/4.1.0/templates/NOTES.txt b/stable/uptimerobot-prometheus/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/van-dam/4.1.0/templates/NOTES.txt rename to stable/uptimerobot-prometheus/11.2.0/templates/NOTES.txt diff --git a/stable/vocechat-server/3.1.0/templates/common.yaml b/stable/uptimerobot-prometheus/11.2.0/templates/common.yaml similarity index 100% rename from stable/vocechat-server/3.1.0/templates/common.yaml rename to stable/uptimerobot-prometheus/11.2.0/templates/common.yaml diff --git a/stable/uptimerobot-prometheus/11.1.0/templates/prometheusrules.yaml b/stable/uptimerobot-prometheus/11.2.0/templates/prometheusrules.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.1.0/templates/prometheusrules.yaml rename to stable/uptimerobot-prometheus/11.2.0/templates/prometheusrules.yaml diff --git a/stable/uptimerobot-prometheus/11.1.0/templates/servicemonitor.yaml b/stable/uptimerobot-prometheus/11.2.0/templates/servicemonitor.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.1.0/templates/servicemonitor.yaml rename to stable/uptimerobot-prometheus/11.2.0/templates/servicemonitor.yaml diff --git a/stable/v-rising/5.1.0/values.yaml b/stable/uptimerobot-prometheus/11.2.0/values.yaml similarity index 100% rename from stable/v-rising/5.1.0/values.yaml rename to stable/uptimerobot-prometheus/11.2.0/values.yaml diff --git a/stable/urban-terror/5.1.0/CHANGELOG.md b/stable/urban-terror/5.1.0/CHANGELOG.md deleted file mode 100644 index 65610c34189..00000000000 --- a/stable/urban-terror/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/urban-terror/5.1.0/Chart.yaml b/stable/urban-terror/5.1.0/Chart.yaml deleted file mode 100644 index 3261139326b..00000000000 --- a/stable/urban-terror/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/urban-terror/5.1.0/charts/common-18.0.1.tgz b/stable/urban-terror/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/urban-terror/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/valetudo-mapper/5.1.0/.helmignore b/stable/urban-terror/5.2.0/.helmignore similarity index 100% rename from stable/valetudo-mapper/5.1.0/.helmignore rename to stable/urban-terror/5.2.0/.helmignore diff --git a/stable/urban-terror/5.2.0/CHANGELOG.md b/stable/urban-terror/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e06e2f4ec43 --- /dev/null +++ b/stable/urban-terror/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/urban-terror/5.2.0/Chart.yaml b/stable/urban-terror/5.2.0/Chart.yaml new file mode 100644 index 00000000000..b4bae857843 --- /dev/null +++ b/stable/urban-terror/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/urban-terror/5.1.0/README.md b/stable/urban-terror/5.2.0/README.md similarity index 100% rename from stable/urban-terror/5.1.0/README.md rename to stable/urban-terror/5.2.0/README.md diff --git a/stable/urban-terror/5.1.0/app-readme.md b/stable/urban-terror/5.2.0/app-readme.md similarity index 100% rename from stable/urban-terror/5.1.0/app-readme.md rename to stable/urban-terror/5.2.0/app-readme.md diff --git a/stable/urban-terror/5.2.0/charts/common-18.1.2.tgz b/stable/urban-terror/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/urban-terror/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/urban-terror/5.1.0/ix_values.yaml b/stable/urban-terror/5.2.0/ix_values.yaml similarity index 100% rename from stable/urban-terror/5.1.0/ix_values.yaml rename to stable/urban-terror/5.2.0/ix_values.yaml diff --git a/stable/urban-terror/5.1.0/questions.yaml b/stable/urban-terror/5.2.0/questions.yaml similarity index 100% rename from stable/urban-terror/5.1.0/questions.yaml rename to stable/urban-terror/5.2.0/questions.yaml diff --git a/stable/urban-terror/5.1.0/templates/common.yaml b/stable/urban-terror/5.2.0/templates/common.yaml similarity index 100% rename from stable/urban-terror/5.1.0/templates/common.yaml rename to stable/urban-terror/5.2.0/templates/common.yaml diff --git a/stable/valetudo-mapper/5.1.0/values.yaml b/stable/urban-terror/5.2.0/values.yaml similarity index 100% rename from stable/valetudo-mapper/5.1.0/values.yaml rename to stable/urban-terror/5.2.0/values.yaml diff --git a/stable/v-rising/5.1.0/CHANGELOG.md b/stable/v-rising/5.1.0/CHANGELOG.md deleted file mode 100644 index 878ed9a7853..00000000000 --- a/stable/v-rising/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [v-rising-4.2.5](https://github.com/truecharts/charts/compare/v-rising-4.2.4...v-rising-4.2.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [v-rising-4.2.4](https://github.com/truecharts/charts/compare/v-rising-4.2.3...v-rising-4.2.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [v-rising-4.2.3](https://github.com/truecharts/charts/compare/v-rising-4.2.2...v-rising-4.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [v-rising-4.2.2](https://github.com/truecharts/charts/compare/v-rising-4.2.1...v-rising-4.2.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [v-rising-4.2.1](https://github.com/truecharts/charts/compare/v-rising-4.2.0...v-rising-4.2.1) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [v-rising-4.2.0](https://github.com/truecharts/charts/compare/v-rising-4.1.6...v-rising-4.2.0) (2024-01-21) - -### Feat - - - -- Add Steam Query port ([#17313](https://github.com/truecharts/charts/issues/17313)) - - - - -## [v-rising-4.1.6](https://github.com/truecharts/charts/compare/v-rising-4.1.5...v-rising-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [v-rising-4.1.5](https://github.com/truecharts/charts/compare/v-rising-4.1.4...v-rising-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [v-rising-4.1.4](https://github.com/truecharts/charts/compare/v-rising-4.1.3...v-rising-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [v-rising-4.1.3](https://github.com/truecharts/charts/compare/v-rising-4.1.0...v-rising-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/v-rising/5.1.0/Chart.yaml b/stable/v-rising/5.1.0/Chart.yaml deleted file mode 100644 index 683b3830485..00000000000 --- a/stable/v-rising/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/v-rising/5.1.0/charts/common-18.0.1.tgz b/stable/v-rising/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/v-rising/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/valheim/10.1.0/.helmignore b/stable/v-rising/5.2.0/.helmignore similarity index 100% rename from stable/valheim/10.1.0/.helmignore rename to stable/v-rising/5.2.0/.helmignore diff --git a/stable/v-rising/5.2.0/CHANGELOG.md b/stable/v-rising/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..78b563b1e6b --- /dev/null +++ b/stable/v-rising/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/v-rising/5.2.0/Chart.yaml b/stable/v-rising/5.2.0/Chart.yaml new file mode 100644 index 00000000000..bee0212d92f --- /dev/null +++ b/stable/v-rising/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: rising +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/v-rising/5.1.0/README.md b/stable/v-rising/5.2.0/README.md similarity index 100% rename from stable/v-rising/5.1.0/README.md rename to stable/v-rising/5.2.0/README.md diff --git a/stable/v-rising/5.1.0/app-readme.md b/stable/v-rising/5.2.0/app-readme.md similarity index 100% rename from stable/v-rising/5.1.0/app-readme.md rename to stable/v-rising/5.2.0/app-readme.md diff --git a/stable/v-rising/5.2.0/charts/common-18.1.2.tgz b/stable/v-rising/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/v-rising/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/v-rising/5.1.0/ix_values.yaml b/stable/v-rising/5.2.0/ix_values.yaml similarity index 100% rename from stable/v-rising/5.1.0/ix_values.yaml rename to stable/v-rising/5.2.0/ix_values.yaml diff --git a/stable/v-rising/5.1.0/questions.yaml b/stable/v-rising/5.2.0/questions.yaml similarity index 100% rename from stable/v-rising/5.1.0/questions.yaml rename to stable/v-rising/5.2.0/questions.yaml diff --git a/stable/v-rising/5.1.0/templates/common.yaml b/stable/v-rising/5.2.0/templates/common.yaml similarity index 100% rename from stable/v-rising/5.1.0/templates/common.yaml rename to stable/v-rising/5.2.0/templates/common.yaml diff --git a/stable/valheim/10.1.0/values.yaml b/stable/v-rising/5.2.0/values.yaml similarity index 100% rename from stable/valheim/10.1.0/values.yaml rename to stable/v-rising/5.2.0/values.yaml diff --git a/stable/valetudo-mapper/5.1.0/CHANGELOG.md b/stable/valetudo-mapper/5.1.0/CHANGELOG.md deleted file mode 100644 index bf40b0c14e9..00000000000 --- a/stable/valetudo-mapper/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/valetudo-mapper/5.1.0/Chart.yaml b/stable/valetudo-mapper/5.1.0/Chart.yaml deleted file mode 100644 index 8c7bdda949a..00000000000 --- a/stable/valetudo-mapper/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/valetudo-mapper/5.1.0/charts/common-18.0.1.tgz b/stable/valetudo-mapper/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/valetudo-mapper/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/van-dam/4.1.0/.helmignore b/stable/valetudo-mapper/5.2.0/.helmignore similarity index 100% rename from stable/van-dam/4.1.0/.helmignore rename to stable/valetudo-mapper/5.2.0/.helmignore diff --git a/stable/valetudo-mapper/5.2.0/CHANGELOG.md b/stable/valetudo-mapper/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..8de79232e11 --- /dev/null +++ b/stable/valetudo-mapper/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/valetudo-mapper/5.2.0/Chart.yaml b/stable/valetudo-mapper/5.2.0/Chart.yaml new file mode 100644 index 00000000000..4e0d6cc3272 --- /dev/null +++ b/stable/valetudo-mapper/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "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.0 diff --git a/stable/valetudo-mapper/5.1.0/README.md b/stable/valetudo-mapper/5.2.0/README.md similarity index 100% rename from stable/valetudo-mapper/5.1.0/README.md rename to stable/valetudo-mapper/5.2.0/README.md diff --git a/stable/valetudo-mapper/5.1.0/app-readme.md b/stable/valetudo-mapper/5.2.0/app-readme.md similarity index 100% rename from stable/valetudo-mapper/5.1.0/app-readme.md rename to stable/valetudo-mapper/5.2.0/app-readme.md diff --git a/stable/valetudo-mapper/5.2.0/charts/common-18.1.2.tgz b/stable/valetudo-mapper/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/valetudo-mapper/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/valetudo-mapper/5.1.0/ix_values.yaml b/stable/valetudo-mapper/5.2.0/ix_values.yaml similarity index 100% rename from stable/valetudo-mapper/5.1.0/ix_values.yaml rename to stable/valetudo-mapper/5.2.0/ix_values.yaml diff --git a/stable/valetudo-mapper/5.1.0/questions.yaml b/stable/valetudo-mapper/5.2.0/questions.yaml similarity index 100% rename from stable/valetudo-mapper/5.1.0/questions.yaml rename to stable/valetudo-mapper/5.2.0/questions.yaml diff --git a/stable/valetudo-mapper/5.1.0/templates/common.yaml b/stable/valetudo-mapper/5.2.0/templates/common.yaml similarity index 100% rename from stable/valetudo-mapper/5.1.0/templates/common.yaml rename to stable/valetudo-mapper/5.2.0/templates/common.yaml diff --git a/stable/van-dam/4.1.0/values.yaml b/stable/valetudo-mapper/5.2.0/values.yaml similarity index 100% rename from stable/van-dam/4.1.0/values.yaml rename to stable/valetudo-mapper/5.2.0/values.yaml diff --git a/stable/valheim/10.1.0/CHANGELOG.md b/stable/valheim/10.1.0/CHANGELOG.md deleted file mode 100644 index 5ad167a7395..00000000000 --- a/stable/valheim/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [valheim-9.1.12](https://github.com/truecharts/charts/compare/valheim-9.1.11...valheim-9.1.12) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/lloesche/valheim-server to latest[@972cd12](https://github.com/972cd12) by renovate ([#18083](https://github.com/truecharts/charts/issues/18083)) - - -## [valheim-9.1.11](https://github.com/truecharts/charts/compare/valheim-9.1.10...valheim-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [valheim-9.1.10](https://github.com/truecharts/charts/compare/valheim-9.1.9...valheim-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [valheim-9.1.9](https://github.com/truecharts/charts/compare/valheim-9.1.8...valheim-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [valheim-9.1.8](https://github.com/truecharts/charts/compare/valheim-9.1.7...valheim-9.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [valheim-9.1.7](https://github.com/truecharts/charts/compare/valheim-9.1.6...valheim-9.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [valheim-9.1.6](https://github.com/truecharts/charts/compare/valheim-9.1.5...valheim-9.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [valheim-9.1.5](https://github.com/truecharts/charts/compare/valheim-9.1.4...valheim-9.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [valheim-9.1.4](https://github.com/truecharts/charts/compare/valheim-9.1.3...valheim-9.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [valheim-9.1.3](https://github.com/truecharts/charts/compare/valheim-9.1.0...valheim-9.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/valheim/10.1.0/Chart.yaml b/stable/valheim/10.1.0/Chart.yaml deleted file mode 100644 index a0a8f267516..00000000000 --- a/stable/valheim/10.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/valheim/10.1.0/charts/common-18.0.1.tgz b/stable/valheim/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/valheim/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/venstar2mqtt/5.1.0/.helmignore b/stable/valheim/10.2.0/.helmignore similarity index 100% rename from stable/venstar2mqtt/5.1.0/.helmignore rename to stable/valheim/10.2.0/.helmignore diff --git a/stable/valheim/10.2.0/CHANGELOG.md b/stable/valheim/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..7c5eca4a7e9 --- /dev/null +++ b/stable/valheim/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/valheim/10.2.0/Chart.yaml b/stable/valheim/10.2.0/Chart.yaml new file mode 100644 index 00000000000..d3da16d4d7f --- /dev/null +++ b/stable/valheim/10.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/valheim/10.1.0/README.md b/stable/valheim/10.2.0/README.md similarity index 100% rename from stable/valheim/10.1.0/README.md rename to stable/valheim/10.2.0/README.md diff --git a/stable/valheim/10.1.0/app-readme.md b/stable/valheim/10.2.0/app-readme.md similarity index 100% rename from stable/valheim/10.1.0/app-readme.md rename to stable/valheim/10.2.0/app-readme.md diff --git a/stable/valheim/10.2.0/charts/common-18.1.2.tgz b/stable/valheim/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/valheim/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/valheim/10.1.0/ix_values.yaml b/stable/valheim/10.2.0/ix_values.yaml similarity index 100% rename from stable/valheim/10.1.0/ix_values.yaml rename to stable/valheim/10.2.0/ix_values.yaml diff --git a/stable/valheim/10.1.0/questions.yaml b/stable/valheim/10.2.0/questions.yaml similarity index 100% rename from stable/valheim/10.1.0/questions.yaml rename to stable/valheim/10.2.0/questions.yaml diff --git a/stable/verysync/9.1.0/templates/NOTES.txt b/stable/valheim/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/verysync/9.1.0/templates/NOTES.txt rename to stable/valheim/10.2.0/templates/NOTES.txt diff --git a/stable/valheim/10.1.0/templates/common.yaml b/stable/valheim/10.2.0/templates/common.yaml similarity index 100% rename from stable/valheim/10.1.0/templates/common.yaml rename to stable/valheim/10.2.0/templates/common.yaml diff --git a/stable/venstar2mqtt/5.1.0/values.yaml b/stable/valheim/10.2.0/values.yaml similarity index 100% rename from stable/venstar2mqtt/5.1.0/values.yaml rename to stable/valheim/10.2.0/values.yaml diff --git a/stable/van-dam/4.1.0/CHANGELOG.md b/stable/van-dam/4.1.0/CHANGELOG.md deleted file mode 100644 index 8f7c4fee210..00000000000 --- a/stable/van-dam/4.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [van-dam-3.1.19](https://github.com/truecharts/charts/compare/van-dam-3.1.18...van-dam-3.1.19) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [van-dam-3.1.18](https://github.com/truecharts/charts/compare/van-dam-3.1.17...van-dam-3.1.18) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [van-dam-3.1.17](https://github.com/truecharts/charts/compare/van-dam-3.1.16...van-dam-3.1.17) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [van-dam-3.1.16](https://github.com/truecharts/charts/compare/van-dam-3.1.15...van-dam-3.1.16) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [van-dam-3.1.15](https://github.com/truecharts/charts/compare/van-dam-3.1.14...van-dam-3.1.15) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [van-dam-3.1.14](https://github.com/truecharts/charts/compare/van-dam-3.1.13...van-dam-3.1.14) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [van-dam-3.1.13](https://github.com/truecharts/charts/compare/van-dam-3.1.12...van-dam-3.1.13) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [van-dam-3.1.12](https://github.com/truecharts/charts/compare/van-dam-3.1.11...van-dam-3.1.12) (2024-01-03) - -### Chore - - - -- update container image ghcr.io/floppy/van_dam to v0.54.1[@27c28fe](https://github.com/27c28fe) by renovate ([#16803](https://github.com/truecharts/charts/issues/16803)) - - -## [van-dam-3.1.11](https://github.com/truecharts/charts/compare/van-dam-3.1.10...van-dam-3.1.11) (2024-01-03) - -### Chore - - - -- 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)) diff --git a/stable/van-dam/4.1.0/Chart.yaml b/stable/van-dam/4.1.0/Chart.yaml deleted file mode 100644 index e442aee822a..00000000000 --- a/stable/van-dam/4.1.0/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/van-dam/4.1.0/charts/common-18.0.1.tgz b/stable/van-dam/4.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/van-dam/4.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/vertex/5.1.1/.helmignore b/stable/van-dam/4.2.0/.helmignore similarity index 100% rename from stable/vertex/5.1.1/.helmignore rename to stable/van-dam/4.2.0/.helmignore diff --git a/stable/van-dam/4.2.0/CHANGELOG.md b/stable/van-dam/4.2.0/CHANGELOG.md new file mode 100644 index 00000000000..28b3c51f69a --- /dev/null +++ b/stable/van-dam/4.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + +## [van-dam-3.1.19](https://github.com/truecharts/charts/compare/van-dam-3.1.18...van-dam-3.1.19) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [van-dam-3.1.18](https://github.com/truecharts/charts/compare/van-dam-3.1.17...van-dam-3.1.18) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [van-dam-3.1.17](https://github.com/truecharts/charts/compare/van-dam-3.1.16...van-dam-3.1.17) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [van-dam-3.1.16](https://github.com/truecharts/charts/compare/van-dam-3.1.15...van-dam-3.1.16) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [van-dam-3.1.15](https://github.com/truecharts/charts/compare/van-dam-3.1.14...van-dam-3.1.15) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [van-dam-3.1.14](https://github.com/truecharts/charts/compare/van-dam-3.1.13...van-dam-3.1.14) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [van-dam-3.1.13](https://github.com/truecharts/charts/compare/van-dam-3.1.12...van-dam-3.1.13) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [van-dam-3.1.12](https://github.com/truecharts/charts/compare/van-dam-3.1.11...van-dam-3.1.12) (2024-01-03) + +### Chore + + + +- update container image ghcr.io/floppy/van_dam to v0.54.1[@27c28fe](https://github.com/27c28fe) by renovate ([#16803](https://github.com/truecharts/charts/issues/16803)) + + +## [van-dam-3.1.11](https://github.com/truecharts/charts/compare/van-dam-3.1.10...van-dam-3.1.11) (2024-01-03) + +### Chore diff --git a/stable/van-dam/4.2.0/Chart.yaml b/stable/van-dam/4.2.0/Chart.yaml new file mode 100644 index 00000000000..68c219035d1 --- /dev/null +++ b/stable/van-dam/4.2.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.54.1 +dependencies: + - name: common + version: 18.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 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.0 diff --git a/stable/van-dam/4.1.0/README.md b/stable/van-dam/4.2.0/README.md similarity index 100% rename from stable/van-dam/4.1.0/README.md rename to stable/van-dam/4.2.0/README.md diff --git a/stable/van-dam/4.1.0/app-readme.md b/stable/van-dam/4.2.0/app-readme.md similarity index 100% rename from stable/van-dam/4.1.0/app-readme.md rename to stable/van-dam/4.2.0/app-readme.md diff --git a/stable/van-dam/4.2.0/charts/common-18.1.2.tgz b/stable/van-dam/4.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/van-dam/4.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/van-dam/4.1.0/charts/redis-11.2.1.tgz b/stable/van-dam/4.2.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/van-dam/4.1.0/charts/redis-11.2.1.tgz rename to stable/van-dam/4.2.0/charts/redis-11.2.1.tgz diff --git a/stable/van-dam/4.1.0/ix_values.yaml b/stable/van-dam/4.2.0/ix_values.yaml similarity index 100% rename from stable/van-dam/4.1.0/ix_values.yaml rename to stable/van-dam/4.2.0/ix_values.yaml diff --git a/stable/van-dam/4.1.0/questions.yaml b/stable/van-dam/4.2.0/questions.yaml similarity index 100% rename from stable/van-dam/4.1.0/questions.yaml rename to stable/van-dam/4.2.0/questions.yaml diff --git a/stable/vikunja/13.1.0/templates/NOTES.txt b/stable/van-dam/4.2.0/templates/NOTES.txt similarity index 100% rename from stable/vikunja/13.1.0/templates/NOTES.txt rename to stable/van-dam/4.2.0/templates/NOTES.txt diff --git a/stable/van-dam/4.1.0/templates/_secrets.tpl b/stable/van-dam/4.2.0/templates/_secrets.tpl similarity index 100% rename from stable/van-dam/4.1.0/templates/_secrets.tpl rename to stable/van-dam/4.2.0/templates/_secrets.tpl diff --git a/stable/van-dam/4.1.0/templates/common.yaml b/stable/van-dam/4.2.0/templates/common.yaml similarity index 100% rename from stable/van-dam/4.1.0/templates/common.yaml rename to stable/van-dam/4.2.0/templates/common.yaml diff --git a/stable/vertex/5.1.1/values.yaml b/stable/van-dam/4.2.0/values.yaml similarity index 100% rename from stable/vertex/5.1.1/values.yaml rename to stable/van-dam/4.2.0/values.yaml diff --git a/stable/venstar2mqtt/5.1.0/CHANGELOG.md b/stable/venstar2mqtt/5.1.0/CHANGELOG.md deleted file mode 100644 index 4910a3133b5..00000000000 --- a/stable/venstar2mqtt/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/venstar2mqtt/5.1.0/Chart.yaml b/stable/venstar2mqtt/5.1.0/Chart.yaml deleted file mode 100644 index 78b3f28d219..00000000000 --- a/stable/venstar2mqtt/5.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/venstar2mqtt/5.1.0/charts/common-18.0.1.tgz b/stable/venstar2mqtt/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/venstar2mqtt/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/verysync/9.1.0/.helmignore b/stable/venstar2mqtt/5.2.0/.helmignore similarity index 100% rename from stable/verysync/9.1.0/.helmignore rename to stable/venstar2mqtt/5.2.0/.helmignore diff --git a/stable/venstar2mqtt/5.2.0/CHANGELOG.md b/stable/venstar2mqtt/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..cdcf65bf865 --- /dev/null +++ b/stable/venstar2mqtt/5.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/venstar2mqtt/5.2.0/Chart.yaml b/stable/venstar2mqtt/5.2.0/Chart.yaml new file mode 100644 index 00000000000..eb5615f7934 --- /dev/null +++ b/stable/venstar2mqtt/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/venstar2mqtt/5.1.0/README.md b/stable/venstar2mqtt/5.2.0/README.md similarity index 100% rename from stable/venstar2mqtt/5.1.0/README.md rename to stable/venstar2mqtt/5.2.0/README.md diff --git a/stable/venstar2mqtt/5.1.0/app-readme.md b/stable/venstar2mqtt/5.2.0/app-readme.md similarity index 100% rename from stable/venstar2mqtt/5.1.0/app-readme.md rename to stable/venstar2mqtt/5.2.0/app-readme.md diff --git a/stable/venstar2mqtt/5.2.0/charts/common-18.1.2.tgz b/stable/venstar2mqtt/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/venstar2mqtt/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/venstar2mqtt/5.1.0/ix_values.yaml b/stable/venstar2mqtt/5.2.0/ix_values.yaml similarity index 100% rename from stable/venstar2mqtt/5.1.0/ix_values.yaml rename to stable/venstar2mqtt/5.2.0/ix_values.yaml diff --git a/stable/venstar2mqtt/5.1.0/questions.yaml b/stable/venstar2mqtt/5.2.0/questions.yaml similarity index 100% rename from stable/venstar2mqtt/5.1.0/questions.yaml rename to stable/venstar2mqtt/5.2.0/questions.yaml diff --git a/stable/venstar2mqtt/5.1.0/templates/common.yaml b/stable/venstar2mqtt/5.2.0/templates/common.yaml similarity index 100% rename from stable/venstar2mqtt/5.1.0/templates/common.yaml rename to stable/venstar2mqtt/5.2.0/templates/common.yaml diff --git a/stable/verysync/9.1.0/values.yaml b/stable/venstar2mqtt/5.2.0/values.yaml similarity index 100% rename from stable/verysync/9.1.0/values.yaml rename to stable/venstar2mqtt/5.2.0/values.yaml diff --git a/stable/vertex/5.1.1/CHANGELOG.md b/stable/vertex/5.1.1/CHANGELOG.md deleted file mode 100644 index 52780a0bbfb..00000000000 --- a/stable/vertex/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - -## [vertex-4.1.14](https://github.com/truecharts/charts/compare/vertex-4.1.13...vertex-4.1.14) (2024-02-05) - -### Chore - - - -- update container image lswl/vertex to stable[@83cdf98](https://github.com/83cdf98) by renovate ([#17884](https://github.com/truecharts/charts/issues/17884)) - - -## [vertex-4.1.13](https://github.com/truecharts/charts/compare/vertex-4.1.12...vertex-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [vertex-4.1.12](https://github.com/truecharts/charts/compare/vertex-4.1.11...vertex-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [vertex-4.1.11](https://github.com/truecharts/charts/compare/vertex-4.1.10...vertex-4.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [vertex-4.1.10](https://github.com/truecharts/charts/compare/vertex-4.1.9...vertex-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [vertex-4.1.9](https://github.com/truecharts/charts/compare/vertex-4.1.8...vertex-4.1.9) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [vertex-4.1.8](https://github.com/truecharts/charts/compare/vertex-4.1.7...vertex-4.1.8) (2024-01-14) - - - - -## [vertex-4.1.7](https://github.com/truecharts/charts/compare/vertex-4.1.6...vertex-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [vertex-4.1.6](https://github.com/truecharts/charts/compare/vertex-4.1.5...vertex-4.1.6) (2024-01-03) - -### Chore - - - -- update container image lswl/vertex to stable[@953e7b3](https://github.com/953e7b3) by renovate ([#16848](https://github.com/truecharts/charts/issues/16848)) \ No newline at end of file diff --git a/stable/vertex/5.1.1/Chart.yaml b/stable/vertex/5.1.1/Chart.yaml deleted file mode 100644 index e712b6c9a44..00000000000 --- a/stable/vertex/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: 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.1 diff --git a/stable/vertex/5.1.1/charts/common-18.0.2.tgz b/stable/vertex/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/vertex/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/vertex/5.1.1/ix_values.yaml b/stable/vertex/5.1.1/ix_values.yaml deleted file mode 100644 index 9f8d47b9b7a..00000000000 --- a/stable/vertex/5.1.1/ix_values.yaml +++ /dev/null @@ -1,30 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: lswl/vertex - tag: stable@sha256:28ea883ce2fc0ad5fe77d91dcb10c3f307220b3accb10a4f261d9000934d8614 -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/vikunja/13.1.0/.helmignore b/stable/vertex/5.2.0/.helmignore similarity index 100% rename from stable/vikunja/13.1.0/.helmignore rename to stable/vertex/5.2.0/.helmignore diff --git a/stable/vertex/5.2.0/CHANGELOG.md b/stable/vertex/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..01ed4ede173 --- /dev/null +++ b/stable/vertex/5.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + +## [vertex-4.1.14](https://github.com/truecharts/charts/compare/vertex-4.1.13...vertex-4.1.14) (2024-02-05) + +### Chore + + + +- update container image lswl/vertex to stable[@83cdf98](https://github.com/83cdf98) by renovate ([#17884](https://github.com/truecharts/charts/issues/17884)) + + +## [vertex-4.1.13](https://github.com/truecharts/charts/compare/vertex-4.1.12...vertex-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [vertex-4.1.12](https://github.com/truecharts/charts/compare/vertex-4.1.11...vertex-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [vertex-4.1.11](https://github.com/truecharts/charts/compare/vertex-4.1.10...vertex-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [vertex-4.1.10](https://github.com/truecharts/charts/compare/vertex-4.1.9...vertex-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [vertex-4.1.9](https://github.com/truecharts/charts/compare/vertex-4.1.8...vertex-4.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [vertex-4.1.8](https://github.com/truecharts/charts/compare/vertex-4.1.7...vertex-4.1.8) (2024-01-14) + + + + +## [vertex-4.1.7](https://github.com/truecharts/charts/compare/vertex-4.1.6...vertex-4.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [vertex-4.1.6](https://github.com/truecharts/charts/compare/vertex-4.1.5...vertex-4.1.6) (2024-01-03) + +### Chore \ No newline at end of file diff --git a/stable/vertex/5.2.0/Chart.yaml b/stable/vertex/5.2.0/Chart.yaml new file mode 100644 index 00000000000..f4d336e57e6 --- /dev/null +++ b/stable/vertex/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Vertex +home: https://truecharts.org/charts/stable/vertex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vertex.png +keywords: + - vertex + - home-automation + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: vertex +sources: + - https://gitlab.lswl.in/lswl/vertex + - https://github.com/truecharts/charts/tree/master/charts/stable/vertex + - https://hub.docker.com/r/lswl/vertex +type: application +version: 5.2.0 diff --git a/stable/vertex/5.1.1/README.md b/stable/vertex/5.2.0/README.md similarity index 100% rename from stable/vertex/5.1.1/README.md rename to stable/vertex/5.2.0/README.md diff --git a/stable/vertex/5.1.1/app-readme.md b/stable/vertex/5.2.0/app-readme.md similarity index 100% rename from stable/vertex/5.1.1/app-readme.md rename to stable/vertex/5.2.0/app-readme.md diff --git a/stable/vertex/5.2.0/charts/common-18.1.2.tgz b/stable/vertex/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/vertex/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/vertex/5.2.0/ix_values.yaml b/stable/vertex/5.2.0/ix_values.yaml new file mode 100644 index 00000000000..3118e7486c8 --- /dev/null +++ b/stable/vertex/5.2.0/ix_values.yaml @@ -0,0 +1,30 @@ +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/vertex/5.1.1/questions.yaml b/stable/vertex/5.2.0/questions.yaml similarity index 100% rename from stable/vertex/5.1.1/questions.yaml rename to stable/vertex/5.2.0/questions.yaml diff --git a/stable/vertex/5.1.1/templates/common.yaml b/stable/vertex/5.2.0/templates/common.yaml similarity index 100% rename from stable/vertex/5.1.1/templates/common.yaml rename to stable/vertex/5.2.0/templates/common.yaml diff --git a/stable/vikunja/13.1.0/values.yaml b/stable/vertex/5.2.0/values.yaml similarity index 100% rename from stable/vikunja/13.1.0/values.yaml rename to stable/vertex/5.2.0/values.yaml diff --git a/stable/verysync/9.1.0/CHANGELOG.md b/stable/verysync/9.1.0/CHANGELOG.md deleted file mode 100644 index 21e0a0c2848..00000000000 --- a/stable/verysync/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/verysync/9.1.0/Chart.yaml b/stable/verysync/9.1.0/Chart.yaml deleted file mode 100644 index 76462fbbaab..00000000000 --- a/stable/verysync/9.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.17.0 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/verysync/9.1.0/charts/common-18.0.1.tgz b/stable/verysync/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/verysync/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/vintage-story/5.1.0/.helmignore b/stable/verysync/9.2.0/.helmignore similarity index 100% rename from stable/vintage-story/5.1.0/.helmignore rename to stable/verysync/9.2.0/.helmignore diff --git a/stable/verysync/9.2.0/CHANGELOG.md b/stable/verysync/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f6cba71c696 --- /dev/null +++ b/stable/verysync/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/verysync/9.2.0/Chart.yaml b/stable/verysync/9.2.0/Chart.yaml new file mode 100644 index 00000000000..433a938ce0e --- /dev/null +++ b/stable/verysync/9.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.17.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/verysync/9.1.0/README.md b/stable/verysync/9.2.0/README.md similarity index 100% rename from stable/verysync/9.1.0/README.md rename to stable/verysync/9.2.0/README.md diff --git a/stable/verysync/9.1.0/app-readme.md b/stable/verysync/9.2.0/app-readme.md similarity index 100% rename from stable/verysync/9.1.0/app-readme.md rename to stable/verysync/9.2.0/app-readme.md diff --git a/stable/verysync/9.2.0/charts/common-18.1.2.tgz b/stable/verysync/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/verysync/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/verysync/9.1.0/ix_values.yaml b/stable/verysync/9.2.0/ix_values.yaml similarity index 100% rename from stable/verysync/9.1.0/ix_values.yaml rename to stable/verysync/9.2.0/ix_values.yaml diff --git a/stable/verysync/9.1.0/questions.yaml b/stable/verysync/9.2.0/questions.yaml similarity index 100% rename from stable/verysync/9.1.0/questions.yaml rename to stable/verysync/9.2.0/questions.yaml diff --git a/stable/vocechat-server/3.1.0/templates/NOTES.txt b/stable/verysync/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/vocechat-server/3.1.0/templates/NOTES.txt rename to stable/verysync/9.2.0/templates/NOTES.txt diff --git a/stable/wallos/4.1.2/templates/common.yaml b/stable/verysync/9.2.0/templates/common.yaml similarity index 100% rename from stable/wallos/4.1.2/templates/common.yaml rename to stable/verysync/9.2.0/templates/common.yaml diff --git a/stable/vintage-story/5.1.0/values.yaml b/stable/verysync/9.2.0/values.yaml similarity index 100% rename from stable/vintage-story/5.1.0/values.yaml rename to stable/verysync/9.2.0/values.yaml diff --git a/stable/vikunja/13.1.0/CHANGELOG.md b/stable/vikunja/13.1.0/CHANGELOG.md deleted file mode 100644 index db357bdd0ff..00000000000 --- a/stable/vikunja/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - -## [vikunja-12.1.21](https://github.com/truecharts/charts/compare/vikunja-12.1.20...vikunja-12.1.21) (2024-02-12) - -### Chore - - - -- update container image nginx to 1.25.3[@84c52df](https://github.com/84c52df) by renovate ([#18099](https://github.com/truecharts/charts/issues/18099)) - - -## [vikunja-12.1.20](https://github.com/truecharts/charts/compare/vikunja-12.1.19...vikunja-12.1.20) (2024-02-05) - -### Chore - - - -- update container image nginx to 1.25.3[@5f44022](https://github.com/5f44022) by renovate ([#17889](https://github.com/truecharts/charts/issues/17889)) - - -## [vikunja-12.1.19](https://github.com/truecharts/charts/compare/vikunja-12.1.18...vikunja-12.1.19) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [vikunja-12.1.18](https://github.com/truecharts/charts/compare/vikunja-12.1.17...vikunja-12.1.18) (2024-02-03) - -### Chore - - - -- update container image nginx to 1.25.3[@6eb9534](https://github.com/6eb9534) by renovate ([#17798](https://github.com/truecharts/charts/issues/17798)) - - -## [vikunja-12.1.17](https://github.com/truecharts/charts/compare/vikunja-12.1.15...vikunja-12.1.17) (2024-01-29) - -### Chore - - - -- update vikunja to v0.22.1[@c941543](https://github.com/c941543) by renovate (patch) ([#17687](https://github.com/truecharts/charts/issues/17687)) - - -## [vikunja-12.1.15](https://github.com/truecharts/charts/compare/vikunja-12.1.14...vikunja-12.1.15) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [vikunja-12.1.14](https://github.com/truecharts/charts/compare/vikunja-12.1.13...vikunja-12.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [vikunja-12.1.13](https://github.com/truecharts/charts/compare/vikunja-12.1.12...vikunja-12.1.13) (2024-01-21) - -### Chore - - - -- 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/vikunja/13.1.0/Chart.yaml b/stable/vikunja/13.1.0/Chart.yaml deleted file mode 100644 index 9545c3f58a9..00000000000 --- a/stable/vikunja/13.1.0/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 11.2.1 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The to-do app to organize your life. -home: https://truecharts.org/charts/stable/vikunja -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vikunja.png -keywords: - - vikunja -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: vikunja -sources: - - https://vikunja.io/docs - - https://github.com/truecharts/charts/tree/master/charts/stable/vikunja - - https://hub.docker.com/r/vikunja/api - - https://hub.docker.com/_/nginx - - https://hub.docker.com/r/vikunja/frontend -type: application -version: 13.1.0 diff --git a/stable/vikunja/13.1.0/charts/common-18.0.1.tgz b/stable/vikunja/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/vikunja/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/virt-manager/5.1.0/.helmignore b/stable/vikunja/13.2.0/.helmignore similarity index 100% rename from stable/virt-manager/5.1.0/.helmignore rename to stable/vikunja/13.2.0/.helmignore diff --git a/stable/vikunja/13.2.0/CHANGELOG.md b/stable/vikunja/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5888f121a4b --- /dev/null +++ b/stable/vikunja/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + + + +## [vikunja-12.1.21](https://github.com/truecharts/charts/compare/vikunja-12.1.20...vikunja-12.1.21) (2024-02-12) + +### Chore + + + +- update container image nginx to 1.25.3[@84c52df](https://github.com/84c52df) by renovate ([#18099](https://github.com/truecharts/charts/issues/18099)) + + +## [vikunja-12.1.20](https://github.com/truecharts/charts/compare/vikunja-12.1.19...vikunja-12.1.20) (2024-02-05) + +### Chore + + + +- update container image nginx to 1.25.3[@5f44022](https://github.com/5f44022) by renovate ([#17889](https://github.com/truecharts/charts/issues/17889)) + + +## [vikunja-12.1.19](https://github.com/truecharts/charts/compare/vikunja-12.1.18...vikunja-12.1.19) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [vikunja-12.1.18](https://github.com/truecharts/charts/compare/vikunja-12.1.17...vikunja-12.1.18) (2024-02-03) + +### Chore + + + +- update container image nginx to 1.25.3[@6eb9534](https://github.com/6eb9534) by renovate ([#17798](https://github.com/truecharts/charts/issues/17798)) + + +## [vikunja-12.1.17](https://github.com/truecharts/charts/compare/vikunja-12.1.15...vikunja-12.1.17) (2024-01-29) + +### Chore + + + +- update vikunja to v0.22.1[@c941543](https://github.com/c941543) by renovate (patch) ([#17687](https://github.com/truecharts/charts/issues/17687)) + + +## [vikunja-12.1.15](https://github.com/truecharts/charts/compare/vikunja-12.1.14...vikunja-12.1.15) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [vikunja-12.1.14](https://github.com/truecharts/charts/compare/vikunja-12.1.13...vikunja-12.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [vikunja-12.1.13](https://github.com/truecharts/charts/compare/vikunja-12.1.12...vikunja-12.1.13) (2024-01-21) + +### Chore diff --git a/stable/vikunja/13.2.0/Chart.yaml b/stable/vikunja/13.2.0/Chart.yaml new file mode 100644 index 00000000000..6d050a09767 --- /dev/null +++ b/stable/vikunja/13.2.0/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.22.1 +dependencies: + - name: common + version: 18.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: The to-do app to organize your life. +home: https://truecharts.org/charts/stable/vikunja +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vikunja.png +keywords: + - vikunja +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: vikunja +sources: + - https://vikunja.io/docs + - https://github.com/truecharts/charts/tree/master/charts/stable/vikunja + - https://hub.docker.com/_/nginx + - https://hub.docker.com/r/vikunja/api + - https://hub.docker.com/r/vikunja/frontend +type: application +version: 13.2.0 diff --git a/stable/vikunja/13.1.0/README.md b/stable/vikunja/13.2.0/README.md similarity index 100% rename from stable/vikunja/13.1.0/README.md rename to stable/vikunja/13.2.0/README.md diff --git a/stable/vikunja/13.1.0/app-readme.md b/stable/vikunja/13.2.0/app-readme.md similarity index 100% rename from stable/vikunja/13.1.0/app-readme.md rename to stable/vikunja/13.2.0/app-readme.md diff --git a/stable/vikunja/13.2.0/charts/common-18.1.2.tgz b/stable/vikunja/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/vikunja/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/vikunja/13.1.0/charts/redis-11.2.1.tgz b/stable/vikunja/13.2.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/vikunja/13.1.0/charts/redis-11.2.1.tgz rename to stable/vikunja/13.2.0/charts/redis-11.2.1.tgz diff --git a/stable/vikunja/13.1.0/ix_values.yaml b/stable/vikunja/13.2.0/ix_values.yaml similarity index 100% rename from stable/vikunja/13.1.0/ix_values.yaml rename to stable/vikunja/13.2.0/ix_values.yaml diff --git a/stable/vikunja/13.1.0/questions.yaml b/stable/vikunja/13.2.0/questions.yaml similarity index 100% rename from stable/vikunja/13.1.0/questions.yaml rename to stable/vikunja/13.2.0/questions.yaml diff --git a/stable/wallos/4.1.2/templates/NOTES.txt b/stable/vikunja/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/wallos/4.1.2/templates/NOTES.txt rename to stable/vikunja/13.2.0/templates/NOTES.txt diff --git a/stable/vikunja/13.1.0/templates/_secrets.tpl b/stable/vikunja/13.2.0/templates/_secrets.tpl similarity index 100% rename from stable/vikunja/13.1.0/templates/_secrets.tpl rename to stable/vikunja/13.2.0/templates/_secrets.tpl diff --git a/stable/vikunja/13.1.0/templates/common.yaml b/stable/vikunja/13.2.0/templates/common.yaml similarity index 100% rename from stable/vikunja/13.1.0/templates/common.yaml rename to stable/vikunja/13.2.0/templates/common.yaml diff --git a/stable/virt-manager/5.1.0/values.yaml b/stable/vikunja/13.2.0/values.yaml similarity index 100% rename from stable/virt-manager/5.1.0/values.yaml rename to stable/vikunja/13.2.0/values.yaml diff --git a/stable/vintage-story/5.1.0/CHANGELOG.md b/stable/vintage-story/5.1.0/CHANGELOG.md deleted file mode 100644 index f8668ebb55a..00000000000 --- a/stable/vintage-story/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/vintage-story/5.1.0/Chart.yaml b/stable/vintage-story/5.1.0/Chart.yaml deleted file mode 100644 index 15bdf248725..00000000000 --- a/stable/vintage-story/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/vintage-story/5.1.0/charts/common-18.0.1.tgz b/stable/vintage-story/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/vintage-story/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/vlmcsd-kms-server/5.1.0/.helmignore b/stable/vintage-story/5.2.0/.helmignore similarity index 100% rename from stable/vlmcsd-kms-server/5.1.0/.helmignore rename to stable/vintage-story/5.2.0/.helmignore diff --git a/stable/vintage-story/5.2.0/CHANGELOG.md b/stable/vintage-story/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..55bb8d460be --- /dev/null +++ b/stable/vintage-story/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/vintage-story/5.2.0/Chart.yaml b/stable/vintage-story/5.2.0/Chart.yaml new file mode 100644 index 00000000000..040268da68d --- /dev/null +++ b/stable/vintage-story/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/vintage-story/5.1.0/README.md b/stable/vintage-story/5.2.0/README.md similarity index 100% rename from stable/vintage-story/5.1.0/README.md rename to stable/vintage-story/5.2.0/README.md diff --git a/stable/vintage-story/5.1.0/app-readme.md b/stable/vintage-story/5.2.0/app-readme.md similarity index 100% rename from stable/vintage-story/5.1.0/app-readme.md rename to stable/vintage-story/5.2.0/app-readme.md diff --git a/stable/vintage-story/5.2.0/charts/common-18.1.2.tgz b/stable/vintage-story/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/vintage-story/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/vintage-story/5.1.0/ix_values.yaml b/stable/vintage-story/5.2.0/ix_values.yaml similarity index 100% rename from stable/vintage-story/5.1.0/ix_values.yaml rename to stable/vintage-story/5.2.0/ix_values.yaml diff --git a/stable/vintage-story/5.1.0/questions.yaml b/stable/vintage-story/5.2.0/questions.yaml similarity index 100% rename from stable/vintage-story/5.1.0/questions.yaml rename to stable/vintage-story/5.2.0/questions.yaml diff --git a/stable/vintage-story/5.1.0/templates/common.yaml b/stable/vintage-story/5.2.0/templates/common.yaml similarity index 100% rename from stable/vintage-story/5.1.0/templates/common.yaml rename to stable/vintage-story/5.2.0/templates/common.yaml diff --git a/stable/vlmcsd-kms-server/5.1.0/values.yaml b/stable/vintage-story/5.2.0/values.yaml similarity index 100% rename from stable/vlmcsd-kms-server/5.1.0/values.yaml rename to stable/vintage-story/5.2.0/values.yaml diff --git a/stable/virt-manager/5.1.0/CHANGELOG.md b/stable/virt-manager/5.1.0/CHANGELOG.md deleted file mode 100644 index 826a840a49e..00000000000 --- a/stable/virt-manager/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/virt-manager/5.1.0/Chart.yaml b/stable/virt-manager/5.1.0/Chart.yaml deleted file mode 100644 index b741323c948..00000000000 --- a/stable/virt-manager/5.1.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: 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.1 - 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.0 diff --git a/stable/virt-manager/5.1.0/charts/common-18.0.1.tgz b/stable/virt-manager/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/virt-manager/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/vocechat-server/3.1.0/.helmignore b/stable/virt-manager/5.2.0/.helmignore similarity index 100% rename from stable/vocechat-server/3.1.0/.helmignore rename to stable/virt-manager/5.2.0/.helmignore diff --git a/stable/virt-manager/5.2.0/CHANGELOG.md b/stable/virt-manager/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a7116a9e635 --- /dev/null +++ b/stable/virt-manager/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/virt-manager/5.2.0/Chart.yaml b/stable/virt-manager/5.2.0/Chart.yaml new file mode 100644 index 00000000000..a2ecdbf8157 --- /dev/null +++ b/stable/virt-manager/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/virt-manager/5.1.0/README.md b/stable/virt-manager/5.2.0/README.md similarity index 100% rename from stable/virt-manager/5.1.0/README.md rename to stable/virt-manager/5.2.0/README.md diff --git a/stable/virt-manager/5.1.0/app-readme.md b/stable/virt-manager/5.2.0/app-readme.md similarity index 100% rename from stable/virt-manager/5.1.0/app-readme.md rename to stable/virt-manager/5.2.0/app-readme.md diff --git a/stable/virt-manager/5.2.0/charts/common-18.1.2.tgz b/stable/virt-manager/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/virt-manager/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/virt-manager/5.1.0/ix_values.yaml b/stable/virt-manager/5.2.0/ix_values.yaml similarity index 100% rename from stable/virt-manager/5.1.0/ix_values.yaml rename to stable/virt-manager/5.2.0/ix_values.yaml diff --git a/stable/virt-manager/5.1.0/questions.yaml b/stable/virt-manager/5.2.0/questions.yaml similarity index 100% rename from stable/virt-manager/5.1.0/questions.yaml rename to stable/virt-manager/5.2.0/questions.yaml diff --git a/stable/virt-manager/5.1.0/templates/common.yaml b/stable/virt-manager/5.2.0/templates/common.yaml similarity index 100% rename from stable/virt-manager/5.1.0/templates/common.yaml rename to stable/virt-manager/5.2.0/templates/common.yaml diff --git a/stable/vocechat-server/3.1.0/values.yaml b/stable/virt-manager/5.2.0/values.yaml similarity index 100% rename from stable/vocechat-server/3.1.0/values.yaml rename to stable/virt-manager/5.2.0/values.yaml diff --git a/stable/vlmcsd-kms-server/5.1.0/CHANGELOG.md b/stable/vlmcsd-kms-server/5.1.0/CHANGELOG.md deleted file mode 100644 index 2a6cb7e86d9..00000000000 --- a/stable/vlmcsd-kms-server/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/vlmcsd-kms-server/5.1.0/Chart.yaml b/stable/vlmcsd-kms-server/5.1.0/Chart.yaml deleted file mode 100644 index f397a056383..00000000000 --- a/stable/vlmcsd-kms-server/5.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: 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.1 - 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.0 diff --git a/stable/vlmcsd-kms-server/5.1.0/charts/common-18.0.1.tgz b/stable/vlmcsd-kms-server/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/vlmcsd-kms-server/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/wallos/4.1.2/.helmignore b/stable/vlmcsd-kms-server/5.2.0/.helmignore similarity index 100% rename from stable/wallos/4.1.2/.helmignore rename to stable/vlmcsd-kms-server/5.2.0/.helmignore diff --git a/stable/vlmcsd-kms-server/5.2.0/CHANGELOG.md b/stable/vlmcsd-kms-server/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..5b0cfc8d227 --- /dev/null +++ b/stable/vlmcsd-kms-server/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/vlmcsd-kms-server/5.2.0/Chart.yaml b/stable/vlmcsd-kms-server/5.2.0/Chart.yaml new file mode 100644 index 00000000000..b29ec552db6 --- /dev/null +++ b/stable/vlmcsd-kms-server/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/vlmcsd-kms-server/5.1.0/README.md b/stable/vlmcsd-kms-server/5.2.0/README.md similarity index 100% rename from stable/vlmcsd-kms-server/5.1.0/README.md rename to stable/vlmcsd-kms-server/5.2.0/README.md diff --git a/stable/vlmcsd-kms-server/5.1.0/app-readme.md b/stable/vlmcsd-kms-server/5.2.0/app-readme.md similarity index 100% rename from stable/vlmcsd-kms-server/5.1.0/app-readme.md rename to stable/vlmcsd-kms-server/5.2.0/app-readme.md diff --git a/stable/vlmcsd-kms-server/5.2.0/charts/common-18.1.2.tgz b/stable/vlmcsd-kms-server/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/vlmcsd-kms-server/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/vlmcsd-kms-server/5.1.0/ix_values.yaml b/stable/vlmcsd-kms-server/5.2.0/ix_values.yaml similarity index 100% rename from stable/vlmcsd-kms-server/5.1.0/ix_values.yaml rename to stable/vlmcsd-kms-server/5.2.0/ix_values.yaml diff --git a/stable/vlmcsd-kms-server/5.1.0/questions.yaml b/stable/vlmcsd-kms-server/5.2.0/questions.yaml similarity index 100% rename from stable/vlmcsd-kms-server/5.1.0/questions.yaml rename to stable/vlmcsd-kms-server/5.2.0/questions.yaml diff --git a/stable/vlmcsd-kms-server/5.1.0/templates/common.yaml b/stable/vlmcsd-kms-server/5.2.0/templates/common.yaml similarity index 100% rename from stable/vlmcsd-kms-server/5.1.0/templates/common.yaml rename to stable/vlmcsd-kms-server/5.2.0/templates/common.yaml diff --git a/stable/wallos/4.1.2/values.yaml b/stable/vlmcsd-kms-server/5.2.0/values.yaml similarity index 100% rename from stable/wallos/4.1.2/values.yaml rename to stable/vlmcsd-kms-server/5.2.0/values.yaml diff --git a/stable/vocechat-server/3.1.0/CHANGELOG.md b/stable/vocechat-server/3.1.0/CHANGELOG.md deleted file mode 100644 index b7fec26e628..00000000000 --- a/stable/vocechat-server/3.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [vocechat-server-2.1.12](https://github.com/truecharts/charts/compare/vocechat-server-2.1.11...vocechat-server-2.1.12) (2024-02-05) - -### Chore - - - -- update container image privoce/vocechat-server to v0.3.44[@5257a5e](https://github.com/5257a5e) by renovate ([#17926](https://github.com/truecharts/charts/issues/17926)) - - -## [vocechat-server-2.1.11](https://github.com/truecharts/charts/compare/vocechat-server-2.1.10...vocechat-server-2.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [vocechat-server-2.1.10](https://github.com/truecharts/charts/compare/vocechat-server-2.1.9...vocechat-server-2.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [vocechat-server-2.1.9](https://github.com/truecharts/charts/compare/vocechat-server-2.1.8...vocechat-server-2.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [vocechat-server-2.1.8](https://github.com/truecharts/charts/compare/vocechat-server-2.1.7...vocechat-server-2.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [vocechat-server-2.1.7](https://github.com/truecharts/charts/compare/vocechat-server-2.1.6...vocechat-server-2.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [vocechat-server-2.1.6](https://github.com/truecharts/charts/compare/vocechat-server-2.1.5...vocechat-server-2.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [vocechat-server-2.1.5](https://github.com/truecharts/charts/compare/vocechat-server-2.1.4...vocechat-server-2.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [vocechat-server-2.1.4](https://github.com/truecharts/charts/compare/vocechat-server-2.1.3...vocechat-server-2.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [vocechat-server-2.1.3](https://github.com/truecharts/charts/compare/vocechat-server-2.1.0...vocechat-server-2.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/vocechat-server/3.1.0/Chart.yaml b/stable/vocechat-server/3.1.0/Chart.yaml deleted file mode 100644 index 95440b71e0f..00000000000 --- a/stable/vocechat-server/3.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/vocechat-server/3.1.0/charts/common-18.0.1.tgz b/stable/vocechat-server/3.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/vocechat-server/3.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/watcharr/4.1.0/.helmignore b/stable/vocechat-server/3.2.0/.helmignore similarity index 100% rename from stable/watcharr/4.1.0/.helmignore rename to stable/vocechat-server/3.2.0/.helmignore diff --git a/stable/vocechat-server/3.2.0/CHANGELOG.md b/stable/vocechat-server/3.2.0/CHANGELOG.md new file mode 100644 index 00000000000..ba0b391eeee --- /dev/null +++ b/stable/vocechat-server/3.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/vocechat-server/3.2.0/Chart.yaml b/stable/vocechat-server/3.2.0/Chart.yaml new file mode 100644 index 00000000000..c23f6692e5c --- /dev/null +++ b/stable/vocechat-server/3.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: social + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.3.44 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/vocechat-server/3.1.0/README.md b/stable/vocechat-server/3.2.0/README.md similarity index 100% rename from stable/vocechat-server/3.1.0/README.md rename to stable/vocechat-server/3.2.0/README.md diff --git a/stable/vocechat-server/3.1.0/app-readme.md b/stable/vocechat-server/3.2.0/app-readme.md similarity index 100% rename from stable/vocechat-server/3.1.0/app-readme.md rename to stable/vocechat-server/3.2.0/app-readme.md diff --git a/stable/vocechat-server/3.2.0/charts/common-18.1.2.tgz b/stable/vocechat-server/3.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/vocechat-server/3.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/vocechat-server/3.1.0/ix_values.yaml b/stable/vocechat-server/3.2.0/ix_values.yaml similarity index 100% rename from stable/vocechat-server/3.1.0/ix_values.yaml rename to stable/vocechat-server/3.2.0/ix_values.yaml diff --git a/stable/vocechat-server/3.1.0/questions.yaml b/stable/vocechat-server/3.2.0/questions.yaml similarity index 100% rename from stable/vocechat-server/3.1.0/questions.yaml rename to stable/vocechat-server/3.2.0/questions.yaml diff --git a/stable/watcharr/4.1.0/templates/NOTES.txt b/stable/vocechat-server/3.2.0/templates/NOTES.txt similarity index 100% rename from stable/watcharr/4.1.0/templates/NOTES.txt rename to stable/vocechat-server/3.2.0/templates/NOTES.txt diff --git a/stable/watchyourlan/8.1.0/templates/common.yaml b/stable/vocechat-server/3.2.0/templates/common.yaml similarity index 100% rename from stable/watchyourlan/8.1.0/templates/common.yaml rename to stable/vocechat-server/3.2.0/templates/common.yaml diff --git a/stable/watcharr/4.1.0/values.yaml b/stable/vocechat-server/3.2.0/values.yaml similarity index 100% rename from stable/watcharr/4.1.0/values.yaml rename to stable/vocechat-server/3.2.0/values.yaml diff --git a/stable/wallos/4.1.2/CHANGELOG.md b/stable/wallos/4.1.2/CHANGELOG.md deleted file mode 100644 index 440d6d73f2f..00000000000 --- a/stable/wallos/4.1.2/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 - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/wallos/4.1.2/Chart.yaml b/stable/wallos/4.1.2/Chart.yaml deleted file mode 100644 index e978294c697..00000000000 --- a/stable/wallos/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: 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.2 diff --git a/stable/wallos/4.1.2/charts/common-18.0.2.tgz b/stable/wallos/4.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/wallos/4.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/wallos/4.1.2/ix_values.yaml b/stable/wallos/4.1.2/ix_values.yaml deleted file mode 100644 index 671cf1c78c8..00000000000 --- a/stable/wallos/4.1.2/ix_values.yaml +++ /dev/null @@ -1,31 +0,0 @@ -image: - repository: docker.io/bellamy/wallos - tag: latest@sha256:18f77ed070788052fb7fb2417a398f96cdd1dbb1ac7c2907531544082090bd66 - 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/watchyourlan/8.1.0/.helmignore b/stable/wallos/4.2.0/.helmignore similarity index 100% rename from stable/watchyourlan/8.1.0/.helmignore rename to stable/wallos/4.2.0/.helmignore diff --git a/stable/wallos/4.2.0/CHANGELOG.md b/stable/wallos/4.2.0/CHANGELOG.md new file mode 100644 index 00000000000..cddaac86be1 --- /dev/null +++ b/stable/wallos/4.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + + + +## [wallos-3.1.15](https://github.com/truecharts/charts/compare/wallos-3.1.14...wallos-3.1.15) (2024-02-12) + +### Chore + + + +- update container image docker.io/bellamy/wallos to latest[@c283ed7](https://github.com/c283ed7) by renovate ([#18040](https://github.com/truecharts/charts/issues/18040)) + + +## [wallos-3.1.14](https://github.com/truecharts/charts/compare/wallos-3.1.13...wallos-3.1.14) (2024-02-05) + +### Chore + + + +- update container image docker.io/bellamy/wallos to latest[@cb3128d](https://github.com/cb3128d) by renovate ([#17828](https://github.com/truecharts/charts/issues/17828)) + + +## [wallos-3.1.13](https://github.com/truecharts/charts/compare/wallos-3.1.12...wallos-3.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [wallos-3.1.12](https://github.com/truecharts/charts/compare/wallos-3.1.11...wallos-3.1.12) (2024-01-29) + +### Chore + + + +- update container image docker.io/bellamy/wallos to latest[@6ecd084](https://github.com/6ecd084) by renovate ([#17588](https://github.com/truecharts/charts/issues/17588)) + + +## [wallos-3.1.11](https://github.com/truecharts/charts/compare/wallos-3.1.10...wallos-3.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [wallos-3.1.10](https://github.com/truecharts/charts/compare/wallos-3.1.9...wallos-3.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [wallos-3.1.9](https://github.com/truecharts/charts/compare/wallos-3.1.8...wallos-3.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [wallos-3.1.8](https://github.com/truecharts/charts/compare/wallos-3.1.7...wallos-3.1.8) (2024-01-21) + +### Chore diff --git a/stable/wallos/4.2.0/Chart.yaml b/stable/wallos/4.2.0/Chart.yaml new file mode 100644 index 00000000000..000261f0926 --- /dev/null +++ b/stable/wallos/4.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Wallos - Self Hosted Subscription tracker +home: https://truecharts.org/charts/stable/wallos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wallos.png +keywords: + - dashboard +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wallos +sources: + - https://github.com/ellite/Wallos + - https://github.com/truecharts/charts/tree/master/charts/stable/wallos + - https://hub.docker.com/r/bellamy/wallos +type: application +version: 4.2.0 diff --git a/stable/wallos/4.1.2/README.md b/stable/wallos/4.2.0/README.md similarity index 100% rename from stable/wallos/4.1.2/README.md rename to stable/wallos/4.2.0/README.md diff --git a/stable/wallos/4.1.2/app-readme.md b/stable/wallos/4.2.0/app-readme.md similarity index 100% rename from stable/wallos/4.1.2/app-readme.md rename to stable/wallos/4.2.0/app-readme.md diff --git a/stable/wallos/4.2.0/charts/common-18.1.2.tgz b/stable/wallos/4.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/wallos/4.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/wallos/4.2.0/ix_values.yaml b/stable/wallos/4.2.0/ix_values.yaml new file mode 100644 index 00000000000..8e6eeb41757 --- /dev/null +++ b/stable/wallos/4.2.0/ix_values.yaml @@ -0,0 +1,31 @@ +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/wallos/4.1.2/questions.yaml b/stable/wallos/4.2.0/questions.yaml similarity index 100% rename from stable/wallos/4.1.2/questions.yaml rename to stable/wallos/4.2.0/questions.yaml diff --git a/stable/watchyourlan/8.1.0/templates/NOTES.txt b/stable/wallos/4.2.0/templates/NOTES.txt similarity index 100% rename from stable/watchyourlan/8.1.0/templates/NOTES.txt rename to stable/wallos/4.2.0/templates/NOTES.txt diff --git a/stable/webgrabplus/9.1.1/templates/common.yaml b/stable/wallos/4.2.0/templates/common.yaml similarity index 100% rename from stable/webgrabplus/9.1.1/templates/common.yaml rename to stable/wallos/4.2.0/templates/common.yaml diff --git a/stable/watchyourlan/8.1.0/values.yaml b/stable/wallos/4.2.0/values.yaml similarity index 100% rename from stable/watchyourlan/8.1.0/values.yaml rename to stable/wallos/4.2.0/values.yaml diff --git a/stable/watcharr/4.1.0/CHANGELOG.md b/stable/watcharr/4.1.0/CHANGELOG.md deleted file mode 100644 index 5a4539455b1..00000000000 --- a/stable/watcharr/4.1.0/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.0/Chart.yaml b/stable/watcharr/4.1.0/Chart.yaml deleted file mode 100644 index ac89a6ed3d5..00000000000 --- a/stable/watcharr/4.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/watcharr/4.1.0/charts/common-18.0.1.tgz b/stable/watcharr/4.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/watcharr/4.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/webgrabplus/9.1.1/.helmignore b/stable/watcharr/4.2.0/.helmignore similarity index 100% rename from stable/webgrabplus/9.1.1/.helmignore rename to stable/watcharr/4.2.0/.helmignore diff --git a/stable/watcharr/4.2.0/CHANGELOG.md b/stable/watcharr/4.2.0/CHANGELOG.md new file mode 100644 index 00000000000..3ec4c4327f9 --- /dev/null +++ b/stable/watcharr/4.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + +## [watcharr-3.5.0](https://github.com/truecharts/charts/compare/watcharr-3.4.0...watcharr-3.5.0) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/sbondco/watcharr to v1.33.0[@90fb26f](https://github.com/90fb26f) by renovate ([#18189](https://github.com/truecharts/charts/issues/18189)) + + +## [watcharr-3.4.0](https://github.com/truecharts/charts/compare/watcharr-3.3.7...watcharr-3.4.0) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/sbondco/watcharr to v1.32.1[@b746fc1](https://github.com/b746fc1) by renovate ([#17941](https://github.com/truecharts/charts/issues/17941)) + + +## [watcharr-3.3.7](https://github.com/truecharts/charts/compare/watcharr-3.3.6...watcharr-3.3.7) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [watcharr-3.3.6](https://github.com/truecharts/charts/compare/watcharr-3.3.5...watcharr-3.3.6) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [watcharr-3.3.5](https://github.com/truecharts/charts/compare/watcharr-3.3.4...watcharr-3.3.5) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [watcharr-3.3.4](https://github.com/truecharts/charts/compare/watcharr-3.3.3...watcharr-3.3.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [watcharr-3.3.3](https://github.com/truecharts/charts/compare/watcharr-3.3.2...watcharr-3.3.3) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [watcharr-3.3.2](https://github.com/truecharts/charts/compare/watcharr-3.3.1...watcharr-3.3.2) (2024-01-14) + +### Chore + + + +- update container image ghcr.io/sbondco/watcharr to v1.31.1[@2f2aa1b](https://github.com/2f2aa1b) by renovate ([#17188](https://github.com/truecharts/charts/issues/17188)) + + + + +## [watcharr-3.3.1](https://github.com/truecharts/charts/compare/watcharr-3.3.0...watcharr-3.3.1) (2024-01-09) + +### Chore + diff --git a/stable/watcharr/4.2.0/Chart.yaml b/stable/watcharr/4.2.0/Chart.yaml new file mode 100644 index 00000000000..c08f3c575cd --- /dev/null +++ b/stable/watcharr/4.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.34.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/watcharr/4.1.0/README.md b/stable/watcharr/4.2.0/README.md similarity index 100% rename from stable/watcharr/4.1.0/README.md rename to stable/watcharr/4.2.0/README.md diff --git a/stable/watcharr/4.1.0/app-readme.md b/stable/watcharr/4.2.0/app-readme.md similarity index 100% rename from stable/watcharr/4.1.0/app-readme.md rename to stable/watcharr/4.2.0/app-readme.md diff --git a/stable/watcharr/4.2.0/charts/common-18.1.2.tgz b/stable/watcharr/4.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/watcharr/4.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/watcharr/4.1.0/ix_values.yaml b/stable/watcharr/4.2.0/ix_values.yaml similarity index 100% rename from stable/watcharr/4.1.0/ix_values.yaml rename to stable/watcharr/4.2.0/ix_values.yaml diff --git a/stable/watcharr/4.1.0/questions.yaml b/stable/watcharr/4.2.0/questions.yaml similarity index 100% rename from stable/watcharr/4.1.0/questions.yaml rename to stable/watcharr/4.2.0/questions.yaml diff --git a/stable/webgrabplus/9.1.1/templates/NOTES.txt b/stable/watcharr/4.2.0/templates/NOTES.txt similarity index 100% rename from stable/webgrabplus/9.1.1/templates/NOTES.txt rename to stable/watcharr/4.2.0/templates/NOTES.txt diff --git a/stable/watcharr/4.1.0/templates/_secrets.tpl b/stable/watcharr/4.2.0/templates/_secrets.tpl similarity index 100% rename from stable/watcharr/4.1.0/templates/_secrets.tpl rename to stable/watcharr/4.2.0/templates/_secrets.tpl diff --git a/stable/watcharr/4.1.0/templates/common.yaml b/stable/watcharr/4.2.0/templates/common.yaml similarity index 100% rename from stable/watcharr/4.1.0/templates/common.yaml rename to stable/watcharr/4.2.0/templates/common.yaml diff --git a/stable/webgrabplus/9.1.1/values.yaml b/stable/watcharr/4.2.0/values.yaml similarity index 100% rename from stable/webgrabplus/9.1.1/values.yaml rename to stable/watcharr/4.2.0/values.yaml diff --git a/stable/watchyourlan/8.1.0/CHANGELOG.md b/stable/watchyourlan/8.1.0/CHANGELOG.md deleted file mode 100644 index 575f346510b..00000000000 --- a/stable/watchyourlan/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [watchyourlan-7.1.12](https://github.com/truecharts/charts/compare/watchyourlan-7.1.11...watchyourlan-7.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [watchyourlan-7.1.11](https://github.com/truecharts/charts/compare/watchyourlan-7.1.10...watchyourlan-7.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [watchyourlan-7.1.10](https://github.com/truecharts/charts/compare/watchyourlan-7.1.9...watchyourlan-7.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [watchyourlan-7.1.9](https://github.com/truecharts/charts/compare/watchyourlan-7.1.8...watchyourlan-7.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [watchyourlan-7.1.8](https://github.com/truecharts/charts/compare/watchyourlan-7.1.7...watchyourlan-7.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [watchyourlan-7.1.7](https://github.com/truecharts/charts/compare/watchyourlan-7.1.6...watchyourlan-7.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [watchyourlan-7.1.6](https://github.com/truecharts/charts/compare/watchyourlan-7.1.5...watchyourlan-7.1.6) (2024-01-08) - -### Chore - - - -- update container image aceberg/watchyourlan to v1.0.6[@c42ce1d](https://github.com/c42ce1d) by renovate ([#16979](https://github.com/truecharts/charts/issues/16979)) - - -## [watchyourlan-7.1.5](https://github.com/truecharts/charts/compare/watchyourlan-7.1.4...watchyourlan-7.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [watchyourlan-7.1.4](https://github.com/truecharts/charts/compare/watchyourlan-7.1.3...watchyourlan-7.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [watchyourlan-7.1.3](https://github.com/truecharts/charts/compare/watchyourlan-7.1.0...watchyourlan-7.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/watchyourlan/8.1.0/Chart.yaml b/stable/watchyourlan/8.1.0/Chart.yaml deleted file mode 100644 index d2b587f2f5e..00000000000 --- a/stable/watchyourlan/8.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/watchyourlan/8.1.0/charts/common-18.0.1.tgz b/stable/watchyourlan/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/watchyourlan/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/weblate/13.1.0/.helmignore b/stable/watchyourlan/8.2.0/.helmignore similarity index 100% rename from stable/weblate/13.1.0/.helmignore rename to stable/watchyourlan/8.2.0/.helmignore diff --git a/stable/watchyourlan/8.2.0/CHANGELOG.md b/stable/watchyourlan/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..bcc564812fa --- /dev/null +++ b/stable/watchyourlan/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/watchyourlan/8.2.0/Chart.yaml b/stable/watchyourlan/8.2.0/Chart.yaml new file mode 100644 index 00000000000..9cc0c02bd76 --- /dev/null +++ b/stable/watchyourlan/8.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.6 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/watchyourlan/8.1.0/README.md b/stable/watchyourlan/8.2.0/README.md similarity index 100% rename from stable/watchyourlan/8.1.0/README.md rename to stable/watchyourlan/8.2.0/README.md diff --git a/stable/watchyourlan/8.1.0/app-readme.md b/stable/watchyourlan/8.2.0/app-readme.md similarity index 100% rename from stable/watchyourlan/8.1.0/app-readme.md rename to stable/watchyourlan/8.2.0/app-readme.md diff --git a/stable/watchyourlan/8.2.0/charts/common-18.1.2.tgz b/stable/watchyourlan/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/watchyourlan/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/watchyourlan/8.1.0/ix_values.yaml b/stable/watchyourlan/8.2.0/ix_values.yaml similarity index 100% rename from stable/watchyourlan/8.1.0/ix_values.yaml rename to stable/watchyourlan/8.2.0/ix_values.yaml diff --git a/stable/watchyourlan/8.1.0/questions.yaml b/stable/watchyourlan/8.2.0/questions.yaml similarity index 100% rename from stable/watchyourlan/8.1.0/questions.yaml rename to stable/watchyourlan/8.2.0/questions.yaml diff --git a/stable/weblate/13.1.0/templates/NOTES.txt b/stable/watchyourlan/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/weblate/13.1.0/templates/NOTES.txt rename to stable/watchyourlan/8.2.0/templates/NOTES.txt diff --git a/stable/webnut/8.1.0/templates/common.yaml b/stable/watchyourlan/8.2.0/templates/common.yaml similarity index 100% rename from stable/webnut/8.1.0/templates/common.yaml rename to stable/watchyourlan/8.2.0/templates/common.yaml diff --git a/stable/weblate/13.1.0/values.yaml b/stable/watchyourlan/8.2.0/values.yaml similarity index 100% rename from stable/weblate/13.1.0/values.yaml rename to stable/watchyourlan/8.2.0/values.yaml diff --git a/stable/webgrabplus/9.1.1/CHANGELOG.md b/stable/webgrabplus/9.1.1/CHANGELOG.md deleted file mode 100644 index e57a3699faa..00000000000 --- a/stable/webgrabplus/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - -## [webgrabplus-8.1.19](https://github.com/truecharts/charts/compare/webgrabplus-8.1.18...webgrabplus-8.1.19) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@3841648](https://github.com/3841648) by renovate ([#18081](https://github.com/truecharts/charts/issues/18081)) - - -## [webgrabplus-8.1.18](https://github.com/truecharts/charts/compare/webgrabplus-8.1.17...webgrabplus-8.1.18) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@f66be42](https://github.com/f66be42) by renovate ([#17870](https://github.com/truecharts/charts/issues/17870)) - - -## [webgrabplus-8.1.17](https://github.com/truecharts/charts/compare/webgrabplus-8.1.16...webgrabplus-8.1.17) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [webgrabplus-8.1.16](https://github.com/truecharts/charts/compare/webgrabplus-8.1.15...webgrabplus-8.1.16) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@ea5c05a](https://github.com/ea5c05a) by renovate ([#17628](https://github.com/truecharts/charts/issues/17628)) - - -## [webgrabplus-8.1.15](https://github.com/truecharts/charts/compare/webgrabplus-8.1.14...webgrabplus-8.1.15) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [webgrabplus-8.1.14](https://github.com/truecharts/charts/compare/webgrabplus-8.1.13...webgrabplus-8.1.14) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [webgrabplus-8.1.13](https://github.com/truecharts/charts/compare/webgrabplus-8.1.12...webgrabplus-8.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [webgrabplus-8.1.12](https://github.com/truecharts/charts/compare/webgrabplus-8.1.11...webgrabplus-8.1.12) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [webgrabplus-8.1.11](https://github.com/truecharts/charts/compare/webgrabplus-8.1.10...webgrabplus-8.1.11) (2024-01-21) diff --git a/stable/webgrabplus/9.1.1/Chart.yaml b/stable/webgrabplus/9.1.1/Chart.yaml deleted file mode 100644 index 02451e60bfa..00000000000 --- a/stable/webgrabplus/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: 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.1 diff --git a/stable/webgrabplus/9.1.1/charts/common-18.0.2.tgz b/stable/webgrabplus/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/webgrabplus/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/webgrabplus/9.1.1/ix_values.yaml b/stable/webgrabplus/9.1.1/ix_values.yaml deleted file mode 100644 index b93364964bd..00000000000 --- a/stable/webgrabplus/9.1.1/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/webnut/8.1.0/.helmignore b/stable/webgrabplus/9.2.0/.helmignore similarity index 100% rename from stable/webnut/8.1.0/.helmignore rename to stable/webgrabplus/9.2.0/.helmignore diff --git a/stable/webgrabplus/9.2.0/CHANGELOG.md b/stable/webgrabplus/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..fe714b90df2 --- /dev/null +++ b/stable/webgrabplus/9.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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)) \ No newline at end of file diff --git a/stable/webgrabplus/9.2.0/Chart.yaml b/stable/webgrabplus/9.2.0/Chart.yaml new file mode 100644 index 00000000000..d6df94112a0 --- /dev/null +++ b/stable/webgrabplus/9.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.1.4 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/webgrabplus/9.1.1/README.md b/stable/webgrabplus/9.2.0/README.md similarity index 100% rename from stable/webgrabplus/9.1.1/README.md rename to stable/webgrabplus/9.2.0/README.md diff --git a/stable/webgrabplus/9.1.1/app-readme.md b/stable/webgrabplus/9.2.0/app-readme.md similarity index 100% rename from stable/webgrabplus/9.1.1/app-readme.md rename to stable/webgrabplus/9.2.0/app-readme.md diff --git a/stable/webgrabplus/9.2.0/charts/common-18.1.2.tgz b/stable/webgrabplus/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/webgrabplus/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/webgrabplus/9.2.0/ix_values.yaml b/stable/webgrabplus/9.2.0/ix_values.yaml new file mode 100644 index 00000000000..38615586c2a --- /dev/null +++ b/stable/webgrabplus/9.2.0/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.1/questions.yaml b/stable/webgrabplus/9.2.0/questions.yaml similarity index 100% rename from stable/webgrabplus/9.1.1/questions.yaml rename to stable/webgrabplus/9.2.0/questions.yaml diff --git a/stable/webnut/8.1.0/templates/NOTES.txt b/stable/webgrabplus/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/webnut/8.1.0/templates/NOTES.txt rename to stable/webgrabplus/9.2.0/templates/NOTES.txt diff --git a/stable/website-shot/10.1.0/templates/common.yaml b/stable/webgrabplus/9.2.0/templates/common.yaml similarity index 100% rename from stable/website-shot/10.1.0/templates/common.yaml rename to stable/webgrabplus/9.2.0/templates/common.yaml diff --git a/stable/webnut/8.1.0/values.yaml b/stable/webgrabplus/9.2.0/values.yaml similarity index 100% rename from stable/webnut/8.1.0/values.yaml rename to stable/webgrabplus/9.2.0/values.yaml diff --git a/stable/weblate/13.1.0/CHANGELOG.md b/stable/weblate/13.1.0/CHANGELOG.md deleted file mode 100644 index b2e0ed6635c..00000000000 --- a/stable/weblate/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - -## [weblate-12.1.15](https://github.com/truecharts/charts/compare/weblate-12.1.14...weblate-12.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [weblate-12.1.14](https://github.com/truecharts/charts/compare/weblate-12.1.13...weblate-12.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [weblate-12.1.13](https://github.com/truecharts/charts/compare/weblate-12.1.12...weblate-12.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [weblate-12.1.12](https://github.com/truecharts/charts/compare/weblate-12.1.11...weblate-12.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [weblate-12.1.11](https://github.com/truecharts/charts/compare/weblate-12.1.10...weblate-12.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [weblate-12.1.10](https://github.com/truecharts/charts/compare/weblate-12.1.9...weblate-12.1.10) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [weblate-12.1.9](https://github.com/truecharts/charts/compare/weblate-12.1.8...weblate-12.1.9) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [weblate-12.1.8](https://github.com/truecharts/charts/compare/weblate-12.1.7...weblate-12.1.8) (2024-01-02) - -### Chore - - - -- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) - - -## [weblate-12.1.7](https://github.com/truecharts/charts/compare/weblate-12.1.6...weblate-12.1.7) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs diff --git a/stable/weblate/13.1.0/Chart.yaml b/stable/weblate/13.1.0/Chart.yaml deleted file mode 100644 index 0670a572363..00000000000 --- a/stable/weblate/13.1.0/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.16.4 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/weblate/13.1.0/charts/common-18.0.1.tgz b/stable/weblate/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/weblate/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/webp-server/5.1.0/.helmignore b/stable/weblate/13.2.0/.helmignore similarity index 100% rename from stable/webp-server/5.1.0/.helmignore rename to stable/weblate/13.2.0/.helmignore diff --git a/stable/weblate/13.2.0/CHANGELOG.md b/stable/weblate/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c6000cb0992 --- /dev/null +++ b/stable/weblate/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + +## [weblate-12.1.15](https://github.com/truecharts/charts/compare/weblate-12.1.14...weblate-12.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [weblate-12.1.14](https://github.com/truecharts/charts/compare/weblate-12.1.13...weblate-12.1.14) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [weblate-12.1.13](https://github.com/truecharts/charts/compare/weblate-12.1.12...weblate-12.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [weblate-12.1.12](https://github.com/truecharts/charts/compare/weblate-12.1.11...weblate-12.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [weblate-12.1.11](https://github.com/truecharts/charts/compare/weblate-12.1.10...weblate-12.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [weblate-12.1.10](https://github.com/truecharts/charts/compare/weblate-12.1.9...weblate-12.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [weblate-12.1.9](https://github.com/truecharts/charts/compare/weblate-12.1.8...weblate-12.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [weblate-12.1.8](https://github.com/truecharts/charts/compare/weblate-12.1.7...weblate-12.1.8) (2024-01-02) + +### Chore + + + +- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) + + +## [weblate-12.1.7](https://github.com/truecharts/charts/compare/weblate-12.1.6...weblate-12.1.7) (2024-01-02) + +### Chore diff --git a/stable/weblate/13.2.0/Chart.yaml b/stable/weblate/13.2.0/Chart.yaml new file mode 100644 index 00000000000..5088540c5f8 --- /dev/null +++ b/stable/weblate/13.2.0/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.16.4 +dependencies: + - name: common + version: 18.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: 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.0 diff --git a/stable/weblate/13.1.0/README.md b/stable/weblate/13.2.0/README.md similarity index 100% rename from stable/weblate/13.1.0/README.md rename to stable/weblate/13.2.0/README.md diff --git a/stable/weblate/13.1.0/app-readme.md b/stable/weblate/13.2.0/app-readme.md similarity index 100% rename from stable/weblate/13.1.0/app-readme.md rename to stable/weblate/13.2.0/app-readme.md diff --git a/stable/weblate/13.2.0/charts/common-18.1.2.tgz b/stable/weblate/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/weblate/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/weblate/13.1.0/charts/redis-11.2.1.tgz b/stable/weblate/13.2.0/charts/redis-11.2.1.tgz similarity index 100% rename from stable/weblate/13.1.0/charts/redis-11.2.1.tgz rename to stable/weblate/13.2.0/charts/redis-11.2.1.tgz diff --git a/stable/weblate/13.1.0/ix_values.yaml b/stable/weblate/13.2.0/ix_values.yaml similarity index 100% rename from stable/weblate/13.1.0/ix_values.yaml rename to stable/weblate/13.2.0/ix_values.yaml diff --git a/stable/weblate/13.1.0/questions.yaml b/stable/weblate/13.2.0/questions.yaml similarity index 100% rename from stable/weblate/13.1.0/questions.yaml rename to stable/weblate/13.2.0/questions.yaml diff --git a/stable/website-shot/10.1.0/templates/NOTES.txt b/stable/weblate/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/website-shot/10.1.0/templates/NOTES.txt rename to stable/weblate/13.2.0/templates/NOTES.txt diff --git a/stable/weblate/13.1.0/templates/_configmap.tpl b/stable/weblate/13.2.0/templates/_configmap.tpl similarity index 100% rename from stable/weblate/13.1.0/templates/_configmap.tpl rename to stable/weblate/13.2.0/templates/_configmap.tpl diff --git a/stable/weblate/13.1.0/templates/common.yaml b/stable/weblate/13.2.0/templates/common.yaml similarity index 100% rename from stable/weblate/13.1.0/templates/common.yaml rename to stable/weblate/13.2.0/templates/common.yaml diff --git a/stable/webp-server/5.1.0/values.yaml b/stable/weblate/13.2.0/values.yaml similarity index 100% rename from stable/webp-server/5.1.0/values.yaml rename to stable/weblate/13.2.0/values.yaml diff --git a/stable/webnut/8.1.0/CHANGELOG.md b/stable/webnut/8.1.0/CHANGELOG.md deleted file mode 100644 index 6bfa6782714..00000000000 --- a/stable/webnut/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/webnut/8.1.0/Chart.yaml b/stable/webnut/8.1.0/Chart.yaml deleted file mode 100644 index 56a86ec5d24..00000000000 --- a/stable/webnut/8.1.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: 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.1 - 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.0 diff --git a/stable/webnut/8.1.0/charts/common-18.0.1.tgz b/stable/webnut/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/webnut/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/website-shot/10.1.0/.helmignore b/stable/webnut/8.2.0/.helmignore similarity index 100% rename from stable/website-shot/10.1.0/.helmignore rename to stable/webnut/8.2.0/.helmignore diff --git a/stable/webnut/8.2.0/CHANGELOG.md b/stable/webnut/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..c0fd94d3384 --- /dev/null +++ b/stable/webnut/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/webnut/8.2.0/Chart.yaml b/stable/webnut/8.2.0/Chart.yaml new file mode 100644 index 00000000000..be37b0a8a98 --- /dev/null +++ b/stable/webnut/8.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: monitoring + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/webnut/8.1.0/README.md b/stable/webnut/8.2.0/README.md similarity index 100% rename from stable/webnut/8.1.0/README.md rename to stable/webnut/8.2.0/README.md diff --git a/stable/webnut/8.1.0/app-readme.md b/stable/webnut/8.2.0/app-readme.md similarity index 100% rename from stable/webnut/8.1.0/app-readme.md rename to stable/webnut/8.2.0/app-readme.md diff --git a/stable/webnut/8.2.0/charts/common-18.1.2.tgz b/stable/webnut/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/webnut/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/webnut/8.1.0/ix_values.yaml b/stable/webnut/8.2.0/ix_values.yaml similarity index 100% rename from stable/webnut/8.1.0/ix_values.yaml rename to stable/webnut/8.2.0/ix_values.yaml diff --git a/stable/webnut/8.1.0/questions.yaml b/stable/webnut/8.2.0/questions.yaml similarity index 100% rename from stable/webnut/8.1.0/questions.yaml rename to stable/webnut/8.2.0/questions.yaml diff --git a/stable/webtop/9.1.6/templates/NOTES.txt b/stable/webnut/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/webtop/9.1.6/templates/NOTES.txt rename to stable/webnut/8.2.0/templates/NOTES.txt diff --git a/stable/wekan/14.1.1/templates/common.yaml b/stable/webnut/8.2.0/templates/common.yaml similarity index 100% rename from stable/wekan/14.1.1/templates/common.yaml rename to stable/webnut/8.2.0/templates/common.yaml diff --git a/stable/website-shot/10.1.0/values.yaml b/stable/webnut/8.2.0/values.yaml similarity index 100% rename from stable/website-shot/10.1.0/values.yaml rename to stable/webnut/8.2.0/values.yaml diff --git a/stable/webp-server/5.1.0/CHANGELOG.md b/stable/webp-server/5.1.0/CHANGELOG.md deleted file mode 100644 index 0469ad28c95..00000000000 --- a/stable/webp-server/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [webp-server-4.1.4](https://github.com/truecharts/charts/compare/webp-server-4.1.1...webp-server-4.1.4) (2024-01-01) \ No newline at end of file diff --git a/stable/webp-server/5.1.0/Chart.yaml b/stable/webp-server/5.1.0/Chart.yaml deleted file mode 100644 index 9b0f15c1d6a..00000000000 --- a/stable/webp-server/5.1.0/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/webp-server/5.1.0/charts/common-18.0.1.tgz b/stable/webp-server/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/webp-server/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/webtop/9.1.6/.helmignore b/stable/webp-server/5.2.0/.helmignore similarity index 100% rename from stable/webtop/9.1.6/.helmignore rename to stable/webp-server/5.2.0/.helmignore diff --git a/stable/webp-server/5.2.0/CHANGELOG.md b/stable/webp-server/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..32b107d9f73 --- /dev/null +++ b/stable/webp-server/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [webp-server-4.1.13](https://github.com/truecharts/charts/compare/webp-server-4.1.12...webp-server-4.1.13) (2024-02-12) + +### Chore + + + +- update container image webpsh/webps to latest[@b5d59f3](https://github.com/b5d59f3) by renovate ([#18114](https://github.com/truecharts/charts/issues/18114)) + + +## [webp-server-4.1.12](https://github.com/truecharts/charts/compare/webp-server-4.1.11...webp-server-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [webp-server-4.1.11](https://github.com/truecharts/charts/compare/webp-server-4.1.10...webp-server-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [webp-server-4.1.10](https://github.com/truecharts/charts/compare/webp-server-4.1.9...webp-server-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [webp-server-4.1.9](https://github.com/truecharts/charts/compare/webp-server-4.1.8...webp-server-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [webp-server-4.1.8](https://github.com/truecharts/charts/compare/webp-server-4.1.7...webp-server-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [webp-server-4.1.7](https://github.com/truecharts/charts/compare/webp-server-4.1.6...webp-server-4.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [webp-server-4.1.6](https://github.com/truecharts/charts/compare/webp-server-4.1.5...webp-server-4.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [webp-server-4.1.5](https://github.com/truecharts/charts/compare/webp-server-4.1.4...webp-server-4.1.5) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes diff --git a/stable/webp-server/5.2.0/Chart.yaml b/stable/webp-server/5.2.0/Chart.yaml new file mode 100644 index 00000000000..9a8d2eed858 --- /dev/null +++ b/stable/webp-server/5.2.0/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a Server based on Golang, which allows you to serve WebP images on the fly. It will convert jpg,jpeg,png files by default, this can be customized by editing the config.json. +home: https://truecharts.org/charts/stable/webp-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/webp-server.png +keywords: + - webp-server + - Cloud + - Productivity + - Tools-Utilities + - MediaServer-Photos + - Network-Web + - Network-FTP +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: webp-server +sources: + - https://github.com/webp-sh/webp_server_go + - https://github.com/truecharts/charts/tree/master/charts/stable/webp-server + - https://hub.docker.com/r/webpsh/webps +type: application +version: 5.2.0 diff --git a/stable/webp-server/5.1.0/README.md b/stable/webp-server/5.2.0/README.md similarity index 100% rename from stable/webp-server/5.1.0/README.md rename to stable/webp-server/5.2.0/README.md diff --git a/stable/webp-server/5.1.0/app-readme.md b/stable/webp-server/5.2.0/app-readme.md similarity index 100% rename from stable/webp-server/5.1.0/app-readme.md rename to stable/webp-server/5.2.0/app-readme.md diff --git a/stable/webp-server/5.2.0/charts/common-18.1.2.tgz b/stable/webp-server/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/webp-server/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/webp-server/5.1.0/ix_values.yaml b/stable/webp-server/5.2.0/ix_values.yaml similarity index 100% rename from stable/webp-server/5.1.0/ix_values.yaml rename to stable/webp-server/5.2.0/ix_values.yaml diff --git a/stable/webp-server/5.1.0/questions.yaml b/stable/webp-server/5.2.0/questions.yaml similarity index 100% rename from stable/webp-server/5.1.0/questions.yaml rename to stable/webp-server/5.2.0/questions.yaml diff --git a/stable/webp-server/5.1.0/templates/common.yaml b/stable/webp-server/5.2.0/templates/common.yaml similarity index 100% rename from stable/webp-server/5.1.0/templates/common.yaml rename to stable/webp-server/5.2.0/templates/common.yaml diff --git a/stable/webtop/9.1.6/values.yaml b/stable/webp-server/5.2.0/values.yaml similarity index 100% rename from stable/webtop/9.1.6/values.yaml rename to stable/webp-server/5.2.0/values.yaml diff --git a/stable/website-shot/10.1.0/CHANGELOG.md b/stable/website-shot/10.1.0/CHANGELOG.md deleted file mode 100644 index f4957c84b4d..00000000000 --- a/stable/website-shot/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/website-shot/10.1.0/Chart.yaml b/stable/website-shot/10.1.0/Chart.yaml deleted file mode 100644 index de138eb9c3d..00000000000 --- a/stable/website-shot/10.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/website-shot/10.1.0/charts/common-18.0.1.tgz b/stable/website-shot/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/website-shot/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/wekan/14.1.1/.helmignore b/stable/website-shot/10.2.0/.helmignore similarity index 100% rename from stable/wekan/14.1.1/.helmignore rename to stable/website-shot/10.2.0/.helmignore diff --git a/stable/website-shot/10.2.0/CHANGELOG.md b/stable/website-shot/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..412ce6c123d --- /dev/null +++ b/stable/website-shot/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/website-shot/10.2.0/Chart.yaml b/stable/website-shot/10.2.0/Chart.yaml new file mode 100644 index 00000000000..17c7f3d2b15 --- /dev/null +++ b/stable/website-shot/10.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/website-shot/10.1.0/README.md b/stable/website-shot/10.2.0/README.md similarity index 100% rename from stable/website-shot/10.1.0/README.md rename to stable/website-shot/10.2.0/README.md diff --git a/stable/website-shot/10.1.0/app-readme.md b/stable/website-shot/10.2.0/app-readme.md similarity index 100% rename from stable/website-shot/10.1.0/app-readme.md rename to stable/website-shot/10.2.0/app-readme.md diff --git a/stable/website-shot/10.2.0/charts/common-18.1.2.tgz b/stable/website-shot/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/website-shot/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/website-shot/10.1.0/ix_values.yaml b/stable/website-shot/10.2.0/ix_values.yaml similarity index 100% rename from stable/website-shot/10.1.0/ix_values.yaml rename to stable/website-shot/10.2.0/ix_values.yaml diff --git a/stable/website-shot/10.1.0/questions.yaml b/stable/website-shot/10.2.0/questions.yaml similarity index 100% rename from stable/website-shot/10.1.0/questions.yaml rename to stable/website-shot/10.2.0/questions.yaml diff --git a/stable/wekan/14.1.1/templates/NOTES.txt b/stable/website-shot/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/wekan/14.1.1/templates/NOTES.txt rename to stable/website-shot/10.2.0/templates/NOTES.txt diff --git a/stable/wg-easy/11.1.1/templates/common.yaml b/stable/website-shot/10.2.0/templates/common.yaml similarity index 100% rename from stable/wg-easy/11.1.1/templates/common.yaml rename to stable/website-shot/10.2.0/templates/common.yaml diff --git a/stable/wekan/14.1.1/values.yaml b/stable/website-shot/10.2.0/values.yaml similarity index 100% rename from stable/wekan/14.1.1/values.yaml rename to stable/website-shot/10.2.0/values.yaml diff --git a/stable/webtop/9.1.6/CHANGELOG.md b/stable/webtop/9.1.6/CHANGELOG.md deleted file mode 100644 index bc8be7f9b2d..00000000000 --- a/stable/webtop/9.1.6/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) - -### Chore \ No newline at end of file diff --git a/stable/webtop/9.1.6/Chart.yaml b/stable/webtop/9.1.6/Chart.yaml deleted file mode 100644 index 8f1a21c47b8..00000000000 --- a/stable/webtop/9.1.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: 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.1 - 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.6 diff --git a/stable/webtop/9.1.6/charts/common-18.0.1.tgz b/stable/webtop/9.1.6/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/webtop/9.1.6/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/wg-easy/11.1.1/.helmignore b/stable/webtop/9.2.0/.helmignore similarity index 100% rename from stable/wg-easy/11.1.1/.helmignore rename to stable/webtop/9.2.0/.helmignore diff --git a/stable/webtop/9.2.0/CHANGELOG.md b/stable/webtop/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b53603e2b4b --- /dev/null +++ b/stable/webtop/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + +## [webtop-8.1.176](https://github.com/truecharts/charts/compare/webtop-8.1.152...webtop-8.1.176) (2024-02-12) + +### Chore + + + +- update webtop by renovate ([#18119](https://github.com/truecharts/charts/issues/18119)) + + +## [webtop-8.1.152](https://github.com/truecharts/charts/compare/webtop-8.1.151...webtop-8.1.152) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [webtop-8.1.151](https://github.com/truecharts/charts/compare/webtop-8.1.132...webtop-8.1.151) (2024-02-03) + +### Chore + + + +- update webtop by renovate ([#17800](https://github.com/truecharts/charts/issues/17800)) + + +## [webtop-8.1.132](https://github.com/truecharts/charts/compare/webtop-8.1.110...webtop-8.1.132) (2024-01-29) + +### Chore + + + +- update webtop by renovate ([#17658](https://github.com/truecharts/charts/issues/17658)) + + +## [webtop-8.1.110](https://github.com/truecharts/charts/compare/webtop-8.1.109...webtop-8.1.110) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [webtop-8.1.109](https://github.com/truecharts/charts/compare/webtop-8.1.108...webtop-8.1.109) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [webtop-8.1.108](https://github.com/truecharts/charts/compare/webtop-8.1.107...webtop-8.1.108) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [webtop-8.1.107](https://github.com/truecharts/charts/compare/webtop-8.1.106...webtop-8.1.107) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/webtop/9.2.0/Chart.yaml b/stable/webtop/9.2.0/Chart.yaml new file mode 100644 index 00000000000..dc282972e0d --- /dev/null +++ b/stable/webtop/9.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Webtop full desktop environments in officially supported flavors accessible via any modern web browser. +home: https://truecharts.org/charts/stable/webtop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/webtop.png +keywords: + - webtop + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: webtop +sources: + - https://github.com/linuxserver/docker-webtop#readme + - https://github.com/linuxserver/gclient + - https://github.com/orgs/linuxserver/packages/container/package/webtop + - https://github.com/truecharts/charts/tree/master/charts/stable/webtop + - https://fleet.linuxserver.io/image?name=linuxserver/webtop +type: application +version: 9.2.0 diff --git a/stable/webtop/9.1.6/README.md b/stable/webtop/9.2.0/README.md similarity index 100% rename from stable/webtop/9.1.6/README.md rename to stable/webtop/9.2.0/README.md diff --git a/stable/webtop/9.1.6/app-readme.md b/stable/webtop/9.2.0/app-readme.md similarity index 100% rename from stable/webtop/9.1.6/app-readme.md rename to stable/webtop/9.2.0/app-readme.md diff --git a/stable/webtop/9.2.0/charts/common-18.1.2.tgz b/stable/webtop/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/webtop/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/webtop/9.1.6/ix_values.yaml b/stable/webtop/9.2.0/ix_values.yaml similarity index 100% rename from stable/webtop/9.1.6/ix_values.yaml rename to stable/webtop/9.2.0/ix_values.yaml diff --git a/stable/webtop/9.1.6/questions.yaml b/stable/webtop/9.2.0/questions.yaml similarity index 100% rename from stable/webtop/9.1.6/questions.yaml rename to stable/webtop/9.2.0/questions.yaml diff --git a/stable/wg-easy/11.1.1/templates/NOTES.txt b/stable/webtop/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/wg-easy/11.1.1/templates/NOTES.txt rename to stable/webtop/9.2.0/templates/NOTES.txt diff --git a/stable/webtop/9.1.6/templates/common.yaml b/stable/webtop/9.2.0/templates/common.yaml similarity index 100% rename from stable/webtop/9.1.6/templates/common.yaml rename to stable/webtop/9.2.0/templates/common.yaml diff --git a/stable/wg-easy/11.1.1/values.yaml b/stable/webtop/9.2.0/values.yaml similarity index 100% rename from stable/wg-easy/11.1.1/values.yaml rename to stable/webtop/9.2.0/values.yaml diff --git a/stable/wekan/14.1.1/CHANGELOG.md b/stable/wekan/14.1.1/CHANGELOG.md deleted file mode 100644 index 9abf0ca0fd6..00000000000 --- a/stable/wekan/14.1.1/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) - -### Chore diff --git a/stable/wekan/14.1.1/Chart.yaml b/stable/wekan/14.1.1/Chart.yaml deleted file mode 100644 index d52b998ee76..00000000000 --- a/stable/wekan/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: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 7.31.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.1.1 diff --git a/stable/wekan/14.1.1/charts/common-18.0.2.tgz b/stable/wekan/14.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/wekan/14.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/wekan/14.1.1/ix_values.yaml b/stable/wekan/14.1.1/ix_values.yaml deleted file mode 100644 index 4e60b3efe80..00000000000 --- a/stable/wekan/14.1.1/ix_values.yaml +++ /dev/null @@ -1,159 +0,0 @@ -image: - repository: wekanteam/wekan - tag: v7.31@sha256:2df3389f971138682e9a66db8b4a610595fac048f1e4ea1e6cfc0d9d5402501c - 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/whisparr/9.1.1/.helmignore b/stable/wekan/14.3.0/.helmignore similarity index 100% rename from stable/whisparr/9.1.1/.helmignore rename to stable/wekan/14.3.0/.helmignore diff --git a/stable/wekan/14.3.0/CHANGELOG.md b/stable/wekan/14.3.0/CHANGELOG.md new file mode 100644 index 00000000000..202c879ae6c --- /dev/null +++ b/stable/wekan/14.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + +## [wekan-13.4.1](https://github.com/truecharts/charts/compare/wekan-13.4.0...wekan-13.4.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [wekan-13.4.0](https://github.com/truecharts/charts/compare/wekan-13.3.6...wekan-13.4.0) (2024-01-29) + +### Chore + + + +- update container image wekanteam/wekan to v7.30[@99e9d9b](https://github.com/99e9d9b) by renovate ([#17702](https://github.com/truecharts/charts/issues/17702)) + + +## [wekan-13.3.6](https://github.com/truecharts/charts/compare/wekan-13.3.5...wekan-13.3.6) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [wekan-13.3.5](https://github.com/truecharts/charts/compare/wekan-13.3.4...wekan-13.3.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [wekan-13.3.4](https://github.com/truecharts/charts/compare/wekan-13.3.3...wekan-13.3.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [wekan-13.3.3](https://github.com/truecharts/charts/compare/wekan-13.3.2...wekan-13.3.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [wekan-13.3.2](https://github.com/truecharts/charts/compare/wekan-13.3.1...wekan-13.3.2) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [wekan-13.3.1](https://github.com/truecharts/charts/compare/wekan-13.3.0...wekan-13.3.1) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + +- update helm general non-major by renovate ([#17057](https://github.com/truecharts/charts/issues/17057)) + diff --git a/stable/wekan/14.3.0/Chart.yaml b/stable/wekan/14.3.0/Chart.yaml new file mode 100644 index 00000000000..7123f0ec1be --- /dev/null +++ b/stable/wekan/14.3.0/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 7.34.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mongodb + version: 11.3.0 + repository: oci://tccr.io/truecharts + condition: mongodb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: WeKan - Open Source kanban +home: https://truecharts.org/charts/stable/wekan +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.png +keywords: + - wekan + - kanban +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wekan +sources: + - https://wekan.github.io/ + - https://github.com/wekan/wekan + - https://github.com/truecharts/charts/tree/master/charts/stable/wekan + - https://hub.docker.com/r/wekanteam/wekan +type: application +version: 14.3.0 diff --git a/stable/wekan/14.1.1/README.md b/stable/wekan/14.3.0/README.md similarity index 100% rename from stable/wekan/14.1.1/README.md rename to stable/wekan/14.3.0/README.md diff --git a/stable/wekan/14.1.1/app-readme.md b/stable/wekan/14.3.0/app-readme.md similarity index 100% rename from stable/wekan/14.1.1/app-readme.md rename to stable/wekan/14.3.0/app-readme.md diff --git a/stable/wekan/14.3.0/charts/common-18.1.2.tgz b/stable/wekan/14.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/wekan/14.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/wekan/14.1.1/charts/mongodb-11.3.0.tgz b/stable/wekan/14.3.0/charts/mongodb-11.3.0.tgz similarity index 100% rename from stable/wekan/14.1.1/charts/mongodb-11.3.0.tgz rename to stable/wekan/14.3.0/charts/mongodb-11.3.0.tgz diff --git a/stable/wekan/14.3.0/ix_values.yaml b/stable/wekan/14.3.0/ix_values.yaml new file mode 100644 index 00000000000..2c8f128074c --- /dev/null +++ b/stable/wekan/14.3.0/ix_values.yaml @@ -0,0 +1,159 @@ +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/wekan/14.1.1/questions.yaml b/stable/wekan/14.3.0/questions.yaml similarity index 100% rename from stable/wekan/14.1.1/questions.yaml rename to stable/wekan/14.3.0/questions.yaml diff --git a/stable/whisparr/9.1.1/templates/NOTES.txt b/stable/wekan/14.3.0/templates/NOTES.txt similarity index 100% rename from stable/whisparr/9.1.1/templates/NOTES.txt rename to stable/wekan/14.3.0/templates/NOTES.txt diff --git a/stable/whisper-asr-webservice/4.1.0/templates/common.yaml b/stable/wekan/14.3.0/templates/common.yaml similarity index 100% rename from stable/whisper-asr-webservice/4.1.0/templates/common.yaml rename to stable/wekan/14.3.0/templates/common.yaml diff --git a/stable/whisparr/9.1.1/values.yaml b/stable/wekan/14.3.0/values.yaml similarity index 100% rename from stable/whisparr/9.1.1/values.yaml rename to stable/wekan/14.3.0/values.yaml diff --git a/stable/wg-easy/11.1.1/CHANGELOG.md b/stable/wg-easy/11.1.1/CHANGELOG.md deleted file mode 100644 index 3b3d841863f..00000000000 --- a/stable/wg-easy/11.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - - - -## [wg-easy-8.1.6](https://github.com/truecharts/charts/compare/wg-easy-8.1.5...wg-easy-8.1.6) (2024-01-09) \ No newline at end of file diff --git a/stable/wg-easy/11.1.1/Chart.yaml b/stable/wg-easy/11.1.1/Chart.yaml deleted file mode 100644 index 5dee341d0f4..00000000000 --- a/stable/wg-easy/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: 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.1 - 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.1 diff --git a/stable/wg-easy/11.1.1/charts/common-18.0.1.tgz b/stable/wg-easy/11.1.1/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/wg-easy/11.1.1/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/whisper-asr-webservice/4.1.0/.helmignore b/stable/wg-easy/11.2.0/.helmignore similarity index 100% rename from stable/whisper-asr-webservice/4.1.0/.helmignore rename to stable/wg-easy/11.2.0/.helmignore diff --git a/stable/wg-easy/11.2.0/CHANGELOG.md b/stable/wg-easy/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..51f400f533a --- /dev/null +++ b/stable/wg-easy/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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.2.0/Chart.yaml b/stable/wg-easy/11.2.0/Chart.yaml new file mode 100644 index 00000000000..2ea2d1d51c0 --- /dev/null +++ b/stable/wg-easy/11.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 11.0.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/wg-easy/11.1.1/README.md b/stable/wg-easy/11.2.0/README.md similarity index 100% rename from stable/wg-easy/11.1.1/README.md rename to stable/wg-easy/11.2.0/README.md diff --git a/stable/wg-easy/11.1.1/app-readme.md b/stable/wg-easy/11.2.0/app-readme.md similarity index 100% rename from stable/wg-easy/11.1.1/app-readme.md rename to stable/wg-easy/11.2.0/app-readme.md diff --git a/stable/wg-easy/11.2.0/charts/common-18.1.2.tgz b/stable/wg-easy/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/wg-easy/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/wg-easy/11.1.1/ix_values.yaml b/stable/wg-easy/11.2.0/ix_values.yaml similarity index 100% rename from stable/wg-easy/11.1.1/ix_values.yaml rename to stable/wg-easy/11.2.0/ix_values.yaml diff --git a/stable/wg-easy/11.1.1/questions.yaml b/stable/wg-easy/11.2.0/questions.yaml similarity index 100% rename from stable/wg-easy/11.1.1/questions.yaml rename to stable/wg-easy/11.2.0/questions.yaml diff --git a/stable/whisper-asr-webservice/4.1.0/templates/NOTES.txt b/stable/wg-easy/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/whisper-asr-webservice/4.1.0/templates/NOTES.txt rename to stable/wg-easy/11.2.0/templates/NOTES.txt diff --git a/stable/whoogle/10.1.0/templates/common.yaml b/stable/wg-easy/11.2.0/templates/common.yaml similarity index 100% rename from stable/whoogle/10.1.0/templates/common.yaml rename to stable/wg-easy/11.2.0/templates/common.yaml diff --git a/stable/whisper-asr-webservice/4.1.0/values.yaml b/stable/wg-easy/11.2.0/values.yaml similarity index 100% rename from stable/whisper-asr-webservice/4.1.0/values.yaml rename to stable/wg-easy/11.2.0/values.yaml diff --git a/stable/whisparr/9.1.1/CHANGELOG.md b/stable/whisparr/9.1.1/CHANGELOG.md deleted file mode 100644 index 44d464d7d34..00000000000 --- a/stable/whisparr/9.1.1/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) - -### Chore diff --git a/stable/whisparr/9.1.1/Chart.yaml b/stable/whisparr/9.1.1/Chart.yaml deleted file mode 100644 index d84991699a0..00000000000 --- a/stable/whisparr/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: 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.1 diff --git a/stable/whisparr/9.1.1/charts/common-18.0.2.tgz b/stable/whisparr/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/whisparr/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/whisparr/9.1.1/ix_values.yaml b/stable/whisparr/9.1.1/ix_values.yaml deleted file mode 100644 index 6d1fe7a2962..00000000000 --- a/stable/whisparr/9.1.1/ix_values.yaml +++ /dev/null @@ -1,47 +0,0 @@ -image: - repository: ghcr.io/hotio/whisparr - pullPolicy: IfNotPresent - tag: nightly-2.0.0.355@sha256:94ae7e89b71999b9619e72e856874afa71c14636381e68e4cffea44df0bb3fe6 -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/whoogle/10.1.0/.helmignore b/stable/whisparr/9.2.0/.helmignore similarity index 100% rename from stable/whoogle/10.1.0/.helmignore rename to stable/whisparr/9.2.0/.helmignore diff --git a/stable/whisparr/9.2.0/CHANGELOG.md b/stable/whisparr/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..ac6bb92a928 --- /dev/null +++ b/stable/whisparr/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + +## [whisparr-8.1.19](https://github.com/truecharts/charts/compare/whisparr-8.1.18...whisparr-8.1.19) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@94ae7e8](https://github.com/94ae7e8) by renovate ([#18212](https://github.com/truecharts/charts/issues/18212)) + + +## [whisparr-8.1.18](https://github.com/truecharts/charts/compare/whisparr-8.1.17...whisparr-8.1.18) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@78af7d1](https://github.com/78af7d1) by renovate ([#18050](https://github.com/truecharts/charts/issues/18050)) + + +## [whisparr-8.1.17](https://github.com/truecharts/charts/compare/whisparr-8.1.16...whisparr-8.1.17) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@722dc14](https://github.com/722dc14) by renovate ([#17977](https://github.com/truecharts/charts/issues/17977)) + + +## [whisparr-8.1.16](https://github.com/truecharts/charts/compare/whisparr-8.1.15...whisparr-8.1.16) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@6123072](https://github.com/6123072) by renovate ([#17838](https://github.com/truecharts/charts/issues/17838)) + + +## [whisparr-8.1.15](https://github.com/truecharts/charts/compare/whisparr-8.1.14...whisparr-8.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [whisparr-8.1.14](https://github.com/truecharts/charts/compare/whisparr-8.1.13...whisparr-8.1.14) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@d5d2646](https://github.com/d5d2646) by renovate ([#17596](https://github.com/truecharts/charts/issues/17596)) + + +## [whisparr-8.1.13](https://github.com/truecharts/charts/compare/whisparr-8.1.12...whisparr-8.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [whisparr-8.1.12](https://github.com/truecharts/charts/compare/whisparr-8.1.11...whisparr-8.1.12) (2024-01-26) + +### Chore + + + +- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@8203bcd](https://github.com/8203bcd) by renovate ([#17542](https://github.com/truecharts/charts/issues/17542)) + + +## [whisparr-8.1.11](https://github.com/truecharts/charts/compare/whisparr-8.1.10...whisparr-8.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + diff --git a/stable/whisparr/9.2.0/Chart.yaml b/stable/whisparr/9.2.0/Chart.yaml new file mode 100644 index 00000000000..e4ce71e870e --- /dev/null +++ b/stable/whisparr/9.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.0.355 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An adult media thingy. +home: https://truecharts.org/charts/stable/whisparr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisparr.png +keywords: + - whisparr + - Downloaders + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: whisparr +sources: + - https://github.com/onedr0p/containers/tree/main/apps/whisparr + - https://github.com/truecharts/charts/tree/master/charts/stable/whisparr + - https://ghcr.io/hotio/whisparr +type: application +version: 9.2.0 diff --git a/stable/whisparr/9.1.1/README.md b/stable/whisparr/9.2.0/README.md similarity index 100% rename from stable/whisparr/9.1.1/README.md rename to stable/whisparr/9.2.0/README.md diff --git a/stable/whisparr/9.1.1/app-readme.md b/stable/whisparr/9.2.0/app-readme.md similarity index 100% rename from stable/whisparr/9.1.1/app-readme.md rename to stable/whisparr/9.2.0/app-readme.md diff --git a/stable/whisparr/9.2.0/charts/common-18.1.2.tgz b/stable/whisparr/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/whisparr/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/whisparr/9.2.0/ix_values.yaml b/stable/whisparr/9.2.0/ix_values.yaml new file mode 100644 index 00000000000..fdb196b7895 --- /dev/null +++ b/stable/whisparr/9.2.0/ix_values.yaml @@ -0,0 +1,47 @@ +image: + repository: ghcr.io/hotio/whisparr + pullPolicy: IfNotPresent + tag: nightly-2.0.0.355@sha256:55585272a639ba4a3865eacd0928de170f0277bddd7ed05ea32fe40842362c50 +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 6969 + protocol: http + targetPort: 6969 +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: true + ## Set this to true if you wish to specify your own livenessProbe + custom: true + ## The spec field contains the values for the default livenessProbe. + ## If you selected custom: true, this field holds the definition of the livenessProbe. + spec: + exec: + command: + - /usr/bin/env + - bash + - -c + - curl --fail localhost:6969/api/v3/system/status?apiKey=`IFS=\> && while read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml` + failureThreshold: 5 + initialDelaySeconds: 60 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 10 diff --git a/stable/whisparr/9.1.1/questions.yaml b/stable/whisparr/9.2.0/questions.yaml similarity index 100% rename from stable/whisparr/9.1.1/questions.yaml rename to stable/whisparr/9.2.0/questions.yaml diff --git a/stable/whoogle/10.1.0/templates/NOTES.txt b/stable/whisparr/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/whoogle/10.1.0/templates/NOTES.txt rename to stable/whisparr/9.2.0/templates/NOTES.txt diff --git a/stable/whisparr/9.1.1/templates/common.yaml b/stable/whisparr/9.2.0/templates/common.yaml similarity index 100% rename from stable/whisparr/9.1.1/templates/common.yaml rename to stable/whisparr/9.2.0/templates/common.yaml diff --git a/stable/whoogle/10.1.0/values.yaml b/stable/whisparr/9.2.0/values.yaml similarity index 100% rename from stable/whoogle/10.1.0/values.yaml rename to stable/whisparr/9.2.0/values.yaml diff --git a/stable/whisper-asr-webservice/4.1.0/CHANGELOG.md b/stable/whisper-asr-webservice/4.1.0/CHANGELOG.md deleted file mode 100644 index 79d48b907f2..00000000000 --- a/stable/whisper-asr-webservice/4.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/whisper-asr-webservice/4.1.0/Chart.yaml b/stable/whisper-asr-webservice/4.1.0/Chart.yaml deleted file mode 100644 index 839ac155d0f..00000000000 --- a/stable/whisper-asr-webservice/4.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/whisper-asr-webservice/4.1.0/charts/common-18.0.1.tgz b/stable/whisper-asr-webservice/4.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/whisper-asr-webservice/4.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/wifi-card/5.1.0/.helmignore b/stable/whisper-asr-webservice/4.2.0/.helmignore similarity index 100% rename from stable/wifi-card/5.1.0/.helmignore rename to stable/whisper-asr-webservice/4.2.0/.helmignore diff --git a/stable/whisper-asr-webservice/4.2.0/CHANGELOG.md b/stable/whisper-asr-webservice/4.2.0/CHANGELOG.md new file mode 100644 index 00000000000..7ad485ccfc3 --- /dev/null +++ b/stable/whisper-asr-webservice/4.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/whisper-asr-webservice/4.2.0/Chart.yaml b/stable/whisper-asr-webservice/4.2.0/Chart.yaml new file mode 100644 index 00000000000..09fab72373e --- /dev/null +++ b/stable/whisper-asr-webservice/4.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: machine-learning + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.3 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/whisper-asr-webservice/4.1.0/README.md b/stable/whisper-asr-webservice/4.2.0/README.md similarity index 100% rename from stable/whisper-asr-webservice/4.1.0/README.md rename to stable/whisper-asr-webservice/4.2.0/README.md diff --git a/stable/whisper-asr-webservice/4.1.0/app-readme.md b/stable/whisper-asr-webservice/4.2.0/app-readme.md similarity index 100% rename from stable/whisper-asr-webservice/4.1.0/app-readme.md rename to stable/whisper-asr-webservice/4.2.0/app-readme.md diff --git a/stable/whisper-asr-webservice/4.2.0/charts/common-18.1.2.tgz b/stable/whisper-asr-webservice/4.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/whisper-asr-webservice/4.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/whisper-asr-webservice/4.1.0/ix_values.yaml b/stable/whisper-asr-webservice/4.2.0/ix_values.yaml similarity index 100% rename from stable/whisper-asr-webservice/4.1.0/ix_values.yaml rename to stable/whisper-asr-webservice/4.2.0/ix_values.yaml diff --git a/stable/whisper-asr-webservice/4.1.0/questions.yaml b/stable/whisper-asr-webservice/4.2.0/questions.yaml similarity index 100% rename from stable/whisper-asr-webservice/4.1.0/questions.yaml rename to stable/whisper-asr-webservice/4.2.0/questions.yaml diff --git a/stable/wikijs/15.1.0/templates/NOTES.txt b/stable/whisper-asr-webservice/4.2.0/templates/NOTES.txt similarity index 100% rename from stable/wikijs/15.1.0/templates/NOTES.txt rename to stable/whisper-asr-webservice/4.2.0/templates/NOTES.txt diff --git a/stable/wikijs/15.1.0/templates/common.yaml b/stable/whisper-asr-webservice/4.2.0/templates/common.yaml similarity index 100% rename from stable/wikijs/15.1.0/templates/common.yaml rename to stable/whisper-asr-webservice/4.2.0/templates/common.yaml diff --git a/stable/wifi-card/5.1.0/values.yaml b/stable/whisper-asr-webservice/4.2.0/values.yaml similarity index 100% rename from stable/wifi-card/5.1.0/values.yaml rename to stable/whisper-asr-webservice/4.2.0/values.yaml diff --git a/stable/whoogle/10.1.0/CHANGELOG.md b/stable/whoogle/10.1.0/CHANGELOG.md deleted file mode 100644 index 7c01784bd9c..00000000000 --- a/stable/whoogle/10.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/whoogle/10.1.0/Chart.yaml b/stable/whoogle/10.1.0/Chart.yaml deleted file mode 100644 index 2cb9b82faac..00000000000 --- a/stable/whoogle/10.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: 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.1 - 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.0 diff --git a/stable/whoogle/10.1.0/charts/common-18.0.1.tgz b/stable/whoogle/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/whoogle/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/wikijs/15.1.0/.helmignore b/stable/whoogle/10.2.0/.helmignore similarity index 100% rename from stable/wikijs/15.1.0/.helmignore rename to stable/whoogle/10.2.0/.helmignore diff --git a/stable/whoogle/10.2.0/CHANGELOG.md b/stable/whoogle/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d41d5d6a865 --- /dev/null +++ b/stable/whoogle/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/whoogle/10.2.0/Chart.yaml b/stable/whoogle/10.2.0/Chart.yaml new file mode 100644 index 00000000000..2e14ee6b8c7 --- /dev/null +++ b/stable/whoogle/10.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.8.4 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/whoogle/10.1.0/README.md b/stable/whoogle/10.2.0/README.md similarity index 100% rename from stable/whoogle/10.1.0/README.md rename to stable/whoogle/10.2.0/README.md diff --git a/stable/whoogle/10.1.0/app-readme.md b/stable/whoogle/10.2.0/app-readme.md similarity index 100% rename from stable/whoogle/10.1.0/app-readme.md rename to stable/whoogle/10.2.0/app-readme.md diff --git a/stable/whoogle/10.2.0/charts/common-18.1.2.tgz b/stable/whoogle/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/whoogle/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/whoogle/10.1.0/ix_values.yaml b/stable/whoogle/10.2.0/ix_values.yaml similarity index 100% rename from stable/whoogle/10.1.0/ix_values.yaml rename to stable/whoogle/10.2.0/ix_values.yaml diff --git a/stable/whoogle/10.1.0/questions.yaml b/stable/whoogle/10.2.0/questions.yaml similarity index 100% rename from stable/whoogle/10.1.0/questions.yaml rename to stable/whoogle/10.2.0/questions.yaml diff --git a/stable/wireguard/8.1.0/templates/NOTES.txt b/stable/whoogle/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/wireguard/8.1.0/templates/NOTES.txt rename to stable/whoogle/10.2.0/templates/NOTES.txt diff --git a/stable/wizarr/6.1.0/templates/common.yaml b/stable/whoogle/10.2.0/templates/common.yaml similarity index 100% rename from stable/wizarr/6.1.0/templates/common.yaml rename to stable/whoogle/10.2.0/templates/common.yaml diff --git a/stable/wikijs/15.1.0/values.yaml b/stable/whoogle/10.2.0/values.yaml similarity index 100% rename from stable/wikijs/15.1.0/values.yaml rename to stable/whoogle/10.2.0/values.yaml diff --git a/stable/wifi-card/5.1.0/CHANGELOG.md b/stable/wifi-card/5.1.0/CHANGELOG.md deleted file mode 100644 index 6aa02741c87..00000000000 --- a/stable/wifi-card/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/wifi-card/5.1.0/Chart.yaml b/stable/wifi-card/5.1.0/Chart.yaml deleted file mode 100644 index 32b0bcce93d..00000000000 --- a/stable/wifi-card/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/wifi-card/5.1.0/charts/common-18.0.1.tgz b/stable/wifi-card/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/wifi-card/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/wireguard/8.1.0/.helmignore b/stable/wifi-card/5.2.0/.helmignore similarity index 100% rename from stable/wireguard/8.1.0/.helmignore rename to stable/wifi-card/5.2.0/.helmignore diff --git a/stable/wifi-card/5.2.0/CHANGELOG.md b/stable/wifi-card/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..e2cc473c559 --- /dev/null +++ b/stable/wifi-card/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [wifi-card-4.1.13](https://github.com/truecharts/charts/compare/wifi-card-4.1.12...wifi-card-4.1.13) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [wifi-card-4.1.12](https://github.com/truecharts/charts/compare/wifi-card-4.1.11...wifi-card-4.1.12) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [wifi-card-4.1.11](https://github.com/truecharts/charts/compare/wifi-card-4.1.10...wifi-card-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [wifi-card-4.1.10](https://github.com/truecharts/charts/compare/wifi-card-4.1.9...wifi-card-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [wifi-card-4.1.9](https://github.com/truecharts/charts/compare/wifi-card-4.1.8...wifi-card-4.1.9) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [wifi-card-4.1.8](https://github.com/truecharts/charts/compare/wifi-card-4.1.7...wifi-card-4.1.8) (2024-01-21) + +### Chore + + + +- update container image bndw/wifi-card to latest[@0907450](https://github.com/0907450) by renovate ([#17334](https://github.com/truecharts/charts/issues/17334)) + + +## [wifi-card-4.1.7](https://github.com/truecharts/charts/compare/wifi-card-4.1.6...wifi-card-4.1.7) (2024-01-14) + +### Chore + + + +- update container image bndw/wifi-card to latest[@da73c08](https://github.com/da73c08) by renovate ([#17121](https://github.com/truecharts/charts/issues/17121)) + + + + +## [wifi-card-4.1.6](https://github.com/truecharts/charts/compare/wifi-card-4.1.5...wifi-card-4.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [wifi-card-4.1.5](https://github.com/truecharts/charts/compare/wifi-card-4.1.4...wifi-card-4.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/stable/wifi-card/5.2.0/Chart.yaml b/stable/wifi-card/5.2.0/Chart.yaml new file mode 100644 index 00000000000..16d47ce2cc3 --- /dev/null +++ b/stable/wifi-card/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/wifi-card/5.1.0/README.md b/stable/wifi-card/5.2.0/README.md similarity index 100% rename from stable/wifi-card/5.1.0/README.md rename to stable/wifi-card/5.2.0/README.md diff --git a/stable/wifi-card/5.1.0/app-readme.md b/stable/wifi-card/5.2.0/app-readme.md similarity index 100% rename from stable/wifi-card/5.1.0/app-readme.md rename to stable/wifi-card/5.2.0/app-readme.md diff --git a/stable/wifi-card/5.2.0/charts/common-18.1.2.tgz b/stable/wifi-card/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/wifi-card/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/wifi-card/5.1.0/ix_values.yaml b/stable/wifi-card/5.2.0/ix_values.yaml similarity index 100% rename from stable/wifi-card/5.1.0/ix_values.yaml rename to stable/wifi-card/5.2.0/ix_values.yaml diff --git a/stable/wifi-card/5.1.0/questions.yaml b/stable/wifi-card/5.2.0/questions.yaml similarity index 100% rename from stable/wifi-card/5.1.0/questions.yaml rename to stable/wifi-card/5.2.0/questions.yaml diff --git a/stable/wifi-card/5.1.0/templates/common.yaml b/stable/wifi-card/5.2.0/templates/common.yaml similarity index 100% rename from stable/wifi-card/5.1.0/templates/common.yaml rename to stable/wifi-card/5.2.0/templates/common.yaml diff --git a/stable/wireguard/8.1.0/values.yaml b/stable/wifi-card/5.2.0/values.yaml similarity index 100% rename from stable/wireguard/8.1.0/values.yaml rename to stable/wifi-card/5.2.0/values.yaml diff --git a/stable/wikijs/15.1.0/CHANGELOG.md b/stable/wikijs/15.1.0/CHANGELOG.md deleted file mode 100644 index 438c0faf36a..00000000000 --- a/stable/wikijs/15.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [wikijs-14.1.12](https://github.com/truecharts/charts/compare/wikijs-14.1.11...wikijs-14.1.12) (2024-02-05) - -### Chore - - - -- update container image requarks/wiki to v2.5.301[@3d20706](https://github.com/3d20706) by renovate ([#17928](https://github.com/truecharts/charts/issues/17928)) - - -## [wikijs-14.1.11](https://github.com/truecharts/charts/compare/wikijs-14.1.10...wikijs-14.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [wikijs-14.1.10](https://github.com/truecharts/charts/compare/wikijs-14.1.9...wikijs-14.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [wikijs-14.1.9](https://github.com/truecharts/charts/compare/wikijs-14.1.8...wikijs-14.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [wikijs-14.1.8](https://github.com/truecharts/charts/compare/wikijs-14.1.7...wikijs-14.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [wikijs-14.1.7](https://github.com/truecharts/charts/compare/wikijs-14.1.6...wikijs-14.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [wikijs-14.1.6](https://github.com/truecharts/charts/compare/wikijs-14.1.5...wikijs-14.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [wikijs-14.1.5](https://github.com/truecharts/charts/compare/wikijs-14.1.4...wikijs-14.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [wikijs-14.1.4](https://github.com/truecharts/charts/compare/wikijs-14.1.3...wikijs-14.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [wikijs-14.1.3](https://github.com/truecharts/charts/compare/wikijs-14.1.0...wikijs-14.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/wikijs/15.1.0/Chart.yaml b/stable/wikijs/15.1.0/Chart.yaml deleted file mode 100644 index e86d33172c6..00000000000 --- a/stable/wikijs/15.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.5.301 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/wikijs/15.1.0/charts/common-18.0.1.tgz b/stable/wikijs/15.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/wikijs/15.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/wizarr/6.1.0/.helmignore b/stable/wikijs/15.2.0/.helmignore similarity index 100% rename from stable/wizarr/6.1.0/.helmignore rename to stable/wikijs/15.2.0/.helmignore diff --git a/stable/wikijs/15.2.0/CHANGELOG.md b/stable/wikijs/15.2.0/CHANGELOG.md new file mode 100644 index 00000000000..207d728f5cd --- /dev/null +++ b/stable/wikijs/15.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/wikijs/15.2.0/Chart.yaml b/stable/wikijs/15.2.0/Chart.yaml new file mode 100644 index 00000000000..8fd8ca4cb2e --- /dev/null +++ b/stable/wikijs/15.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.301 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/wikijs/15.1.0/README.md b/stable/wikijs/15.2.0/README.md similarity index 100% rename from stable/wikijs/15.1.0/README.md rename to stable/wikijs/15.2.0/README.md diff --git a/stable/wikijs/15.1.0/app-readme.md b/stable/wikijs/15.2.0/app-readme.md similarity index 100% rename from stable/wikijs/15.1.0/app-readme.md rename to stable/wikijs/15.2.0/app-readme.md diff --git a/stable/wikijs/15.2.0/charts/common-18.1.2.tgz b/stable/wikijs/15.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/wikijs/15.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/wikijs/15.1.0/ix_values.yaml b/stable/wikijs/15.2.0/ix_values.yaml similarity index 100% rename from stable/wikijs/15.1.0/ix_values.yaml rename to stable/wikijs/15.2.0/ix_values.yaml diff --git a/stable/wikijs/15.1.0/questions.yaml b/stable/wikijs/15.2.0/questions.yaml similarity index 100% rename from stable/wikijs/15.1.0/questions.yaml rename to stable/wikijs/15.2.0/questions.yaml diff --git a/stable/wizarr/6.1.0/templates/NOTES.txt b/stable/wikijs/15.2.0/templates/NOTES.txt similarity index 100% rename from stable/wizarr/6.1.0/templates/NOTES.txt rename to stable/wikijs/15.2.0/templates/NOTES.txt diff --git a/stable/wyoming-whisper/4.1.0/templates/common.yaml b/stable/wikijs/15.2.0/templates/common.yaml similarity index 100% rename from stable/wyoming-whisper/4.1.0/templates/common.yaml rename to stable/wikijs/15.2.0/templates/common.yaml diff --git a/stable/wizarr/6.1.0/values.yaml b/stable/wikijs/15.2.0/values.yaml similarity index 100% rename from stable/wizarr/6.1.0/values.yaml rename to stable/wikijs/15.2.0/values.yaml diff --git a/stable/wireguard/8.1.0/CHANGELOG.md b/stable/wireguard/8.1.0/CHANGELOG.md deleted file mode 100644 index 2ccbc3a5a0a..00000000000 --- a/stable/wireguard/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/wireguard/8.1.0/Chart.yaml b/stable/wireguard/8.1.0/Chart.yaml deleted file mode 100644 index 0e9af24abfb..00000000000 --- a/stable/wireguard/8.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/wireguard/8.1.0/charts/common-18.0.1.tgz b/stable/wireguard/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/wireguard/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/wordpress/7.2.1/.helmignore b/stable/wireguard/8.2.0/.helmignore similarity index 100% rename from stable/wordpress/7.2.1/.helmignore rename to stable/wireguard/8.2.0/.helmignore diff --git a/stable/wireguard/8.2.0/CHANGELOG.md b/stable/wireguard/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..fd1e47322ab --- /dev/null +++ b/stable/wireguard/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/wireguard/8.2.0/Chart.yaml b/stable/wireguard/8.2.0/Chart.yaml new file mode 100644 index 00000000000..094a1c2636b --- /dev/null +++ b/stable/wireguard/8.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.20210914 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/wireguard/8.1.0/README.md b/stable/wireguard/8.2.0/README.md similarity index 100% rename from stable/wireguard/8.1.0/README.md rename to stable/wireguard/8.2.0/README.md diff --git a/stable/wireguard/8.1.0/app-readme.md b/stable/wireguard/8.2.0/app-readme.md similarity index 100% rename from stable/wireguard/8.1.0/app-readme.md rename to stable/wireguard/8.2.0/app-readme.md diff --git a/stable/wireguard/8.2.0/charts/common-18.1.2.tgz b/stable/wireguard/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/wireguard/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/wireguard/8.1.0/ix_values.yaml b/stable/wireguard/8.2.0/ix_values.yaml similarity index 100% rename from stable/wireguard/8.1.0/ix_values.yaml rename to stable/wireguard/8.2.0/ix_values.yaml diff --git a/stable/wireguard/8.1.0/questions.yaml b/stable/wireguard/8.2.0/questions.yaml similarity index 100% rename from stable/wireguard/8.1.0/questions.yaml rename to stable/wireguard/8.2.0/questions.yaml diff --git a/stable/wyoming-piper/4.1.1/templates/NOTES.txt b/stable/wireguard/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/wyoming-piper/4.1.1/templates/NOTES.txt rename to stable/wireguard/8.2.0/templates/NOTES.txt diff --git a/stable/wireguard/8.1.0/templates/_configfilemount.tpl b/stable/wireguard/8.2.0/templates/_configfilemount.tpl similarity index 100% rename from stable/wireguard/8.1.0/templates/_configfilemount.tpl rename to stable/wireguard/8.2.0/templates/_configfilemount.tpl diff --git a/stable/wireguard/8.1.0/templates/_configmap.tpl b/stable/wireguard/8.2.0/templates/_configmap.tpl similarity index 100% rename from stable/wireguard/8.1.0/templates/_configmap.tpl rename to stable/wireguard/8.2.0/templates/_configmap.tpl diff --git a/stable/wireguard/8.1.0/templates/_secret.tpl b/stable/wireguard/8.2.0/templates/_secret.tpl similarity index 100% rename from stable/wireguard/8.1.0/templates/_secret.tpl rename to stable/wireguard/8.2.0/templates/_secret.tpl diff --git a/stable/wireguard/8.1.0/templates/common.yaml b/stable/wireguard/8.2.0/templates/common.yaml similarity index 100% rename from stable/wireguard/8.1.0/templates/common.yaml rename to stable/wireguard/8.2.0/templates/common.yaml diff --git a/stable/wordpress/7.2.1/values.yaml b/stable/wireguard/8.2.0/values.yaml similarity index 100% rename from stable/wordpress/7.2.1/values.yaml rename to stable/wireguard/8.2.0/values.yaml diff --git a/stable/wizarr/6.1.0/CHANGELOG.md b/stable/wizarr/6.1.0/CHANGELOG.md deleted file mode 100644 index e4e0fdc043a..00000000000 --- a/stable/wizarr/6.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/wizarr/6.1.0/Chart.yaml b/stable/wizarr/6.1.0/Chart.yaml deleted file mode 100644 index 33ef5f5bceb..00000000000 --- a/stable/wizarr/6.1.0/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/wizarr/6.1.0/charts/common-18.0.1.tgz b/stable/wizarr/6.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/wizarr/6.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/wyoming-piper/4.1.1/.helmignore b/stable/wizarr/6.2.0/.helmignore similarity index 100% rename from stable/wyoming-piper/4.1.1/.helmignore rename to stable/wizarr/6.2.0/.helmignore diff --git a/stable/wizarr/6.2.0/CHANGELOG.md b/stable/wizarr/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..79a44a43b41 --- /dev/null +++ b/stable/wizarr/6.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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 \ No newline at end of file diff --git a/stable/wizarr/6.2.0/Chart.yaml b/stable/wizarr/6.2.0/Chart.yaml new file mode 100644 index 00000000000..42868777234 --- /dev/null +++ b/stable/wizarr/6.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.5.1 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/wizarr/6.1.0/README.md b/stable/wizarr/6.2.0/README.md similarity index 100% rename from stable/wizarr/6.1.0/README.md rename to stable/wizarr/6.2.0/README.md diff --git a/stable/wizarr/6.1.0/app-readme.md b/stable/wizarr/6.2.0/app-readme.md similarity index 100% rename from stable/wizarr/6.1.0/app-readme.md rename to stable/wizarr/6.2.0/app-readme.md diff --git a/stable/wizarr/6.2.0/charts/common-18.1.2.tgz b/stable/wizarr/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/wizarr/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/wizarr/6.1.0/ix_values.yaml b/stable/wizarr/6.2.0/ix_values.yaml similarity index 100% rename from stable/wizarr/6.1.0/ix_values.yaml rename to stable/wizarr/6.2.0/ix_values.yaml diff --git a/stable/wizarr/6.1.0/questions.yaml b/stable/wizarr/6.2.0/questions.yaml similarity index 100% rename from stable/wizarr/6.1.0/questions.yaml rename to stable/wizarr/6.2.0/questions.yaml diff --git a/stable/wyoming-whisper/4.1.0/templates/NOTES.txt b/stable/wizarr/6.2.0/templates/NOTES.txt similarity index 100% rename from stable/wyoming-whisper/4.1.0/templates/NOTES.txt rename to stable/wizarr/6.2.0/templates/NOTES.txt diff --git a/stable/xen-orchestra/8.1.2/templates/common.yaml b/stable/wizarr/6.2.0/templates/common.yaml similarity index 100% rename from stable/xen-orchestra/8.1.2/templates/common.yaml rename to stable/wizarr/6.2.0/templates/common.yaml diff --git a/stable/wyoming-piper/4.1.1/values.yaml b/stable/wizarr/6.2.0/values.yaml similarity index 100% rename from stable/wyoming-piper/4.1.1/values.yaml rename to stable/wizarr/6.2.0/values.yaml diff --git a/stable/wordpress/7.2.1/CHANGELOG.md b/stable/wordpress/7.2.1/CHANGELOG.md deleted file mode 100644 index c95943627ee..00000000000 --- a/stable/wordpress/7.2.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -## [wordpress-6.1.23](https://github.com/truecharts/charts/compare/wordpress-6.1.22...wordpress-6.1.23) (2024-02-12) - -### Chore - - - -- update container image bitnami/wordpress to 6.4.3[@a7bab32](https://github.com/a7bab32) by renovate ([#18226](https://github.com/truecharts/charts/issues/18226)) - - -## [wordpress-6.1.22](https://github.com/truecharts/charts/compare/wordpress-6.1.21...wordpress-6.1.22) (2024-02-12) - -### Chore - - - -- update container image bitnami/wordpress to 6.4.3[@52ada86](https://github.com/52ada86) by renovate ([#18164](https://github.com/truecharts/charts/issues/18164)) - - -## [wordpress-6.1.21](https://github.com/truecharts/charts/compare/wordpress-6.1.20...wordpress-6.1.21) (2024-02-12) - -### Chore - - - -- update container image bitnami/wordpress to 6.4.3[@33e6dba](https://github.com/33e6dba) by renovate ([#18035](https://github.com/truecharts/charts/issues/18035)) - - -## [wordpress-6.1.20](https://github.com/truecharts/charts/compare/wordpress-6.1.19...wordpress-6.1.20) (2024-02-05) - -### Chore - - - -- update container image bitnami/wordpress to v6.4.3[@a4339c4](https://github.com/a4339c4) by renovate ([#17902](https://github.com/truecharts/charts/issues/17902)) - - -## [wordpress-6.1.19](https://github.com/truecharts/charts/compare/wordpress-6.1.18...wordpress-6.1.19) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [wordpress-6.1.18](https://github.com/truecharts/charts/compare/wordpress-6.1.17...wordpress-6.1.18) (2024-01-29) - -### Chore - - - -- update container image bitnami/wordpress to 6.4.2[@de43215](https://github.com/de43215) by renovate ([#17581](https://github.com/truecharts/charts/issues/17581)) - - -## [wordpress-6.1.17](https://github.com/truecharts/charts/compare/wordpress-6.1.16...wordpress-6.1.17) (2024-01-27) - -### Chore diff --git a/stable/wordpress/7.2.1/Chart.yaml b/stable/wordpress/7.2.1/Chart.yaml deleted file mode 100644 index b24c9463687..00000000000 --- a/stable/wordpress/7.2.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: 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.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: 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.1 diff --git a/stable/wordpress/7.2.1/charts/common-18.0.2.tgz b/stable/wordpress/7.2.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/wordpress/7.2.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/wordpress/7.2.1/ix_values.yaml b/stable/wordpress/7.2.1/ix_values.yaml deleted file mode 100644 index 199b3c05461..00000000000 --- a/stable/wordpress/7.2.1/ix_values.yaml +++ /dev/null @@ -1,71 +0,0 @@ -image: - repository: bitnami/wordpress - pullPolicy: IfNotPresent - tag: 6.4.3@sha256:83386e4ab0d78848206bfbb70da1a0f9a39413b1b9912c587d0158b30b9377a0 -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/wyoming-whisper/4.1.0/.helmignore b/stable/wordpress/7.3.0/.helmignore similarity index 100% rename from stable/wyoming-whisper/4.1.0/.helmignore rename to stable/wordpress/7.3.0/.helmignore diff --git a/stable/wordpress/7.3.0/CHANGELOG.md b/stable/wordpress/7.3.0/CHANGELOG.md new file mode 100644 index 00000000000..f34f80584bb --- /dev/null +++ b/stable/wordpress/7.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## [wordpress-6.1.23](https://github.com/truecharts/charts/compare/wordpress-6.1.22...wordpress-6.1.23) (2024-02-12) + +### Chore + + + +- update container image bitnami/wordpress to 6.4.3[@a7bab32](https://github.com/a7bab32) by renovate ([#18226](https://github.com/truecharts/charts/issues/18226)) + + +## [wordpress-6.1.22](https://github.com/truecharts/charts/compare/wordpress-6.1.21...wordpress-6.1.22) (2024-02-12) + +### Chore + + + +- update container image bitnami/wordpress to 6.4.3[@52ada86](https://github.com/52ada86) by renovate ([#18164](https://github.com/truecharts/charts/issues/18164)) + + +## [wordpress-6.1.21](https://github.com/truecharts/charts/compare/wordpress-6.1.20...wordpress-6.1.21) (2024-02-12) + +### Chore + + + +- update container image bitnami/wordpress to 6.4.3[@33e6dba](https://github.com/33e6dba) by renovate ([#18035](https://github.com/truecharts/charts/issues/18035)) + + +## [wordpress-6.1.20](https://github.com/truecharts/charts/compare/wordpress-6.1.19...wordpress-6.1.20) (2024-02-05) + +### Chore + + + +- update container image bitnami/wordpress to v6.4.3[@a4339c4](https://github.com/a4339c4) by renovate ([#17902](https://github.com/truecharts/charts/issues/17902)) + + +## [wordpress-6.1.19](https://github.com/truecharts/charts/compare/wordpress-6.1.18...wordpress-6.1.19) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [wordpress-6.1.18](https://github.com/truecharts/charts/compare/wordpress-6.1.17...wordpress-6.1.18) (2024-01-29) + +### Chore + + + +- update container image bitnami/wordpress to 6.4.2[@de43215](https://github.com/de43215) by renovate ([#17581](https://github.com/truecharts/charts/issues/17581)) + diff --git a/stable/wordpress/7.3.0/Chart.yaml b/stable/wordpress/7.3.0/Chart.yaml new file mode 100644 index 00000000000..025f5557c88 --- /dev/null +++ b/stable/wordpress/7.3.0/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: website + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.4.3 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.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.3.0 diff --git a/stable/wordpress/7.2.1/README.md b/stable/wordpress/7.3.0/README.md similarity index 100% rename from stable/wordpress/7.2.1/README.md rename to stable/wordpress/7.3.0/README.md diff --git a/stable/wordpress/7.2.1/app-readme.md b/stable/wordpress/7.3.0/app-readme.md similarity index 100% rename from stable/wordpress/7.2.1/app-readme.md rename to stable/wordpress/7.3.0/app-readme.md diff --git a/stable/wordpress/7.3.0/charts/common-18.1.2.tgz b/stable/wordpress/7.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/wordpress/7.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/wordpress/7.2.1/charts/mariadb-13.0.0.tgz b/stable/wordpress/7.3.0/charts/mariadb-13.0.0.tgz similarity index 100% rename from stable/wordpress/7.2.1/charts/mariadb-13.0.0.tgz rename to stable/wordpress/7.3.0/charts/mariadb-13.0.0.tgz diff --git a/stable/wordpress/7.3.0/ix_values.yaml b/stable/wordpress/7.3.0/ix_values.yaml new file mode 100644 index 00000000000..df86ceb8068 --- /dev/null +++ b/stable/wordpress/7.3.0/ix_values.yaml @@ -0,0 +1,71 @@ +image: + repository: bitnami/wordpress + pullPolicy: IfNotPresent + tag: 6.4.3@sha256:12f579206273f9b1e4574f28f1dad28956da23d51d977c1430c88aa413e194d1 +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + envFrom: + - configMapRef: + name: env-config + - secretRef: + name: env-secret + probes: + liveness: + enabled: true + type: tcp + port: 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.2.1/questions.yaml b/stable/wordpress/7.3.0/questions.yaml similarity index 100% rename from stable/wordpress/7.2.1/questions.yaml rename to stable/wordpress/7.3.0/questions.yaml diff --git a/stable/wordpress/7.2.1/templates/_env.tpl b/stable/wordpress/7.3.0/templates/_env.tpl similarity index 100% rename from stable/wordpress/7.2.1/templates/_env.tpl rename to stable/wordpress/7.3.0/templates/_env.tpl diff --git a/stable/wordpress/7.2.1/templates/common.yaml b/stable/wordpress/7.3.0/templates/common.yaml similarity index 100% rename from stable/wordpress/7.2.1/templates/common.yaml rename to stable/wordpress/7.3.0/templates/common.yaml diff --git a/stable/wyoming-whisper/4.1.0/values.yaml b/stable/wordpress/7.3.0/values.yaml similarity index 100% rename from stable/wyoming-whisper/4.1.0/values.yaml rename to stable/wordpress/7.3.0/values.yaml diff --git a/stable/wyoming-piper/4.1.1/CHANGELOG.md b/stable/wyoming-piper/4.1.1/CHANGELOG.md deleted file mode 100644 index a7f2456a1b4..00000000000 --- a/stable/wyoming-piper/4.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/wyoming-piper/4.1.1/Chart.yaml b/stable/wyoming-piper/4.1.1/Chart.yaml deleted file mode 100644 index d32e5e75239..00000000000 --- a/stable/wyoming-piper/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: 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.1 diff --git a/stable/wyoming-piper/4.1.1/charts/common-18.0.2.tgz b/stable/wyoming-piper/4.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/wyoming-piper/4.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/wyoming-piper/4.1.1/ix_values.yaml b/stable/wyoming-piper/4.1.1/ix_values.yaml deleted file mode 100644 index 19b329c936c..00000000000 --- a/stable/wyoming-piper/4.1.1/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/xen-orchestra/8.1.2/.helmignore b/stable/wyoming-piper/4.3.0/.helmignore similarity index 100% rename from stable/xen-orchestra/8.1.2/.helmignore rename to stable/wyoming-piper/4.3.0/.helmignore diff --git a/stable/wyoming-piper/4.3.0/CHANGELOG.md b/stable/wyoming-piper/4.3.0/CHANGELOG.md new file mode 100644 index 00000000000..0979d786f42 --- /dev/null +++ b/stable/wyoming-piper/4.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + +## [wyoming-piper-3.1.11](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.10...wyoming-piper-3.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [wyoming-piper-3.1.10](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.9...wyoming-piper-3.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [wyoming-piper-3.1.9](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.8...wyoming-piper-3.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [wyoming-piper-3.1.8](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.7...wyoming-piper-3.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [wyoming-piper-3.1.7](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.6...wyoming-piper-3.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [wyoming-piper-3.1.6](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.5...wyoming-piper-3.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [wyoming-piper-3.1.5](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.4...wyoming-piper-3.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [wyoming-piper-3.1.4](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.3...wyoming-piper-3.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes + +- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) + + +## [wyoming-piper-3.1.3](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.0...wyoming-piper-3.1.3) (2024-01-01) + +### Chore + diff --git a/stable/wyoming-piper/4.3.0/Chart.yaml b/stable/wyoming-piper/4.3.0/Chart.yaml new file mode 100644 index 00000000000..1fb50ad8d97 --- /dev/null +++ b/stable/wyoming-piper/4.3.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.0 +dependencies: + - name: common + version: 18.1.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.3.0 diff --git a/stable/wyoming-piper/4.1.1/README.md b/stable/wyoming-piper/4.3.0/README.md similarity index 100% rename from stable/wyoming-piper/4.1.1/README.md rename to stable/wyoming-piper/4.3.0/README.md diff --git a/stable/wyoming-piper/4.1.1/app-readme.md b/stable/wyoming-piper/4.3.0/app-readme.md similarity index 100% rename from stable/wyoming-piper/4.1.1/app-readme.md rename to stable/wyoming-piper/4.3.0/app-readme.md diff --git a/stable/wyoming-piper/4.3.0/charts/common-18.1.2.tgz b/stable/wyoming-piper/4.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/wyoming-piper/4.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/wyoming-piper/4.3.0/ix_values.yaml b/stable/wyoming-piper/4.3.0/ix_values.yaml new file mode 100644 index 00000000000..e92cd87c8d9 --- /dev/null +++ b/stable/wyoming-piper/4.3.0/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.1/questions.yaml b/stable/wyoming-piper/4.3.0/questions.yaml similarity index 100% rename from stable/wyoming-piper/4.1.1/questions.yaml rename to stable/wyoming-piper/4.3.0/questions.yaml diff --git a/stable/xen-orchestra/8.1.2/templates/NOTES.txt b/stable/wyoming-piper/4.3.0/templates/NOTES.txt similarity index 100% rename from stable/xen-orchestra/8.1.2/templates/NOTES.txt rename to stable/wyoming-piper/4.3.0/templates/NOTES.txt diff --git a/stable/wyoming-piper/4.1.1/templates/_args.tpl b/stable/wyoming-piper/4.3.0/templates/_args.tpl similarity index 100% rename from stable/wyoming-piper/4.1.1/templates/_args.tpl rename to stable/wyoming-piper/4.3.0/templates/_args.tpl diff --git a/stable/wyoming-piper/4.1.1/templates/common.yaml b/stable/wyoming-piper/4.3.0/templates/common.yaml similarity index 100% rename from stable/wyoming-piper/4.1.1/templates/common.yaml rename to stable/wyoming-piper/4.3.0/templates/common.yaml diff --git a/stable/xen-orchestra/8.1.2/values.yaml b/stable/wyoming-piper/4.3.0/values.yaml similarity index 100% rename from stable/xen-orchestra/8.1.2/values.yaml rename to stable/wyoming-piper/4.3.0/values.yaml diff --git a/stable/wyoming-whisper/4.1.0/CHANGELOG.md b/stable/wyoming-whisper/4.1.0/CHANGELOG.md deleted file mode 100644 index 8b88068cb73..00000000000 --- a/stable/wyoming-whisper/4.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/wyoming-whisper/4.1.0/Chart.yaml b/stable/wyoming-whisper/4.1.0/Chart.yaml deleted file mode 100644 index 599b2db52c5..00000000000 --- a/stable/wyoming-whisper/4.1.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/wyoming-whisper/4.1.0/charts/common-18.0.1.tgz b/stable/wyoming-whisper/4.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/wyoming-whisper/4.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/xmrig/6.1.1/.helmignore b/stable/wyoming-whisper/4.2.0/.helmignore similarity index 100% rename from stable/xmrig/6.1.1/.helmignore rename to stable/wyoming-whisper/4.2.0/.helmignore diff --git a/stable/wyoming-whisper/4.2.0/CHANGELOG.md b/stable/wyoming-whisper/4.2.0/CHANGELOG.md new file mode 100644 index 00000000000..4463f03ecc8 --- /dev/null +++ b/stable/wyoming-whisper/4.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + +## [wyoming-whisper-3.1.11](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.10...wyoming-whisper-3.1.11) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [wyoming-whisper-3.1.10](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.9...wyoming-whisper-3.1.10) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [wyoming-whisper-3.1.9](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.8...wyoming-whisper-3.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [wyoming-whisper-3.1.8](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.7...wyoming-whisper-3.1.8) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [wyoming-whisper-3.1.7](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.6...wyoming-whisper-3.1.7) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [wyoming-whisper-3.1.6](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.5...wyoming-whisper-3.1.6) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [wyoming-whisper-3.1.5](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.4...wyoming-whisper-3.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [wyoming-whisper-3.1.4](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.3...wyoming-whisper-3.1.4) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes + +- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) + + +## [wyoming-whisper-3.1.3](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.0...wyoming-whisper-3.1.3) (2024-01-01) + +### Chore + diff --git a/stable/wyoming-whisper/4.2.0/Chart.yaml b/stable/wyoming-whisper/4.2.0/Chart.yaml new file mode 100644 index 00000000000..79f30654e21 --- /dev/null +++ b/stable/wyoming-whisper/4.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/wyoming-whisper/4.1.0/README.md b/stable/wyoming-whisper/4.2.0/README.md similarity index 100% rename from stable/wyoming-whisper/4.1.0/README.md rename to stable/wyoming-whisper/4.2.0/README.md diff --git a/stable/wyoming-whisper/4.1.0/app-readme.md b/stable/wyoming-whisper/4.2.0/app-readme.md similarity index 100% rename from stable/wyoming-whisper/4.1.0/app-readme.md rename to stable/wyoming-whisper/4.2.0/app-readme.md diff --git a/stable/wyoming-whisper/4.2.0/charts/common-18.1.2.tgz b/stable/wyoming-whisper/4.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/wyoming-whisper/4.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/wyoming-whisper/4.1.0/ix_values.yaml b/stable/wyoming-whisper/4.2.0/ix_values.yaml similarity index 100% rename from stable/wyoming-whisper/4.1.0/ix_values.yaml rename to stable/wyoming-whisper/4.2.0/ix_values.yaml diff --git a/stable/wyoming-whisper/4.1.0/questions.yaml b/stable/wyoming-whisper/4.2.0/questions.yaml similarity index 100% rename from stable/wyoming-whisper/4.1.0/questions.yaml rename to stable/wyoming-whisper/4.2.0/questions.yaml diff --git a/stable/xteve/13.1.0/templates/NOTES.txt b/stable/wyoming-whisper/4.2.0/templates/NOTES.txt similarity index 100% rename from stable/xteve/13.1.0/templates/NOTES.txt rename to stable/wyoming-whisper/4.2.0/templates/NOTES.txt diff --git a/stable/xteve/13.1.0/templates/common.yaml b/stable/wyoming-whisper/4.2.0/templates/common.yaml similarity index 100% rename from stable/xteve/13.1.0/templates/common.yaml rename to stable/wyoming-whisper/4.2.0/templates/common.yaml diff --git a/stable/xmrig/6.1.1/values.yaml b/stable/wyoming-whisper/4.2.0/values.yaml similarity index 100% rename from stable/xmrig/6.1.1/values.yaml rename to stable/wyoming-whisper/4.2.0/values.yaml diff --git a/stable/xen-orchestra/8.1.2/CHANGELOG.md b/stable/xen-orchestra/8.1.2/CHANGELOG.md deleted file mode 100644 index 433c24ebc0f..00000000000 --- a/stable/xen-orchestra/8.1.2/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) - -### Chore \ No newline at end of file diff --git a/stable/xen-orchestra/8.1.2/Chart.yaml b/stable/xen-orchestra/8.1.2/Chart.yaml deleted file mode 100644 index 7c06013a401..00000000000 --- a/stable/xen-orchestra/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: 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.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Xen-Orchestra is a Web-UI for managing your existing XenServer infrastructure. -home: https://truecharts.org/charts/stable/xen-orchestra -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xen-orchestra.png -keywords: - - xen-orchestra -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: xen-orchestra -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/xen-orchestra - - https://hub.docker.com/r/ronivay/xen-orchestra -type: application -version: 8.1.2 diff --git a/stable/xen-orchestra/8.1.2/charts/common-18.0.2.tgz b/stable/xen-orchestra/8.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/xen-orchestra/8.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/xen-orchestra/8.1.2/ix_values.yaml b/stable/xen-orchestra/8.1.2/ix_values.yaml deleted file mode 100644 index 315b35237f3..00000000000 --- a/stable/xen-orchestra/8.1.2/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/xonotic/5.1.0/.helmignore b/stable/xen-orchestra/8.2.0/.helmignore similarity index 100% rename from stable/xonotic/5.1.0/.helmignore rename to stable/xen-orchestra/8.2.0/.helmignore diff --git a/stable/xen-orchestra/8.2.0/CHANGELOG.md b/stable/xen-orchestra/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..640bf38de84 --- /dev/null +++ b/stable/xen-orchestra/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + + + +## [xen-orchestra-7.4.0](https://github.com/truecharts/charts/compare/xen-orchestra-7.3.1...xen-orchestra-7.4.0) (2024-02-12) + +### Chore + + + +- update container image ronivay/xen-orchestra to v5.136.0[@975efa0](https://github.com/975efa0) by renovate ([#18196](https://github.com/truecharts/charts/issues/18196)) + + +## [xen-orchestra-7.3.1](https://github.com/truecharts/charts/compare/xen-orchestra-7.3.0...xen-orchestra-7.3.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [xen-orchestra-7.3.0](https://github.com/truecharts/charts/compare/xen-orchestra-7.2.14...xen-orchestra-7.3.0) (2024-02-03) + +### Chore + + + +- update container image ronivay/xen-orchestra to v5.135.0[@75cce0f](https://github.com/75cce0f) by renovate ([#17803](https://github.com/truecharts/charts/issues/17803)) + + +## [xen-orchestra-7.2.14](https://github.com/truecharts/charts/compare/xen-orchestra-7.2.13...xen-orchestra-7.2.14) (2024-01-29) + +### Chore + + + +- update container image ronivay/xen-orchestra to 5.132.0[@ddf10cf](https://github.com/ddf10cf) by renovate ([#17652](https://github.com/truecharts/charts/issues/17652)) + + +## [xen-orchestra-7.2.13](https://github.com/truecharts/charts/compare/xen-orchestra-7.2.12...xen-orchestra-7.2.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [xen-orchestra-7.2.12](https://github.com/truecharts/charts/compare/xen-orchestra-7.2.11...xen-orchestra-7.2.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [xen-orchestra-7.2.11](https://github.com/truecharts/charts/compare/xen-orchestra-7.2.10...xen-orchestra-7.2.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [xen-orchestra-7.2.10](https://github.com/truecharts/charts/compare/xen-orchestra-7.2.9...xen-orchestra-7.2.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/xen-orchestra/8.2.0/Chart.yaml b/stable/xen-orchestra/8.2.0/Chart.yaml new file mode 100644 index 00000000000..fc28d5b420a --- /dev/null +++ b/stable/xen-orchestra/8.2.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: management + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.136.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Xen-Orchestra is a Web-UI for managing your existing XenServer infrastructure. +home: https://truecharts.org/charts/stable/xen-orchestra +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xen-orchestra.png +keywords: + - xen-orchestra +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: xen-orchestra +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/xen-orchestra + - https://hub.docker.com/r/ronivay/xen-orchestra +type: application +version: 8.2.0 diff --git a/stable/xen-orchestra/8.1.2/README.md b/stable/xen-orchestra/8.2.0/README.md similarity index 100% rename from stable/xen-orchestra/8.1.2/README.md rename to stable/xen-orchestra/8.2.0/README.md diff --git a/stable/xen-orchestra/8.1.2/app-readme.md b/stable/xen-orchestra/8.2.0/app-readme.md similarity index 100% rename from stable/xen-orchestra/8.1.2/app-readme.md rename to stable/xen-orchestra/8.2.0/app-readme.md diff --git a/stable/xen-orchestra/8.2.0/charts/common-18.1.2.tgz b/stable/xen-orchestra/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/xen-orchestra/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/xen-orchestra/8.2.0/ix_values.yaml b/stable/xen-orchestra/8.2.0/ix_values.yaml new file mode 100644 index 00000000000..c41f35e1566 --- /dev/null +++ b/stable/xen-orchestra/8.2.0/ix_values.yaml @@ -0,0 +1,55 @@ +image: + repository: ronivay/xen-orchestra + tag: 5.136.0@sha256:20dde073172bda53d666cb8cab636db988ba890d8f92eab1f973675fd96817ed + pullPolicy: IfNotPresent +service: + main: + ports: + main: + protocol: https + port: 10324 +persistence: + xo-data: + enabled: true + mountPath: "/var/lib/xo-server" + redis-data: + enabled: true + mountPath: "/var/lib/redis" +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + capabilities: + add: + - SYS_ADMIN + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: true + type: exec + command: + - /healthcheck.sh + readiness: + enabled: true + type: exec + command: + - /healthcheck.sh + startup: + enabled: true + type: exec + command: + - /healthcheck.sh + env: + HTTPS_PORT: "{{ .Values.service.main.ports.main.port }}" + # Just so it doesn't try to bind port 80 + HTTP_PORT: "{{ add1 .Values.service.main.ports.main.port }}" + REDIRECT_TO_HTTPS: true diff --git a/stable/xen-orchestra/8.1.2/questions.yaml b/stable/xen-orchestra/8.2.0/questions.yaml similarity index 100% rename from stable/xen-orchestra/8.1.2/questions.yaml rename to stable/xen-orchestra/8.2.0/questions.yaml diff --git a/stable/xwiki/12.1.1/templates/NOTES.txt b/stable/xen-orchestra/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/xwiki/12.1.1/templates/NOTES.txt rename to stable/xen-orchestra/8.2.0/templates/NOTES.txt diff --git a/stable/xwiki/12.1.1/templates/common.yaml b/stable/xen-orchestra/8.2.0/templates/common.yaml similarity index 100% rename from stable/xwiki/12.1.1/templates/common.yaml rename to stable/xen-orchestra/8.2.0/templates/common.yaml diff --git a/stable/xonotic/5.1.0/values.yaml b/stable/xen-orchestra/8.2.0/values.yaml similarity index 100% rename from stable/xonotic/5.1.0/values.yaml rename to stable/xen-orchestra/8.2.0/values.yaml diff --git a/stable/xmrig/6.1.1/CHANGELOG.md b/stable/xmrig/6.1.1/CHANGELOG.md deleted file mode 100644 index d7ba2e69d88..00000000000 --- a/stable/xmrig/6.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - -## [xmrig-4.1.12](https://github.com/truecharts/charts/compare/xmrig-4.1.11...xmrig-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [xmrig-4.1.11](https://github.com/truecharts/charts/compare/xmrig-4.1.10...xmrig-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [xmrig-4.1.10](https://github.com/truecharts/charts/compare/xmrig-4.1.9...xmrig-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [xmrig-4.1.9](https://github.com/truecharts/charts/compare/xmrig-4.1.8...xmrig-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [xmrig-4.1.8](https://github.com/truecharts/charts/compare/xmrig-4.1.7...xmrig-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [xmrig-4.1.7](https://github.com/truecharts/charts/compare/xmrig-4.1.6...xmrig-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [xmrig-4.1.6](https://github.com/truecharts/charts/compare/xmrig-4.1.5...xmrig-4.1.6) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [xmrig-4.1.5](https://github.com/truecharts/charts/compare/xmrig-4.1.4...xmrig-4.1.5) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [xmrig-4.1.4](https://github.com/truecharts/charts/compare/xmrig-4.1.1...xmrig-4.1.4) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push diff --git a/stable/xmrig/6.1.1/Chart.yaml b/stable/xmrig/6.1.1/Chart.yaml deleted file mode 100644 index 56f44976f55..00000000000 --- a/stable/xmrig/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: 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.1 diff --git a/stable/xmrig/6.1.1/charts/common-18.0.2.tgz b/stable/xmrig/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/xmrig/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/xmrig/6.1.1/ix_values.yaml b/stable/xmrig/6.1.1/ix_values.yaml deleted file mode 100644 index 61bb7aa7ac5..00000000000 --- a/stable/xmrig/6.1.1/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.1/questions.yaml b/stable/xmrig/6.1.1/questions.yaml deleted file mode 100755 index 948e255975c..00000000000 --- a/stable/xmrig/6.1.1/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/xteve/13.1.0/.helmignore b/stable/xmrig/6.2.0/.helmignore similarity index 100% rename from stable/xteve/13.1.0/.helmignore rename to stable/xmrig/6.2.0/.helmignore diff --git a/stable/xmrig/6.2.0/CHANGELOG.md b/stable/xmrig/6.2.0/CHANGELOG.md new file mode 100644 index 00000000000..8985002d971 --- /dev/null +++ b/stable/xmrig/6.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + +## [xmrig-4.1.12](https://github.com/truecharts/charts/compare/xmrig-4.1.11...xmrig-4.1.12) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [xmrig-4.1.11](https://github.com/truecharts/charts/compare/xmrig-4.1.10...xmrig-4.1.11) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [xmrig-4.1.10](https://github.com/truecharts/charts/compare/xmrig-4.1.9...xmrig-4.1.10) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [xmrig-4.1.9](https://github.com/truecharts/charts/compare/xmrig-4.1.8...xmrig-4.1.9) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [xmrig-4.1.8](https://github.com/truecharts/charts/compare/xmrig-4.1.7...xmrig-4.1.8) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [xmrig-4.1.7](https://github.com/truecharts/charts/compare/xmrig-4.1.6...xmrig-4.1.7) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [xmrig-4.1.6](https://github.com/truecharts/charts/compare/xmrig-4.1.5...xmrig-4.1.6) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [xmrig-4.1.5](https://github.com/truecharts/charts/compare/xmrig-4.1.4...xmrig-4.1.5) (2024-01-01) + +### Chore + + + +- increase common version for oci fixes + +- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) + + +## [xmrig-4.1.4](https://github.com/truecharts/charts/compare/xmrig-4.1.1...xmrig-4.1.4) (2024-01-01) + +### Chore diff --git a/stable/xmrig/6.2.0/Chart.yaml b/stable/xmrig/6.2.0/Chart.yaml new file mode 100644 index 00000000000..c3a12e7d841 --- /dev/null +++ b/stable/xmrig/6.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Crypto + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.21.0 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/xmrig/6.1.1/README.md b/stable/xmrig/6.2.0/README.md similarity index 100% rename from stable/xmrig/6.1.1/README.md rename to stable/xmrig/6.2.0/README.md diff --git a/stable/xmrig/6.1.1/app-readme.md b/stable/xmrig/6.2.0/app-readme.md similarity index 100% rename from stable/xmrig/6.1.1/app-readme.md rename to stable/xmrig/6.2.0/app-readme.md diff --git a/stable/xmrig/6.2.0/charts/common-18.1.2.tgz b/stable/xmrig/6.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/xmrig/6.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/xmrig/6.2.0/ix_values.yaml b/stable/xmrig/6.2.0/ix_values.yaml new file mode 100644 index 00000000000..2c8ad57d723 --- /dev/null +++ b/stable/xmrig/6.2.0/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.0/questions.yaml b/stable/xmrig/6.2.0/questions.yaml new file mode 100755 index 00000000000..4572acee3f9 --- /dev/null +++ b/stable/xmrig/6.2.0/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/xmrig/6.1.1/templates/common.yaml b/stable/xmrig/6.2.0/templates/common.yaml similarity index 100% rename from stable/xmrig/6.1.1/templates/common.yaml rename to stable/xmrig/6.2.0/templates/common.yaml diff --git a/stable/xteve/13.1.0/values.yaml b/stable/xmrig/6.2.0/values.yaml similarity index 100% rename from stable/xteve/13.1.0/values.yaml rename to stable/xmrig/6.2.0/values.yaml diff --git a/stable/xonotic/5.1.0/CHANGELOG.md b/stable/xonotic/5.1.0/CHANGELOG.md deleted file mode 100644 index f2e533984c8..00000000000 --- a/stable/xonotic/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/xonotic/5.1.0/Chart.yaml b/stable/xonotic/5.1.0/Chart.yaml deleted file mode 100644 index 783b828e54c..00000000000 --- a/stable/xonotic/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/xonotic/5.1.0/charts/common-18.0.1.tgz b/stable/xonotic/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/xonotic/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/xware/5.1.0/.helmignore b/stable/xonotic/5.2.0/.helmignore similarity index 100% rename from stable/xware/5.1.0/.helmignore rename to stable/xonotic/5.2.0/.helmignore diff --git a/stable/xonotic/5.2.0/CHANGELOG.md b/stable/xonotic/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d5ed6ed92b7 --- /dev/null +++ b/stable/xonotic/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/xonotic/5.2.0/Chart.yaml b/stable/xonotic/5.2.0/Chart.yaml new file mode 100644 index 00000000000..e757d90334f --- /dev/null +++ b/stable/xonotic/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/xonotic/5.1.0/README.md b/stable/xonotic/5.2.0/README.md similarity index 100% rename from stable/xonotic/5.1.0/README.md rename to stable/xonotic/5.2.0/README.md diff --git a/stable/xonotic/5.1.0/app-readme.md b/stable/xonotic/5.2.0/app-readme.md similarity index 100% rename from stable/xonotic/5.1.0/app-readme.md rename to stable/xonotic/5.2.0/app-readme.md diff --git a/stable/xonotic/5.2.0/charts/common-18.1.2.tgz b/stable/xonotic/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/xonotic/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/xonotic/5.1.0/ix_values.yaml b/stable/xonotic/5.2.0/ix_values.yaml similarity index 100% rename from stable/xonotic/5.1.0/ix_values.yaml rename to stable/xonotic/5.2.0/ix_values.yaml diff --git a/stable/xonotic/5.1.0/questions.yaml b/stable/xonotic/5.2.0/questions.yaml similarity index 100% rename from stable/xonotic/5.1.0/questions.yaml rename to stable/xonotic/5.2.0/questions.yaml diff --git a/stable/xonotic/5.1.0/templates/common.yaml b/stable/xonotic/5.2.0/templates/common.yaml similarity index 100% rename from stable/xonotic/5.1.0/templates/common.yaml rename to stable/xonotic/5.2.0/templates/common.yaml diff --git a/stable/xware/5.1.0/values.yaml b/stable/xonotic/5.2.0/values.yaml similarity index 100% rename from stable/xware/5.1.0/values.yaml rename to stable/xonotic/5.2.0/values.yaml diff --git a/stable/xteve/13.1.0/CHANGELOG.md b/stable/xteve/13.1.0/CHANGELOG.md deleted file mode 100644 index fa2172b0eeb..00000000000 --- a/stable/xteve/13.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/xteve/13.1.0/Chart.yaml b/stable/xteve/13.1.0/Chart.yaml deleted file mode 100644 index 4fc2496a9e3..00000000000 --- a/stable/xteve/13.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.2.0.200 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/xteve/13.1.0/charts/common-18.0.1.tgz b/stable/xteve/13.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/xteve/13.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/xwiki/12.1.1/.helmignore b/stable/xteve/13.2.0/.helmignore similarity index 100% rename from stable/xwiki/12.1.1/.helmignore rename to stable/xteve/13.2.0/.helmignore diff --git a/stable/xteve/13.2.0/CHANGELOG.md b/stable/xteve/13.2.0/CHANGELOG.md new file mode 100644 index 00000000000..215fc50b90f --- /dev/null +++ b/stable/xteve/13.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/xteve/13.2.0/Chart.yaml b/stable/xteve/13.2.0/Chart.yaml new file mode 100644 index 00000000000..0d357820370 --- /dev/null +++ b/stable/xteve/13.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.2.0.200 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/xteve/13.1.0/README.md b/stable/xteve/13.2.0/README.md similarity index 100% rename from stable/xteve/13.1.0/README.md rename to stable/xteve/13.2.0/README.md diff --git a/stable/xteve/13.1.0/app-readme.md b/stable/xteve/13.2.0/app-readme.md similarity index 100% rename from stable/xteve/13.1.0/app-readme.md rename to stable/xteve/13.2.0/app-readme.md diff --git a/stable/xteve/13.2.0/charts/common-18.1.2.tgz b/stable/xteve/13.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/xteve/13.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/xteve/13.1.0/ix_values.yaml b/stable/xteve/13.2.0/ix_values.yaml similarity index 100% rename from stable/xteve/13.1.0/ix_values.yaml rename to stable/xteve/13.2.0/ix_values.yaml diff --git a/stable/xteve/13.1.0/questions.yaml b/stable/xteve/13.2.0/questions.yaml similarity index 100% rename from stable/xteve/13.1.0/questions.yaml rename to stable/xteve/13.2.0/questions.yaml diff --git a/stable/youtransfer/7.1.0/templates/NOTES.txt b/stable/xteve/13.2.0/templates/NOTES.txt similarity index 100% rename from stable/youtransfer/7.1.0/templates/NOTES.txt rename to stable/xteve/13.2.0/templates/NOTES.txt diff --git a/stable/youtubedl-material/10.1.0/templates/common.yaml b/stable/xteve/13.2.0/templates/common.yaml similarity index 100% rename from stable/youtubedl-material/10.1.0/templates/common.yaml rename to stable/xteve/13.2.0/templates/common.yaml diff --git a/stable/xwiki/12.1.1/values.yaml b/stable/xteve/13.2.0/values.yaml similarity index 100% rename from stable/xwiki/12.1.1/values.yaml rename to stable/xteve/13.2.0/values.yaml diff --git a/stable/xware/5.1.0/CHANGELOG.md b/stable/xware/5.1.0/CHANGELOG.md deleted file mode 100644 index 65f63d0d878..00000000000 --- a/stable/xware/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/xware/5.1.0/Chart.yaml b/stable/xware/5.1.0/Chart.yaml deleted file mode 100644 index c5acf7c1afb..00000000000 --- a/stable/xware/5.1.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: 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.1 - 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.0 diff --git a/stable/xware/5.1.0/charts/common-18.0.1.tgz b/stable/xware/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/xware/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/yacreaderlibraryserver/5.1.0/.helmignore b/stable/xware/5.2.0/.helmignore similarity index 100% rename from stable/yacreaderlibraryserver/5.1.0/.helmignore rename to stable/xware/5.2.0/.helmignore diff --git a/stable/xware/5.2.0/CHANGELOG.md b/stable/xware/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..51f9ebebbe9 --- /dev/null +++ b/stable/xware/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/xware/5.2.0/Chart.yaml b/stable/xware/5.2.0/Chart.yaml new file mode 100644 index 00000000000..95ed8bae835 --- /dev/null +++ b/stable/xware/5.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/xware/5.1.0/README.md b/stable/xware/5.2.0/README.md similarity index 100% rename from stable/xware/5.1.0/README.md rename to stable/xware/5.2.0/README.md diff --git a/stable/xware/5.1.0/app-readme.md b/stable/xware/5.2.0/app-readme.md similarity index 100% rename from stable/xware/5.1.0/app-readme.md rename to stable/xware/5.2.0/app-readme.md diff --git a/stable/xware/5.2.0/charts/common-18.1.2.tgz b/stable/xware/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/xware/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/xware/5.1.0/ix_values.yaml b/stable/xware/5.2.0/ix_values.yaml similarity index 100% rename from stable/xware/5.1.0/ix_values.yaml rename to stable/xware/5.2.0/ix_values.yaml diff --git a/stable/xware/5.1.0/questions.yaml b/stable/xware/5.2.0/questions.yaml similarity index 100% rename from stable/xware/5.1.0/questions.yaml rename to stable/xware/5.2.0/questions.yaml diff --git a/stable/xware/5.1.0/templates/common.yaml b/stable/xware/5.2.0/templates/common.yaml similarity index 100% rename from stable/xware/5.1.0/templates/common.yaml rename to stable/xware/5.2.0/templates/common.yaml diff --git a/stable/yacreaderlibraryserver/5.1.0/values.yaml b/stable/xware/5.2.0/values.yaml similarity index 100% rename from stable/yacreaderlibraryserver/5.1.0/values.yaml rename to stable/xware/5.2.0/values.yaml diff --git a/stable/xwiki/12.1.1/CHANGELOG.md b/stable/xwiki/12.1.1/CHANGELOG.md deleted file mode 100644 index 40782eb83c0..00000000000 --- a/stable/xwiki/12.1.1/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) - -### Chore \ No newline at end of file diff --git a/stable/xwiki/12.1.1/Chart.yaml b/stable/xwiki/12.1.1/Chart.yaml deleted file mode 100644 index 001a98f587d..00000000000 --- a/stable/xwiki/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: 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.1 - 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.1 diff --git a/stable/xwiki/12.1.1/charts/common-18.0.1.tgz b/stable/xwiki/12.1.1/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/xwiki/12.1.1/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/yacy/5.1.0/.helmignore b/stable/xwiki/12.2.0/.helmignore similarity index 100% rename from stable/yacy/5.1.0/.helmignore rename to stable/xwiki/12.2.0/.helmignore diff --git a/stable/xwiki/12.2.0/CHANGELOG.md b/stable/xwiki/12.2.0/CHANGELOG.md new file mode 100644 index 00000000000..b9472c38230 --- /dev/null +++ b/stable/xwiki/12.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + +## [xwiki-11.0.0](https://github.com/truecharts/charts/compare/xwiki-10.1.18...xwiki-11.0.0) (2024-02-05) + +### Chore + + + +- update container image xwiki to v16.0.0-postgres-tomcat[@3c704a1](https://github.com/3c704a1) by renovate ([#17969](https://github.com/truecharts/charts/issues/17969)) + + +## [xwiki-10.1.18](https://github.com/truecharts/charts/compare/xwiki-10.1.17...xwiki-10.1.18) (2024-02-05) + +### Chore + + + +- update container image xwiki to v[@3a8e19b](https://github.com/3a8e19b) by renovate ([#17899](https://github.com/truecharts/charts/issues/17899)) + + +## [xwiki-10.1.17](https://github.com/truecharts/charts/compare/xwiki-10.1.16...xwiki-10.1.17) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [xwiki-10.1.16](https://github.com/truecharts/charts/compare/xwiki-10.1.15...xwiki-10.1.16) (2024-01-29) + +### Chore + + + +- update container image xwiki to 15.10.5-postgres-tomcat[@204e7df](https://github.com/204e7df) by renovate ([#17656](https://github.com/truecharts/charts/issues/17656)) + + +## [xwiki-10.1.15](https://github.com/truecharts/charts/compare/xwiki-10.1.14...xwiki-10.1.15) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [xwiki-10.1.14](https://github.com/truecharts/charts/compare/xwiki-10.1.13...xwiki-10.1.14) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [xwiki-10.1.13](https://github.com/truecharts/charts/compare/xwiki-10.1.12...xwiki-10.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [xwiki-10.1.12](https://github.com/truecharts/charts/compare/xwiki-10.1.11...xwiki-10.1.12) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [xwiki-10.1.11](https://github.com/truecharts/charts/compare/xwiki-10.1.10...xwiki-10.1.11) (2024-01-21) + +### Chore + + + +- update container image xwiki to v15.10.5-postgres-tomcat[@73eee93](https://github.com/73eee93) by renovate ([#17438](https://github.com/truecharts/charts/issues/17438)) diff --git a/stable/xwiki/12.2.0/Chart.yaml b/stable/xwiki/12.2.0/Chart.yaml new file mode 100644 index 00000000000..423f0c9e17c --- /dev/null +++ b/stable/xwiki/12.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 16.0.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: XWiki is a free wiki software platform written in Java with a design emphasis on extensibility +home: https://truecharts.org/charts/stable/xwiki +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xwiki.png +keywords: + - xwiki + - wiki +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: xwiki +sources: + - https://github.com/xwiki/xwiki-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/xwiki + - https://hub.docker.com/_/xwiki +type: application +version: 12.2.0 diff --git a/stable/xwiki/12.1.1/README.md b/stable/xwiki/12.2.0/README.md similarity index 100% rename from stable/xwiki/12.1.1/README.md rename to stable/xwiki/12.2.0/README.md diff --git a/stable/xwiki/12.1.1/app-readme.md b/stable/xwiki/12.2.0/app-readme.md similarity index 100% rename from stable/xwiki/12.1.1/app-readme.md rename to stable/xwiki/12.2.0/app-readme.md diff --git a/stable/xwiki/12.2.0/charts/common-18.1.2.tgz b/stable/xwiki/12.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/xwiki/12.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/xwiki/12.1.1/ix_values.yaml b/stable/xwiki/12.2.0/ix_values.yaml similarity index 100% rename from stable/xwiki/12.1.1/ix_values.yaml rename to stable/xwiki/12.2.0/ix_values.yaml diff --git a/stable/xwiki/12.1.1/questions.yaml b/stable/xwiki/12.2.0/questions.yaml similarity index 100% rename from stable/xwiki/12.1.1/questions.yaml rename to stable/xwiki/12.2.0/questions.yaml diff --git a/stable/youtubedl-material/10.1.0/templates/NOTES.txt b/stable/xwiki/12.2.0/templates/NOTES.txt similarity index 100% rename from stable/youtubedl-material/10.1.0/templates/NOTES.txt rename to stable/xwiki/12.2.0/templates/NOTES.txt diff --git a/stable/zerotier/9.1.0/templates/common.yaml b/stable/xwiki/12.2.0/templates/common.yaml similarity index 100% rename from stable/zerotier/9.1.0/templates/common.yaml rename to stable/xwiki/12.2.0/templates/common.yaml diff --git a/stable/yacy/5.1.0/values.yaml b/stable/xwiki/12.2.0/values.yaml similarity index 100% rename from stable/yacy/5.1.0/values.yaml rename to stable/xwiki/12.2.0/values.yaml diff --git a/stable/yacreaderlibraryserver/5.1.0/CHANGELOG.md b/stable/yacreaderlibraryserver/5.1.0/CHANGELOG.md deleted file mode 100644 index b06fda248fb..00000000000 --- a/stable/yacreaderlibraryserver/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - -## [yacreaderlibraryserver-4.1.11](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-4.1.10...yacreaderlibraryserver-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [yacreaderlibraryserver-4.1.10](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-4.1.9...yacreaderlibraryserver-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [yacreaderlibraryserver-4.1.9](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-4.1.8...yacreaderlibraryserver-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [yacreaderlibraryserver-4.1.8](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-4.1.7...yacreaderlibraryserver-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [yacreaderlibraryserver-4.1.7](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-4.1.6...yacreaderlibraryserver-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [yacreaderlibraryserver-4.1.6](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-4.1.5...yacreaderlibraryserver-4.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [yacreaderlibraryserver-4.1.5](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-4.1.4...yacreaderlibraryserver-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [yacreaderlibraryserver-4.1.4](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-4.1.3...yacreaderlibraryserver-4.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [yacreaderlibraryserver-4.1.3](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-4.1.0...yacreaderlibraryserver-4.1.3) (2024-01-01) diff --git a/stable/yacreaderlibraryserver/5.1.0/Chart.yaml b/stable/yacreaderlibraryserver/5.1.0/Chart.yaml deleted file mode 100644 index 532e393f0c5..00000000000 --- a/stable/yacreaderlibraryserver/5.1.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/yacreaderlibraryserver/5.1.0/charts/common-18.0.1.tgz b/stable/yacreaderlibraryserver/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/yacreaderlibraryserver/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/yourls/5.1.0/.helmignore b/stable/yacreaderlibraryserver/5.2.0/.helmignore similarity index 100% rename from stable/yourls/5.1.0/.helmignore rename to stable/yacreaderlibraryserver/5.2.0/.helmignore diff --git a/stable/yacreaderlibraryserver/5.2.0/CHANGELOG.md b/stable/yacreaderlibraryserver/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..d93e05da0ba --- /dev/null +++ b/stable/yacreaderlibraryserver/5.2.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +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)) \ No newline at end of file diff --git a/stable/yacreaderlibraryserver/5.2.0/Chart.yaml b/stable/yacreaderlibraryserver/5.2.0/Chart.yaml new file mode 100644 index 00000000000..96ef9361fba --- /dev/null +++ b/stable/yacreaderlibraryserver/5.2.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaServer-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/yacreaderlibraryserver/5.1.0/README.md b/stable/yacreaderlibraryserver/5.2.0/README.md similarity index 100% rename from stable/yacreaderlibraryserver/5.1.0/README.md rename to stable/yacreaderlibraryserver/5.2.0/README.md diff --git a/stable/yacreaderlibraryserver/5.1.0/app-readme.md b/stable/yacreaderlibraryserver/5.2.0/app-readme.md similarity index 100% rename from stable/yacreaderlibraryserver/5.1.0/app-readme.md rename to stable/yacreaderlibraryserver/5.2.0/app-readme.md diff --git a/stable/yacreaderlibraryserver/5.2.0/charts/common-18.1.2.tgz b/stable/yacreaderlibraryserver/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/yacreaderlibraryserver/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/yacreaderlibraryserver/5.1.0/ix_values.yaml b/stable/yacreaderlibraryserver/5.2.0/ix_values.yaml similarity index 100% rename from stable/yacreaderlibraryserver/5.1.0/ix_values.yaml rename to stable/yacreaderlibraryserver/5.2.0/ix_values.yaml diff --git a/stable/yacreaderlibraryserver/5.1.0/questions.yaml b/stable/yacreaderlibraryserver/5.2.0/questions.yaml similarity index 100% rename from stable/yacreaderlibraryserver/5.1.0/questions.yaml rename to stable/yacreaderlibraryserver/5.2.0/questions.yaml diff --git a/stable/yacreaderlibraryserver/5.1.0/templates/common.yaml b/stable/yacreaderlibraryserver/5.2.0/templates/common.yaml similarity index 100% rename from stable/yacreaderlibraryserver/5.1.0/templates/common.yaml rename to stable/yacreaderlibraryserver/5.2.0/templates/common.yaml diff --git a/stable/yourls/5.1.0/values.yaml b/stable/yacreaderlibraryserver/5.2.0/values.yaml similarity index 100% rename from stable/yourls/5.1.0/values.yaml rename to stable/yacreaderlibraryserver/5.2.0/values.yaml diff --git a/stable/yacy/5.1.0/CHANGELOG.md b/stable/yacy/5.1.0/CHANGELOG.md deleted file mode 100644 index c88cd39237d..00000000000 --- a/stable/yacy/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/yacy/5.1.0/Chart.yaml b/stable/yacy/5.1.0/Chart.yaml deleted file mode 100644 index 5e65cd3d1eb..00000000000 --- a/stable/yacy/5.1.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: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/yacy/5.1.0/charts/common-18.0.1.tgz b/stable/yacy/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/yacy/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/youtransfer/7.1.0/.helmignore b/stable/yacy/5.2.0/.helmignore similarity index 100% rename from stable/youtransfer/7.1.0/.helmignore rename to stable/yacy/5.2.0/.helmignore diff --git a/stable/yacy/5.2.0/CHANGELOG.md b/stable/yacy/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..7fc8771c7f2 --- /dev/null +++ b/stable/yacy/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/yacy/5.2.0/Chart.yaml b/stable/yacy/5.2.0/Chart.yaml new file mode 100644 index 00000000000..d63ec49ea34 --- /dev/null +++ b/stable/yacy/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/yacy/5.1.0/README.md b/stable/yacy/5.2.0/README.md similarity index 100% rename from stable/yacy/5.1.0/README.md rename to stable/yacy/5.2.0/README.md diff --git a/stable/yacy/5.1.0/app-readme.md b/stable/yacy/5.2.0/app-readme.md similarity index 100% rename from stable/yacy/5.1.0/app-readme.md rename to stable/yacy/5.2.0/app-readme.md diff --git a/stable/yacy/5.2.0/charts/common-18.1.2.tgz b/stable/yacy/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/yacy/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/yacy/5.1.0/ix_values.yaml b/stable/yacy/5.2.0/ix_values.yaml similarity index 100% rename from stable/yacy/5.1.0/ix_values.yaml rename to stable/yacy/5.2.0/ix_values.yaml diff --git a/stable/yacy/5.1.0/questions.yaml b/stable/yacy/5.2.0/questions.yaml similarity index 100% rename from stable/yacy/5.1.0/questions.yaml rename to stable/yacy/5.2.0/questions.yaml diff --git a/stable/yacy/5.1.0/templates/common.yaml b/stable/yacy/5.2.0/templates/common.yaml similarity index 100% rename from stable/yacy/5.1.0/templates/common.yaml rename to stable/yacy/5.2.0/templates/common.yaml diff --git a/stable/youtransfer/7.1.0/values.yaml b/stable/yacy/5.2.0/values.yaml similarity index 100% rename from stable/youtransfer/7.1.0/values.yaml rename to stable/yacy/5.2.0/values.yaml diff --git a/stable/yourls/5.1.0/CHANGELOG.md b/stable/yourls/5.1.0/CHANGELOG.md deleted file mode 100644 index f59ef037b5f..00000000000 --- a/stable/yourls/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - -### Chore \ No newline at end of file diff --git a/stable/yourls/5.1.0/Chart.yaml b/stable/yourls/5.1.0/Chart.yaml deleted file mode 100644 index ab2c6878787..00000000000 --- a/stable/yourls/5.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: 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.1 - 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.0 diff --git a/stable/yourls/5.1.0/charts/common-18.0.1.tgz b/stable/yourls/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/yourls/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/youtubedl-material/10.1.0/.helmignore b/stable/yourls/5.2.0/.helmignore similarity index 100% rename from stable/youtubedl-material/10.1.0/.helmignore rename to stable/yourls/5.2.0/.helmignore diff --git a/stable/yourls/5.2.0/CHANGELOG.md b/stable/yourls/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..a35084ec066 --- /dev/null +++ b/stable/yourls/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + + + + + + + + + +## [yourls-4.1.15](https://github.com/truecharts/charts/compare/yourls-4.1.14...yourls-4.1.15) (2024-02-05) + +### Chore + + + +- update container image yourls to latest[@5bda3e2](https://github.com/5bda3e2) by renovate ([#17900](https://github.com/truecharts/charts/issues/17900)) + + +## [yourls-4.1.14](https://github.com/truecharts/charts/compare/yourls-4.1.13...yourls-4.1.14) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [yourls-4.1.13](https://github.com/truecharts/charts/compare/yourls-4.1.12...yourls-4.1.13) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [yourls-4.1.12](https://github.com/truecharts/charts/compare/yourls-4.1.11...yourls-4.1.12) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [yourls-4.1.11](https://github.com/truecharts/charts/compare/yourls-4.1.10...yourls-4.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [yourls-4.1.10](https://github.com/truecharts/charts/compare/yourls-4.1.9...yourls-4.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [yourls-4.1.9](https://github.com/truecharts/charts/compare/yourls-4.1.8...yourls-4.1.9) (2024-01-21) + +### Chore + + + +- update container image yourls to latest[@0b46633](https://github.com/0b46633) by renovate ([#17401](https://github.com/truecharts/charts/issues/17401)) + + +## [yourls-4.1.8](https://github.com/truecharts/charts/compare/yourls-4.1.7...yourls-4.1.8) (2024-01-14) + +### Chore + + + +- update container image yourls to latest[@3807a16](https://github.com/3807a16) by renovate ([#17178](https://github.com/truecharts/charts/issues/17178)) + + diff --git a/stable/yourls/5.2.0/Chart.yaml b/stable/yourls/5.2.0/Chart.yaml new file mode 100644 index 00000000000..47fa1d79cb2 --- /dev/null +++ b/stable/yourls/5.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/yourls/5.1.0/README.md b/stable/yourls/5.2.0/README.md similarity index 100% rename from stable/yourls/5.1.0/README.md rename to stable/yourls/5.2.0/README.md diff --git a/stable/yourls/5.1.0/app-readme.md b/stable/yourls/5.2.0/app-readme.md similarity index 100% rename from stable/yourls/5.1.0/app-readme.md rename to stable/yourls/5.2.0/app-readme.md diff --git a/stable/yourls/5.2.0/charts/common-18.1.2.tgz b/stable/yourls/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/yourls/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/yourls/5.1.0/ix_values.yaml b/stable/yourls/5.2.0/ix_values.yaml similarity index 100% rename from stable/yourls/5.1.0/ix_values.yaml rename to stable/yourls/5.2.0/ix_values.yaml diff --git a/stable/yourls/5.1.0/questions.yaml b/stable/yourls/5.2.0/questions.yaml similarity index 100% rename from stable/yourls/5.1.0/questions.yaml rename to stable/yourls/5.2.0/questions.yaml diff --git a/stable/yourls/5.1.0/templates/common.yaml b/stable/yourls/5.2.0/templates/common.yaml similarity index 100% rename from stable/yourls/5.1.0/templates/common.yaml rename to stable/yourls/5.2.0/templates/common.yaml diff --git a/stable/youtubedl-material/10.1.0/values.yaml b/stable/yourls/5.2.0/values.yaml similarity index 100% rename from stable/youtubedl-material/10.1.0/values.yaml rename to stable/yourls/5.2.0/values.yaml diff --git a/stable/youtransfer/7.1.0/CHANGELOG.md b/stable/youtransfer/7.1.0/CHANGELOG.md deleted file mode 100644 index 3cfbb05dde5..00000000000 --- a/stable/youtransfer/7.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/youtransfer/7.1.0/Chart.yaml b/stable/youtransfer/7.1.0/Chart.yaml deleted file mode 100644 index 42be709ade0..00000000000 --- a/stable/youtransfer/7.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/youtransfer/7.1.0/charts/common-18.0.1.tgz b/stable/youtransfer/7.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/youtransfer/7.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/z80pack/5.1.0/.helmignore b/stable/youtransfer/7.2.0/.helmignore similarity index 100% rename from stable/z80pack/5.1.0/.helmignore rename to stable/youtransfer/7.2.0/.helmignore diff --git a/stable/youtransfer/7.2.0/CHANGELOG.md b/stable/youtransfer/7.2.0/CHANGELOG.md new file mode 100644 index 00000000000..67d22baefc9 --- /dev/null +++ b/stable/youtransfer/7.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/youtransfer/7.2.0/Chart.yaml b/stable/youtransfer/7.2.0/Chart.yaml new file mode 100644 index 00000000000..ae68fddd6fe --- /dev/null +++ b/stable/youtransfer/7.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/youtransfer/7.1.0/README.md b/stable/youtransfer/7.2.0/README.md similarity index 100% rename from stable/youtransfer/7.1.0/README.md rename to stable/youtransfer/7.2.0/README.md diff --git a/stable/youtransfer/7.1.0/app-readme.md b/stable/youtransfer/7.2.0/app-readme.md similarity index 100% rename from stable/youtransfer/7.1.0/app-readme.md rename to stable/youtransfer/7.2.0/app-readme.md diff --git a/stable/youtransfer/7.2.0/charts/common-18.1.2.tgz b/stable/youtransfer/7.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/youtransfer/7.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/youtransfer/7.1.0/ix_values.yaml b/stable/youtransfer/7.2.0/ix_values.yaml similarity index 100% rename from stable/youtransfer/7.1.0/ix_values.yaml rename to stable/youtransfer/7.2.0/ix_values.yaml diff --git a/stable/youtransfer/7.1.0/questions.yaml b/stable/youtransfer/7.2.0/questions.yaml similarity index 100% rename from stable/youtransfer/7.1.0/questions.yaml rename to stable/youtransfer/7.2.0/questions.yaml diff --git a/stable/zerotier/9.1.0/templates/NOTES.txt b/stable/youtransfer/7.2.0/templates/NOTES.txt similarity index 100% rename from stable/zerotier/9.1.0/templates/NOTES.txt rename to stable/youtransfer/7.2.0/templates/NOTES.txt diff --git a/stable/youtransfer/7.1.0/templates/common.yaml b/stable/youtransfer/7.2.0/templates/common.yaml similarity index 100% rename from stable/youtransfer/7.1.0/templates/common.yaml rename to stable/youtransfer/7.2.0/templates/common.yaml diff --git a/stable/z80pack/5.1.0/values.yaml b/stable/youtransfer/7.2.0/values.yaml similarity index 100% rename from stable/z80pack/5.1.0/values.yaml rename to stable/youtransfer/7.2.0/values.yaml diff --git a/stable/youtubedl-material/10.1.0/CHANGELOG.md b/stable/youtubedl-material/10.1.0/CHANGELOG.md deleted file mode 100644 index 134e66245b1..00000000000 --- a/stable/youtubedl-material/10.1.0/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.0/Chart.yaml b/stable/youtubedl-material/10.1.0/Chart.yaml deleted file mode 100644 index 0b9bd511211..00000000000 --- a/stable/youtubedl-material/10.1.0/Chart.yaml +++ /dev/null @@ -1,43 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/youtubedl-material/10.1.0/charts/common-18.0.1.tgz b/stable/youtubedl-material/10.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/youtubedl-material/10.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/zerotier/9.1.0/.helmignore b/stable/youtubedl-material/10.2.0/.helmignore similarity index 100% rename from stable/zerotier/9.1.0/.helmignore rename to stable/youtubedl-material/10.2.0/.helmignore diff --git a/stable/youtubedl-material/10.2.0/CHANGELOG.md b/stable/youtubedl-material/10.2.0/CHANGELOG.md new file mode 100644 index 00000000000..df4d6c86161 --- /dev/null +++ b/stable/youtubedl-material/10.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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) diff --git a/stable/youtubedl-material/10.2.0/Chart.yaml b/stable/youtubedl-material/10.2.0/Chart.yaml new file mode 100644 index 00000000000..075870fce62 --- /dev/null +++ b/stable/youtubedl-material/10.2.0/Chart.yaml @@ -0,0 +1,43 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.3.2 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mongodb + version: 11.3.0 + repository: oci://tccr.io/truecharts + condition: mongodb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 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.0 diff --git a/stable/youtubedl-material/10.1.0/README.md b/stable/youtubedl-material/10.2.0/README.md similarity index 100% rename from stable/youtubedl-material/10.1.0/README.md rename to stable/youtubedl-material/10.2.0/README.md diff --git a/stable/youtubedl-material/10.1.0/app-readme.md b/stable/youtubedl-material/10.2.0/app-readme.md similarity index 100% rename from stable/youtubedl-material/10.1.0/app-readme.md rename to stable/youtubedl-material/10.2.0/app-readme.md diff --git a/stable/youtubedl-material/10.2.0/charts/common-18.1.2.tgz b/stable/youtubedl-material/10.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/youtubedl-material/10.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/youtubedl-material/10.1.0/charts/mongodb-11.3.0.tgz b/stable/youtubedl-material/10.2.0/charts/mongodb-11.3.0.tgz similarity index 100% rename from stable/youtubedl-material/10.1.0/charts/mongodb-11.3.0.tgz rename to stable/youtubedl-material/10.2.0/charts/mongodb-11.3.0.tgz diff --git a/stable/youtubedl-material/10.1.0/ix_values.yaml b/stable/youtubedl-material/10.2.0/ix_values.yaml similarity index 100% rename from stable/youtubedl-material/10.1.0/ix_values.yaml rename to stable/youtubedl-material/10.2.0/ix_values.yaml diff --git a/stable/youtubedl-material/10.1.0/questions.yaml b/stable/youtubedl-material/10.2.0/questions.yaml similarity index 100% rename from stable/youtubedl-material/10.1.0/questions.yaml rename to stable/youtubedl-material/10.2.0/questions.yaml diff --git a/stable/zigbee2mqtt/11.1.0/templates/NOTES.txt b/stable/youtubedl-material/10.2.0/templates/NOTES.txt similarity index 100% rename from stable/zigbee2mqtt/11.1.0/templates/NOTES.txt rename to stable/youtubedl-material/10.2.0/templates/NOTES.txt diff --git a/stable/znc/9.1.1/templates/common.yaml b/stable/youtubedl-material/10.2.0/templates/common.yaml similarity index 100% rename from stable/znc/9.1.1/templates/common.yaml rename to stable/youtubedl-material/10.2.0/templates/common.yaml diff --git a/stable/zerotier/9.1.0/values.yaml b/stable/youtubedl-material/10.2.0/values.yaml similarity index 100% rename from stable/zerotier/9.1.0/values.yaml rename to stable/youtubedl-material/10.2.0/values.yaml diff --git a/stable/z80pack/5.1.0/CHANGELOG.md b/stable/z80pack/5.1.0/CHANGELOG.md deleted file mode 100644 index c453e146530..00000000000 --- a/stable/z80pack/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/z80pack/5.1.0/Chart.yaml b/stable/z80pack/5.1.0/Chart.yaml deleted file mode 100644 index efef798579b..00000000000 --- a/stable/z80pack/5.1.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: 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.1 - 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.0 diff --git a/stable/z80pack/5.1.0/charts/common-18.0.1.tgz b/stable/z80pack/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/z80pack/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/zigbee2mqtt/11.1.0/.helmignore b/stable/z80pack/5.2.0/.helmignore similarity index 100% rename from stable/zigbee2mqtt/11.1.0/.helmignore rename to stable/z80pack/5.2.0/.helmignore diff --git a/stable/z80pack/5.2.0/CHANGELOG.md b/stable/z80pack/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..7fc74bf1194 --- /dev/null +++ b/stable/z80pack/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/z80pack/5.2.0/Chart.yaml b/stable/z80pack/5.2.0/Chart.yaml new file mode 100644 index 00000000000..4bfa44a3589 --- /dev/null +++ b/stable/z80pack/5.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/z80pack/5.1.0/README.md b/stable/z80pack/5.2.0/README.md similarity index 100% rename from stable/z80pack/5.1.0/README.md rename to stable/z80pack/5.2.0/README.md diff --git a/stable/z80pack/5.1.0/app-readme.md b/stable/z80pack/5.2.0/app-readme.md similarity index 100% rename from stable/z80pack/5.1.0/app-readme.md rename to stable/z80pack/5.2.0/app-readme.md diff --git a/stable/z80pack/5.2.0/charts/common-18.1.2.tgz b/stable/z80pack/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/z80pack/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/z80pack/5.1.0/ix_values.yaml b/stable/z80pack/5.2.0/ix_values.yaml similarity index 100% rename from stable/z80pack/5.1.0/ix_values.yaml rename to stable/z80pack/5.2.0/ix_values.yaml diff --git a/stable/z80pack/5.1.0/questions.yaml b/stable/z80pack/5.2.0/questions.yaml similarity index 100% rename from stable/z80pack/5.1.0/questions.yaml rename to stable/z80pack/5.2.0/questions.yaml diff --git a/stable/z80pack/5.1.0/templates/common.yaml b/stable/z80pack/5.2.0/templates/common.yaml similarity index 100% rename from stable/z80pack/5.1.0/templates/common.yaml rename to stable/z80pack/5.2.0/templates/common.yaml diff --git a/stable/zigbee2mqtt/11.1.0/values.yaml b/stable/z80pack/5.2.0/values.yaml similarity index 100% rename from stable/zigbee2mqtt/11.1.0/values.yaml rename to stable/z80pack/5.2.0/values.yaml diff --git a/stable/zerotier/9.1.0/CHANGELOG.md b/stable/zerotier/9.1.0/CHANGELOG.md deleted file mode 100644 index acab9977975..00000000000 --- a/stable/zerotier/9.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/zerotier/9.1.0/Chart.yaml b/stable/zerotier/9.1.0/Chart.yaml deleted file mode 100644 index caf5e0bcc53..00000000000 --- a/stable/zerotier/9.1.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: 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.1 - 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.0 diff --git a/stable/zerotier/9.1.0/charts/common-18.0.1.tgz b/stable/zerotier/9.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/zerotier/9.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/znc/9.1.1/.helmignore b/stable/zerotier/9.2.0/.helmignore similarity index 100% rename from stable/znc/9.1.1/.helmignore rename to stable/zerotier/9.2.0/.helmignore diff --git a/stable/zerotier/9.2.0/CHANGELOG.md b/stable/zerotier/9.2.0/CHANGELOG.md new file mode 100644 index 00000000000..136f04b5d2e --- /dev/null +++ b/stable/zerotier/9.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/zerotier/9.2.0/Chart.yaml b/stable/zerotier/9.2.0/Chart.yaml new file mode 100644 index 00000000000..403dbe91d13 --- /dev/null +++ b/stable/zerotier/9.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.12.2 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/zerotier/9.1.0/README.md b/stable/zerotier/9.2.0/README.md similarity index 100% rename from stable/zerotier/9.1.0/README.md rename to stable/zerotier/9.2.0/README.md diff --git a/stable/zerotier/9.1.0/app-readme.md b/stable/zerotier/9.2.0/app-readme.md similarity index 100% rename from stable/zerotier/9.1.0/app-readme.md rename to stable/zerotier/9.2.0/app-readme.md diff --git a/stable/zerotier/9.2.0/charts/common-18.1.2.tgz b/stable/zerotier/9.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/zerotier/9.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/zerotier/9.1.0/ix_values.yaml b/stable/zerotier/9.2.0/ix_values.yaml similarity index 100% rename from stable/zerotier/9.1.0/ix_values.yaml rename to stable/zerotier/9.2.0/ix_values.yaml diff --git a/stable/zerotier/9.1.0/questions.yaml b/stable/zerotier/9.2.0/questions.yaml similarity index 100% rename from stable/zerotier/9.1.0/questions.yaml rename to stable/zerotier/9.2.0/questions.yaml diff --git a/stable/znc/9.1.1/templates/NOTES.txt b/stable/zerotier/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/znc/9.1.1/templates/NOTES.txt rename to stable/zerotier/9.2.0/templates/NOTES.txt diff --git a/stable/ztcuui-aio/8.1.0/templates/common.yaml b/stable/zerotier/9.2.0/templates/common.yaml similarity index 100% rename from stable/ztcuui-aio/8.1.0/templates/common.yaml rename to stable/zerotier/9.2.0/templates/common.yaml diff --git a/stable/znc/9.1.1/values.yaml b/stable/zerotier/9.2.0/values.yaml similarity index 100% rename from stable/znc/9.1.1/values.yaml rename to stable/zerotier/9.2.0/values.yaml diff --git a/stable/zigbee2mqtt/11.1.0/CHANGELOG.md b/stable/zigbee2mqtt/11.1.0/CHANGELOG.md deleted file mode 100644 index 97e36abcea9..00000000000 --- a/stable/zigbee2mqtt/11.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [zigbee2mqtt-10.4.3](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.4.2...zigbee2mqtt-10.4.3) (2024-02-12) - -### Chore - - - -- update container image koenkk/zigbee2mqtt to v1.35.3[@f80dbca](https://github.com/f80dbca) by renovate ([#18142](https://github.com/truecharts/charts/issues/18142)) - - -## [zigbee2mqtt-10.4.2](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.4.1...zigbee2mqtt-10.4.2) (2024-02-05) - -### Chore - - - -- update container image koenkk/zigbee2mqtt to v1.35.2[@131560a](https://github.com/131560a) by renovate ([#17923](https://github.com/truecharts/charts/issues/17923)) - - -## [zigbee2mqtt-10.4.1](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.4.0...zigbee2mqtt-10.4.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - -### Docs - - - -- Add Installation-Guide ([#17290](https://github.com/truecharts/charts/issues/17290)) - - -## [zigbee2mqtt-10.4.0](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.3.7...zigbee2mqtt-10.4.0) (2024-01-28) - -### Feat - - - -- Remove old options ([#17564](https://github.com/truecharts/charts/issues/17564)) - - -## [zigbee2mqtt-10.3.7](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.3.6...zigbee2mqtt-10.3.7) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [zigbee2mqtt-10.3.6](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.3.5...zigbee2mqtt-10.3.6) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [zigbee2mqtt-10.3.5](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.3.4...zigbee2mqtt-10.3.5) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [zigbee2mqtt-10.3.4](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.3.3...zigbee2mqtt-10.3.4) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [zigbee2mqtt-10.3.3](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.3.2...zigbee2mqtt-10.3.3) (2024-01-09) - -### Chore - - diff --git a/stable/zigbee2mqtt/11.1.0/Chart.yaml b/stable/zigbee2mqtt/11.1.0/Chart.yaml deleted file mode 100644 index dc7e3fe2e97..00000000000 --- a/stable/zigbee2mqtt/11.1.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.35.3 -dependencies: - - name: common - version: 18.0.1 - 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.0 diff --git a/stable/zigbee2mqtt/11.1.0/charts/common-18.0.1.tgz b/stable/zigbee2mqtt/11.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/zigbee2mqtt/11.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/zigbee2mqtt/11.1.0/templates/common.yaml b/stable/zigbee2mqtt/11.1.0/templates/common.yaml deleted file mode 100644 index 995efb03eb0..00000000000 --- a/stable/zigbee2mqtt/11.1.0/templates/common.yaml +++ /dev/null @@ -1,5 +0,0 @@ -{{/* 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/zoneminder/5.1.0/.helmignore b/stable/zigbee2mqtt/11.2.0/.helmignore similarity index 100% rename from stable/zoneminder/5.1.0/.helmignore rename to stable/zigbee2mqtt/11.2.0/.helmignore diff --git a/stable/zigbee2mqtt/11.2.0/CHANGELOG.md b/stable/zigbee2mqtt/11.2.0/CHANGELOG.md new file mode 100644 index 00000000000..9c90b338925 --- /dev/null +++ b/stable/zigbee2mqtt/11.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [zigbee2mqtt-10.4.3](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.4.2...zigbee2mqtt-10.4.3) (2024-02-12) + +### Chore + + + +- update container image koenkk/zigbee2mqtt to v1.35.3[@f80dbca](https://github.com/f80dbca) by renovate ([#18142](https://github.com/truecharts/charts/issues/18142)) + + +## [zigbee2mqtt-10.4.2](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.4.1...zigbee2mqtt-10.4.2) (2024-02-05) + +### Chore + + + +- update container image koenkk/zigbee2mqtt to v1.35.2[@131560a](https://github.com/131560a) by renovate ([#17923](https://github.com/truecharts/charts/issues/17923)) + + +## [zigbee2mqtt-10.4.1](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.4.0...zigbee2mqtt-10.4.1) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + +### Docs + + + +- Add Installation-Guide ([#17290](https://github.com/truecharts/charts/issues/17290)) + + +## [zigbee2mqtt-10.4.0](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.3.7...zigbee2mqtt-10.4.0) (2024-01-28) + +### Feat + + + +- Remove old options ([#17564](https://github.com/truecharts/charts/issues/17564)) + + +## [zigbee2mqtt-10.3.7](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.3.6...zigbee2mqtt-10.3.7) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [zigbee2mqtt-10.3.6](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.3.5...zigbee2mqtt-10.3.6) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [zigbee2mqtt-10.3.5](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.3.4...zigbee2mqtt-10.3.5) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [zigbee2mqtt-10.3.4](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.3.3...zigbee2mqtt-10.3.4) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [zigbee2mqtt-10.3.3](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.3.2...zigbee2mqtt-10.3.3) (2024-01-09) diff --git a/stable/zigbee2mqtt/11.2.0/Chart.yaml b/stable/zigbee2mqtt/11.2.0/Chart.yaml new file mode 100644 index 00000000000..b63461fbe4c --- /dev/null +++ b/stable/zigbee2mqtt/11.2.0/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.35.3 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Bridges events and allows you to control your Zigbee devices via MQTT +home: https://truecharts.org/charts/stable/zigbee2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zigbee2mqtt.png +keywords: + - zigbee + - mqtt + - home-assistant +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: zigbee2mqtt +sources: + - https://github.com/Koenkk/zigbee2mqtt + - https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt + - https://hub.docker.com/r/koenkk/zigbee2mqtt +type: application +version: 11.2.0 diff --git a/stable/zigbee2mqtt/11.1.0/README.md b/stable/zigbee2mqtt/11.2.0/README.md similarity index 100% rename from stable/zigbee2mqtt/11.1.0/README.md rename to stable/zigbee2mqtt/11.2.0/README.md diff --git a/stable/zigbee2mqtt/11.1.0/SKIPINSTALL b/stable/zigbee2mqtt/11.2.0/SKIPINSTALL similarity index 100% rename from stable/zigbee2mqtt/11.1.0/SKIPINSTALL rename to stable/zigbee2mqtt/11.2.0/SKIPINSTALL diff --git a/stable/zigbee2mqtt/11.1.0/app-readme.md b/stable/zigbee2mqtt/11.2.0/app-readme.md similarity index 100% rename from stable/zigbee2mqtt/11.1.0/app-readme.md rename to stable/zigbee2mqtt/11.2.0/app-readme.md diff --git a/stable/zigbee2mqtt/11.2.0/charts/common-18.1.2.tgz b/stable/zigbee2mqtt/11.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/zigbee2mqtt/11.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/zigbee2mqtt/11.1.0/ix_values.yaml b/stable/zigbee2mqtt/11.2.0/ix_values.yaml similarity index 100% rename from stable/zigbee2mqtt/11.1.0/ix_values.yaml rename to stable/zigbee2mqtt/11.2.0/ix_values.yaml diff --git a/stable/zigbee2mqtt/11.1.0/questions.yaml b/stable/zigbee2mqtt/11.2.0/questions.yaml similarity index 100% rename from stable/zigbee2mqtt/11.1.0/questions.yaml rename to stable/zigbee2mqtt/11.2.0/questions.yaml diff --git a/stable/ztcuui-aio/8.1.0/templates/NOTES.txt b/stable/zigbee2mqtt/11.2.0/templates/NOTES.txt similarity index 100% rename from stable/ztcuui-aio/8.1.0/templates/NOTES.txt rename to stable/zigbee2mqtt/11.2.0/templates/NOTES.txt diff --git a/stable/openhab/9.1.0/templates/common.yaml b/stable/zigbee2mqtt/11.2.0/templates/common.yaml similarity index 100% rename from stable/openhab/9.1.0/templates/common.yaml rename to stable/zigbee2mqtt/11.2.0/templates/common.yaml diff --git a/stable/zoneminder/5.1.0/values.yaml b/stable/zigbee2mqtt/11.2.0/values.yaml similarity index 100% rename from stable/zoneminder/5.1.0/values.yaml rename to stable/zigbee2mqtt/11.2.0/values.yaml diff --git a/stable/znc/9.1.1/CHANGELOG.md b/stable/znc/9.1.1/CHANGELOG.md deleted file mode 100644 index 38530cfdbf1..00000000000 --- a/stable/znc/9.1.1/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) - -### Chore diff --git a/stable/znc/9.1.1/Chart.yaml b/stable/znc/9.1.1/Chart.yaml deleted file mode 100644 index 4374df874d7..00000000000 --- a/stable/znc/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: 1.8.2 -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.1.1 diff --git a/stable/znc/9.1.1/charts/common-18.0.2.tgz b/stable/znc/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/znc/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/znc/9.1.1/ix_values.yaml b/stable/znc/9.1.1/ix_values.yaml deleted file mode 100644 index 378708db0f7..00000000000 --- a/stable/znc/9.1.1/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: ghcr.io/linuxserver/znc - pullPolicy: IfNotPresent - tag: 1.8.2@sha256:db13109df31b57dbbb6d79c7092851917c2a88d42a208c358f89c3dbdc7dbd55 -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/ztcuui-aio/8.1.0/.helmignore b/stable/znc/9.3.0/.helmignore similarity index 100% rename from stable/ztcuui-aio/8.1.0/.helmignore rename to stable/znc/9.3.0/.helmignore diff --git a/stable/znc/9.3.0/CHANGELOG.md b/stable/znc/9.3.0/CHANGELOG.md new file mode 100644 index 00000000000..c4dbb950746 --- /dev/null +++ b/stable/znc/9.3.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + +## [znc-8.1.17](https://github.com/truecharts/charts/compare/znc-8.1.16...znc-8.1.17) (2024-02-12) + +### Chore + + + +- update container image ghcr.io/linuxserver/znc to 1.8.2[@db13109](https://github.com/db13109) by renovate ([#18082](https://github.com/truecharts/charts/issues/18082)) + + +## [znc-8.1.16](https://github.com/truecharts/charts/compare/znc-8.1.15...znc-8.1.16) (2024-02-05) + +### Chore + + + +- update container image ghcr.io/linuxserver/znc to 1.8.2[@ff4849a](https://github.com/ff4849a) by renovate ([#17871](https://github.com/truecharts/charts/issues/17871)) + + +## [znc-8.1.15](https://github.com/truecharts/charts/compare/znc-8.1.14...znc-8.1.15) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [znc-8.1.14](https://github.com/truecharts/charts/compare/znc-8.1.13...znc-8.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [znc-8.1.13](https://github.com/truecharts/charts/compare/znc-8.1.12...znc-8.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [znc-8.1.12](https://github.com/truecharts/charts/compare/znc-8.1.11...znc-8.1.12) (2024-01-21) + +### Chore + + + +- update container image ghcr.io/linuxserver/znc to 1.8.2[@bd1bd2a](https://github.com/bd1bd2a) by renovate ([#17468](https://github.com/truecharts/charts/issues/17468)) + + +## [znc-8.1.11](https://github.com/truecharts/charts/compare/znc-8.1.10...znc-8.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [znc-8.1.10](https://github.com/truecharts/charts/compare/znc-8.1.9...znc-8.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [znc-8.1.9](https://github.com/truecharts/charts/compare/znc-8.1.8...znc-8.1.9) (2024-01-21) + +### Chore + + + +- update container image ghcr.io/linuxserver/znc to 1.8.2[@ad8a297](https://github.com/ad8a297) by renovate ([#17373](https://github.com/truecharts/charts/issues/17373)) + diff --git a/stable/znc/9.3.0/Chart.yaml b/stable/znc/9.3.0/Chart.yaml new file mode 100644 index 00000000000..6bf9d36f6ed --- /dev/null +++ b/stable/znc/9.3.0/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.9.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Znc is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. +home: https://truecharts.org/charts/stable/znc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/znc.png +keywords: + - znc +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: znc +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/znc + - https://ghcr.io/linuxserver/znc +type: application +version: 9.3.0 diff --git a/stable/znc/9.1.1/README.md b/stable/znc/9.3.0/README.md similarity index 100% rename from stable/znc/9.1.1/README.md rename to stable/znc/9.3.0/README.md diff --git a/stable/znc/9.1.1/app-readme.md b/stable/znc/9.3.0/app-readme.md similarity index 100% rename from stable/znc/9.1.1/app-readme.md rename to stable/znc/9.3.0/app-readme.md diff --git a/stable/znc/9.3.0/charts/common-18.1.2.tgz b/stable/znc/9.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/znc/9.3.0/charts/common-18.1.2.tgz differ diff --git a/stable/znc/9.3.0/ix_values.yaml b/stable/znc/9.3.0/ix_values.yaml new file mode 100644 index 00000000000..7c90305b70a --- /dev/null +++ b/stable/znc/9.3.0/ix_values.yaml @@ -0,0 +1,25 @@ +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.1.1/questions.yaml b/stable/znc/9.3.0/questions.yaml similarity index 100% rename from stable/znc/9.1.1/questions.yaml rename to stable/znc/9.3.0/questions.yaml diff --git a/stable/zwavejs2mqtt/19.1.0/templates/NOTES.txt b/stable/znc/9.3.0/templates/NOTES.txt similarity index 100% rename from stable/zwavejs2mqtt/19.1.0/templates/NOTES.txt rename to stable/znc/9.3.0/templates/NOTES.txt diff --git a/stable/zwavejs2mqtt/19.1.0/templates/common.yaml b/stable/znc/9.3.0/templates/common.yaml similarity index 100% rename from stable/zwavejs2mqtt/19.1.0/templates/common.yaml rename to stable/znc/9.3.0/templates/common.yaml diff --git a/stable/ztcuui-aio/8.1.0/values.yaml b/stable/znc/9.3.0/values.yaml similarity index 100% rename from stable/ztcuui-aio/8.1.0/values.yaml rename to stable/znc/9.3.0/values.yaml diff --git a/stable/zoneminder/5.1.0/CHANGELOG.md b/stable/zoneminder/5.1.0/CHANGELOG.md deleted file mode 100644 index bbda665c6ef..00000000000 --- a/stable/zoneminder/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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 diff --git a/stable/zoneminder/5.1.0/Chart.yaml b/stable/zoneminder/5.1.0/Chart.yaml deleted file mode 100644 index 83e676a1004..00000000000 --- a/stable/zoneminder/5.1.0/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: 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.1 - 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.0 diff --git a/stable/zoneminder/5.1.0/charts/common-18.0.1.tgz b/stable/zoneminder/5.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/zoneminder/5.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/zwavejs2mqtt/19.1.0/.helmignore b/stable/zoneminder/5.2.0/.helmignore similarity index 100% rename from stable/zwavejs2mqtt/19.1.0/.helmignore rename to stable/zoneminder/5.2.0/.helmignore diff --git a/stable/zoneminder/5.2.0/CHANGELOG.md b/stable/zoneminder/5.2.0/CHANGELOG.md new file mode 100644 index 00000000000..16db3292cb1 --- /dev/null +++ b/stable/zoneminder/5.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 + + diff --git a/stable/zoneminder/5.2.0/Chart.yaml b/stable/zoneminder/5.2.0/Chart.yaml new file mode 100644 index 00000000000..741ce224489 --- /dev/null +++ b/stable/zoneminder/5.2.0/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/zoneminder/5.1.0/README.md b/stable/zoneminder/5.2.0/README.md similarity index 100% rename from stable/zoneminder/5.1.0/README.md rename to stable/zoneminder/5.2.0/README.md diff --git a/stable/zoneminder/5.1.0/app-readme.md b/stable/zoneminder/5.2.0/app-readme.md similarity index 100% rename from stable/zoneminder/5.1.0/app-readme.md rename to stable/zoneminder/5.2.0/app-readme.md diff --git a/stable/zoneminder/5.2.0/charts/common-18.1.2.tgz b/stable/zoneminder/5.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/zoneminder/5.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/zoneminder/5.1.0/ix_values.yaml b/stable/zoneminder/5.2.0/ix_values.yaml similarity index 100% rename from stable/zoneminder/5.1.0/ix_values.yaml rename to stable/zoneminder/5.2.0/ix_values.yaml diff --git a/stable/zoneminder/5.1.0/questions.yaml b/stable/zoneminder/5.2.0/questions.yaml similarity index 100% rename from stable/zoneminder/5.1.0/questions.yaml rename to stable/zoneminder/5.2.0/questions.yaml diff --git a/stable/zoneminder/5.1.0/templates/common.yaml b/stable/zoneminder/5.2.0/templates/common.yaml similarity index 100% rename from stable/zoneminder/5.1.0/templates/common.yaml rename to stable/zoneminder/5.2.0/templates/common.yaml diff --git a/stable/zwavejs2mqtt/19.1.0/values.yaml b/stable/zoneminder/5.2.0/values.yaml similarity index 100% rename from stable/zwavejs2mqtt/19.1.0/values.yaml rename to stable/zoneminder/5.2.0/values.yaml diff --git a/stable/ztcuui-aio/8.1.0/CHANGELOG.md b/stable/ztcuui-aio/8.1.0/CHANGELOG.md deleted file mode 100644 index 9c45d0cae9c..00000000000 --- a/stable/ztcuui-aio/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [ztcuui-aio-7.0.1](https://github.com/truecharts/charts/compare/ztcuui-aio-7.0.0...ztcuui-aio-7.0.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ztcuui-aio-7.0.0](https://github.com/truecharts/charts/compare/ztcuui-aio-6.1.10...ztcuui-aio-7.0.0) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/kmahyyg/ztncui-aio to v2024.1.28[@7554973](https://github.com/7554973) by renovate ([#17704](https://github.com/truecharts/charts/issues/17704)) - - -## [ztcuui-aio-6.1.10](https://github.com/truecharts/charts/compare/ztcuui-aio-6.1.9...ztcuui-aio-6.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ztcuui-aio-6.1.9](https://github.com/truecharts/charts/compare/ztcuui-aio-6.1.8...ztcuui-aio-6.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [ztcuui-aio-6.1.8](https://github.com/truecharts/charts/compare/ztcuui-aio-6.1.7...ztcuui-aio-6.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [ztcuui-aio-6.1.7](https://github.com/truecharts/charts/compare/ztcuui-aio-6.1.6...ztcuui-aio-6.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [ztcuui-aio-6.1.6](https://github.com/truecharts/charts/compare/ztcuui-aio-6.1.5...ztcuui-aio-6.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [ztcuui-aio-6.1.5](https://github.com/truecharts/charts/compare/ztcuui-aio-6.1.4...ztcuui-aio-6.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs - - -## [ztcuui-aio-6.1.4](https://github.com/truecharts/charts/compare/ztcuui-aio-6.1.3...ztcuui-aio-6.1.4) (2024-01-01) - -### Chore - - - -- increase common version for oci fixes - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [ztcuui-aio-6.1.3](https://github.com/truecharts/charts/compare/ztcuui-aio-6.1.0...ztcuui-aio-6.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/ztcuui-aio/8.1.0/Chart.yaml b/stable/ztcuui-aio/8.1.0/Chart.yaml deleted file mode 100644 index ae0088eea49..00000000000 --- a/stable/ztcuui-aio/8.1.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: 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.1 - 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.0 diff --git a/stable/ztcuui-aio/8.1.0/charts/common-18.0.1.tgz b/stable/ztcuui-aio/8.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/ztcuui-aio/8.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/ztcuui-aio/8.2.0/.helmignore b/stable/ztcuui-aio/8.2.0/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/ztcuui-aio/8.2.0/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/stable/ztcuui-aio/8.2.0/CHANGELOG.md b/stable/ztcuui-aio/8.2.0/CHANGELOG.md new file mode 100644 index 00000000000..82523ad537b --- /dev/null +++ b/stable/ztcuui-aio/8.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +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 diff --git a/stable/ztcuui-aio/8.2.0/Chart.yaml b/stable/ztcuui-aio/8.2.0/Chart.yaml new file mode 100644 index 00000000000..ce9f81feb1a --- /dev/null +++ b/stable/ztcuui-aio/8.2.0/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.1.28 +dependencies: + - name: common + version: 18.1.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.2.0 diff --git a/stable/ztcuui-aio/8.1.0/README.md b/stable/ztcuui-aio/8.2.0/README.md similarity index 100% rename from stable/ztcuui-aio/8.1.0/README.md rename to stable/ztcuui-aio/8.2.0/README.md diff --git a/stable/ztcuui-aio/8.1.0/app-readme.md b/stable/ztcuui-aio/8.2.0/app-readme.md similarity index 100% rename from stable/ztcuui-aio/8.1.0/app-readme.md rename to stable/ztcuui-aio/8.2.0/app-readme.md diff --git a/stable/ztcuui-aio/8.2.0/charts/common-18.1.2.tgz b/stable/ztcuui-aio/8.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/ztcuui-aio/8.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/ztcuui-aio/8.1.0/ix_values.yaml b/stable/ztcuui-aio/8.2.0/ix_values.yaml similarity index 100% rename from stable/ztcuui-aio/8.1.0/ix_values.yaml rename to stable/ztcuui-aio/8.2.0/ix_values.yaml diff --git a/stable/ztcuui-aio/8.1.0/questions.yaml b/stable/ztcuui-aio/8.2.0/questions.yaml similarity index 100% rename from stable/ztcuui-aio/8.1.0/questions.yaml rename to stable/ztcuui-aio/8.2.0/questions.yaml diff --git a/stable/ztcuui-aio/8.2.0/templates/NOTES.txt b/stable/ztcuui-aio/8.2.0/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/ztcuui-aio/8.2.0/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/ztcuui-aio/8.2.0/templates/common.yaml b/stable/ztcuui-aio/8.2.0/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/ztcuui-aio/8.2.0/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/ztcuui-aio/8.2.0/values.yaml b/stable/ztcuui-aio/8.2.0/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/zwavejs2mqtt/19.1.0/CHANGELOG.md b/stable/zwavejs2mqtt/19.1.0/CHANGELOG.md deleted file mode 100644 index 3a2412ef40f..00000000000 --- a/stable/zwavejs2mqtt/19.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - -## [zwavejs2mqtt-18.3.3](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.3.2...zwavejs2mqtt-18.3.3) (2024-02-12) - -### Chore - - - -- update container image zwavejs/zwave-js-ui to v9.8.3[@fdbaa40](https://github.com/fdbaa40) by renovate ([#18172](https://github.com/truecharts/charts/issues/18172)) - - -## [zwavejs2mqtt-18.3.2](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.3.1...zwavejs2mqtt-18.3.2) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [zwavejs2mqtt-18.3.1](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.3.0...zwavejs2mqtt-18.3.1) (2024-01-29) - -### Chore - - - -- update container image zwavejs/zwave-js-ui to v9.8.2[@3e9e11b](https://github.com/3e9e11b) by renovate ([#17755](https://github.com/truecharts/charts/issues/17755)) - - -## [zwavejs2mqtt-18.3.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.2.5...zwavejs2mqtt-18.3.0) (2024-01-29) - -### Chore - - - -- update container image zwavejs/zwave-js-ui to v9.8.1[@c35bed5](https://github.com/c35bed5) by renovate ([#17703](https://github.com/truecharts/charts/issues/17703)) - - -## [zwavejs2mqtt-18.2.5](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.2.4...zwavejs2mqtt-18.2.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [zwavejs2mqtt-18.2.4](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.2.3...zwavejs2mqtt-18.2.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [zwavejs2mqtt-18.2.3](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.2.2...zwavejs2mqtt-18.2.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [zwavejs2mqtt-18.2.2](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.2.1...zwavejs2mqtt-18.2.2) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - -## [zwavejs2mqtt-18.2.1](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.2.0...zwavejs2mqtt-18.2.1) (2024-01-21) - -### Chore - - - -- update container image zwavejs/zwave-js-ui to v9.7.1[@19549d9](https://github.com/19549d9) by renovate ([#17440](https://github.com/truecharts/charts/issues/17440)) - - -## [zwavejs2mqtt-18.2.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.1.6...zwavejs2mqtt-18.2.0) (2024-01-15) - -### Chore diff --git a/stable/zwavejs2mqtt/19.1.0/Chart.yaml b/stable/zwavejs2mqtt/19.1.0/Chart.yaml deleted file mode 100644 index 616fe484c4f..00000000000 --- a/stable/zwavejs2mqtt/19.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: 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.1 - 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.0 diff --git a/stable/zwavejs2mqtt/19.1.0/charts/common-18.0.1.tgz b/stable/zwavejs2mqtt/19.1.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/zwavejs2mqtt/19.1.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/zwavejs2mqtt/19.2.0/.helmignore b/stable/zwavejs2mqtt/19.2.0/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/zwavejs2mqtt/19.2.0/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/stable/zwavejs2mqtt/19.2.0/CHANGELOG.md b/stable/zwavejs2mqtt/19.2.0/CHANGELOG.md new file mode 100644 index 00000000000..f6bd8973c26 --- /dev/null +++ b/stable/zwavejs2mqtt/19.2.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + + +## [zwavejs2mqtt-18.3.3](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.3.2...zwavejs2mqtt-18.3.3) (2024-02-12) + +### Chore + + + +- update container image zwavejs/zwave-js-ui to v9.8.3[@fdbaa40](https://github.com/fdbaa40) by renovate ([#18172](https://github.com/truecharts/charts/issues/18172)) + + +## [zwavejs2mqtt-18.3.2](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.3.1...zwavejs2mqtt-18.3.2) (2024-02-03) + +### Chore + + + +- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) + + +## [zwavejs2mqtt-18.3.1](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.3.0...zwavejs2mqtt-18.3.1) (2024-01-29) + +### Chore + + + +- update container image zwavejs/zwave-js-ui to v9.8.2[@3e9e11b](https://github.com/3e9e11b) by renovate ([#17755](https://github.com/truecharts/charts/issues/17755)) + + +## [zwavejs2mqtt-18.3.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.2.5...zwavejs2mqtt-18.3.0) (2024-01-29) + +### Chore + + + +- update container image zwavejs/zwave-js-ui to v9.8.1[@c35bed5](https://github.com/c35bed5) by renovate ([#17703](https://github.com/truecharts/charts/issues/17703)) + + +## [zwavejs2mqtt-18.2.5](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.2.4...zwavejs2mqtt-18.2.5) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [zwavejs2mqtt-18.2.4](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.2.3...zwavejs2mqtt-18.2.4) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [zwavejs2mqtt-18.2.3](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.2.2...zwavejs2mqtt-18.2.3) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [zwavejs2mqtt-18.2.2](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.2.1...zwavejs2mqtt-18.2.2) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [zwavejs2mqtt-18.2.1](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.2.0...zwavejs2mqtt-18.2.1) (2024-01-21) + +### Chore + + + +- update container image zwavejs/zwave-js-ui to v9.7.1[@19549d9](https://github.com/19549d9) by renovate ([#17440](https://github.com/truecharts/charts/issues/17440)) + diff --git a/stable/zwavejs2mqtt/19.2.0/Chart.yaml b/stable/zwavejs2mqtt/19.2.0/Chart.yaml new file mode 100644 index 00000000000..4536a070f68 --- /dev/null +++ b/stable/zwavejs2mqtt/19.2.0/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: tools + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 9.9.0 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue +home: https://truecharts.org/charts/stable/zwavejs2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zwavejs2mqtt.png +keywords: + - zwavejs2mqtt + - zwave-js + - z-wave + - zwave +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: zwavejs2mqtt +sources: + - https://github.com/zwave-js/zwavejs2mqtt + - https://github.com/truecharts/charts/tree/master/charts/stable/zwavejs2mqtt + - https://hub.docker.com/r/zwavejs/zwave-js-ui +type: application +version: 19.2.0 diff --git a/stable/zwavejs2mqtt/19.1.0/README.md b/stable/zwavejs2mqtt/19.2.0/README.md similarity index 100% rename from stable/zwavejs2mqtt/19.1.0/README.md rename to stable/zwavejs2mqtt/19.2.0/README.md diff --git a/stable/zwavejs2mqtt/19.1.0/app-readme.md b/stable/zwavejs2mqtt/19.2.0/app-readme.md similarity index 100% rename from stable/zwavejs2mqtt/19.1.0/app-readme.md rename to stable/zwavejs2mqtt/19.2.0/app-readme.md diff --git a/stable/zwavejs2mqtt/19.2.0/charts/common-18.1.2.tgz b/stable/zwavejs2mqtt/19.2.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/zwavejs2mqtt/19.2.0/charts/common-18.1.2.tgz differ diff --git a/stable/zwavejs2mqtt/19.1.0/ix_values.yaml b/stable/zwavejs2mqtt/19.2.0/ix_values.yaml similarity index 100% rename from stable/zwavejs2mqtt/19.1.0/ix_values.yaml rename to stable/zwavejs2mqtt/19.2.0/ix_values.yaml diff --git a/stable/zwavejs2mqtt/19.1.0/questions.yaml b/stable/zwavejs2mqtt/19.2.0/questions.yaml similarity index 100% rename from stable/zwavejs2mqtt/19.1.0/questions.yaml rename to stable/zwavejs2mqtt/19.2.0/questions.yaml diff --git a/stable/zwavejs2mqtt/19.2.0/templates/NOTES.txt b/stable/zwavejs2mqtt/19.2.0/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/zwavejs2mqtt/19.2.0/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/zwavejs2mqtt/19.2.0/templates/common.yaml b/stable/zwavejs2mqtt/19.2.0/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/zwavejs2mqtt/19.2.0/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/zwavejs2mqtt/19.2.0/values.yaml b/stable/zwavejs2mqtt/19.2.0/values.yaml new file mode 100644 index 00000000000..e69de29bb2d