diff --git a/enterprise/authelia/23.3.0/charts/common-18.2.0.tgz b/enterprise/authelia/23.3.0/charts/common-18.2.0.tgz deleted file mode 100644 index a5b3906a565..00000000000 Binary files a/enterprise/authelia/23.3.0/charts/common-18.2.0.tgz and /dev/null differ diff --git a/enterprise/authelia/23.3.0/charts/redis-11.2.1.tgz b/enterprise/authelia/23.3.0/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/enterprise/authelia/23.3.0/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/enterprise/authelia/23.3.0/.helmignore b/enterprise/authelia/23.5.1/.helmignore similarity index 100% rename from enterprise/authelia/23.3.0/.helmignore rename to enterprise/authelia/23.5.1/.helmignore diff --git a/enterprise/authelia/23.3.0/CHANGELOG.md b/enterprise/authelia/23.5.1/CHANGELOG.md similarity index 50% rename from enterprise/authelia/23.3.0/CHANGELOG.md rename to enterprise/authelia/23.5.1/CHANGELOG.md index b954d492b13..c587fd70c37 100644 --- a/enterprise/authelia/23.3.0/CHANGELOG.md +++ b/enterprise/authelia/23.5.1/CHANGELOG.md @@ -8,6 +8,44 @@ title: Changelog **Important:** +## [authelia-23.5.1](https://github.com/truecharts/charts/compare/authelia-23.5.0...authelia-23.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [authelia-23.5.0](https://github.com/truecharts/charts/compare/authelia-23.4.1...authelia-23.5.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [authelia-23.4.1](https://github.com/truecharts/charts/compare/authelia-23.4.0...authelia-23.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [authelia-23.4.0](https://github.com/truecharts/charts/compare/authelia-23.3.0...authelia-23.4.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + ## [authelia-23.3.0](https://github.com/truecharts/charts/compare/authelia-23.2.4...authelia-23.3.0) (2024-03-06) ### Chore @@ -59,41 +97,3 @@ title: Changelog ## [authelia-22.2.7](https://github.com/truecharts/charts/compare/authelia-22.2.6...authelia-22.2.7) (2024-02-03) ### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - -### Docs - - - -- Update access rules documentation ([#17316](https://github.com/truecharts/charts/issues/17316)) - - -## [authelia-22.2.6](https://github.com/truecharts/charts/compare/authelia-22.2.5...authelia-22.2.6) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [authelia-22.2.5](https://github.com/truecharts/charts/compare/authelia-22.2.4...authelia-22.2.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [authelia-22.2.4](https://github.com/truecharts/charts/compare/authelia-22.2.3...authelia-22.2.4) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - diff --git a/enterprise/authelia/23.3.0/Chart.yaml b/enterprise/authelia/23.5.1/Chart.yaml similarity index 95% rename from enterprise/authelia/23.3.0/Chart.yaml rename to enterprise/authelia/23.5.1/Chart.yaml index 672d6d73205..d7abcf141aa 100644 --- a/enterprise/authelia/23.3.0/Chart.yaml +++ b/enterprise/authelia/23.5.1/Chart.yaml @@ -10,14 +10,14 @@ apiVersion: v2 appVersion: 4.37.5 dependencies: - name: common - version: 18.2.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -51,4 +51,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/enterprise/authelia - https://ghcr.io/authelia/authelia type: application -version: 23.3.0 +version: 23.5.1 diff --git a/enterprise/authelia/23.3.0/LICENSE b/enterprise/authelia/23.5.1/LICENSE similarity index 100% rename from enterprise/authelia/23.3.0/LICENSE rename to enterprise/authelia/23.5.1/LICENSE diff --git a/enterprise/authelia/23.3.0/README.md b/enterprise/authelia/23.5.1/README.md similarity index 100% rename from enterprise/authelia/23.3.0/README.md rename to enterprise/authelia/23.5.1/README.md diff --git a/enterprise/authelia/23.5.1/app-changelog.md b/enterprise/authelia/23.5.1/app-changelog.md new file mode 100644 index 00000000000..589e82d956d --- /dev/null +++ b/enterprise/authelia/23.5.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [authelia-23.5.1](https://github.com/truecharts/charts/compare/authelia-23.5.0...authelia-23.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/enterprise/authelia/23.3.0/app-readme.md b/enterprise/authelia/23.5.1/app-readme.md similarity index 100% rename from enterprise/authelia/23.3.0/app-readme.md rename to enterprise/authelia/23.5.1/app-readme.md diff --git a/enterprise/authelia/23.5.1/charts/common-20.0.6.tgz b/enterprise/authelia/23.5.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/enterprise/authelia/23.5.1/charts/common-20.0.6.tgz differ diff --git a/enterprise/authelia/23.5.1/charts/redis-13.0.1.tgz b/enterprise/authelia/23.5.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/enterprise/authelia/23.5.1/charts/redis-13.0.1.tgz differ diff --git a/enterprise/authelia/23.3.0/ix_values.yaml b/enterprise/authelia/23.5.1/ix_values.yaml similarity index 100% rename from enterprise/authelia/23.3.0/ix_values.yaml rename to enterprise/authelia/23.5.1/ix_values.yaml diff --git a/enterprise/authelia/23.3.0/questions.yaml b/enterprise/authelia/23.5.1/questions.yaml similarity index 99% rename from enterprise/authelia/23.3.0/questions.yaml rename to enterprise/authelia/23.5.1/questions.yaml index 26e23503813..d6d169e035f 100755 --- a/enterprise/authelia/23.3.0/questions.yaml +++ b/enterprise/authelia/23.5.1/questions.yaml @@ -2826,15 +2826,22 @@ questions: additional_attrs: true type: dict attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false - variable: instances label: Instances schema: type: int + show_if: [["enabled", "=", true]] default: 1 - variable: createRO label: "Create ReadOnly Instance" schema: type: boolean + show_if: [["enabled", "=", true]] default: false - variable: backups label: "Backup Settings (Experimental)" diff --git a/enterprise/authelia/23.3.0/templates/NOTES.txt b/enterprise/authelia/23.5.1/templates/NOTES.txt similarity index 100% rename from enterprise/authelia/23.3.0/templates/NOTES.txt rename to enterprise/authelia/23.5.1/templates/NOTES.txt diff --git a/enterprise/authelia/23.3.0/templates/_configmap.tpl b/enterprise/authelia/23.5.1/templates/_configmap.tpl similarity index 100% rename from enterprise/authelia/23.3.0/templates/_configmap.tpl rename to enterprise/authelia/23.5.1/templates/_configmap.tpl diff --git a/enterprise/authelia/23.3.0/templates/_secrets.tpl b/enterprise/authelia/23.5.1/templates/_secrets.tpl similarity index 100% rename from enterprise/authelia/23.3.0/templates/_secrets.tpl rename to enterprise/authelia/23.5.1/templates/_secrets.tpl diff --git a/enterprise/authelia/23.3.0/templates/common.yaml b/enterprise/authelia/23.5.1/templates/common.yaml similarity index 100% rename from enterprise/authelia/23.3.0/templates/common.yaml rename to enterprise/authelia/23.5.1/templates/common.yaml diff --git a/enterprise/authelia/23.3.0/values.yaml b/enterprise/authelia/23.5.1/values.yaml similarity index 100% rename from enterprise/authelia/23.3.0/values.yaml rename to enterprise/authelia/23.5.1/values.yaml diff --git a/enterprise/blocky/14.1.1/charts/common-18.2.0.tgz b/enterprise/blocky/14.1.1/charts/common-18.2.0.tgz deleted file mode 100644 index a5b3906a565..00000000000 Binary files a/enterprise/blocky/14.1.1/charts/common-18.2.0.tgz and /dev/null differ diff --git a/enterprise/blocky/14.1.1/charts/redis-11.2.1.tgz b/enterprise/blocky/14.1.1/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/enterprise/blocky/14.1.1/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/enterprise/blocky/14.1.1/.helmignore b/enterprise/blocky/14.3.1/.helmignore similarity index 100% rename from enterprise/blocky/14.1.1/.helmignore rename to enterprise/blocky/14.3.1/.helmignore diff --git a/enterprise/blocky/14.1.1/CHANGELOG.md b/enterprise/blocky/14.3.1/CHANGELOG.md similarity index 57% rename from enterprise/blocky/14.1.1/CHANGELOG.md rename to enterprise/blocky/14.3.1/CHANGELOG.md index 092897c4e6e..a35614e88c9 100644 --- a/enterprise/blocky/14.1.1/CHANGELOG.md +++ b/enterprise/blocky/14.3.1/CHANGELOG.md @@ -8,6 +8,44 @@ title: Changelog **Important:** +## [blocky-14.3.1](https://github.com/truecharts/charts/compare/blocky-14.3.0...blocky-14.3.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [blocky-14.3.0](https://github.com/truecharts/charts/compare/blocky-14.2.1...blocky-14.3.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [blocky-14.2.1](https://github.com/truecharts/charts/compare/blocky-14.2.0...blocky-14.2.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [blocky-14.2.0](https://github.com/truecharts/charts/compare/blocky-14.1.1...blocky-14.2.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + ## [blocky-14.1.1](https://github.com/truecharts/charts/compare/blocky-14.1.0...blocky-14.1.1) (2024-03-06) @@ -59,41 +97,3 @@ title: Changelog ## [blocky-13.6.2](https://github.com/truecharts/charts/compare/blocky-13.6.0...blocky-13.6.2) (2024-03-05) ### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -## [blocky-12.2.7](https://github.com/truecharts/charts/compare/blocky-12.2.6...blocky-12.2.7) (2024-02-03) - -### Chore diff --git a/enterprise/blocky/14.1.1/Chart.yaml b/enterprise/blocky/14.3.1/Chart.yaml similarity index 95% rename from enterprise/blocky/14.1.1/Chart.yaml rename to enterprise/blocky/14.3.1/Chart.yaml index fbd02ddcd27..23906bf13e7 100644 --- a/enterprise/blocky/14.1.1/Chart.yaml +++ b/enterprise/blocky/14.3.1/Chart.yaml @@ -10,14 +10,14 @@ apiVersion: v2 appVersion: 0.23.0 dependencies: - name: common - version: 18.2.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -41,7 +41,7 @@ sources: - https://0xerr0r.github.io/blocky/ - https://github.com/0xERR0R/blocky - https://github.com/truecharts/charts/tree/master/charts/enterprise/blocky - - https://hub.docker.com/r/spx01/blocky - https://quay.io/oriedge/k8s_gateway + - https://hub.docker.com/r/spx01/blocky type: application -version: 14.1.1 +version: 14.3.1 diff --git a/enterprise/blocky/14.1.1/LICENSE b/enterprise/blocky/14.3.1/LICENSE similarity index 100% rename from enterprise/blocky/14.1.1/LICENSE rename to enterprise/blocky/14.3.1/LICENSE diff --git a/enterprise/blocky/14.1.1/README.md b/enterprise/blocky/14.3.1/README.md similarity index 100% rename from enterprise/blocky/14.1.1/README.md rename to enterprise/blocky/14.3.1/README.md diff --git a/enterprise/blocky/14.3.1/app-changelog.md b/enterprise/blocky/14.3.1/app-changelog.md new file mode 100644 index 00000000000..40634070e8a --- /dev/null +++ b/enterprise/blocky/14.3.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [blocky-14.3.1](https://github.com/truecharts/charts/compare/blocky-14.3.0...blocky-14.3.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/enterprise/blocky/14.1.1/app-readme.md b/enterprise/blocky/14.3.1/app-readme.md similarity index 100% rename from enterprise/blocky/14.1.1/app-readme.md rename to enterprise/blocky/14.3.1/app-readme.md diff --git a/enterprise/blocky/14.3.1/charts/common-20.0.6.tgz b/enterprise/blocky/14.3.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/enterprise/blocky/14.3.1/charts/common-20.0.6.tgz differ diff --git a/enterprise/blocky/14.3.1/charts/redis-13.0.1.tgz b/enterprise/blocky/14.3.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/enterprise/blocky/14.3.1/charts/redis-13.0.1.tgz differ diff --git a/enterprise/blocky/14.1.1/dashboard.json b/enterprise/blocky/14.3.1/dashboard.json similarity index 100% rename from enterprise/blocky/14.1.1/dashboard.json rename to enterprise/blocky/14.3.1/dashboard.json diff --git a/enterprise/blocky/14.1.1/dashboardpsql.json b/enterprise/blocky/14.3.1/dashboardpsql.json similarity index 100% rename from enterprise/blocky/14.1.1/dashboardpsql.json rename to enterprise/blocky/14.3.1/dashboardpsql.json diff --git a/enterprise/blocky/14.1.1/ix_values.yaml b/enterprise/blocky/14.3.1/ix_values.yaml similarity index 100% rename from enterprise/blocky/14.1.1/ix_values.yaml rename to enterprise/blocky/14.3.1/ix_values.yaml diff --git a/enterprise/blocky/14.1.1/questions.yaml b/enterprise/blocky/14.3.1/questions.yaml similarity index 99% rename from enterprise/blocky/14.1.1/questions.yaml rename to enterprise/blocky/14.3.1/questions.yaml index 99bba534673..d4872d191e2 100755 --- a/enterprise/blocky/14.1.1/questions.yaml +++ b/enterprise/blocky/14.3.1/questions.yaml @@ -2449,15 +2449,22 @@ questions: additional_attrs: true type: dict attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false - variable: instances label: Instances schema: type: int + show_if: [["enabled", "=", true]] default: 1 - variable: createRO label: "Create ReadOnly Instance" schema: type: boolean + show_if: [["enabled", "=", true]] default: false - variable: backups label: "Backup Settings (Experimental)" diff --git a/enterprise/blocky/14.1.1/templates/NOTES.txt b/enterprise/blocky/14.3.1/templates/NOTES.txt similarity index 100% rename from enterprise/blocky/14.1.1/templates/NOTES.txt rename to enterprise/blocky/14.3.1/templates/NOTES.txt diff --git a/enterprise/blocky/14.1.1/templates/_blockyConfig.tpl b/enterprise/blocky/14.3.1/templates/_blockyConfig.tpl similarity index 100% rename from enterprise/blocky/14.1.1/templates/_blockyConfig.tpl rename to enterprise/blocky/14.3.1/templates/_blockyConfig.tpl diff --git a/enterprise/blocky/14.1.1/templates/_k8sgateway.tpl b/enterprise/blocky/14.3.1/templates/_k8sgateway.tpl similarity index 100% rename from enterprise/blocky/14.1.1/templates/_k8sgateway.tpl rename to enterprise/blocky/14.3.1/templates/_k8sgateway.tpl diff --git a/enterprise/blocky/14.1.1/templates/common.yaml b/enterprise/blocky/14.3.1/templates/common.yaml similarity index 100% rename from enterprise/blocky/14.1.1/templates/common.yaml rename to enterprise/blocky/14.3.1/templates/common.yaml diff --git a/enterprise/blocky/14.1.1/values.yaml b/enterprise/blocky/14.3.1/values.yaml similarity index 100% rename from enterprise/blocky/14.1.1/values.yaml rename to enterprise/blocky/14.3.1/values.yaml diff --git a/enterprise/nextcloud/29.4.4/charts/common-19.0.0.tgz b/enterprise/nextcloud/29.4.4/charts/common-19.0.0.tgz deleted file mode 100644 index 6b07782a3c2..00000000000 Binary files a/enterprise/nextcloud/29.4.4/charts/common-19.0.0.tgz and /dev/null differ diff --git a/enterprise/nextcloud/29.4.4/charts/redis-11.2.1.tgz b/enterprise/nextcloud/29.4.4/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/enterprise/nextcloud/29.4.4/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/enterprise/nextcloud/29.4.4/.helmignore b/enterprise/nextcloud/29.5.2/.helmignore similarity index 100% rename from enterprise/nextcloud/29.4.4/.helmignore rename to enterprise/nextcloud/29.5.2/.helmignore diff --git a/enterprise/nextcloud/29.4.4/CHANGELOG.md b/enterprise/nextcloud/29.5.2/CHANGELOG.md similarity index 56% rename from enterprise/nextcloud/29.4.4/CHANGELOG.md rename to enterprise/nextcloud/29.5.2/CHANGELOG.md index 0d212ccc14b..adf54c98698 100644 --- a/enterprise/nextcloud/29.4.4/CHANGELOG.md +++ b/enterprise/nextcloud/29.5.2/CHANGELOG.md @@ -8,6 +8,44 @@ title: Changelog **Important:** +## [nextcloud-29.5.2](https://github.com/truecharts/charts/compare/nextcloud-29.5.1...nextcloud-29.5.2) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + + +## [nextcloud-29.5.1](https://github.com/truecharts/charts/compare/nextcloud-29.5.0...nextcloud-29.5.1) (2024-03-12) + +### Chore + + + +- update container image tccr.io/tccr/nextcloud-fpm to v28.0.3[@77b7353](https://github.com/77b7353) by renovate ([#19089](https://github.com/truecharts/charts/issues/19089)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [nextcloud-29.5.0](https://github.com/truecharts/charts/compare/nextcloud-29.4.5...nextcloud-29.5.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [nextcloud-29.4.5](https://github.com/truecharts/charts/compare/nextcloud-29.4.4...nextcloud-29.4.5) (2024-03-11) + +### Chore + + + +- update container image nginxinc/nginx-unprivileged to 1.25.4[@060d468](https://github.com/060d468) by renovate ([#19109](https://github.com/truecharts/charts/issues/19109)) + + ## [nextcloud-29.4.4](https://github.com/truecharts/charts/compare/nextcloud-29.4.3...nextcloud-29.4.4) (2024-03-11) ### Chore @@ -59,24 +97,4 @@ title: Changelog -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [nextcloud-29.2.5](https://github.com/truecharts/charts/compare/nextcloud-29.2.4...nextcloud-29.2.5) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [nextcloud-29.2.4](https://github.com/truecharts/charts/compare/nextcloud-29.2.2...nextcloud-29.2.4) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/enterprise/nextcloud/29.4.4/Chart.yaml b/enterprise/nextcloud/29.5.2/Chart.yaml similarity index 95% rename from enterprise/nextcloud/29.4.4/Chart.yaml rename to enterprise/nextcloud/29.5.2/Chart.yaml index 64cef52606e..e45bef81b69 100644 --- a/enterprise/nextcloud/29.4.4/Chart.yaml +++ b/enterprise/nextcloud/29.5.2/Chart.yaml @@ -7,17 +7,17 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: enterprise apiVersion: v2 -appVersion: 28.0.2 +appVersion: 28.0.3 dependencies: - name: common - version: 19.0.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -43,11 +43,11 @@ 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/clamav/clamav - - https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary - - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm - https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm + - https://hub.docker.com/r/collabora/code + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary + - https://hub.docker.com/r/clamav/clamav - https://hub.docker.com/r/nginxinc/nginx-unprivileged type: application -version: 29.4.4 +version: 29.5.2 diff --git a/enterprise/nextcloud/29.4.4/LICENSE b/enterprise/nextcloud/29.5.2/LICENSE similarity index 100% rename from enterprise/nextcloud/29.4.4/LICENSE rename to enterprise/nextcloud/29.5.2/LICENSE diff --git a/enterprise/nextcloud/29.4.4/README.md b/enterprise/nextcloud/29.5.2/README.md similarity index 100% rename from enterprise/nextcloud/29.4.4/README.md rename to enterprise/nextcloud/29.5.2/README.md diff --git a/enterprise/nextcloud/29.5.2/app-changelog.md b/enterprise/nextcloud/29.5.2/app-changelog.md new file mode 100644 index 00000000000..a40c3781810 --- /dev/null +++ b/enterprise/nextcloud/29.5.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [nextcloud-29.5.2](https://github.com/truecharts/charts/compare/nextcloud-29.5.1...nextcloud-29.5.2) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) \ No newline at end of file diff --git a/enterprise/nextcloud/29.4.4/app-readme.md b/enterprise/nextcloud/29.5.2/app-readme.md similarity index 100% rename from enterprise/nextcloud/29.4.4/app-readme.md rename to enterprise/nextcloud/29.5.2/app-readme.md diff --git a/enterprise/nextcloud/29.5.2/charts/common-20.0.6.tgz b/enterprise/nextcloud/29.5.2/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/enterprise/nextcloud/29.5.2/charts/common-20.0.6.tgz differ diff --git a/enterprise/nextcloud/29.5.2/charts/redis-13.0.1.tgz b/enterprise/nextcloud/29.5.2/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/enterprise/nextcloud/29.5.2/charts/redis-13.0.1.tgz differ diff --git a/enterprise/nextcloud/29.4.4/ix_values.yaml b/enterprise/nextcloud/29.5.2/ix_values.yaml similarity index 98% rename from enterprise/nextcloud/29.4.4/ix_values.yaml rename to enterprise/nextcloud/29.5.2/ix_values.yaml index eb6a287ebd7..08f6d693f0f 100644 --- a/enterprise/nextcloud/29.4.4/ix_values.yaml +++ b/enterprise/nextcloud/29.5.2/ix_values.yaml @@ -1,11 +1,11 @@ image: repository: tccr.io/tccr/nextcloud-fpm pullPolicy: IfNotPresent - tag: v28.0.2@sha256:ad08861786d73f69cdbca98d0e93167eae2ef802ae78c474cc6026a2dd94fa58 + tag: v28.0.3@sha256:77b7353be48b28d1bc1dcfa8bed1e0f3c989f6223647f9c99b07db0e8ab78c8d nginxImage: repository: nginxinc/nginx-unprivileged pullPolicy: IfNotPresent - tag: 1.25.4@sha256:41a41f6fde530ed3abc74d54111ffeece1b003d0d9f1c1a741fc9c31b95bc0a8 + tag: 1.25.4@sha256:060d468f78f016c7cfd49a548ed5d3456891cba1b54767b4ed48907981266f06 imaginaryImage: repository: tccr.io/tccr/nextcloud-imaginary pullPolicy: IfNotPresent diff --git a/enterprise/nextcloud/29.4.4/questions.yaml b/enterprise/nextcloud/29.5.2/questions.yaml similarity index 100% rename from enterprise/nextcloud/29.4.4/questions.yaml rename to enterprise/nextcloud/29.5.2/questions.yaml diff --git a/enterprise/nextcloud/29.4.4/templates/NOTES.txt b/enterprise/nextcloud/29.5.2/templates/NOTES.txt similarity index 100% rename from enterprise/nextcloud/29.4.4/templates/NOTES.txt rename to enterprise/nextcloud/29.5.2/templates/NOTES.txt diff --git a/enterprise/nextcloud/29.4.4/templates/_configmap.tpl b/enterprise/nextcloud/29.5.2/templates/_configmap.tpl similarity index 100% rename from enterprise/nextcloud/29.4.4/templates/_configmap.tpl rename to enterprise/nextcloud/29.5.2/templates/_configmap.tpl diff --git a/enterprise/nextcloud/29.4.4/templates/_cronjobs.tpl b/enterprise/nextcloud/29.5.2/templates/_cronjobs.tpl similarity index 100% rename from enterprise/nextcloud/29.4.4/templates/_cronjobs.tpl rename to enterprise/nextcloud/29.5.2/templates/_cronjobs.tpl diff --git a/enterprise/nextcloud/29.4.4/templates/_ingressInjector.tpl b/enterprise/nextcloud/29.5.2/templates/_ingressInjector.tpl similarity index 100% rename from enterprise/nextcloud/29.4.4/templates/_ingressInjector.tpl rename to enterprise/nextcloud/29.5.2/templates/_ingressInjector.tpl diff --git a/enterprise/nextcloud/29.4.4/templates/_initPerms.tpl b/enterprise/nextcloud/29.5.2/templates/_initPerms.tpl similarity index 100% rename from enterprise/nextcloud/29.4.4/templates/_initPerms.tpl rename to enterprise/nextcloud/29.5.2/templates/_initPerms.tpl diff --git a/enterprise/nextcloud/29.4.4/templates/_validation.tpl b/enterprise/nextcloud/29.5.2/templates/_validation.tpl similarity index 100% rename from enterprise/nextcloud/29.4.4/templates/_validation.tpl rename to enterprise/nextcloud/29.5.2/templates/_validation.tpl diff --git a/enterprise/nextcloud/29.4.4/templates/_waitNextcloud.tpl b/enterprise/nextcloud/29.5.2/templates/_waitNextcloud.tpl similarity index 100% rename from enterprise/nextcloud/29.4.4/templates/_waitNextcloud.tpl rename to enterprise/nextcloud/29.5.2/templates/_waitNextcloud.tpl diff --git a/enterprise/nextcloud/29.4.4/templates/common.yaml b/enterprise/nextcloud/29.5.2/templates/common.yaml similarity index 100% rename from enterprise/nextcloud/29.4.4/templates/common.yaml rename to enterprise/nextcloud/29.5.2/templates/common.yaml diff --git a/enterprise/nextcloud/29.4.4/values.yaml b/enterprise/nextcloud/29.5.2/values.yaml similarity index 100% rename from enterprise/nextcloud/29.4.4/values.yaml rename to enterprise/nextcloud/29.5.2/values.yaml diff --git a/stable/anonaddy/20.8.0/CHANGELOG.md b/stable/anonaddy/20.8.0/CHANGELOG.md deleted file mode 100644 index 2cc78d64fd3..00000000000 --- a/stable/anonaddy/20.8.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [anonaddy-20.8.0](https://github.com/truecharts/charts/compare/anonaddy-20.7.0...anonaddy-20.8.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [anonaddy-20.7.0](https://github.com/truecharts/charts/compare/anonaddy-20.6.4...anonaddy-20.7.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [anonaddy-20.6.4](https://github.com/truecharts/charts/compare/anonaddy-20.6.3...anonaddy-20.6.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [anonaddy-20.6.3](https://github.com/truecharts/charts/compare/anonaddy-20.6.1...anonaddy-20.6.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - - - - - - - -## [anonaddy-19.1.16](https://github.com/truecharts/charts/compare/anonaddy-19.1.15...anonaddy-19.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [anonaddy-19.1.15](https://github.com/truecharts/charts/compare/anonaddy-19.1.14...anonaddy-19.1.15) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [anonaddy-19.1.14](https://github.com/truecharts/charts/compare/anonaddy-19.1.13...anonaddy-19.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [anonaddy-19.1.13](https://github.com/truecharts/charts/compare/anonaddy-19.1.12...anonaddy-19.1.13) (2024-01-21) \ No newline at end of file diff --git a/stable/anonaddy/20.8.0/app-changelog.md b/stable/anonaddy/20.8.0/app-changelog.md deleted file mode 100644 index 7b8b50bc94a..00000000000 --- a/stable/anonaddy/20.8.0/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [anonaddy-20.8.0](https://github.com/truecharts/charts/compare/anonaddy-20.7.0...anonaddy-20.8.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) \ No newline at end of file diff --git a/stable/anonaddy/20.8.0/charts/common-19.0.0.tgz b/stable/anonaddy/20.8.0/charts/common-19.0.0.tgz deleted file mode 100644 index d8852c18c5a..00000000000 Binary files a/stable/anonaddy/20.8.0/charts/common-19.0.0.tgz and /dev/null differ diff --git a/stable/anonaddy/20.8.0/charts/mariadb-13.2.0.tgz b/stable/anonaddy/20.8.0/charts/mariadb-13.2.0.tgz deleted file mode 100644 index 3849430c3b7..00000000000 Binary files a/stable/anonaddy/20.8.0/charts/mariadb-13.2.0.tgz and /dev/null differ diff --git a/stable/anonaddy/20.8.0/charts/redis-11.3.0.tgz b/stable/anonaddy/20.8.0/charts/redis-11.3.0.tgz deleted file mode 100644 index 15df7e8184a..00000000000 Binary files a/stable/anonaddy/20.8.0/charts/redis-11.3.0.tgz and /dev/null differ diff --git a/stable/anonaddy/20.8.0/.helmignore b/stable/anonaddy/20.9.1/.helmignore similarity index 100% rename from stable/anonaddy/20.8.0/.helmignore rename to stable/anonaddy/20.9.1/.helmignore diff --git a/stable/anonaddy/20.9.1/CHANGELOG.md b/stable/anonaddy/20.9.1/CHANGELOG.md new file mode 100644 index 00000000000..187b59b4116 --- /dev/null +++ b/stable/anonaddy/20.9.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [anonaddy-20.9.1](https://github.com/truecharts/charts/compare/anonaddy-20.9.0...anonaddy-20.9.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image mariadb to v13.4.1[@e28d6d5](https://github.com/e28d6d5) by renovate ([#19135](https://github.com/truecharts/charts/issues/19135)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [anonaddy-20.9.0](https://github.com/truecharts/charts/compare/anonaddy-20.8.2...anonaddy-20.9.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [anonaddy-20.8.2](https://github.com/truecharts/charts/compare/anonaddy-20.8.1...anonaddy-20.8.2) (2024-03-11) + +### Chore + + + +- update container image mariadb to v13.2.3[@e1f8d8a](https://github.com/e1f8d8a) by renovate ([#19145](https://github.com/truecharts/charts/issues/19145)) + + +## [anonaddy-20.8.1](https://github.com/truecharts/charts/compare/anonaddy-20.8.0...anonaddy-20.8.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [anonaddy-20.8.0](https://github.com/truecharts/charts/compare/anonaddy-20.7.0...anonaddy-20.8.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + +## [anonaddy-20.7.0](https://github.com/truecharts/charts/compare/anonaddy-20.6.4...anonaddy-20.7.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [anonaddy-20.6.4](https://github.com/truecharts/charts/compare/anonaddy-20.6.3...anonaddy-20.6.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [anonaddy-20.6.3](https://github.com/truecharts/charts/compare/anonaddy-20.6.1...anonaddy-20.6.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + diff --git a/stable/anonaddy/20.8.0/Chart.yaml b/stable/anonaddy/20.9.1/Chart.yaml similarity index 94% rename from stable/anonaddy/20.8.0/Chart.yaml rename to stable/anonaddy/20.9.1/Chart.yaml index e9c04fc3fd0..cc60bf1feda 100644 --- a/stable/anonaddy/20.8.0/Chart.yaml +++ b/stable/anonaddy/20.9.1/Chart.yaml @@ -10,21 +10,21 @@ apiVersion: v2 appVersion: 1.0.9 dependencies: - name: common - version: 19.0.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: mariadb - version: 13.2.0 + version: 13.4.1 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" tags: [] import-values: [] - name: redis - version: 11.3.0 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -47,4 +47,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy - https://hub.docker.com/r/anonaddy/anonaddy type: application -version: 20.8.0 +version: 20.9.1 diff --git a/stable/anonaddy/20.8.0/README.md b/stable/anonaddy/20.9.1/README.md similarity index 100% rename from stable/anonaddy/20.8.0/README.md rename to stable/anonaddy/20.9.1/README.md diff --git a/stable/anonaddy/20.9.1/app-changelog.md b/stable/anonaddy/20.9.1/app-changelog.md new file mode 100644 index 00000000000..d6da989d38d --- /dev/null +++ b/stable/anonaddy/20.9.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [anonaddy-20.9.1](https://github.com/truecharts/charts/compare/anonaddy-20.9.0...anonaddy-20.9.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image mariadb to v13.4.1[@e28d6d5](https://github.com/e28d6d5) by renovate ([#19135](https://github.com/truecharts/charts/issues/19135)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/anonaddy/20.8.0/app-readme.md b/stable/anonaddy/20.9.1/app-readme.md similarity index 100% rename from stable/anonaddy/20.8.0/app-readme.md rename to stable/anonaddy/20.9.1/app-readme.md diff --git a/stable/anonaddy/20.9.1/charts/common-20.0.6.tgz b/stable/anonaddy/20.9.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/anonaddy/20.9.1/charts/common-20.0.6.tgz differ diff --git a/stable/anonaddy/20.9.1/charts/mariadb-13.4.1.tgz b/stable/anonaddy/20.9.1/charts/mariadb-13.4.1.tgz new file mode 100644 index 00000000000..e25a7b40d91 Binary files /dev/null and b/stable/anonaddy/20.9.1/charts/mariadb-13.4.1.tgz differ diff --git a/stable/anonaddy/20.9.1/charts/redis-13.0.1.tgz b/stable/anonaddy/20.9.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/anonaddy/20.9.1/charts/redis-13.0.1.tgz differ diff --git a/stable/anonaddy/20.8.0/ix_values.yaml b/stable/anonaddy/20.9.1/ix_values.yaml similarity index 100% rename from stable/anonaddy/20.8.0/ix_values.yaml rename to stable/anonaddy/20.9.1/ix_values.yaml diff --git a/stable/anonaddy/20.8.0/questions.yaml b/stable/anonaddy/20.9.1/questions.yaml similarity index 100% rename from stable/anonaddy/20.8.0/questions.yaml rename to stable/anonaddy/20.9.1/questions.yaml diff --git a/stable/anonaddy/20.8.0/templates/NOTES.txt b/stable/anonaddy/20.9.1/templates/NOTES.txt similarity index 100% rename from stable/anonaddy/20.8.0/templates/NOTES.txt rename to stable/anonaddy/20.9.1/templates/NOTES.txt diff --git a/stable/anonaddy/20.8.0/templates/_secrets.tpl b/stable/anonaddy/20.9.1/templates/_secrets.tpl similarity index 100% rename from stable/anonaddy/20.8.0/templates/_secrets.tpl rename to stable/anonaddy/20.9.1/templates/_secrets.tpl diff --git a/stable/anonaddy/20.8.0/templates/common.yaml b/stable/anonaddy/20.9.1/templates/common.yaml similarity index 100% rename from stable/anonaddy/20.8.0/templates/common.yaml rename to stable/anonaddy/20.9.1/templates/common.yaml diff --git a/stable/anonaddy/20.8.0/values.yaml b/stable/anonaddy/20.9.1/values.yaml similarity index 100% rename from stable/anonaddy/20.8.0/values.yaml rename to stable/anonaddy/20.9.1/values.yaml diff --git a/stable/authentik/24.4.0/app-changelog.md b/stable/authentik/24.4.0/app-changelog.md deleted file mode 100644 index 31cf219dac3..00000000000 --- a/stable/authentik/24.4.0/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [authentik-24.4.0](https://github.com/truecharts/charts/compare/authentik-24.3.0...authentik-24.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) \ No newline at end of file diff --git a/stable/authentik/24.4.0/charts/common-19.0.0.tgz b/stable/authentik/24.4.0/charts/common-19.0.0.tgz deleted file mode 100644 index d8852c18c5a..00000000000 Binary files a/stable/authentik/24.4.0/charts/common-19.0.0.tgz and /dev/null differ diff --git a/stable/authentik/24.4.0/charts/redis-11.2.1.tgz b/stable/authentik/24.4.0/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/stable/authentik/24.4.0/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/stable/authentik/24.4.0/.helmignore b/stable/authentik/24.5.1/.helmignore similarity index 100% rename from stable/authentik/24.4.0/.helmignore rename to stable/authentik/24.5.1/.helmignore diff --git a/stable/authentik/24.4.0/CHANGELOG.md b/stable/authentik/24.5.1/CHANGELOG.md similarity index 51% rename from stable/authentik/24.4.0/CHANGELOG.md rename to stable/authentik/24.5.1/CHANGELOG.md index 5ccdf23a5b0..5f708523edf 100644 --- a/stable/authentik/24.4.0/CHANGELOG.md +++ b/stable/authentik/24.5.1/CHANGELOG.md @@ -8,6 +8,44 @@ title: Changelog **Important:** +## [authentik-24.5.1](https://github.com/truecharts/charts/compare/authentik-24.5.0...authentik-24.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [authentik-24.5.0](https://github.com/truecharts/charts/compare/authentik-24.4.5...authentik-24.5.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [authentik-24.4.5](https://github.com/truecharts/charts/compare/authentik-24.4.1...authentik-24.4.5) (2024-03-11) + +### Chore + + + +- update authentik to v2024.2.2[@d7ede5c](https://github.com/d7ede5c) by renovate (patch) ([#19052](https://github.com/truecharts/charts/issues/19052)) + + +## [authentik-24.4.1](https://github.com/truecharts/charts/compare/authentik-24.4.0...authentik-24.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + ## [authentik-24.4.0](https://github.com/truecharts/charts/compare/authentik-24.3.0...authentik-24.4.0) (2024-03-07) ### Chore @@ -59,42 +97,3 @@ title: Changelog - - -## [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) \ No newline at end of file diff --git a/stable/authentik/24.4.0/Chart.yaml b/stable/authentik/24.5.1/Chart.yaml similarity index 94% rename from stable/authentik/24.4.0/Chart.yaml rename to stable/authentik/24.5.1/Chart.yaml index cb0bf49a96c..87a61e76d8e 100644 --- a/stable/authentik/24.4.0/Chart.yaml +++ b/stable/authentik/24.5.1/Chart.yaml @@ -7,17 +7,17 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2024.2.1 +appVersion: 2024.2.2 dependencies: - name: common - version: 19.0.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -39,10 +39,10 @@ sources: - https://goauthentik.io/docs/ - https://github.com/goauthentik/authentik - https://github.com/truecharts/charts/tree/master/charts/stable/authentik - - https://ghcr.io/goauthentik/radius + - https://ghcr.io/maxmind/geoipupdate + - https://ghcr.io/goauthentik/proxy - https://ghcr.io/goauthentik/server - https://ghcr.io/goauthentik/ldap - - https://ghcr.io/goauthentik/proxy - - https://ghcr.io/maxmind/geoipupdate + - https://ghcr.io/goauthentik/radius type: application -version: 24.4.0 +version: 24.5.1 diff --git a/stable/authentik/24.4.0/README.md b/stable/authentik/24.5.1/README.md similarity index 100% rename from stable/authentik/24.4.0/README.md rename to stable/authentik/24.5.1/README.md diff --git a/stable/authentik/24.5.1/app-changelog.md b/stable/authentik/24.5.1/app-changelog.md new file mode 100644 index 00000000000..9e61aef01c0 --- /dev/null +++ b/stable/authentik/24.5.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [authentik-24.5.1](https://github.com/truecharts/charts/compare/authentik-24.5.0...authentik-24.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/authentik/24.4.0/app-readme.md b/stable/authentik/24.5.1/app-readme.md similarity index 100% rename from stable/authentik/24.4.0/app-readme.md rename to stable/authentik/24.5.1/app-readme.md diff --git a/stable/authentik/24.5.1/charts/common-20.0.6.tgz b/stable/authentik/24.5.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/authentik/24.5.1/charts/common-20.0.6.tgz differ diff --git a/stable/authentik/24.5.1/charts/redis-13.0.1.tgz b/stable/authentik/24.5.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/authentik/24.5.1/charts/redis-13.0.1.tgz differ diff --git a/stable/authentik/24.4.0/ix_values.yaml b/stable/authentik/24.5.1/ix_values.yaml similarity index 96% rename from stable/authentik/24.4.0/ix_values.yaml rename to stable/authentik/24.5.1/ix_values.yaml index 12469b1c3bd..7acb265d8c7 100644 --- a/stable/authentik/24.4.0/ix_values.yaml +++ b/stable/authentik/24.5.1/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/goauthentik/server - tag: 2024.2.1@sha256:a98fec8761eda0c794ff10d6bf1abdef87e65fe248da55dcb2b937b7b9e24d05 + tag: 2024.2.2@sha256:29417285cf1e1a0f2dd23ae10e8e299e4acba9cf6376bf184e05a290bc578fbb pullPolicy: IfNotPresent geoipImage: repository: ghcr.io/maxmind/geoipupdate @@ -8,15 +8,15 @@ geoipImage: pullPolicy: IfNotPresent ldapImage: repository: ghcr.io/goauthentik/ldap - tag: 2024.2.1@sha256:f0a41b5b1b490405cc351e4c9734caf5cc7b82dbe50e2730ce464be31927fbe2 + tag: 2024.2.2@sha256:d7ede5ca79392dd8ae9896950a10bdc4539296108f32399703a7bfc4e365df59 pullPolicy: IfNotPresent radiusImage: repository: ghcr.io/goauthentik/radius - tag: 2024.2.1@sha256:6deda767cac2ce9acd9acfb86382f32f9bb23349eab07636f17937fa86a0dee1 + tag: 2024.2.2@sha256:c33b00af096aed7738791a388ee072ed19032cc9ef25093077fef8ece0e52d03 pullPolicy: IfNotPresent proxyImage: repository: ghcr.io/goauthentik/proxy - tag: 2024.2.1@sha256:36b16e5c570edd95280781ad47fe7daef9dff7a52db3d544f78e2321b710f7a7 + tag: 2024.2.2@sha256:4c1e407a38588db8b7e49039a6b500de6088b044a4d528df37c31fe5e6599a11 pullPolicy: IfNotPresent authentik: credentials: diff --git a/stable/authentik/24.4.0/questions.yaml b/stable/authentik/24.5.1/questions.yaml similarity index 99% rename from stable/authentik/24.4.0/questions.yaml rename to stable/authentik/24.5.1/questions.yaml index ec93c2c3e27..ed2d86bcd45 100755 --- a/stable/authentik/24.4.0/questions.yaml +++ b/stable/authentik/24.5.1/questions.yaml @@ -3992,15 +3992,22 @@ questions: additional_attrs: true type: dict attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false - variable: instances label: Instances schema: type: int + show_if: [["enabled", "=", true]] default: 1 - variable: createRO label: "Create ReadOnly Instance" schema: type: boolean + show_if: [["enabled", "=", true]] default: false - variable: backups label: "Backup Settings (Experimental)" diff --git a/stable/authentik/24.4.0/templates/NOTES.txt b/stable/authentik/24.5.1/templates/NOTES.txt similarity index 100% rename from stable/authentik/24.4.0/templates/NOTES.txt rename to stable/authentik/24.5.1/templates/NOTES.txt diff --git a/stable/authentik/24.4.0/templates/_config.tpl b/stable/authentik/24.5.1/templates/_config.tpl similarity index 100% rename from stable/authentik/24.4.0/templates/_config.tpl rename to stable/authentik/24.5.1/templates/_config.tpl diff --git a/stable/authentik/24.4.0/templates/_secret.tpl b/stable/authentik/24.5.1/templates/_secret.tpl similarity index 100% rename from stable/authentik/24.4.0/templates/_secret.tpl rename to stable/authentik/24.5.1/templates/_secret.tpl diff --git a/stable/authentik/24.4.0/templates/_validation.tpl b/stable/authentik/24.5.1/templates/_validation.tpl similarity index 100% rename from stable/authentik/24.4.0/templates/_validation.tpl rename to stable/authentik/24.5.1/templates/_validation.tpl diff --git a/stable/authentik/24.4.0/templates/_waitAuthentik.tpl b/stable/authentik/24.5.1/templates/_waitAuthentik.tpl similarity index 100% rename from stable/authentik/24.4.0/templates/_waitAuthentik.tpl rename to stable/authentik/24.5.1/templates/_waitAuthentik.tpl diff --git a/stable/authentik/24.4.0/templates/common.yaml b/stable/authentik/24.5.1/templates/common.yaml similarity index 100% rename from stable/authentik/24.4.0/templates/common.yaml rename to stable/authentik/24.5.1/templates/common.yaml diff --git a/stable/authentik/24.4.0/values.yaml b/stable/authentik/24.5.1/values.yaml similarity index 100% rename from stable/authentik/24.4.0/values.yaml rename to stable/authentik/24.5.1/values.yaml diff --git a/stable/baserow/12.4.0/app-changelog.md b/stable/baserow/12.4.0/app-changelog.md deleted file mode 100644 index d611c67bbc2..00000000000 --- a/stable/baserow/12.4.0/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [baserow-12.4.0](https://github.com/truecharts/charts/compare/baserow-12.3.0...baserow-12.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) \ No newline at end of file diff --git a/stable/baserow/12.4.0/charts/common-19.0.0.tgz b/stable/baserow/12.4.0/charts/common-19.0.0.tgz deleted file mode 100644 index d8852c18c5a..00000000000 Binary files a/stable/baserow/12.4.0/charts/common-19.0.0.tgz and /dev/null differ diff --git a/stable/baserow/12.4.0/charts/redis-11.2.1.tgz b/stable/baserow/12.4.0/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/stable/baserow/12.4.0/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/stable/baserow/12.4.0/.helmignore b/stable/baserow/12.6.1/.helmignore similarity index 100% rename from stable/baserow/12.4.0/.helmignore rename to stable/baserow/12.6.1/.helmignore diff --git a/stable/baserow/12.4.0/CHANGELOG.md b/stable/baserow/12.6.1/CHANGELOG.md similarity index 54% rename from stable/baserow/12.4.0/CHANGELOG.md rename to stable/baserow/12.6.1/CHANGELOG.md index 0411a5fca4c..bd4a3417a60 100644 --- a/stable/baserow/12.4.0/CHANGELOG.md +++ b/stable/baserow/12.6.1/CHANGELOG.md @@ -8,6 +8,44 @@ title: Changelog **Important:** +## [baserow-12.6.1](https://github.com/truecharts/charts/compare/baserow-12.6.0...baserow-12.6.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [baserow-12.6.0](https://github.com/truecharts/charts/compare/baserow-12.5.0...baserow-12.6.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [baserow-12.5.0](https://github.com/truecharts/charts/compare/baserow-12.4.1...baserow-12.5.0) (2024-03-11) + +### Chore + + + +- update container image baserow/baserow to v1.23.0[@c7a436e](https://github.com/c7a436e) by renovate ([#19093](https://github.com/truecharts/charts/issues/19093)) + + +## [baserow-12.4.1](https://github.com/truecharts/charts/compare/baserow-12.4.0...baserow-12.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + ## [baserow-12.4.0](https://github.com/truecharts/charts/compare/baserow-12.3.0...baserow-12.4.0) (2024-03-07) ### Chore @@ -59,41 +97,3 @@ title: Changelog ## [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 diff --git a/stable/baserow/12.4.0/Chart.yaml b/stable/baserow/12.6.1/Chart.yaml similarity index 93% rename from stable/baserow/12.4.0/Chart.yaml rename to stable/baserow/12.6.1/Chart.yaml index 8de1d440a76..b2001bb0bbe 100644 --- a/stable/baserow/12.4.0/Chart.yaml +++ b/stable/baserow/12.6.1/Chart.yaml @@ -7,17 +7,17 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 1.22.3 +appVersion: 1.23.0 dependencies: - name: common - version: 19.0.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -40,4 +40,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/baserow - https://hub.docker.com/r/baserow/baserow type: application -version: 12.4.0 +version: 12.6.1 diff --git a/stable/baserow/12.4.0/README.md b/stable/baserow/12.6.1/README.md similarity index 100% rename from stable/baserow/12.4.0/README.md rename to stable/baserow/12.6.1/README.md diff --git a/stable/baserow/12.6.1/app-changelog.md b/stable/baserow/12.6.1/app-changelog.md new file mode 100644 index 00000000000..348f15a26cb --- /dev/null +++ b/stable/baserow/12.6.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [baserow-12.6.1](https://github.com/truecharts/charts/compare/baserow-12.6.0...baserow-12.6.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/baserow/12.4.0/app-readme.md b/stable/baserow/12.6.1/app-readme.md similarity index 100% rename from stable/baserow/12.4.0/app-readme.md rename to stable/baserow/12.6.1/app-readme.md diff --git a/stable/baserow/12.6.1/charts/common-20.0.6.tgz b/stable/baserow/12.6.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/baserow/12.6.1/charts/common-20.0.6.tgz differ diff --git a/stable/baserow/12.6.1/charts/redis-13.0.1.tgz b/stable/baserow/12.6.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/baserow/12.6.1/charts/redis-13.0.1.tgz differ diff --git a/stable/baserow/12.4.0/ix_values.yaml b/stable/baserow/12.6.1/ix_values.yaml similarity index 96% rename from stable/baserow/12.4.0/ix_values.yaml rename to stable/baserow/12.6.1/ix_values.yaml index 83502e42307..a0bf392e8ea 100644 --- a/stable/baserow/12.4.0/ix_values.yaml +++ b/stable/baserow/12.6.1/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: baserow/baserow - tag: 1.22.3@sha256:1ca1cdafa4c07e04c545d648d28fafa9fa3281beaa545bc68f8919811ea81195 + tag: 1.23.0@sha256:c7a436efb381eec7416ed578fe83c142670cf51fe5f403946a192695a6b07b78 pullPolicy: IfNotPresent securityContext: container: diff --git a/stable/baserow/12.4.0/questions.yaml b/stable/baserow/12.6.1/questions.yaml similarity index 99% rename from stable/baserow/12.4.0/questions.yaml rename to stable/baserow/12.6.1/questions.yaml index d320784b872..24fef064fee 100755 --- a/stable/baserow/12.4.0/questions.yaml +++ b/stable/baserow/12.6.1/questions.yaml @@ -2046,15 +2046,22 @@ questions: additional_attrs: true type: dict attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false - variable: instances label: Instances schema: type: int + show_if: [["enabled", "=", true]] default: 1 - variable: createRO label: "Create ReadOnly Instance" schema: type: boolean + show_if: [["enabled", "=", true]] default: false - variable: backups label: "Backup Settings (Experimental)" diff --git a/stable/baserow/12.4.0/templates/NOTES.txt b/stable/baserow/12.6.1/templates/NOTES.txt similarity index 100% rename from stable/baserow/12.4.0/templates/NOTES.txt rename to stable/baserow/12.6.1/templates/NOTES.txt diff --git a/stable/baserow/12.4.0/templates/_secrets.tpl b/stable/baserow/12.6.1/templates/_secrets.tpl similarity index 100% rename from stable/baserow/12.4.0/templates/_secrets.tpl rename to stable/baserow/12.6.1/templates/_secrets.tpl diff --git a/stable/baserow/12.4.0/templates/common.yaml b/stable/baserow/12.6.1/templates/common.yaml similarity index 100% rename from stable/baserow/12.4.0/templates/common.yaml rename to stable/baserow/12.6.1/templates/common.yaml diff --git a/stable/baserow/12.4.0/values.yaml b/stable/baserow/12.6.1/values.yaml similarity index 100% rename from stable/baserow/12.4.0/values.yaml rename to stable/baserow/12.6.1/values.yaml diff --git a/stable/ctfd/4.9.0/.helmignore b/stable/ctfd/4.10.1/.helmignore similarity index 100% rename from stable/ctfd/4.9.0/.helmignore rename to stable/ctfd/4.10.1/.helmignore diff --git a/stable/ctfd/4.10.1/CHANGELOG.md b/stable/ctfd/4.10.1/CHANGELOG.md new file mode 100644 index 00000000000..bfd70504d0e --- /dev/null +++ b/stable/ctfd/4.10.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ctfd-4.10.1](https://github.com/truecharts/charts/compare/ctfd-4.10.0...ctfd-4.10.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image mariadb to v13.4.1[@e28d6d5](https://github.com/e28d6d5) by renovate ([#19135](https://github.com/truecharts/charts/issues/19135)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [ctfd-4.10.0](https://github.com/truecharts/charts/compare/ctfd-4.9.2...ctfd-4.10.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [ctfd-4.9.2](https://github.com/truecharts/charts/compare/ctfd-4.9.1...ctfd-4.9.2) (2024-03-11) + +### Chore + + + +- update container image mariadb to v13.2.3[@e1f8d8a](https://github.com/e1f8d8a) by renovate ([#19145](https://github.com/truecharts/charts/issues/19145)) + + +## [ctfd-4.9.1](https://github.com/truecharts/charts/compare/ctfd-4.9.0...ctfd-4.9.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [ctfd-4.9.0](https://github.com/truecharts/charts/compare/ctfd-4.8.0...ctfd-4.9.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + +## [ctfd-4.8.0](https://github.com/truecharts/charts/compare/ctfd-4.7.3...ctfd-4.8.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [ctfd-4.7.3](https://github.com/truecharts/charts/compare/ctfd-4.7.2...ctfd-4.7.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ctfd-4.7.2](https://github.com/truecharts/charts/compare/ctfd-4.7.0...ctfd-4.7.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + diff --git a/stable/ctfd/4.9.0/Chart.yaml b/stable/ctfd/4.10.1/Chart.yaml similarity index 94% rename from stable/ctfd/4.9.0/Chart.yaml rename to stable/ctfd/4.10.1/Chart.yaml index 2403c9e188b..42610c9a165 100644 --- a/stable/ctfd/4.9.0/Chart.yaml +++ b/stable/ctfd/4.10.1/Chart.yaml @@ -10,21 +10,21 @@ apiVersion: v2 appVersion: 3.7.0 dependencies: - name: common - version: 19.0.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: mariadb - version: 13.2.0 + version: 13.4.1 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" tags: [] import-values: [] - name: redis - version: 11.3.0 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -48,4 +48,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ctfd - https://ghcr.io/ctfd/ctfd type: application -version: 4.9.0 +version: 4.10.1 diff --git a/stable/ctfd/4.9.0/README.md b/stable/ctfd/4.10.1/README.md similarity index 100% rename from stable/ctfd/4.9.0/README.md rename to stable/ctfd/4.10.1/README.md diff --git a/stable/ctfd/4.10.1/app-changelog.md b/stable/ctfd/4.10.1/app-changelog.md new file mode 100644 index 00000000000..6ce7cfb9e82 --- /dev/null +++ b/stable/ctfd/4.10.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [ctfd-4.10.1](https://github.com/truecharts/charts/compare/ctfd-4.10.0...ctfd-4.10.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image mariadb to v13.4.1[@e28d6d5](https://github.com/e28d6d5) by renovate ([#19135](https://github.com/truecharts/charts/issues/19135)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/ctfd/4.9.0/app-readme.md b/stable/ctfd/4.10.1/app-readme.md similarity index 100% rename from stable/ctfd/4.9.0/app-readme.md rename to stable/ctfd/4.10.1/app-readme.md diff --git a/stable/ctfd/4.10.1/charts/common-20.0.6.tgz b/stable/ctfd/4.10.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/ctfd/4.10.1/charts/common-20.0.6.tgz differ diff --git a/stable/ctfd/4.10.1/charts/mariadb-13.4.1.tgz b/stable/ctfd/4.10.1/charts/mariadb-13.4.1.tgz new file mode 100644 index 00000000000..e25a7b40d91 Binary files /dev/null and b/stable/ctfd/4.10.1/charts/mariadb-13.4.1.tgz differ diff --git a/stable/ctfd/4.10.1/charts/redis-13.0.1.tgz b/stable/ctfd/4.10.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/ctfd/4.10.1/charts/redis-13.0.1.tgz differ diff --git a/stable/ctfd/4.9.0/ix_values.yaml b/stable/ctfd/4.10.1/ix_values.yaml similarity index 100% rename from stable/ctfd/4.9.0/ix_values.yaml rename to stable/ctfd/4.10.1/ix_values.yaml diff --git a/stable/ctfd/4.9.0/questions.yaml b/stable/ctfd/4.10.1/questions.yaml similarity index 100% rename from stable/ctfd/4.9.0/questions.yaml rename to stable/ctfd/4.10.1/questions.yaml diff --git a/stable/ctfd/4.9.0/templates/NOTES.txt b/stable/ctfd/4.10.1/templates/NOTES.txt similarity index 100% rename from stable/ctfd/4.9.0/templates/NOTES.txt rename to stable/ctfd/4.10.1/templates/NOTES.txt diff --git a/stable/ctfd/4.9.0/templates/_secrets.tpl b/stable/ctfd/4.10.1/templates/_secrets.tpl similarity index 100% rename from stable/ctfd/4.9.0/templates/_secrets.tpl rename to stable/ctfd/4.10.1/templates/_secrets.tpl diff --git a/stable/ctfd/4.9.0/templates/common.yaml b/stable/ctfd/4.10.1/templates/common.yaml similarity index 100% rename from stable/ctfd/4.9.0/templates/common.yaml rename to stable/ctfd/4.10.1/templates/common.yaml diff --git a/stable/ctfd/4.9.0/values.yaml b/stable/ctfd/4.10.1/values.yaml similarity index 100% rename from stable/ctfd/4.9.0/values.yaml rename to stable/ctfd/4.10.1/values.yaml diff --git a/stable/ctfd/4.9.0/CHANGELOG.md b/stable/ctfd/4.9.0/CHANGELOG.md deleted file mode 100644 index a29b5ce2c13..00000000000 --- a/stable/ctfd/4.9.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ctfd-4.9.0](https://github.com/truecharts/charts/compare/ctfd-4.8.0...ctfd-4.9.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [ctfd-4.8.0](https://github.com/truecharts/charts/compare/ctfd-4.7.3...ctfd-4.8.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [ctfd-4.7.3](https://github.com/truecharts/charts/compare/ctfd-4.7.2...ctfd-4.7.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [ctfd-4.7.2](https://github.com/truecharts/charts/compare/ctfd-4.7.0...ctfd-4.7.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - -## [ctfd-3.1.18](https://github.com/truecharts/charts/compare/ctfd-3.1.17...ctfd-3.1.18) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ctfd-3.1.17](https://github.com/truecharts/charts/compare/ctfd-3.1.16...ctfd-3.1.17) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [ctfd-3.1.16](https://github.com/truecharts/charts/compare/ctfd-3.1.15...ctfd-3.1.16) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [ctfd-3.1.15](https://github.com/truecharts/charts/compare/ctfd-3.1.14...ctfd-3.1.15) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) diff --git a/stable/ctfd/4.9.0/app-changelog.md b/stable/ctfd/4.9.0/app-changelog.md deleted file mode 100644 index e2dd3287c84..00000000000 --- a/stable/ctfd/4.9.0/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ctfd-4.9.0](https://github.com/truecharts/charts/compare/ctfd-4.8.0...ctfd-4.9.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) \ No newline at end of file diff --git a/stable/ctfd/4.9.0/charts/common-19.0.0.tgz b/stable/ctfd/4.9.0/charts/common-19.0.0.tgz deleted file mode 100644 index d8852c18c5a..00000000000 Binary files a/stable/ctfd/4.9.0/charts/common-19.0.0.tgz and /dev/null differ diff --git a/stable/ctfd/4.9.0/charts/mariadb-13.2.0.tgz b/stable/ctfd/4.9.0/charts/mariadb-13.2.0.tgz deleted file mode 100644 index 3849430c3b7..00000000000 Binary files a/stable/ctfd/4.9.0/charts/mariadb-13.2.0.tgz and /dev/null differ diff --git a/stable/ctfd/4.9.0/charts/redis-11.3.0.tgz b/stable/ctfd/4.9.0/charts/redis-11.3.0.tgz deleted file mode 100644 index 15df7e8184a..00000000000 Binary files a/stable/ctfd/4.9.0/charts/redis-11.3.0.tgz and /dev/null differ diff --git a/stable/etesync/9.3.0/charts/common-18.2.0.tgz b/stable/etesync/9.3.0/charts/common-18.2.0.tgz deleted file mode 100644 index a5b3906a565..00000000000 Binary files a/stable/etesync/9.3.0/charts/common-18.2.0.tgz and /dev/null differ diff --git a/stable/etesync/9.3.0/charts/redis-11.2.1.tgz b/stable/etesync/9.3.0/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/stable/etesync/9.3.0/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/stable/etesync/9.3.0/.helmignore b/stable/etesync/9.5.1/.helmignore similarity index 100% rename from stable/etesync/9.3.0/.helmignore rename to stable/etesync/9.5.1/.helmignore diff --git a/stable/etesync/9.3.0/CHANGELOG.md b/stable/etesync/9.5.1/CHANGELOG.md similarity index 54% rename from stable/etesync/9.3.0/CHANGELOG.md rename to stable/etesync/9.5.1/CHANGELOG.md index f116341eec0..b4a3d25e19c 100644 --- a/stable/etesync/9.3.0/CHANGELOG.md +++ b/stable/etesync/9.5.1/CHANGELOG.md @@ -8,6 +8,44 @@ title: Changelog **Important:** +## [etesync-9.5.1](https://github.com/truecharts/charts/compare/etesync-9.5.0...etesync-9.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [etesync-9.5.0](https://github.com/truecharts/charts/compare/etesync-9.4.1...etesync-9.5.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [etesync-9.4.1](https://github.com/truecharts/charts/compare/etesync-9.4.0...etesync-9.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [etesync-9.4.0](https://github.com/truecharts/charts/compare/etesync-9.3.0...etesync-9.4.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + ## [etesync-9.3.0](https://github.com/truecharts/charts/compare/etesync-9.2.3...etesync-9.3.0) (2024-03-06) ### Chore @@ -59,41 +97,3 @@ title: Changelog ## [etesync-8.1.14](https://github.com/truecharts/charts/compare/etesync-8.1.13...etesync-8.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [etesync-8.1.13](https://github.com/truecharts/charts/compare/etesync-8.1.12...etesync-8.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [etesync-8.1.12](https://github.com/truecharts/charts/compare/etesync-8.1.11...etesync-8.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [etesync-8.1.11](https://github.com/truecharts/charts/compare/etesync-8.1.10...etesync-8.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [etesync-8.1.10](https://github.com/truecharts/charts/compare/etesync-8.1.9...etesync-8.1.10) (2024-01-21) - -### Chore diff --git a/stable/etesync/9.3.0/Chart.yaml b/stable/etesync/9.5.1/Chart.yaml similarity index 95% rename from stable/etesync/9.3.0/Chart.yaml rename to stable/etesync/9.5.1/Chart.yaml index b55c48bf619..b12ee66812f 100644 --- a/stable/etesync/9.3.0/Chart.yaml +++ b/stable/etesync/9.5.1/Chart.yaml @@ -10,14 +10,14 @@ apiVersion: v2 appVersion: 0.11.0 dependencies: - name: common - version: 18.2.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -47,4 +47,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/etesync - https://hub.docker.com/r/victorrds/etesync type: application -version: 9.3.0 +version: 9.5.1 diff --git a/stable/etesync/9.3.0/README.md b/stable/etesync/9.5.1/README.md similarity index 100% rename from stable/etesync/9.3.0/README.md rename to stable/etesync/9.5.1/README.md diff --git a/stable/etesync/9.5.1/app-changelog.md b/stable/etesync/9.5.1/app-changelog.md new file mode 100644 index 00000000000..91bc4be9ed7 --- /dev/null +++ b/stable/etesync/9.5.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [etesync-9.5.1](https://github.com/truecharts/charts/compare/etesync-9.5.0...etesync-9.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/etesync/9.3.0/app-readme.md b/stable/etesync/9.5.1/app-readme.md similarity index 100% rename from stable/etesync/9.3.0/app-readme.md rename to stable/etesync/9.5.1/app-readme.md diff --git a/stable/etesync/9.5.1/charts/common-20.0.6.tgz b/stable/etesync/9.5.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/etesync/9.5.1/charts/common-20.0.6.tgz differ diff --git a/stable/etesync/9.5.1/charts/redis-13.0.1.tgz b/stable/etesync/9.5.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/etesync/9.5.1/charts/redis-13.0.1.tgz differ diff --git a/stable/etesync/9.3.0/ix_values.yaml b/stable/etesync/9.5.1/ix_values.yaml similarity index 100% rename from stable/etesync/9.3.0/ix_values.yaml rename to stable/etesync/9.5.1/ix_values.yaml diff --git a/stable/etesync/9.3.0/questions.yaml b/stable/etesync/9.5.1/questions.yaml similarity index 99% rename from stable/etesync/9.3.0/questions.yaml rename to stable/etesync/9.5.1/questions.yaml index 6f27bdded28..e0d5dc01be5 100755 --- a/stable/etesync/9.3.0/questions.yaml +++ b/stable/etesync/9.5.1/questions.yaml @@ -2052,15 +2052,22 @@ questions: additional_attrs: true type: dict attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false - variable: instances label: Instances schema: type: int + show_if: [["enabled", "=", true]] default: 1 - variable: createRO label: "Create ReadOnly Instance" schema: type: boolean + show_if: [["enabled", "=", true]] default: false - variable: backups label: "Backup Settings (Experimental)" diff --git a/stable/etesync/9.3.0/templates/_secret.tpl b/stable/etesync/9.5.1/templates/_secret.tpl similarity index 100% rename from stable/etesync/9.3.0/templates/_secret.tpl rename to stable/etesync/9.5.1/templates/_secret.tpl diff --git a/stable/etesync/9.3.0/templates/common.yaml b/stable/etesync/9.5.1/templates/common.yaml similarity index 100% rename from stable/etesync/9.3.0/templates/common.yaml rename to stable/etesync/9.5.1/templates/common.yaml diff --git a/stable/etesync/9.3.0/values.yaml b/stable/etesync/9.5.1/values.yaml similarity index 100% rename from stable/etesync/9.3.0/values.yaml rename to stable/etesync/9.5.1/values.yaml diff --git a/stable/fireflyiii/25.4.0/app-changelog.md b/stable/fireflyiii/25.4.0/app-changelog.md deleted file mode 100644 index 6a9ca0ed1b1..00000000000 --- a/stable/fireflyiii/25.4.0/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [fireflyiii-25.4.0](https://github.com/truecharts/charts/compare/fireflyiii-25.3.0...fireflyiii-25.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) \ No newline at end of file diff --git a/stable/fireflyiii/25.4.0/charts/common-19.0.0.tgz b/stable/fireflyiii/25.4.0/charts/common-19.0.0.tgz deleted file mode 100644 index d8852c18c5a..00000000000 Binary files a/stable/fireflyiii/25.4.0/charts/common-19.0.0.tgz and /dev/null differ diff --git a/stable/fireflyiii/25.4.0/charts/redis-11.2.1.tgz b/stable/fireflyiii/25.4.0/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/stable/fireflyiii/25.4.0/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/stable/fireflyiii/25.4.0/.helmignore b/stable/fireflyiii/25.5.1/.helmignore similarity index 100% rename from stable/fireflyiii/25.4.0/.helmignore rename to stable/fireflyiii/25.5.1/.helmignore diff --git a/stable/fireflyiii/25.4.0/CHANGELOG.md b/stable/fireflyiii/25.5.1/CHANGELOG.md similarity index 52% rename from stable/fireflyiii/25.4.0/CHANGELOG.md rename to stable/fireflyiii/25.5.1/CHANGELOG.md index 276d45a2f5e..ddadbe2e55a 100644 --- a/stable/fireflyiii/25.4.0/CHANGELOG.md +++ b/stable/fireflyiii/25.5.1/CHANGELOG.md @@ -8,6 +8,44 @@ title: Changelog **Important:** +## [fireflyiii-25.5.1](https://github.com/truecharts/charts/compare/fireflyiii-25.5.0...fireflyiii-25.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [fireflyiii-25.5.0](https://github.com/truecharts/charts/compare/fireflyiii-25.4.2...fireflyiii-25.5.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [fireflyiii-25.4.2](https://github.com/truecharts/charts/compare/fireflyiii-25.4.1...fireflyiii-25.4.2) (2024-03-11) + +### Chore + + + +- update container image fireflyiii/core to version-6.1.10[@73bf6ea](https://github.com/73bf6ea) by renovate ([#18983](https://github.com/truecharts/charts/issues/18983)) + + +## [fireflyiii-25.4.1](https://github.com/truecharts/charts/compare/fireflyiii-25.4.0...fireflyiii-25.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + ## [fireflyiii-25.4.0](https://github.com/truecharts/charts/compare/fireflyiii-25.3.0...fireflyiii-25.4.0) (2024-03-07) ### Chore @@ -59,42 +97,4 @@ title: Changelog -## [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 \ No newline at end of file +## [fireflyiii-24.1.22](https://github.com/truecharts/charts/compare/fireflyiii-24.1.21...fireflyiii-24.1.22) (2024-02-12) \ No newline at end of file diff --git a/stable/fireflyiii/25.4.0/Chart.yaml b/stable/fireflyiii/25.5.1/Chart.yaml similarity index 95% rename from stable/fireflyiii/25.4.0/Chart.yaml rename to stable/fireflyiii/25.5.1/Chart.yaml index 12cd42a7d56..b77d5665a65 100644 --- a/stable/fireflyiii/25.4.0/Chart.yaml +++ b/stable/fireflyiii/25.5.1/Chart.yaml @@ -10,14 +10,14 @@ apiVersion: v2 appVersion: 6.1.10 dependencies: - name: common - version: 19.0.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fireflyiii - https://hub.docker.com/r/fireflyiii/core type: application -version: 25.4.0 +version: 25.5.1 diff --git a/stable/fireflyiii/25.4.0/LICENSE b/stable/fireflyiii/25.5.1/LICENSE similarity index 100% rename from stable/fireflyiii/25.4.0/LICENSE rename to stable/fireflyiii/25.5.1/LICENSE diff --git a/stable/fireflyiii/25.4.0/README.md b/stable/fireflyiii/25.5.1/README.md similarity index 100% rename from stable/fireflyiii/25.4.0/README.md rename to stable/fireflyiii/25.5.1/README.md diff --git a/stable/fireflyiii/25.5.1/app-changelog.md b/stable/fireflyiii/25.5.1/app-changelog.md new file mode 100644 index 00000000000..142cced5bd6 --- /dev/null +++ b/stable/fireflyiii/25.5.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [fireflyiii-25.5.1](https://github.com/truecharts/charts/compare/fireflyiii-25.5.0...fireflyiii-25.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/fireflyiii/25.4.0/app-readme.md b/stable/fireflyiii/25.5.1/app-readme.md similarity index 100% rename from stable/fireflyiii/25.4.0/app-readme.md rename to stable/fireflyiii/25.5.1/app-readme.md diff --git a/stable/fireflyiii/25.5.1/charts/common-20.0.6.tgz b/stable/fireflyiii/25.5.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/fireflyiii/25.5.1/charts/common-20.0.6.tgz differ diff --git a/stable/fireflyiii/25.5.1/charts/redis-13.0.1.tgz b/stable/fireflyiii/25.5.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/fireflyiii/25.5.1/charts/redis-13.0.1.tgz differ diff --git a/stable/fireflyiii/25.4.0/ix_values.yaml b/stable/fireflyiii/25.5.1/ix_values.yaml similarity index 95% rename from stable/fireflyiii/25.4.0/ix_values.yaml rename to stable/fireflyiii/25.5.1/ix_values.yaml index 5c21f82070f..b42c6860b9e 100644 --- a/stable/fireflyiii/25.4.0/ix_values.yaml +++ b/stable/fireflyiii/25.5.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: fireflyiii/core pullPolicy: IfNotPresent - tag: version-6.1.10@sha256:c268cc2030ce6983f8ed820c9ee4510a0693bc1d9552fec81ed715b0f7fd113c + tag: version-6.1.10@sha256:73bf6ea52fb6a8c73f6c8548e30fa36bd4588ce3aa829059498ebcf57d800279 securityContext: container: readOnlyRootFilesystem: false diff --git a/stable/fireflyiii/25.4.0/questions.yaml b/stable/fireflyiii/25.5.1/questions.yaml similarity index 99% rename from stable/fireflyiii/25.4.0/questions.yaml rename to stable/fireflyiii/25.5.1/questions.yaml index 86d427f0b05..2ba0564f333 100755 --- a/stable/fireflyiii/25.4.0/questions.yaml +++ b/stable/fireflyiii/25.5.1/questions.yaml @@ -1991,15 +1991,22 @@ questions: additional_attrs: true type: dict attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false - variable: instances label: Instances schema: type: int + show_if: [["enabled", "=", true]] default: 1 - variable: createRO label: "Create ReadOnly Instance" schema: type: boolean + show_if: [["enabled", "=", true]] default: false - variable: backups label: "Backup Settings (Experimental)" diff --git a/stable/fireflyiii/25.4.0/templates/NOTES.txt b/stable/fireflyiii/25.5.1/templates/NOTES.txt similarity index 100% rename from stable/fireflyiii/25.4.0/templates/NOTES.txt rename to stable/fireflyiii/25.5.1/templates/NOTES.txt diff --git a/stable/fireflyiii/25.4.0/templates/_cronjob.tpl b/stable/fireflyiii/25.5.1/templates/_cronjob.tpl similarity index 100% rename from stable/fireflyiii/25.4.0/templates/_cronjob.tpl rename to stable/fireflyiii/25.5.1/templates/_cronjob.tpl diff --git a/stable/fireflyiii/25.4.0/templates/_secrets.tpl b/stable/fireflyiii/25.5.1/templates/_secrets.tpl similarity index 100% rename from stable/fireflyiii/25.4.0/templates/_secrets.tpl rename to stable/fireflyiii/25.5.1/templates/_secrets.tpl diff --git a/stable/fireflyiii/25.4.0/templates/common.yaml b/stable/fireflyiii/25.5.1/templates/common.yaml similarity index 100% rename from stable/fireflyiii/25.4.0/templates/common.yaml rename to stable/fireflyiii/25.5.1/templates/common.yaml diff --git a/stable/fireflyiii/25.4.0/values.yaml b/stable/fireflyiii/25.5.1/values.yaml similarity index 100% rename from stable/fireflyiii/25.4.0/values.yaml rename to stable/fireflyiii/25.5.1/values.yaml diff --git a/stable/friendica/13.8.1/CHANGELOG.md b/stable/friendica/13.8.1/CHANGELOG.md deleted file mode 100644 index 0cda0309136..00000000000 --- a/stable/friendica/13.8.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [friendica-13.8.1](https://github.com/truecharts/charts/compare/friendica-13.8.0...friendica-13.8.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [friendica-13.8.0](https://github.com/truecharts/charts/compare/friendica-13.7.0...friendica-13.8.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [friendica-13.7.0](https://github.com/truecharts/charts/compare/friendica-13.6.3...friendica-13.7.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [friendica-13.6.3](https://github.com/truecharts/charts/compare/friendica-13.6.2...friendica-13.6.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [friendica-13.6.2](https://github.com/truecharts/charts/compare/friendica-13.6.0...friendica-13.6.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -## [friendica-12.2.17](https://github.com/truecharts/charts/compare/friendica-12.2.16...friendica-12.2.17) (2024-02-05) - -### Chore - - - -- update container image friendica to 2023.12[@2e221cf](https://github.com/2e221cf) by renovate ([#17833](https://github.com/truecharts/charts/issues/17833)) - - -## [friendica-12.2.16](https://github.com/truecharts/charts/compare/friendica-12.2.15...friendica-12.2.16) (2024-02-03) - -### Chore - diff --git a/stable/friendica/13.8.1/charts/common-19.0.0.tgz b/stable/friendica/13.8.1/charts/common-19.0.0.tgz deleted file mode 100644 index 6b07782a3c2..00000000000 Binary files a/stable/friendica/13.8.1/charts/common-19.0.0.tgz and /dev/null differ diff --git a/stable/friendica/13.8.1/charts/mariadb-13.2.0.tgz b/stable/friendica/13.8.1/charts/mariadb-13.2.0.tgz deleted file mode 100644 index 3849430c3b7..00000000000 Binary files a/stable/friendica/13.8.1/charts/mariadb-13.2.0.tgz and /dev/null differ diff --git a/stable/friendica/13.8.1/charts/redis-11.3.0.tgz b/stable/friendica/13.8.1/charts/redis-11.3.0.tgz deleted file mode 100644 index 15df7e8184a..00000000000 Binary files a/stable/friendica/13.8.1/charts/redis-11.3.0.tgz and /dev/null differ diff --git a/stable/friendica/13.8.1/.helmignore b/stable/friendica/13.9.1/.helmignore similarity index 100% rename from stable/friendica/13.8.1/.helmignore rename to stable/friendica/13.9.1/.helmignore diff --git a/stable/friendica/13.9.1/CHANGELOG.md b/stable/friendica/13.9.1/CHANGELOG.md new file mode 100644 index 00000000000..7309c7d9fc8 --- /dev/null +++ b/stable/friendica/13.9.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [friendica-13.9.1](https://github.com/truecharts/charts/compare/friendica-13.9.0...friendica-13.9.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image mariadb to v13.4.1[@e28d6d5](https://github.com/e28d6d5) by renovate ([#19135](https://github.com/truecharts/charts/issues/19135)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [friendica-13.9.0](https://github.com/truecharts/charts/compare/friendica-13.8.3...friendica-13.9.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [friendica-13.8.3](https://github.com/truecharts/charts/compare/friendica-13.8.2...friendica-13.8.3) (2024-03-11) + +### Chore + + + +- update container image mariadb to v13.2.3[@e1f8d8a](https://github.com/e1f8d8a) by renovate ([#19076](https://github.com/truecharts/charts/issues/19076)) + + +## [friendica-13.8.2](https://github.com/truecharts/charts/compare/friendica-13.8.1...friendica-13.8.2) (2024-03-11) + +### Chore + + + +- update container image friendica to 2023.12[@808ce2a](https://github.com/808ce2a) by renovate ([#18984](https://github.com/truecharts/charts/issues/18984)) + + +## [friendica-13.8.1](https://github.com/truecharts/charts/compare/friendica-13.8.0...friendica-13.8.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [friendica-13.8.0](https://github.com/truecharts/charts/compare/friendica-13.7.0...friendica-13.8.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + +## [friendica-13.7.0](https://github.com/truecharts/charts/compare/friendica-13.6.3...friendica-13.7.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [friendica-13.6.3](https://github.com/truecharts/charts/compare/friendica-13.6.2...friendica-13.6.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [friendica-13.6.2](https://github.com/truecharts/charts/compare/friendica-13.6.0...friendica-13.6.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + diff --git a/stable/friendica/13.8.1/Chart.yaml b/stable/friendica/13.9.1/Chart.yaml similarity index 94% rename from stable/friendica/13.8.1/Chart.yaml rename to stable/friendica/13.9.1/Chart.yaml index 22640e61f09..5badd91ad09 100644 --- a/stable/friendica/13.8.1/Chart.yaml +++ b/stable/friendica/13.9.1/Chart.yaml @@ -10,21 +10,21 @@ apiVersion: v2 appVersion: 2023.12.0 dependencies: - name: common - version: 19.0.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: mariadb - version: 13.2.0 + version: 13.4.1 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" tags: [] import-values: [] - name: redis - version: 11.3.0 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -48,4 +48,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/friendica - https://hub.docker.com/_/friendica type: application -version: 13.8.1 +version: 13.9.1 diff --git a/stable/friendica/13.8.1/README.md b/stable/friendica/13.9.1/README.md similarity index 100% rename from stable/friendica/13.8.1/README.md rename to stable/friendica/13.9.1/README.md diff --git a/stable/friendica/13.9.1/app-changelog.md b/stable/friendica/13.9.1/app-changelog.md new file mode 100644 index 00000000000..a5eeb141173 --- /dev/null +++ b/stable/friendica/13.9.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [friendica-13.9.1](https://github.com/truecharts/charts/compare/friendica-13.9.0...friendica-13.9.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image mariadb to v13.4.1[@e28d6d5](https://github.com/e28d6d5) by renovate ([#19135](https://github.com/truecharts/charts/issues/19135)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/friendica/13.8.1/app-readme.md b/stable/friendica/13.9.1/app-readme.md similarity index 100% rename from stable/friendica/13.8.1/app-readme.md rename to stable/friendica/13.9.1/app-readme.md diff --git a/stable/friendica/13.9.1/charts/common-20.0.6.tgz b/stable/friendica/13.9.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/friendica/13.9.1/charts/common-20.0.6.tgz differ diff --git a/stable/friendica/13.9.1/charts/mariadb-13.4.1.tgz b/stable/friendica/13.9.1/charts/mariadb-13.4.1.tgz new file mode 100644 index 00000000000..e25a7b40d91 Binary files /dev/null and b/stable/friendica/13.9.1/charts/mariadb-13.4.1.tgz differ diff --git a/stable/friendica/13.9.1/charts/redis-13.0.1.tgz b/stable/friendica/13.9.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/friendica/13.9.1/charts/redis-13.0.1.tgz differ diff --git a/stable/friendica/13.8.1/ix_values.yaml b/stable/friendica/13.9.1/ix_values.yaml similarity index 96% rename from stable/friendica/13.8.1/ix_values.yaml rename to stable/friendica/13.9.1/ix_values.yaml index 35477ad59a3..01e962221ce 100644 --- a/stable/friendica/13.8.1/ix_values.yaml +++ b/stable/friendica/13.9.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: friendica pullPolicy: IfNotPresent - tag: 2023.12@sha256:103df6a8b23ab75d87bee679ca9a552922763fcfa87353ae87c437f0e540bfa1 + tag: 2023.12@sha256:808ce2a21d69bdd3eae7adf3efba56bc6a6ea46a452078c8ff4ff76b218ee028 securityContext: container: runAsNonRoot: false diff --git a/stable/friendica/13.8.1/questions.yaml b/stable/friendica/13.9.1/questions.yaml similarity index 100% rename from stable/friendica/13.8.1/questions.yaml rename to stable/friendica/13.9.1/questions.yaml diff --git a/stable/friendica/13.8.1/templates/NOTES.txt b/stable/friendica/13.9.1/templates/NOTES.txt similarity index 100% rename from stable/friendica/13.8.1/templates/NOTES.txt rename to stable/friendica/13.9.1/templates/NOTES.txt diff --git a/stable/friendica/13.8.1/templates/common.yaml b/stable/friendica/13.9.1/templates/common.yaml similarity index 100% rename from stable/friendica/13.8.1/templates/common.yaml rename to stable/friendica/13.9.1/templates/common.yaml diff --git a/stable/friendica/13.8.1/values.yaml b/stable/friendica/13.9.1/values.yaml similarity index 100% rename from stable/friendica/13.8.1/values.yaml rename to stable/friendica/13.9.1/values.yaml diff --git a/stable/ghostfolio/4.6.0/app-changelog.md b/stable/ghostfolio/4.6.0/app-changelog.md deleted file mode 100644 index 52356e052c3..00000000000 --- a/stable/ghostfolio/4.6.0/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ghostfolio-4.6.0](https://github.com/truecharts/charts/compare/ghostfolio-4.5.0...ghostfolio-4.6.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) \ No newline at end of file diff --git a/stable/ghostfolio/4.6.0/charts/common-19.0.0.tgz b/stable/ghostfolio/4.6.0/charts/common-19.0.0.tgz deleted file mode 100644 index d8852c18c5a..00000000000 Binary files a/stable/ghostfolio/4.6.0/charts/common-19.0.0.tgz and /dev/null differ diff --git a/stable/ghostfolio/4.6.0/charts/redis-11.2.1.tgz b/stable/ghostfolio/4.6.0/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/stable/ghostfolio/4.6.0/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/stable/ghostfolio/4.6.0/.helmignore b/stable/ghostfolio/4.8.1/.helmignore similarity index 100% rename from stable/ghostfolio/4.6.0/.helmignore rename to stable/ghostfolio/4.8.1/.helmignore diff --git a/stable/ghostfolio/4.6.0/CHANGELOG.md b/stable/ghostfolio/4.8.1/CHANGELOG.md similarity index 52% rename from stable/ghostfolio/4.6.0/CHANGELOG.md rename to stable/ghostfolio/4.8.1/CHANGELOG.md index d64d4125133..4ce36276d11 100644 --- a/stable/ghostfolio/4.6.0/CHANGELOG.md +++ b/stable/ghostfolio/4.8.1/CHANGELOG.md @@ -8,6 +8,44 @@ title: Changelog **Important:** +## [ghostfolio-4.8.1](https://github.com/truecharts/charts/compare/ghostfolio-4.8.0...ghostfolio-4.8.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [ghostfolio-4.8.0](https://github.com/truecharts/charts/compare/ghostfolio-4.7.0...ghostfolio-4.8.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [ghostfolio-4.7.0](https://github.com/truecharts/charts/compare/ghostfolio-4.6.1...ghostfolio-4.7.0) (2024-03-11) + +### Chore + + + +- update container image ghostfolio/ghostfolio to v2.62.0[@4062970](https://github.com/4062970) by renovate ([#19107](https://github.com/truecharts/charts/issues/19107)) + + +## [ghostfolio-4.6.1](https://github.com/truecharts/charts/compare/ghostfolio-4.6.0...ghostfolio-4.6.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + ## [ghostfolio-4.6.0](https://github.com/truecharts/charts/compare/ghostfolio-4.5.0...ghostfolio-4.6.0) (2024-03-07) ### Chore @@ -59,41 +97,3 @@ title: Changelog - - - - -## [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)) diff --git a/stable/ghostfolio/4.6.0/Chart.yaml b/stable/ghostfolio/4.8.1/Chart.yaml similarity index 94% rename from stable/ghostfolio/4.6.0/Chart.yaml rename to stable/ghostfolio/4.8.1/Chart.yaml index 7d172c08867..c26292a1405 100644 --- a/stable/ghostfolio/4.6.0/Chart.yaml +++ b/stable/ghostfolio/4.8.1/Chart.yaml @@ -7,17 +7,17 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.60.0 +appVersion: 2.62.0 dependencies: - name: common - version: 19.0.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio - https://hub.docker.com/r/ghostfolio/ghostfolio type: application -version: 4.6.0 +version: 4.8.1 diff --git a/stable/ghostfolio/4.6.0/README.md b/stable/ghostfolio/4.8.1/README.md similarity index 100% rename from stable/ghostfolio/4.6.0/README.md rename to stable/ghostfolio/4.8.1/README.md diff --git a/stable/ghostfolio/4.8.1/app-changelog.md b/stable/ghostfolio/4.8.1/app-changelog.md new file mode 100644 index 00000000000..a4e75477598 --- /dev/null +++ b/stable/ghostfolio/4.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [ghostfolio-4.8.1](https://github.com/truecharts/charts/compare/ghostfolio-4.8.0...ghostfolio-4.8.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/ghostfolio/4.6.0/app-readme.md b/stable/ghostfolio/4.8.1/app-readme.md similarity index 100% rename from stable/ghostfolio/4.6.0/app-readme.md rename to stable/ghostfolio/4.8.1/app-readme.md diff --git a/stable/ghostfolio/4.8.1/charts/common-20.0.6.tgz b/stable/ghostfolio/4.8.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/ghostfolio/4.8.1/charts/common-20.0.6.tgz differ diff --git a/stable/ghostfolio/4.8.1/charts/redis-13.0.1.tgz b/stable/ghostfolio/4.8.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/ghostfolio/4.8.1/charts/redis-13.0.1.tgz differ diff --git a/stable/ghostfolio/4.6.0/ix_values.yaml b/stable/ghostfolio/4.8.1/ix_values.yaml similarity index 94% rename from stable/ghostfolio/4.6.0/ix_values.yaml rename to stable/ghostfolio/4.8.1/ix_values.yaml index 0228bbe8394..db4d4cfcd13 100644 --- a/stable/ghostfolio/4.6.0/ix_values.yaml +++ b/stable/ghostfolio/4.8.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghostfolio/ghostfolio pullPolicy: IfNotPresent - tag: 2.60.0@sha256:766a4903aa152253439fac6b9bfa51b1a98c7561bc8c951c6c3acd71e5f7caf7 + tag: 2.62.0@sha256:4062970fae2b89968eb7338f24ad2a69ec122a01652c323467026328f54c128b securityContext: container: runAsNonRoot: false diff --git a/stable/ghostfolio/4.6.0/questions.yaml b/stable/ghostfolio/4.8.1/questions.yaml similarity index 99% rename from stable/ghostfolio/4.6.0/questions.yaml rename to stable/ghostfolio/4.8.1/questions.yaml index 6d07360e94f..56f1285fa8e 100755 --- a/stable/ghostfolio/4.6.0/questions.yaml +++ b/stable/ghostfolio/4.8.1/questions.yaml @@ -1583,15 +1583,22 @@ questions: additional_attrs: true type: dict attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false - variable: instances label: Instances schema: type: int + show_if: [["enabled", "=", true]] default: 1 - variable: createRO label: "Create ReadOnly Instance" schema: type: boolean + show_if: [["enabled", "=", true]] default: false - variable: backups label: "Backup Settings (Experimental)" diff --git a/stable/ghostfolio/4.6.0/templates/NOTES.txt b/stable/ghostfolio/4.8.1/templates/NOTES.txt similarity index 100% rename from stable/ghostfolio/4.6.0/templates/NOTES.txt rename to stable/ghostfolio/4.8.1/templates/NOTES.txt diff --git a/stable/ghostfolio/4.6.0/templates/_secrets.tpl b/stable/ghostfolio/4.8.1/templates/_secrets.tpl similarity index 100% rename from stable/ghostfolio/4.6.0/templates/_secrets.tpl rename to stable/ghostfolio/4.8.1/templates/_secrets.tpl diff --git a/stable/ghostfolio/4.6.0/templates/common.yaml b/stable/ghostfolio/4.8.1/templates/common.yaml similarity index 100% rename from stable/ghostfolio/4.6.0/templates/common.yaml rename to stable/ghostfolio/4.8.1/templates/common.yaml diff --git a/stable/ghostfolio/4.6.0/values.yaml b/stable/ghostfolio/4.8.1/values.yaml similarity index 100% rename from stable/ghostfolio/4.6.0/values.yaml rename to stable/ghostfolio/4.8.1/values.yaml diff --git a/stable/hasty-paste/6.3.0/charts/common-18.2.0.tgz b/stable/hasty-paste/6.3.0/charts/common-18.2.0.tgz deleted file mode 100644 index a5b3906a565..00000000000 Binary files a/stable/hasty-paste/6.3.0/charts/common-18.2.0.tgz and /dev/null differ diff --git a/stable/hasty-paste/6.3.0/charts/redis-11.2.1.tgz b/stable/hasty-paste/6.3.0/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/stable/hasty-paste/6.3.0/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/stable/hasty-paste/6.3.0/.helmignore b/stable/hasty-paste/6.5.1/.helmignore similarity index 100% rename from stable/hasty-paste/6.3.0/.helmignore rename to stable/hasty-paste/6.5.1/.helmignore diff --git a/stable/hasty-paste/6.3.0/CHANGELOG.md b/stable/hasty-paste/6.5.1/CHANGELOG.md similarity index 51% rename from stable/hasty-paste/6.3.0/CHANGELOG.md rename to stable/hasty-paste/6.5.1/CHANGELOG.md index 1c096cc281f..707ec5d45ce 100644 --- a/stable/hasty-paste/6.3.0/CHANGELOG.md +++ b/stable/hasty-paste/6.5.1/CHANGELOG.md @@ -8,6 +8,44 @@ title: Changelog **Important:** +## [hasty-paste-6.5.1](https://github.com/truecharts/charts/compare/hasty-paste-6.5.0...hasty-paste-6.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [hasty-paste-6.5.0](https://github.com/truecharts/charts/compare/hasty-paste-6.4.1...hasty-paste-6.5.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [hasty-paste-6.4.1](https://github.com/truecharts/charts/compare/hasty-paste-6.4.0...hasty-paste-6.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [hasty-paste-6.4.0](https://github.com/truecharts/charts/compare/hasty-paste-6.3.0...hasty-paste-6.4.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + ## [hasty-paste-6.3.0](https://github.com/truecharts/charts/compare/hasty-paste-6.2.3...hasty-paste-6.3.0) (2024-03-06) ### Chore @@ -59,42 +97,3 @@ title: Changelog - update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [hasty-paste-5.1.14](https://github.com/truecharts/charts/compare/hasty-paste-5.1.13...hasty-paste-5.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [hasty-paste-5.1.13](https://github.com/truecharts/charts/compare/hasty-paste-5.1.12...hasty-paste-5.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [hasty-paste-5.1.12](https://github.com/truecharts/charts/compare/hasty-paste-5.1.11...hasty-paste-5.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [hasty-paste-5.1.11](https://github.com/truecharts/charts/compare/hasty-paste-5.1.10...hasty-paste-5.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [hasty-paste-5.1.10](https://github.com/truecharts/charts/compare/hasty-paste-5.1.9...hasty-paste-5.1.10) (2024-01-21) \ No newline at end of file diff --git a/stable/hasty-paste/6.3.0/Chart.yaml b/stable/hasty-paste/6.5.1/Chart.yaml similarity index 95% rename from stable/hasty-paste/6.3.0/Chart.yaml rename to stable/hasty-paste/6.5.1/Chart.yaml index d05318f6186..503d8f072be 100644 --- a/stable/hasty-paste/6.3.0/Chart.yaml +++ b/stable/hasty-paste/6.5.1/Chart.yaml @@ -10,14 +10,14 @@ apiVersion: v2 appVersion: 1.10.0 dependencies: - name: common - version: 18.2.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -45,4 +45,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/hasty-paste - https://ghcr.io/enchant97/hasty-paste type: application -version: 6.3.0 +version: 6.5.1 diff --git a/stable/hasty-paste/6.3.0/README.md b/stable/hasty-paste/6.5.1/README.md similarity index 100% rename from stable/hasty-paste/6.3.0/README.md rename to stable/hasty-paste/6.5.1/README.md diff --git a/stable/hasty-paste/6.5.1/app-changelog.md b/stable/hasty-paste/6.5.1/app-changelog.md new file mode 100644 index 00000000000..d0bb54011f5 --- /dev/null +++ b/stable/hasty-paste/6.5.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [hasty-paste-6.5.1](https://github.com/truecharts/charts/compare/hasty-paste-6.5.0...hasty-paste-6.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/hasty-paste/6.3.0/app-readme.md b/stable/hasty-paste/6.5.1/app-readme.md similarity index 100% rename from stable/hasty-paste/6.3.0/app-readme.md rename to stable/hasty-paste/6.5.1/app-readme.md diff --git a/stable/hasty-paste/6.5.1/charts/common-20.0.6.tgz b/stable/hasty-paste/6.5.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/hasty-paste/6.5.1/charts/common-20.0.6.tgz differ diff --git a/stable/hasty-paste/6.5.1/charts/redis-13.0.1.tgz b/stable/hasty-paste/6.5.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/hasty-paste/6.5.1/charts/redis-13.0.1.tgz differ diff --git a/stable/hasty-paste/6.3.0/ix_values.yaml b/stable/hasty-paste/6.5.1/ix_values.yaml similarity index 100% rename from stable/hasty-paste/6.3.0/ix_values.yaml rename to stable/hasty-paste/6.5.1/ix_values.yaml diff --git a/stable/hasty-paste/6.3.0/questions.yaml b/stable/hasty-paste/6.5.1/questions.yaml similarity index 100% rename from stable/hasty-paste/6.3.0/questions.yaml rename to stable/hasty-paste/6.5.1/questions.yaml diff --git a/stable/hasty-paste/6.3.0/templates/_secrets.tpl b/stable/hasty-paste/6.5.1/templates/_secrets.tpl similarity index 100% rename from stable/hasty-paste/6.3.0/templates/_secrets.tpl rename to stable/hasty-paste/6.5.1/templates/_secrets.tpl diff --git a/stable/hasty-paste/6.3.0/templates/common.yaml b/stable/hasty-paste/6.5.1/templates/common.yaml similarity index 100% rename from stable/hasty-paste/6.3.0/templates/common.yaml rename to stable/hasty-paste/6.5.1/templates/common.yaml diff --git a/stable/hasty-paste/6.3.0/values.yaml b/stable/hasty-paste/6.5.1/values.yaml similarity index 100% rename from stable/hasty-paste/6.3.0/values.yaml rename to stable/hasty-paste/6.5.1/values.yaml diff --git a/stable/humhub/7.8.0/CHANGELOG.md b/stable/humhub/7.8.0/CHANGELOG.md deleted file mode 100644 index 58fd210a380..00000000000 --- a/stable/humhub/7.8.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [humhub-7.8.0](https://github.com/truecharts/charts/compare/humhub-7.7.0...humhub-7.8.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [humhub-7.7.0](https://github.com/truecharts/charts/compare/humhub-7.6.3...humhub-7.7.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [humhub-7.6.3](https://github.com/truecharts/charts/compare/humhub-7.6.2...humhub-7.6.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [humhub-7.6.2](https://github.com/truecharts/charts/compare/humhub-7.6.0...humhub-7.6.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - -## [humhub-6.2.9](https://github.com/truecharts/charts/compare/humhub-6.2.8...humhub-6.2.9) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [humhub-6.2.8](https://github.com/truecharts/charts/compare/humhub-6.2.7...humhub-6.2.8) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [humhub-6.2.7](https://github.com/truecharts/charts/compare/humhub-6.2.6...humhub-6.2.7) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [humhub-6.2.6](https://github.com/truecharts/charts/compare/humhub-6.2.5...humhub-6.2.6) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) diff --git a/stable/humhub/7.8.0/app-changelog.md b/stable/humhub/7.8.0/app-changelog.md deleted file mode 100644 index 01cb60758ed..00000000000 --- a/stable/humhub/7.8.0/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [humhub-7.8.0](https://github.com/truecharts/charts/compare/humhub-7.7.0...humhub-7.8.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) \ No newline at end of file diff --git a/stable/humhub/7.8.0/charts/common-19.0.0.tgz b/stable/humhub/7.8.0/charts/common-19.0.0.tgz deleted file mode 100644 index d8852c18c5a..00000000000 Binary files a/stable/humhub/7.8.0/charts/common-19.0.0.tgz and /dev/null differ diff --git a/stable/humhub/7.8.0/charts/mariadb-13.2.0.tgz b/stable/humhub/7.8.0/charts/mariadb-13.2.0.tgz deleted file mode 100644 index 3849430c3b7..00000000000 Binary files a/stable/humhub/7.8.0/charts/mariadb-13.2.0.tgz and /dev/null differ diff --git a/stable/humhub/7.8.0/charts/redis-11.3.0.tgz b/stable/humhub/7.8.0/charts/redis-11.3.0.tgz deleted file mode 100644 index 15df7e8184a..00000000000 Binary files a/stable/humhub/7.8.0/charts/redis-11.3.0.tgz and /dev/null differ diff --git a/stable/humhub/7.8.0/.helmignore b/stable/humhub/7.9.1/.helmignore similarity index 100% rename from stable/humhub/7.8.0/.helmignore rename to stable/humhub/7.9.1/.helmignore diff --git a/stable/humhub/7.9.1/CHANGELOG.md b/stable/humhub/7.9.1/CHANGELOG.md new file mode 100644 index 00000000000..cbf2b2a8a35 --- /dev/null +++ b/stable/humhub/7.9.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [humhub-7.9.1](https://github.com/truecharts/charts/compare/humhub-7.9.0...humhub-7.9.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image mariadb to v13.4.1[@e28d6d5](https://github.com/e28d6d5) by renovate ([#19135](https://github.com/truecharts/charts/issues/19135)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [humhub-7.9.0](https://github.com/truecharts/charts/compare/humhub-7.8.2...humhub-7.9.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [humhub-7.8.2](https://github.com/truecharts/charts/compare/humhub-7.8.1...humhub-7.8.2) (2024-03-11) + +### Chore + + + +- update container image mariadb to v13.2.3[@e1f8d8a](https://github.com/e1f8d8a) by renovate ([#19145](https://github.com/truecharts/charts/issues/19145)) + + +## [humhub-7.8.1](https://github.com/truecharts/charts/compare/humhub-7.8.0...humhub-7.8.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [humhub-7.8.0](https://github.com/truecharts/charts/compare/humhub-7.7.0...humhub-7.8.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + +## [humhub-7.7.0](https://github.com/truecharts/charts/compare/humhub-7.6.3...humhub-7.7.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [humhub-7.6.3](https://github.com/truecharts/charts/compare/humhub-7.6.2...humhub-7.6.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [humhub-7.6.2](https://github.com/truecharts/charts/compare/humhub-7.6.0...humhub-7.6.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + diff --git a/stable/humhub/7.8.0/Chart.yaml b/stable/humhub/7.9.1/Chart.yaml similarity index 94% rename from stable/humhub/7.8.0/Chart.yaml rename to stable/humhub/7.9.1/Chart.yaml index 9a8ecbe98b7..8509d98ff00 100644 --- a/stable/humhub/7.8.0/Chart.yaml +++ b/stable/humhub/7.9.1/Chart.yaml @@ -10,21 +10,21 @@ apiVersion: v2 appVersion: 1.15.2 dependencies: - name: common - version: 19.0.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: mariadb - version: 13.2.0 + version: 13.4.1 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" tags: [] import-values: [] - name: redis - version: 11.3.0 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -45,7 +45,7 @@ maintainers: name: humhub sources: - https://github.com/truecharts/charts/tree/master/charts/stable/humhub - - https://ghcr.io/mriedmann/humhub-phponly - https://ghcr.io/mriedmann/humhub-nginx + - https://ghcr.io/mriedmann/humhub-phponly type: application -version: 7.8.0 +version: 7.9.1 diff --git a/stable/humhub/7.8.0/README.md b/stable/humhub/7.9.1/README.md similarity index 100% rename from stable/humhub/7.8.0/README.md rename to stable/humhub/7.9.1/README.md diff --git a/stable/humhub/7.9.1/app-changelog.md b/stable/humhub/7.9.1/app-changelog.md new file mode 100644 index 00000000000..36956b0de6d --- /dev/null +++ b/stable/humhub/7.9.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [humhub-7.9.1](https://github.com/truecharts/charts/compare/humhub-7.9.0...humhub-7.9.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image mariadb to v13.4.1[@e28d6d5](https://github.com/e28d6d5) by renovate ([#19135](https://github.com/truecharts/charts/issues/19135)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/humhub/7.8.0/app-readme.md b/stable/humhub/7.9.1/app-readme.md similarity index 100% rename from stable/humhub/7.8.0/app-readme.md rename to stable/humhub/7.9.1/app-readme.md diff --git a/stable/humhub/7.9.1/charts/common-20.0.6.tgz b/stable/humhub/7.9.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/humhub/7.9.1/charts/common-20.0.6.tgz differ diff --git a/stable/humhub/7.9.1/charts/mariadb-13.4.1.tgz b/stable/humhub/7.9.1/charts/mariadb-13.4.1.tgz new file mode 100644 index 00000000000..e25a7b40d91 Binary files /dev/null and b/stable/humhub/7.9.1/charts/mariadb-13.4.1.tgz differ diff --git a/stable/humhub/7.9.1/charts/redis-13.0.1.tgz b/stable/humhub/7.9.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/humhub/7.9.1/charts/redis-13.0.1.tgz differ diff --git a/stable/humhub/7.8.0/ix_values.yaml b/stable/humhub/7.9.1/ix_values.yaml similarity index 100% rename from stable/humhub/7.8.0/ix_values.yaml rename to stable/humhub/7.9.1/ix_values.yaml diff --git a/stable/humhub/7.8.0/questions.yaml b/stable/humhub/7.9.1/questions.yaml similarity index 100% rename from stable/humhub/7.8.0/questions.yaml rename to stable/humhub/7.9.1/questions.yaml diff --git a/stable/humhub/7.8.0/templates/NOTES.txt b/stable/humhub/7.9.1/templates/NOTES.txt similarity index 100% rename from stable/humhub/7.8.0/templates/NOTES.txt rename to stable/humhub/7.9.1/templates/NOTES.txt diff --git a/stable/humhub/7.8.0/templates/common.yaml b/stable/humhub/7.9.1/templates/common.yaml similarity index 100% rename from stable/humhub/7.8.0/templates/common.yaml rename to stable/humhub/7.9.1/templates/common.yaml diff --git a/stable/humhub/7.8.0/values.yaml b/stable/humhub/7.9.1/values.yaml similarity index 100% rename from stable/humhub/7.8.0/values.yaml rename to stable/humhub/7.9.1/values.yaml diff --git a/stable/libremdb/7.4.3/charts/common-19.0.0.tgz b/stable/libremdb/7.4.3/charts/common-19.0.0.tgz deleted file mode 100644 index 6b07782a3c2..00000000000 Binary files a/stable/libremdb/7.4.3/charts/common-19.0.0.tgz and /dev/null differ diff --git a/stable/libremdb/7.4.3/charts/redis-11.2.1.tgz b/stable/libremdb/7.4.3/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/stable/libremdb/7.4.3/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/stable/libremdb/7.4.3/.helmignore b/stable/libremdb/7.5.1/.helmignore similarity index 100% rename from stable/libremdb/7.4.3/.helmignore rename to stable/libremdb/7.5.1/.helmignore diff --git a/stable/libremdb/7.4.3/CHANGELOG.md b/stable/libremdb/7.5.1/CHANGELOG.md similarity index 54% rename from stable/libremdb/7.4.3/CHANGELOG.md rename to stable/libremdb/7.5.1/CHANGELOG.md index bd32cfeb99d..f189401963f 100644 --- a/stable/libremdb/7.4.3/CHANGELOG.md +++ b/stable/libremdb/7.5.1/CHANGELOG.md @@ -8,6 +8,44 @@ title: Changelog **Important:** +## [libremdb-7.5.1](https://github.com/truecharts/charts/compare/libremdb-7.5.0...libremdb-7.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [libremdb-7.5.0](https://github.com/truecharts/charts/compare/libremdb-7.4.5...libremdb-7.5.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [libremdb-7.4.5](https://github.com/truecharts/charts/compare/libremdb-7.4.4...libremdb-7.4.5) (2024-03-11) + +### Chore + + + +- update container image quay.io/pussthecatorg/libremdb to latest[@37e1050](https://github.com/37e1050) by renovate ([#19159](https://github.com/truecharts/charts/issues/19159)) + + +## [libremdb-7.4.4](https://github.com/truecharts/charts/compare/libremdb-7.4.3...libremdb-7.4.4) (2024-03-11) + +### Chore + + + +- update container image quay.io/pussthecatorg/libremdb to latest[@d21c08d](https://github.com/d21c08d) by renovate ([#19141](https://github.com/truecharts/charts/issues/19141)) + + ## [libremdb-7.4.3](https://github.com/truecharts/charts/compare/libremdb-7.4.2...libremdb-7.4.3) (2024-03-11) ### Chore @@ -59,41 +97,4 @@ title: Changelog -- bump everything to force helm release again - - -## [libremdb-7.2.6](https://github.com/truecharts/charts/compare/libremdb-7.2.4...libremdb-7.2.6) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - - - - -## [libremdb-6.1.23](https://github.com/truecharts/charts/compare/libremdb-6.1.22...libremdb-6.1.23) (2024-02-03) - -### Chore +- bump everything to force helm release again \ No newline at end of file diff --git a/stable/libremdb/7.4.3/Chart.yaml b/stable/libremdb/7.5.1/Chart.yaml similarity index 93% rename from stable/libremdb/7.4.3/Chart.yaml rename to stable/libremdb/7.5.1/Chart.yaml index fd65a66c9d8..2b19f8d22b6 100644 --- a/stable/libremdb/7.4.3/Chart.yaml +++ b/stable/libremdb/7.5.1/Chart.yaml @@ -10,14 +10,14 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 19.0.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -31,7 +31,7 @@ keywords: - libremdb - media - imdb -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org @@ -43,4 +43,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/libremdb - https://quay.io/pussthecatorg/libremdb type: application -version: 7.4.3 +version: 7.5.1 diff --git a/stable/libremdb/7.4.3/README.md b/stable/libremdb/7.5.1/README.md similarity index 100% rename from stable/libremdb/7.4.3/README.md rename to stable/libremdb/7.5.1/README.md diff --git a/stable/libremdb/7.5.1/app-changelog.md b/stable/libremdb/7.5.1/app-changelog.md new file mode 100644 index 00000000000..e685a248a0d --- /dev/null +++ b/stable/libremdb/7.5.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [libremdb-7.5.1](https://github.com/truecharts/charts/compare/libremdb-7.5.0...libremdb-7.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/libremdb/7.4.3/app-readme.md b/stable/libremdb/7.5.1/app-readme.md similarity index 100% rename from stable/libremdb/7.4.3/app-readme.md rename to stable/libremdb/7.5.1/app-readme.md diff --git a/stable/libremdb/7.5.1/charts/common-20.0.6.tgz b/stable/libremdb/7.5.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/libremdb/7.5.1/charts/common-20.0.6.tgz differ diff --git a/stable/libremdb/7.5.1/charts/redis-13.0.1.tgz b/stable/libremdb/7.5.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/libremdb/7.5.1/charts/redis-13.0.1.tgz differ diff --git a/stable/libremdb/7.4.3/ix_values.yaml b/stable/libremdb/7.5.1/ix_values.yaml similarity index 91% rename from stable/libremdb/7.4.3/ix_values.yaml rename to stable/libremdb/7.5.1/ix_values.yaml index fd3dc57a715..2234fb5d36b 100644 --- a/stable/libremdb/7.4.3/ix_values.yaml +++ b/stable/libremdb/7.5.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: quay.io/pussthecatorg/libremdb pullPolicy: IfNotPresent - tag: latest@sha256:f847f0f1b9c191ce28d745e2c0578b36b0b017b704b372d23059c3d62825bc1b + tag: latest@sha256:37e1050f1ddcd6f0a0af581a3fd3d8999bc60d1dc5ff55b0f5bf21560b9d7abc service: main: ports: diff --git a/stable/libremdb/7.4.3/questions.yaml b/stable/libremdb/7.5.1/questions.yaml similarity index 100% rename from stable/libremdb/7.4.3/questions.yaml rename to stable/libremdb/7.5.1/questions.yaml diff --git a/stable/libremdb/7.4.3/templates/NOTES.txt b/stable/libremdb/7.5.1/templates/NOTES.txt similarity index 100% rename from stable/libremdb/7.4.3/templates/NOTES.txt rename to stable/libremdb/7.5.1/templates/NOTES.txt diff --git a/stable/libremdb/7.4.3/templates/common.yaml b/stable/libremdb/7.5.1/templates/common.yaml similarity index 100% rename from stable/libremdb/7.4.3/templates/common.yaml rename to stable/libremdb/7.5.1/templates/common.yaml diff --git a/stable/libremdb/7.4.3/values.yaml b/stable/libremdb/7.5.1/values.yaml similarity index 100% rename from stable/libremdb/7.4.3/values.yaml rename to stable/libremdb/7.5.1/values.yaml diff --git a/stable/misskey/8.4.0/charts/common-18.2.0.tgz b/stable/misskey/8.4.0/charts/common-18.2.0.tgz deleted file mode 100644 index a5b3906a565..00000000000 Binary files a/stable/misskey/8.4.0/charts/common-18.2.0.tgz and /dev/null differ diff --git a/stable/misskey/8.4.0/charts/redis-11.2.1.tgz b/stable/misskey/8.4.0/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/stable/misskey/8.4.0/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/stable/misskey/8.4.0/.helmignore b/stable/misskey/8.6.1/.helmignore similarity index 100% rename from stable/misskey/8.4.0/.helmignore rename to stable/misskey/8.6.1/.helmignore diff --git a/stable/misskey/8.4.0/CHANGELOG.md b/stable/misskey/8.6.1/CHANGELOG.md similarity index 51% rename from stable/misskey/8.4.0/CHANGELOG.md rename to stable/misskey/8.6.1/CHANGELOG.md index 5e0f0fc8c37..315d40b88f0 100644 --- a/stable/misskey/8.4.0/CHANGELOG.md +++ b/stable/misskey/8.6.1/CHANGELOG.md @@ -8,6 +8,44 @@ title: Changelog **Important:** +## [misskey-8.6.1](https://github.com/truecharts/charts/compare/misskey-8.6.0...misskey-8.6.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [misskey-8.6.0](https://github.com/truecharts/charts/compare/misskey-8.5.1...misskey-8.6.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [misskey-8.5.1](https://github.com/truecharts/charts/compare/misskey-8.5.0...misskey-8.5.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [misskey-8.5.0](https://github.com/truecharts/charts/compare/misskey-8.4.0...misskey-8.5.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + ## [misskey-8.4.0](https://github.com/truecharts/charts/compare/misskey-8.3.3...misskey-8.4.0) (2024-03-06) ### Chore @@ -59,41 +97,3 @@ title: Changelog - update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - -## [misskey-7.1.15](https://github.com/truecharts/charts/compare/misskey-7.1.14...misskey-7.1.15) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [misskey-7.1.14](https://github.com/truecharts/charts/compare/misskey-7.1.13...misskey-7.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [misskey-7.1.13](https://github.com/truecharts/charts/compare/misskey-7.1.12...misskey-7.1.13) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [misskey-7.1.12](https://github.com/truecharts/charts/compare/misskey-7.1.11...misskey-7.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [misskey-7.1.11](https://github.com/truecharts/charts/compare/misskey-7.1.10...misskey-7.1.11) (2024-01-21) diff --git a/stable/misskey/8.4.0/Chart.yaml b/stable/misskey/8.6.1/Chart.yaml similarity index 95% rename from stable/misskey/8.4.0/Chart.yaml rename to stable/misskey/8.6.1/Chart.yaml index 6ca104c89f4..50e1e00a97b 100644 --- a/stable/misskey/8.4.0/Chart.yaml +++ b/stable/misskey/8.6.1/Chart.yaml @@ -10,14 +10,14 @@ apiVersion: v2 appVersion: 2024.3.1 dependencies: - name: common - version: 18.2.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -45,4 +45,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/misskey - https://hub.docker.com/r/misskey/misskey type: application -version: 8.4.0 +version: 8.6.1 diff --git a/stable/misskey/8.4.0/README.md b/stable/misskey/8.6.1/README.md similarity index 100% rename from stable/misskey/8.4.0/README.md rename to stable/misskey/8.6.1/README.md diff --git a/stable/misskey/8.6.1/app-changelog.md b/stable/misskey/8.6.1/app-changelog.md new file mode 100644 index 00000000000..753c37edee0 --- /dev/null +++ b/stable/misskey/8.6.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [misskey-8.6.1](https://github.com/truecharts/charts/compare/misskey-8.6.0...misskey-8.6.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/misskey/8.4.0/app-readme.md b/stable/misskey/8.6.1/app-readme.md similarity index 100% rename from stable/misskey/8.4.0/app-readme.md rename to stable/misskey/8.6.1/app-readme.md diff --git a/stable/misskey/8.6.1/charts/common-20.0.6.tgz b/stable/misskey/8.6.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/misskey/8.6.1/charts/common-20.0.6.tgz differ diff --git a/stable/misskey/8.6.1/charts/redis-13.0.1.tgz b/stable/misskey/8.6.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/misskey/8.6.1/charts/redis-13.0.1.tgz differ diff --git a/stable/misskey/8.4.0/ix_values.yaml b/stable/misskey/8.6.1/ix_values.yaml similarity index 100% rename from stable/misskey/8.4.0/ix_values.yaml rename to stable/misskey/8.6.1/ix_values.yaml diff --git a/stable/misskey/8.4.0/questions.yaml b/stable/misskey/8.6.1/questions.yaml similarity index 99% rename from stable/misskey/8.4.0/questions.yaml rename to stable/misskey/8.6.1/questions.yaml index e3239044ad9..c3c67f664c9 100755 --- a/stable/misskey/8.4.0/questions.yaml +++ b/stable/misskey/8.6.1/questions.yaml @@ -2097,15 +2097,22 @@ questions: additional_attrs: true type: dict attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false - variable: instances label: Instances schema: type: int + show_if: [["enabled", "=", true]] default: 1 - variable: createRO label: "Create ReadOnly Instance" schema: type: boolean + show_if: [["enabled", "=", true]] default: false - variable: backups label: "Backup Settings (Experimental)" diff --git a/stable/misskey/8.4.0/templates/NOTES.txt b/stable/misskey/8.6.1/templates/NOTES.txt similarity index 100% rename from stable/misskey/8.4.0/templates/NOTES.txt rename to stable/misskey/8.6.1/templates/NOTES.txt diff --git a/stable/misskey/8.4.0/templates/_configmap.tpl b/stable/misskey/8.6.1/templates/_configmap.tpl similarity index 100% rename from stable/misskey/8.4.0/templates/_configmap.tpl rename to stable/misskey/8.6.1/templates/_configmap.tpl diff --git a/stable/misskey/8.4.0/templates/common.yaml b/stable/misskey/8.6.1/templates/common.yaml similarity index 100% rename from stable/misskey/8.4.0/templates/common.yaml rename to stable/misskey/8.6.1/templates/common.yaml diff --git a/stable/misskey/8.4.0/values.yaml b/stable/misskey/8.6.1/values.yaml similarity index 100% rename from stable/misskey/8.4.0/values.yaml rename to stable/misskey/8.6.1/values.yaml diff --git a/stable/mongo-express/6.6.0/charts/mongodb-12.5.0.tgz b/stable/mongo-express/6.6.0/charts/mongodb-12.5.0.tgz index 7d05a0b6554..5ff94a6fa2c 100644 Binary files a/stable/mongo-express/6.6.0/charts/mongodb-12.5.0.tgz and b/stable/mongo-express/6.6.0/charts/mongodb-12.5.0.tgz differ diff --git a/stable/n8n/13.5.1/charts/common-19.0.0.tgz b/stable/n8n/13.5.1/charts/common-19.0.0.tgz deleted file mode 100644 index 6b07782a3c2..00000000000 Binary files a/stable/n8n/13.5.1/charts/common-19.0.0.tgz and /dev/null differ diff --git a/stable/n8n/13.5.1/charts/redis-11.2.1.tgz b/stable/n8n/13.5.1/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/stable/n8n/13.5.1/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/stable/n8n/13.5.1/.helmignore b/stable/n8n/13.7.1/.helmignore similarity index 100% rename from stable/n8n/13.5.1/.helmignore rename to stable/n8n/13.7.1/.helmignore diff --git a/stable/n8n/13.5.1/CHANGELOG.md b/stable/n8n/13.7.1/CHANGELOG.md similarity index 54% rename from stable/n8n/13.5.1/CHANGELOG.md rename to stable/n8n/13.7.1/CHANGELOG.md index f42b32c56e0..f2c33c38d3e 100644 --- a/stable/n8n/13.5.1/CHANGELOG.md +++ b/stable/n8n/13.7.1/CHANGELOG.md @@ -8,6 +8,44 @@ title: Changelog **Important:** +## [n8n-13.7.1](https://github.com/truecharts/charts/compare/n8n-13.7.0...n8n-13.7.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [n8n-13.7.0](https://github.com/truecharts/charts/compare/n8n-13.6.0...n8n-13.7.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [n8n-13.6.0](https://github.com/truecharts/charts/compare/n8n-13.5.2...n8n-13.6.0) (2024-03-11) + +### Chore + + + +- update container image n8nio/n8n to v1.32.1[@1693fb6](https://github.com/1693fb6) by renovate ([#19124](https://github.com/truecharts/charts/issues/19124)) + + +## [n8n-13.5.2](https://github.com/truecharts/charts/compare/n8n-13.5.1...n8n-13.5.2) (2024-03-11) + +### Chore + + + +- update container image n8nio/n8n to v1.31.2[@43b216f](https://github.com/43b216f) by renovate ([#19081](https://github.com/truecharts/charts/issues/19081)) + + ## [n8n-13.5.1](https://github.com/truecharts/charts/compare/n8n-13.5.0...n8n-13.5.1) (2024-03-07) ### Chore @@ -59,41 +97,3 @@ title: Changelog - - - - - - - - - - - - - - - - -## [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 - diff --git a/stable/n8n/13.5.1/Chart.yaml b/stable/n8n/13.7.1/Chart.yaml similarity index 93% rename from stable/n8n/13.5.1/Chart.yaml rename to stable/n8n/13.7.1/Chart.yaml index 9a771507222..d602b88c445 100644 --- a/stable/n8n/13.5.1/Chart.yaml +++ b/stable/n8n/13.7.1/Chart.yaml @@ -7,17 +7,17 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 1.31.0 +appVersion: 1.32.1 dependencies: - name: common - version: 19.0.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/n8n - https://hub.docker.com/r/n8nio/n8n type: application -version: 13.5.1 +version: 13.7.1 diff --git a/stable/n8n/13.5.1/LICENSE b/stable/n8n/13.7.1/LICENSE similarity index 100% rename from stable/n8n/13.5.1/LICENSE rename to stable/n8n/13.7.1/LICENSE diff --git a/stable/n8n/13.5.1/README.md b/stable/n8n/13.7.1/README.md similarity index 100% rename from stable/n8n/13.5.1/README.md rename to stable/n8n/13.7.1/README.md diff --git a/stable/n8n/13.7.1/app-changelog.md b/stable/n8n/13.7.1/app-changelog.md new file mode 100644 index 00000000000..8779c6d32a2 --- /dev/null +++ b/stable/n8n/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [n8n-13.7.1](https://github.com/truecharts/charts/compare/n8n-13.7.0...n8n-13.7.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/n8n/13.5.1/app-readme.md b/stable/n8n/13.7.1/app-readme.md similarity index 100% rename from stable/n8n/13.5.1/app-readme.md rename to stable/n8n/13.7.1/app-readme.md diff --git a/stable/n8n/13.7.1/charts/common-20.0.6.tgz b/stable/n8n/13.7.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/n8n/13.7.1/charts/common-20.0.6.tgz differ diff --git a/stable/n8n/13.7.1/charts/redis-13.0.1.tgz b/stable/n8n/13.7.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/n8n/13.7.1/charts/redis-13.0.1.tgz differ diff --git a/stable/n8n/13.5.1/ix_values.yaml b/stable/n8n/13.7.1/ix_values.yaml similarity index 97% rename from stable/n8n/13.5.1/ix_values.yaml rename to stable/n8n/13.7.1/ix_values.yaml index d4808ca9358..607c39e3cb6 100644 --- a/stable/n8n/13.5.1/ix_values.yaml +++ b/stable/n8n/13.7.1/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: n8nio/n8n - tag: 1.31.0@sha256:b99f2cfdc9d547c114a295b466621b99790359c2de5bbe827bcd118488bb2147 + tag: 1.32.1@sha256:1693fb61a040a933bfea127d98bc8af525db9b902c2745abedda49564dd875f9 pullPolicy: IfNotPresent timezoneandlocale: {} # N8N_DEFAULT_LOCALE: "en" diff --git a/stable/n8n/13.5.1/questions.yaml b/stable/n8n/13.7.1/questions.yaml similarity index 100% rename from stable/n8n/13.5.1/questions.yaml rename to stable/n8n/13.7.1/questions.yaml diff --git a/stable/n8n/13.5.1/templates/NOTES.txt b/stable/n8n/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/n8n/13.5.1/templates/NOTES.txt rename to stable/n8n/13.7.1/templates/NOTES.txt diff --git a/stable/n8n/13.5.1/templates/_configmap.tpl b/stable/n8n/13.7.1/templates/_configmap.tpl similarity index 100% rename from stable/n8n/13.5.1/templates/_configmap.tpl rename to stable/n8n/13.7.1/templates/_configmap.tpl diff --git a/stable/n8n/13.5.1/templates/common.yaml b/stable/n8n/13.7.1/templates/common.yaml similarity index 100% rename from stable/n8n/13.5.1/templates/common.yaml rename to stable/n8n/13.7.1/templates/common.yaml diff --git a/stable/n8n/13.5.1/values.yaml b/stable/n8n/13.7.1/values.yaml similarity index 100% rename from stable/n8n/13.5.1/values.yaml rename to stable/n8n/13.7.1/values.yaml diff --git a/stable/nitter/6.3.0/charts/common-18.2.0.tgz b/stable/nitter/6.3.0/charts/common-18.2.0.tgz deleted file mode 100644 index a5b3906a565..00000000000 Binary files a/stable/nitter/6.3.0/charts/common-18.2.0.tgz and /dev/null differ diff --git a/stable/nitter/6.3.0/charts/redis-11.2.1.tgz b/stable/nitter/6.3.0/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/stable/nitter/6.3.0/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/stable/nitter/6.3.0/.helmignore b/stable/nitter/6.5.1/.helmignore similarity index 100% rename from stable/nitter/6.3.0/.helmignore rename to stable/nitter/6.5.1/.helmignore diff --git a/stable/nitter/6.3.0/CHANGELOG.md b/stable/nitter/6.5.1/CHANGELOG.md similarity index 54% rename from stable/nitter/6.3.0/CHANGELOG.md rename to stable/nitter/6.5.1/CHANGELOG.md index 40c60556059..3926a37c401 100644 --- a/stable/nitter/6.3.0/CHANGELOG.md +++ b/stable/nitter/6.5.1/CHANGELOG.md @@ -8,6 +8,44 @@ title: Changelog **Important:** +## [nitter-6.5.1](https://github.com/truecharts/charts/compare/nitter-6.5.0...nitter-6.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [nitter-6.5.0](https://github.com/truecharts/charts/compare/nitter-6.4.1...nitter-6.5.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [nitter-6.4.1](https://github.com/truecharts/charts/compare/nitter-6.4.0...nitter-6.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [nitter-6.4.0](https://github.com/truecharts/charts/compare/nitter-6.3.0...nitter-6.4.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + ## [nitter-6.3.0](https://github.com/truecharts/charts/compare/nitter-6.2.3...nitter-6.3.0) (2024-03-06) ### Chore @@ -59,41 +97,3 @@ title: Changelog ## [nitter-5.1.14](https://github.com/truecharts/charts/compare/nitter-5.1.13...nitter-5.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [nitter-5.1.13](https://github.com/truecharts/charts/compare/nitter-5.1.12...nitter-5.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [nitter-5.1.12](https://github.com/truecharts/charts/compare/nitter-5.1.11...nitter-5.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [nitter-5.1.11](https://github.com/truecharts/charts/compare/nitter-5.1.10...nitter-5.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [nitter-5.1.10](https://github.com/truecharts/charts/compare/nitter-5.1.9...nitter-5.1.10) (2024-01-21) - -### Chore diff --git a/stable/nitter/6.3.0/Chart.yaml b/stable/nitter/6.5.1/Chart.yaml similarity index 95% rename from stable/nitter/6.3.0/Chart.yaml rename to stable/nitter/6.5.1/Chart.yaml index 6b84967516e..69961d9851f 100644 --- a/stable/nitter/6.3.0/Chart.yaml +++ b/stable/nitter/6.5.1/Chart.yaml @@ -10,14 +10,14 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 18.2.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nitter - https://hub.docker.com/r/zedeus/nitter type: application -version: 6.3.0 +version: 6.5.1 diff --git a/stable/nitter/6.3.0/README.md b/stable/nitter/6.5.1/README.md similarity index 100% rename from stable/nitter/6.3.0/README.md rename to stable/nitter/6.5.1/README.md diff --git a/stable/nitter/6.5.1/app-changelog.md b/stable/nitter/6.5.1/app-changelog.md new file mode 100644 index 00000000000..fcc76c93112 --- /dev/null +++ b/stable/nitter/6.5.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [nitter-6.5.1](https://github.com/truecharts/charts/compare/nitter-6.5.0...nitter-6.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/nitter/6.3.0/app-readme.md b/stable/nitter/6.5.1/app-readme.md similarity index 100% rename from stable/nitter/6.3.0/app-readme.md rename to stable/nitter/6.5.1/app-readme.md diff --git a/stable/nitter/6.5.1/charts/common-20.0.6.tgz b/stable/nitter/6.5.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/nitter/6.5.1/charts/common-20.0.6.tgz differ diff --git a/stable/nitter/6.5.1/charts/redis-13.0.1.tgz b/stable/nitter/6.5.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/nitter/6.5.1/charts/redis-13.0.1.tgz differ diff --git a/stable/nitter/6.3.0/ix_values.yaml b/stable/nitter/6.5.1/ix_values.yaml similarity index 100% rename from stable/nitter/6.3.0/ix_values.yaml rename to stable/nitter/6.5.1/ix_values.yaml diff --git a/stable/nitter/6.3.0/questions.yaml b/stable/nitter/6.5.1/questions.yaml similarity index 100% rename from stable/nitter/6.3.0/questions.yaml rename to stable/nitter/6.5.1/questions.yaml diff --git a/stable/nitter/6.3.0/templates/NOTES.txt b/stable/nitter/6.5.1/templates/NOTES.txt similarity index 100% rename from stable/nitter/6.3.0/templates/NOTES.txt rename to stable/nitter/6.5.1/templates/NOTES.txt diff --git a/stable/nitter/6.3.0/templates/_configmap.tpl b/stable/nitter/6.5.1/templates/_configmap.tpl similarity index 100% rename from stable/nitter/6.3.0/templates/_configmap.tpl rename to stable/nitter/6.5.1/templates/_configmap.tpl diff --git a/stable/nitter/6.3.0/templates/common.yaml b/stable/nitter/6.5.1/templates/common.yaml similarity index 100% rename from stable/nitter/6.3.0/templates/common.yaml rename to stable/nitter/6.5.1/templates/common.yaml diff --git a/stable/nitter/6.3.0/values.yaml b/stable/nitter/6.5.1/values.yaml similarity index 100% rename from stable/nitter/6.3.0/values.yaml rename to stable/nitter/6.5.1/values.yaml diff --git a/stable/nocodb/13.3.0/charts/common-18.2.0.tgz b/stable/nocodb/13.3.0/charts/common-18.2.0.tgz deleted file mode 100644 index a5b3906a565..00000000000 Binary files a/stable/nocodb/13.3.0/charts/common-18.2.0.tgz and /dev/null differ diff --git a/stable/nocodb/13.3.0/charts/redis-11.2.1.tgz b/stable/nocodb/13.3.0/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/stable/nocodb/13.3.0/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/stable/nocodb/13.3.0/.helmignore b/stable/nocodb/13.5.1/.helmignore similarity index 100% rename from stable/nocodb/13.3.0/.helmignore rename to stable/nocodb/13.5.1/.helmignore diff --git a/stable/nocodb/13.3.0/CHANGELOG.md b/stable/nocodb/13.5.1/CHANGELOG.md similarity index 52% rename from stable/nocodb/13.3.0/CHANGELOG.md rename to stable/nocodb/13.5.1/CHANGELOG.md index 3f060a0bc29..b538bfa5b80 100644 --- a/stable/nocodb/13.3.0/CHANGELOG.md +++ b/stable/nocodb/13.5.1/CHANGELOG.md @@ -8,6 +8,44 @@ title: Changelog **Important:** +## [nocodb-13.5.1](https://github.com/truecharts/charts/compare/nocodb-13.5.0...nocodb-13.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [nocodb-13.5.0](https://github.com/truecharts/charts/compare/nocodb-13.4.1...nocodb-13.5.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [nocodb-13.4.1](https://github.com/truecharts/charts/compare/nocodb-13.4.0...nocodb-13.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [nocodb-13.4.0](https://github.com/truecharts/charts/compare/nocodb-13.3.0...nocodb-13.4.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + ## [nocodb-13.3.0](https://github.com/truecharts/charts/compare/nocodb-13.2.5...nocodb-13.3.0) (2024-03-06) ### Chore @@ -59,42 +97,3 @@ title: Changelog - update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [nocodb-12.3.5](https://github.com/truecharts/charts/compare/nocodb-12.3.4...nocodb-12.3.5) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [nocodb-12.3.4](https://github.com/truecharts/charts/compare/nocodb-12.3.3...nocodb-12.3.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [nocodb-12.3.3](https://github.com/truecharts/charts/compare/nocodb-12.3.2...nocodb-12.3.3) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [nocodb-12.3.2](https://github.com/truecharts/charts/compare/nocodb-12.3.1...nocodb-12.3.2) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [nocodb-12.3.1](https://github.com/truecharts/charts/compare/nocodb-12.3.0...nocodb-12.3.1) (2024-01-21) \ No newline at end of file diff --git a/stable/nocodb/13.3.0/Chart.yaml b/stable/nocodb/13.5.1/Chart.yaml similarity index 95% rename from stable/nocodb/13.3.0/Chart.yaml rename to stable/nocodb/13.5.1/Chart.yaml index 6eb4c04402f..126b359ea21 100644 --- a/stable/nocodb/13.3.0/Chart.yaml +++ b/stable/nocodb/13.5.1/Chart.yaml @@ -10,14 +10,14 @@ apiVersion: v2 appVersion: 0.204.4 dependencies: - name: common - version: 18.2.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -40,4 +40,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nocodb - https://hub.docker.com/r/nocodb/nocodb type: application -version: 13.3.0 +version: 13.5.1 diff --git a/stable/nocodb/13.3.0/README.md b/stable/nocodb/13.5.1/README.md similarity index 100% rename from stable/nocodb/13.3.0/README.md rename to stable/nocodb/13.5.1/README.md diff --git a/stable/nocodb/13.5.1/app-changelog.md b/stable/nocodb/13.5.1/app-changelog.md new file mode 100644 index 00000000000..c38f70c7cdf --- /dev/null +++ b/stable/nocodb/13.5.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [nocodb-13.5.1](https://github.com/truecharts/charts/compare/nocodb-13.5.0...nocodb-13.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/nocodb/13.3.0/app-readme.md b/stable/nocodb/13.5.1/app-readme.md similarity index 100% rename from stable/nocodb/13.3.0/app-readme.md rename to stable/nocodb/13.5.1/app-readme.md diff --git a/stable/nocodb/13.5.1/charts/common-20.0.6.tgz b/stable/nocodb/13.5.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/nocodb/13.5.1/charts/common-20.0.6.tgz differ diff --git a/stable/nocodb/13.5.1/charts/redis-13.0.1.tgz b/stable/nocodb/13.5.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/nocodb/13.5.1/charts/redis-13.0.1.tgz differ diff --git a/stable/nocodb/13.3.0/ix_values.yaml b/stable/nocodb/13.5.1/ix_values.yaml similarity index 100% rename from stable/nocodb/13.3.0/ix_values.yaml rename to stable/nocodb/13.5.1/ix_values.yaml diff --git a/stable/nocodb/13.3.0/questions.yaml b/stable/nocodb/13.5.1/questions.yaml similarity index 99% rename from stable/nocodb/13.3.0/questions.yaml rename to stable/nocodb/13.5.1/questions.yaml index c02ce456ec0..53199c8cdc4 100755 --- a/stable/nocodb/13.3.0/questions.yaml +++ b/stable/nocodb/13.5.1/questions.yaml @@ -2065,15 +2065,22 @@ questions: additional_attrs: true type: dict attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false - variable: instances label: Instances schema: type: int + show_if: [["enabled", "=", true]] default: 1 - variable: createRO label: "Create ReadOnly Instance" schema: type: boolean + show_if: [["enabled", "=", true]] default: false - variable: backups label: "Backup Settings (Experimental)" diff --git a/stable/nocodb/13.3.0/templates/NOTES.txt b/stable/nocodb/13.5.1/templates/NOTES.txt similarity index 100% rename from stable/nocodb/13.3.0/templates/NOTES.txt rename to stable/nocodb/13.5.1/templates/NOTES.txt diff --git a/stable/nocodb/13.3.0/templates/_configmap.tpl b/stable/nocodb/13.5.1/templates/_configmap.tpl similarity index 100% rename from stable/nocodb/13.3.0/templates/_configmap.tpl rename to stable/nocodb/13.5.1/templates/_configmap.tpl diff --git a/stable/nocodb/13.3.0/templates/_secrets.tpl b/stable/nocodb/13.5.1/templates/_secrets.tpl similarity index 100% rename from stable/nocodb/13.3.0/templates/_secrets.tpl rename to stable/nocodb/13.5.1/templates/_secrets.tpl diff --git a/stable/nocodb/13.3.0/templates/common.yaml b/stable/nocodb/13.5.1/templates/common.yaml similarity index 100% rename from stable/nocodb/13.3.0/templates/common.yaml rename to stable/nocodb/13.5.1/templates/common.yaml diff --git a/stable/nocodb/13.3.0/values.yaml b/stable/nocodb/13.5.1/values.yaml similarity index 100% rename from stable/nocodb/13.3.0/values.yaml rename to stable/nocodb/13.5.1/values.yaml diff --git a/stable/ollama/5.0.2/app-changelog.md b/stable/ollama/5.0.2/app-changelog.md deleted file mode 100644 index 89a79e49979..00000000000 --- a/stable/ollama/5.0.2/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ollama-5.0.2](https://github.com/truecharts/charts/compare/ollama-5.0.1...ollama-5.0.2) (2024-03-12) - -### Chore - - - -- update helm chart common to 20.0.8 by renovate ([#19169](https://github.com/truecharts/charts/issues/19169)) \ No newline at end of file diff --git a/stable/onlyoffice-document-server/17.3.0/charts/common-18.2.0.tgz b/stable/onlyoffice-document-server/17.3.0/charts/common-18.2.0.tgz deleted file mode 100644 index a5b3906a565..00000000000 Binary files a/stable/onlyoffice-document-server/17.3.0/charts/common-18.2.0.tgz and /dev/null differ diff --git a/stable/onlyoffice-document-server/17.3.0/charts/redis-11.2.1.tgz b/stable/onlyoffice-document-server/17.3.0/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/stable/onlyoffice-document-server/17.3.0/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/stable/onlyoffice-document-server/17.3.0/.helmignore b/stable/onlyoffice-document-server/17.5.1/.helmignore similarity index 100% rename from stable/onlyoffice-document-server/17.3.0/.helmignore rename to stable/onlyoffice-document-server/17.5.1/.helmignore diff --git a/stable/onlyoffice-document-server/17.3.0/CHANGELOG.md b/stable/onlyoffice-document-server/17.5.1/CHANGELOG.md similarity index 54% rename from stable/onlyoffice-document-server/17.3.0/CHANGELOG.md rename to stable/onlyoffice-document-server/17.5.1/CHANGELOG.md index b8678a233d2..30315a2c0c5 100644 --- a/stable/onlyoffice-document-server/17.3.0/CHANGELOG.md +++ b/stable/onlyoffice-document-server/17.5.1/CHANGELOG.md @@ -8,6 +8,44 @@ title: Changelog **Important:** +## [onlyoffice-document-server-17.5.1](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.5.0...onlyoffice-document-server-17.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [onlyoffice-document-server-17.5.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.4.1...onlyoffice-document-server-17.5.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [onlyoffice-document-server-17.4.1](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.4.0...onlyoffice-document-server-17.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [onlyoffice-document-server-17.4.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.3.0...onlyoffice-document-server-17.4.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + ## [onlyoffice-document-server-17.3.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.2.3...onlyoffice-document-server-17.3.0) (2024-03-06) ### Chore @@ -59,41 +97,3 @@ title: Changelog ## [onlyoffice-document-server-16.0.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.14...onlyoffice-document-server-16.0.0) (2024-02-03) - -### Chore - - - -- update container image onlyoffice/documentserver to v8.0.0[@ba008a8](https://github.com/ba008a8) by renovate ([#17790](https://github.com/truecharts/charts/issues/17790)) - - -## [onlyoffice-document-server-15.1.14](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.13...onlyoffice-document-server-15.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [onlyoffice-document-server-15.1.13](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.12...onlyoffice-document-server-15.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [onlyoffice-document-server-15.1.12](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.11...onlyoffice-document-server-15.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [onlyoffice-document-server-15.1.11](https://github.com/truecharts/charts/compare/onlyoffice-document-server-15.1.10...onlyoffice-document-server-15.1.11) (2024-01-21) - -### Chore diff --git a/stable/onlyoffice-document-server/17.3.0/Chart.yaml b/stable/onlyoffice-document-server/17.5.1/Chart.yaml similarity index 96% rename from stable/onlyoffice-document-server/17.3.0/Chart.yaml rename to stable/onlyoffice-document-server/17.5.1/Chart.yaml index 531ef9d0539..fbc7e27332c 100644 --- a/stable/onlyoffice-document-server/17.3.0/Chart.yaml +++ b/stable/onlyoffice-document-server/17.5.1/Chart.yaml @@ -10,14 +10,14 @@ apiVersion: v2 appVersion: 8.0.1 dependencies: - name: common - version: 18.2.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/onlyoffice-document-server - https://hub.docker.com/r/onlyoffice/documentserver type: application -version: 17.3.0 +version: 17.5.1 diff --git a/stable/onlyoffice-document-server/17.3.0/README.md b/stable/onlyoffice-document-server/17.5.1/README.md similarity index 100% rename from stable/onlyoffice-document-server/17.3.0/README.md rename to stable/onlyoffice-document-server/17.5.1/README.md diff --git a/stable/onlyoffice-document-server/17.5.1/app-changelog.md b/stable/onlyoffice-document-server/17.5.1/app-changelog.md new file mode 100644 index 00000000000..afa9d0686ec --- /dev/null +++ b/stable/onlyoffice-document-server/17.5.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [onlyoffice-document-server-17.5.1](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.5.0...onlyoffice-document-server-17.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/onlyoffice-document-server/17.3.0/app-readme.md b/stable/onlyoffice-document-server/17.5.1/app-readme.md similarity index 100% rename from stable/onlyoffice-document-server/17.3.0/app-readme.md rename to stable/onlyoffice-document-server/17.5.1/app-readme.md diff --git a/stable/onlyoffice-document-server/17.5.1/charts/common-20.0.6.tgz b/stable/onlyoffice-document-server/17.5.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/onlyoffice-document-server/17.5.1/charts/common-20.0.6.tgz differ diff --git a/stable/onlyoffice-document-server/17.5.1/charts/redis-13.0.1.tgz b/stable/onlyoffice-document-server/17.5.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/onlyoffice-document-server/17.5.1/charts/redis-13.0.1.tgz differ diff --git a/stable/onlyoffice-document-server/17.3.0/ix_values.yaml b/stable/onlyoffice-document-server/17.5.1/ix_values.yaml similarity index 100% rename from stable/onlyoffice-document-server/17.3.0/ix_values.yaml rename to stable/onlyoffice-document-server/17.5.1/ix_values.yaml diff --git a/stable/onlyoffice-document-server/17.3.0/questions.yaml b/stable/onlyoffice-document-server/17.5.1/questions.yaml similarity index 99% rename from stable/onlyoffice-document-server/17.3.0/questions.yaml rename to stable/onlyoffice-document-server/17.5.1/questions.yaml index 80261faae3c..49e4fd9eedd 100755 --- a/stable/onlyoffice-document-server/17.3.0/questions.yaml +++ b/stable/onlyoffice-document-server/17.5.1/questions.yaml @@ -1714,15 +1714,22 @@ questions: additional_attrs: true type: dict attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false - variable: instances label: Instances schema: type: int + show_if: [["enabled", "=", true]] default: 1 - variable: createRO label: "Create ReadOnly Instance" schema: type: boolean + show_if: [["enabled", "=", true]] default: false - variable: backups label: "Backup Settings (Experimental)" diff --git a/stable/onlyoffice-document-server/17.3.0/templates/NOTES.txt b/stable/onlyoffice-document-server/17.5.1/templates/NOTES.txt similarity index 100% rename from stable/onlyoffice-document-server/17.3.0/templates/NOTES.txt rename to stable/onlyoffice-document-server/17.5.1/templates/NOTES.txt diff --git a/stable/onlyoffice-document-server/17.3.0/templates/common.yaml b/stable/onlyoffice-document-server/17.5.1/templates/common.yaml similarity index 100% rename from stable/onlyoffice-document-server/17.3.0/templates/common.yaml rename to stable/onlyoffice-document-server/17.5.1/templates/common.yaml diff --git a/stable/onlyoffice-document-server/17.3.0/values.yaml b/stable/onlyoffice-document-server/17.5.1/values.yaml similarity index 100% rename from stable/onlyoffice-document-server/17.3.0/values.yaml rename to stable/onlyoffice-document-server/17.5.1/values.yaml diff --git a/stable/outline/12.3.0/CHANGELOG.md b/stable/outline/12.3.0/CHANGELOG.md deleted file mode 100644 index ce380cc93a7..00000000000 --- a/stable/outline/12.3.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [outline-12.3.0](https://github.com/truecharts/charts/compare/outline-12.2.3...outline-12.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [outline-12.2.3](https://github.com/truecharts/charts/compare/outline-12.2.2...outline-12.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [outline-12.2.2](https://github.com/truecharts/charts/compare/outline-12.2.0...outline-12.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - -## [outline-11.1.15](https://github.com/truecharts/charts/compare/outline-11.1.14...outline-11.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [outline-11.1.14](https://github.com/truecharts/charts/compare/outline-11.1.13...outline-11.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [outline-11.1.13](https://github.com/truecharts/charts/compare/outline-11.1.12...outline-11.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [outline-11.1.12](https://github.com/truecharts/charts/compare/outline-11.1.11...outline-11.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [outline-11.1.11](https://github.com/truecharts/charts/compare/outline-11.1.10...outline-11.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) diff --git a/stable/outline/12.3.0/charts/common-18.2.0.tgz b/stable/outline/12.3.0/charts/common-18.2.0.tgz deleted file mode 100644 index a5b3906a565..00000000000 Binary files a/stable/outline/12.3.0/charts/common-18.2.0.tgz and /dev/null differ diff --git a/stable/outline/12.3.0/charts/redis-11.2.1.tgz b/stable/outline/12.3.0/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/stable/outline/12.3.0/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/stable/outline/12.3.0/.helmignore b/stable/outline/12.5.1/.helmignore similarity index 100% rename from stable/outline/12.3.0/.helmignore rename to stable/outline/12.5.1/.helmignore diff --git a/stable/outline/12.5.1/CHANGELOG.md b/stable/outline/12.5.1/CHANGELOG.md new file mode 100644 index 00000000000..00481eb1fad --- /dev/null +++ b/stable/outline/12.5.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [outline-12.5.1](https://github.com/truecharts/charts/compare/outline-12.5.0...outline-12.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [outline-12.5.0](https://github.com/truecharts/charts/compare/outline-12.4.1...outline-12.5.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [outline-12.4.1](https://github.com/truecharts/charts/compare/outline-12.4.0...outline-12.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [outline-12.4.0](https://github.com/truecharts/charts/compare/outline-12.3.0...outline-12.4.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + +## [outline-12.3.0](https://github.com/truecharts/charts/compare/outline-12.2.3...outline-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [outline-12.2.3](https://github.com/truecharts/charts/compare/outline-12.2.2...outline-12.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [outline-12.2.2](https://github.com/truecharts/charts/compare/outline-12.2.0...outline-12.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + +## [outline-11.1.15](https://github.com/truecharts/charts/compare/outline-11.1.14...outline-11.1.15) (2024-02-03) + +### Chore + + diff --git a/stable/outline/12.3.0/Chart.yaml b/stable/outline/12.5.1/Chart.yaml similarity index 95% rename from stable/outline/12.3.0/Chart.yaml rename to stable/outline/12.5.1/Chart.yaml index 62511bc91e7..f90f1130e66 100644 --- a/stable/outline/12.3.0/Chart.yaml +++ b/stable/outline/12.5.1/Chart.yaml @@ -10,14 +10,14 @@ apiVersion: v2 appVersion: 0.75.2 dependencies: - name: common - version: 18.2.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/outline - https://hub.docker.com/r/outlinewiki/outline type: application -version: 12.3.0 +version: 12.5.1 diff --git a/stable/outline/12.3.0/README.md b/stable/outline/12.5.1/README.md similarity index 100% rename from stable/outline/12.3.0/README.md rename to stable/outline/12.5.1/README.md diff --git a/stable/outline/12.5.1/app-changelog.md b/stable/outline/12.5.1/app-changelog.md new file mode 100644 index 00000000000..3eaa11a76ae --- /dev/null +++ b/stable/outline/12.5.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [outline-12.5.1](https://github.com/truecharts/charts/compare/outline-12.5.0...outline-12.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/outline/12.3.0/app-readme.md b/stable/outline/12.5.1/app-readme.md similarity index 100% rename from stable/outline/12.3.0/app-readme.md rename to stable/outline/12.5.1/app-readme.md diff --git a/stable/outline/12.5.1/charts/common-20.0.6.tgz b/stable/outline/12.5.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/outline/12.5.1/charts/common-20.0.6.tgz differ diff --git a/stable/outline/12.5.1/charts/redis-13.0.1.tgz b/stable/outline/12.5.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/outline/12.5.1/charts/redis-13.0.1.tgz differ diff --git a/stable/outline/12.3.0/ix_values.yaml b/stable/outline/12.5.1/ix_values.yaml similarity index 100% rename from stable/outline/12.3.0/ix_values.yaml rename to stable/outline/12.5.1/ix_values.yaml diff --git a/stable/outline/12.3.0/questions.yaml b/stable/outline/12.5.1/questions.yaml similarity index 99% rename from stable/outline/12.3.0/questions.yaml rename to stable/outline/12.5.1/questions.yaml index 4c914041198..0e13c4ae069 100755 --- a/stable/outline/12.3.0/questions.yaml +++ b/stable/outline/12.5.1/questions.yaml @@ -2276,15 +2276,22 @@ questions: additional_attrs: true type: dict attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false - variable: instances label: Instances schema: type: int + show_if: [["enabled", "=", true]] default: 1 - variable: createRO label: "Create ReadOnly Instance" schema: type: boolean + show_if: [["enabled", "=", true]] default: false - variable: backups label: "Backup Settings (Experimental)" diff --git a/stable/outline/12.3.0/templates/NOTES.txt b/stable/outline/12.5.1/templates/NOTES.txt similarity index 100% rename from stable/outline/12.3.0/templates/NOTES.txt rename to stable/outline/12.5.1/templates/NOTES.txt diff --git a/stable/outline/12.3.0/templates/_secrets.tpl b/stable/outline/12.5.1/templates/_secrets.tpl similarity index 100% rename from stable/outline/12.3.0/templates/_secrets.tpl rename to stable/outline/12.5.1/templates/_secrets.tpl diff --git a/stable/outline/12.3.0/templates/common.yaml b/stable/outline/12.5.1/templates/common.yaml similarity index 100% rename from stable/outline/12.3.0/templates/common.yaml rename to stable/outline/12.5.1/templates/common.yaml diff --git a/stable/outline/12.3.0/values.yaml b/stable/outline/12.5.1/values.yaml similarity index 100% rename from stable/outline/12.3.0/values.yaml rename to stable/outline/12.5.1/values.yaml diff --git a/stable/paperless-ngx/7.4.0/app-changelog.md b/stable/paperless-ngx/7.4.0/app-changelog.md deleted file mode 100644 index 2e310dffc1c..00000000000 --- a/stable/paperless-ngx/7.4.0/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [paperless-ngx-7.4.0](https://github.com/truecharts/charts/compare/paperless-ngx-7.3.0...paperless-ngx-7.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) \ No newline at end of file diff --git a/stable/paperless-ngx/7.4.0/charts/common-19.0.0.tgz b/stable/paperless-ngx/7.4.0/charts/common-19.0.0.tgz deleted file mode 100644 index d8852c18c5a..00000000000 Binary files a/stable/paperless-ngx/7.4.0/charts/common-19.0.0.tgz and /dev/null differ diff --git a/stable/paperless-ngx/7.4.0/charts/redis-11.2.1.tgz b/stable/paperless-ngx/7.4.0/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/stable/paperless-ngx/7.4.0/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/stable/paperless-ngx/7.4.0/.helmignore b/stable/paperless-ngx/7.6.1/.helmignore similarity index 100% rename from stable/paperless-ngx/7.4.0/.helmignore rename to stable/paperless-ngx/7.6.1/.helmignore diff --git a/stable/paperless-ngx/7.4.0/CHANGELOG.md b/stable/paperless-ngx/7.6.1/CHANGELOG.md similarity index 54% rename from stable/paperless-ngx/7.4.0/CHANGELOG.md rename to stable/paperless-ngx/7.6.1/CHANGELOG.md index 85eaf88984c..c223820fe4a 100644 --- a/stable/paperless-ngx/7.4.0/CHANGELOG.md +++ b/stable/paperless-ngx/7.6.1/CHANGELOG.md @@ -8,6 +8,44 @@ title: Changelog **Important:** +## [paperless-ngx-7.6.1](https://github.com/truecharts/charts/compare/paperless-ngx-7.6.0...paperless-ngx-7.6.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [paperless-ngx-7.6.0](https://github.com/truecharts/charts/compare/paperless-ngx-7.5.0...paperless-ngx-7.6.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [paperless-ngx-7.5.0](https://github.com/truecharts/charts/compare/paperless-ngx-7.4.1...paperless-ngx-7.5.0) (2024-03-11) + +### Chore + + + +- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.6.2[@9483e2f](https://github.com/9483e2f) by renovate ([#19102](https://github.com/truecharts/charts/issues/19102)) + + +## [paperless-ngx-7.4.1](https://github.com/truecharts/charts/compare/paperless-ngx-7.4.0...paperless-ngx-7.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + ## [paperless-ngx-7.4.0](https://github.com/truecharts/charts/compare/paperless-ngx-7.3.0...paperless-ngx-7.4.0) (2024-03-07) ### Chore @@ -59,41 +97,3 @@ title: Changelog - - - - - - - -## [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 - diff --git a/stable/paperless-ngx/7.4.0/Chart.yaml b/stable/paperless-ngx/7.6.1/Chart.yaml similarity index 94% rename from stable/paperless-ngx/7.4.0/Chart.yaml rename to stable/paperless-ngx/7.6.1/Chart.yaml index deec365dc2c..4f0dfa9d0d6 100644 --- a/stable/paperless-ngx/7.4.0/Chart.yaml +++ b/stable/paperless-ngx/7.6.1/Chart.yaml @@ -7,17 +7,17 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.5.4 +appVersion: 2.6.2 dependencies: - name: common - version: 19.0.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -44,4 +44,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/paperless-ngx - https://ghcr.io/paperless-ngx/paperless-ngx type: application -version: 7.4.0 +version: 7.6.1 diff --git a/stable/paperless-ngx/7.4.0/README.md b/stable/paperless-ngx/7.6.1/README.md similarity index 100% rename from stable/paperless-ngx/7.4.0/README.md rename to stable/paperless-ngx/7.6.1/README.md diff --git a/stable/paperless-ngx/7.6.1/app-changelog.md b/stable/paperless-ngx/7.6.1/app-changelog.md new file mode 100644 index 00000000000..f6e0db8f91f --- /dev/null +++ b/stable/paperless-ngx/7.6.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [paperless-ngx-7.6.1](https://github.com/truecharts/charts/compare/paperless-ngx-7.6.0...paperless-ngx-7.6.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/paperless-ngx/7.4.0/app-readme.md b/stable/paperless-ngx/7.6.1/app-readme.md similarity index 100% rename from stable/paperless-ngx/7.4.0/app-readme.md rename to stable/paperless-ngx/7.6.1/app-readme.md diff --git a/stable/paperless-ngx/7.6.1/charts/common-20.0.6.tgz b/stable/paperless-ngx/7.6.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/paperless-ngx/7.6.1/charts/common-20.0.6.tgz differ diff --git a/stable/paperless-ngx/7.6.1/charts/redis-13.0.1.tgz b/stable/paperless-ngx/7.6.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/paperless-ngx/7.6.1/charts/redis-13.0.1.tgz differ diff --git a/stable/paperless-ngx/7.4.0/ix_values.yaml b/stable/paperless-ngx/7.6.1/ix_values.yaml similarity index 96% rename from stable/paperless-ngx/7.4.0/ix_values.yaml rename to stable/paperless-ngx/7.6.1/ix_values.yaml index f86046643e4..cea57aa48df 100644 --- a/stable/paperless-ngx/7.4.0/ix_values.yaml +++ b/stable/paperless-ngx/7.6.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/paperless-ngx/paperless-ngx pullPolicy: IfNotPresent - tag: 2.5.4@sha256:ce3aab0002d459af2fd13933c8ca8df87ecb92bf26fbffdba208149b8ee6f851 + tag: 2.6.2@sha256:9483e2fff0b50c1b5f90c6e6d085fc3551f9dd7d039c29efb3ace712ba9ee42e service: main: ports: diff --git a/stable/paperless-ngx/7.4.0/questions.yaml b/stable/paperless-ngx/7.6.1/questions.yaml similarity index 99% rename from stable/paperless-ngx/7.4.0/questions.yaml rename to stable/paperless-ngx/7.6.1/questions.yaml index d0ec6638805..df4de0e7869 100755 --- a/stable/paperless-ngx/7.4.0/questions.yaml +++ b/stable/paperless-ngx/7.6.1/questions.yaml @@ -2570,15 +2570,22 @@ questions: additional_attrs: true type: dict attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false - variable: instances label: Instances schema: type: int + show_if: [["enabled", "=", true]] default: 1 - variable: createRO label: "Create ReadOnly Instance" schema: type: boolean + show_if: [["enabled", "=", true]] default: false - variable: backups label: "Backup Settings (Experimental)" diff --git a/stable/paperless-ngx/7.4.0/templates/NOTES.txt b/stable/paperless-ngx/7.6.1/templates/NOTES.txt similarity index 100% rename from stable/paperless-ngx/7.4.0/templates/NOTES.txt rename to stable/paperless-ngx/7.6.1/templates/NOTES.txt diff --git a/stable/paperless-ngx/7.4.0/templates/_secrets.tpl b/stable/paperless-ngx/7.6.1/templates/_secrets.tpl similarity index 100% rename from stable/paperless-ngx/7.4.0/templates/_secrets.tpl rename to stable/paperless-ngx/7.6.1/templates/_secrets.tpl diff --git a/stable/paperless-ngx/7.4.0/templates/common.yaml b/stable/paperless-ngx/7.6.1/templates/common.yaml similarity index 100% rename from stable/paperless-ngx/7.4.0/templates/common.yaml rename to stable/paperless-ngx/7.6.1/templates/common.yaml diff --git a/stable/paperless-ngx/7.4.0/values.yaml b/stable/paperless-ngx/7.6.1/values.yaml similarity index 100% rename from stable/paperless-ngx/7.4.0/values.yaml rename to stable/paperless-ngx/7.6.1/values.yaml diff --git a/stable/papermerge/12.3.0/charts/common-18.2.0.tgz b/stable/papermerge/12.3.0/charts/common-18.2.0.tgz deleted file mode 100644 index a5b3906a565..00000000000 Binary files a/stable/papermerge/12.3.0/charts/common-18.2.0.tgz and /dev/null differ diff --git a/stable/papermerge/12.3.0/charts/redis-11.2.1.tgz b/stable/papermerge/12.3.0/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/stable/papermerge/12.3.0/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/stable/papermerge/12.3.0/.helmignore b/stable/papermerge/12.5.1/.helmignore similarity index 100% rename from stable/papermerge/12.3.0/.helmignore rename to stable/papermerge/12.5.1/.helmignore diff --git a/stable/papermerge/12.3.0/CHANGELOG.md b/stable/papermerge/12.5.1/CHANGELOG.md similarity index 54% rename from stable/papermerge/12.3.0/CHANGELOG.md rename to stable/papermerge/12.5.1/CHANGELOG.md index 99089165afe..55cc5128fee 100644 --- a/stable/papermerge/12.3.0/CHANGELOG.md +++ b/stable/papermerge/12.5.1/CHANGELOG.md @@ -8,6 +8,44 @@ title: Changelog **Important:** +## [papermerge-12.5.1](https://github.com/truecharts/charts/compare/papermerge-12.5.0...papermerge-12.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [papermerge-12.5.0](https://github.com/truecharts/charts/compare/papermerge-12.4.1...papermerge-12.5.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [papermerge-12.4.1](https://github.com/truecharts/charts/compare/papermerge-12.4.0...papermerge-12.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [papermerge-12.4.0](https://github.com/truecharts/charts/compare/papermerge-12.3.0...papermerge-12.4.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + ## [papermerge-12.3.0](https://github.com/truecharts/charts/compare/papermerge-12.2.3...papermerge-12.3.0) (2024-03-06) ### Chore @@ -59,41 +97,3 @@ title: Changelog ## [papermerge-11.1.14](https://github.com/truecharts/charts/compare/papermerge-11.1.13...papermerge-11.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [papermerge-11.1.13](https://github.com/truecharts/charts/compare/papermerge-11.1.12...papermerge-11.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [papermerge-11.1.12](https://github.com/truecharts/charts/compare/papermerge-11.1.11...papermerge-11.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [papermerge-11.1.11](https://github.com/truecharts/charts/compare/papermerge-11.1.10...papermerge-11.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [papermerge-11.1.10](https://github.com/truecharts/charts/compare/papermerge-11.1.9...papermerge-11.1.10) (2024-01-21) - -### Chore diff --git a/stable/papermerge/12.3.0/Chart.yaml b/stable/papermerge/12.5.1/Chart.yaml similarity index 95% rename from stable/papermerge/12.3.0/Chart.yaml rename to stable/papermerge/12.5.1/Chart.yaml index f89cefbc4fa..1160b887fc5 100644 --- a/stable/papermerge/12.3.0/Chart.yaml +++ b/stable/papermerge/12.5.1/Chart.yaml @@ -10,14 +10,14 @@ apiVersion: v2 appVersion: 2.1.9 dependencies: - name: common - version: 18.2.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -40,4 +40,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/papermerge - https://hub.docker.com/r/papermerge/papermerge type: application -version: 12.3.0 +version: 12.5.1 diff --git a/stable/papermerge/12.3.0/README.md b/stable/papermerge/12.5.1/README.md similarity index 100% rename from stable/papermerge/12.3.0/README.md rename to stable/papermerge/12.5.1/README.md diff --git a/stable/papermerge/12.5.1/app-changelog.md b/stable/papermerge/12.5.1/app-changelog.md new file mode 100644 index 00000000000..fe147c41627 --- /dev/null +++ b/stable/papermerge/12.5.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [papermerge-12.5.1](https://github.com/truecharts/charts/compare/papermerge-12.5.0...papermerge-12.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/papermerge/12.3.0/app-readme.md b/stable/papermerge/12.5.1/app-readme.md similarity index 100% rename from stable/papermerge/12.3.0/app-readme.md rename to stable/papermerge/12.5.1/app-readme.md diff --git a/stable/papermerge/12.5.1/charts/common-20.0.6.tgz b/stable/papermerge/12.5.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/papermerge/12.5.1/charts/common-20.0.6.tgz differ diff --git a/stable/papermerge/12.5.1/charts/redis-13.0.1.tgz b/stable/papermerge/12.5.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/papermerge/12.5.1/charts/redis-13.0.1.tgz differ diff --git a/stable/papermerge/12.3.0/ix_values.yaml b/stable/papermerge/12.5.1/ix_values.yaml similarity index 100% rename from stable/papermerge/12.3.0/ix_values.yaml rename to stable/papermerge/12.5.1/ix_values.yaml diff --git a/stable/papermerge/12.3.0/questions.yaml b/stable/papermerge/12.5.1/questions.yaml similarity index 99% rename from stable/papermerge/12.3.0/questions.yaml rename to stable/papermerge/12.5.1/questions.yaml index 6e4c9a3e037..75b69d90d05 100755 --- a/stable/papermerge/12.3.0/questions.yaml +++ b/stable/papermerge/12.5.1/questions.yaml @@ -2001,15 +2001,22 @@ questions: additional_attrs: true type: dict attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false - variable: instances label: Instances schema: type: int + show_if: [["enabled", "=", true]] default: 1 - variable: createRO label: "Create ReadOnly Instance" schema: type: boolean + show_if: [["enabled", "=", true]] default: false - variable: backups label: "Backup Settings (Experimental)" diff --git a/stable/papermerge/12.3.0/templates/NOTES.txt b/stable/papermerge/12.5.1/templates/NOTES.txt similarity index 100% rename from stable/papermerge/12.3.0/templates/NOTES.txt rename to stable/papermerge/12.5.1/templates/NOTES.txt diff --git a/stable/papermerge/12.3.0/templates/_secrets.tpl b/stable/papermerge/12.5.1/templates/_secrets.tpl similarity index 100% rename from stable/papermerge/12.3.0/templates/_secrets.tpl rename to stable/papermerge/12.5.1/templates/_secrets.tpl diff --git a/stable/papermerge/12.3.0/templates/common.yaml b/stable/papermerge/12.5.1/templates/common.yaml similarity index 100% rename from stable/papermerge/12.3.0/templates/common.yaml rename to stable/papermerge/12.5.1/templates/common.yaml diff --git a/stable/papermerge/12.3.0/values.yaml b/stable/papermerge/12.5.1/values.yaml similarity index 100% rename from stable/papermerge/12.3.0/values.yaml rename to stable/papermerge/12.5.1/values.yaml diff --git a/stable/romm/7.8.0/CHANGELOG.md b/stable/romm/7.8.0/CHANGELOG.md deleted file mode 100644 index 3f00e0bd80d..00000000000 --- a/stable/romm/7.8.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [romm-7.8.0](https://github.com/truecharts/charts/compare/romm-7.7.0...romm-7.8.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [romm-7.7.0](https://github.com/truecharts/charts/compare/romm-7.6.3...romm-7.7.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [romm-7.6.3](https://github.com/truecharts/charts/compare/romm-7.6.2...romm-7.6.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [romm-7.6.2](https://github.com/truecharts/charts/compare/romm-7.6.0...romm-7.6.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - -## [romm-6.3.8](https://github.com/truecharts/charts/compare/romm-6.3.7...romm-6.3.8) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [romm-6.3.7](https://github.com/truecharts/charts/compare/romm-6.3.6...romm-6.3.7) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [romm-6.3.6](https://github.com/truecharts/charts/compare/romm-6.3.5...romm-6.3.6) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [romm-6.3.5](https://github.com/truecharts/charts/compare/romm-6.3.4...romm-6.3.5) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - diff --git a/stable/romm/7.8.0/app-changelog.md b/stable/romm/7.8.0/app-changelog.md deleted file mode 100644 index ee013a1978a..00000000000 --- a/stable/romm/7.8.0/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [romm-7.8.0](https://github.com/truecharts/charts/compare/romm-7.7.0...romm-7.8.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) \ No newline at end of file diff --git a/stable/romm/7.8.0/charts/common-19.0.0.tgz b/stable/romm/7.8.0/charts/common-19.0.0.tgz deleted file mode 100644 index d8852c18c5a..00000000000 Binary files a/stable/romm/7.8.0/charts/common-19.0.0.tgz and /dev/null differ diff --git a/stable/romm/7.8.0/charts/mariadb-13.2.0.tgz b/stable/romm/7.8.0/charts/mariadb-13.2.0.tgz deleted file mode 100644 index 3849430c3b7..00000000000 Binary files a/stable/romm/7.8.0/charts/mariadb-13.2.0.tgz and /dev/null differ diff --git a/stable/romm/7.8.0/charts/redis-11.3.0.tgz b/stable/romm/7.8.0/charts/redis-11.3.0.tgz deleted file mode 100644 index 15df7e8184a..00000000000 Binary files a/stable/romm/7.8.0/charts/redis-11.3.0.tgz and /dev/null differ diff --git a/stable/romm/7.8.0/.helmignore b/stable/romm/7.9.1/.helmignore similarity index 100% rename from stable/romm/7.8.0/.helmignore rename to stable/romm/7.9.1/.helmignore diff --git a/stable/romm/7.9.1/CHANGELOG.md b/stable/romm/7.9.1/CHANGELOG.md new file mode 100644 index 00000000000..a29886f32eb --- /dev/null +++ b/stable/romm/7.9.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [romm-7.9.1](https://github.com/truecharts/charts/compare/romm-7.9.0...romm-7.9.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image mariadb to v13.4.1[@e28d6d5](https://github.com/e28d6d5) by renovate ([#19135](https://github.com/truecharts/charts/issues/19135)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [romm-7.9.0](https://github.com/truecharts/charts/compare/romm-7.8.2...romm-7.9.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [romm-7.8.2](https://github.com/truecharts/charts/compare/romm-7.8.1...romm-7.8.2) (2024-03-11) + +### Chore + + + +- update container image mariadb to v13.2.3[@e1f8d8a](https://github.com/e1f8d8a) by renovate ([#19145](https://github.com/truecharts/charts/issues/19145)) + + +## [romm-7.8.1](https://github.com/truecharts/charts/compare/romm-7.8.0...romm-7.8.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [romm-7.8.0](https://github.com/truecharts/charts/compare/romm-7.7.0...romm-7.8.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + +## [romm-7.7.0](https://github.com/truecharts/charts/compare/romm-7.6.3...romm-7.7.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [romm-7.6.3](https://github.com/truecharts/charts/compare/romm-7.6.2...romm-7.6.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [romm-7.6.2](https://github.com/truecharts/charts/compare/romm-7.6.0...romm-7.6.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + diff --git a/stable/romm/7.8.0/Chart.yaml b/stable/romm/7.9.1/Chart.yaml similarity index 94% rename from stable/romm/7.8.0/Chart.yaml rename to stable/romm/7.9.1/Chart.yaml index 4a9f275ac1b..e07efd7bbc6 100644 --- a/stable/romm/7.8.0/Chart.yaml +++ b/stable/romm/7.9.1/Chart.yaml @@ -10,21 +10,21 @@ apiVersion: v2 appVersion: 2.3.1 dependencies: - name: common - version: 19.0.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: mariadb - version: 13.2.0 + version: 13.4.1 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" tags: [] import-values: [] - name: redis - version: 11.3.0 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -48,4 +48,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/romm - https://ghcr.io/zurdi15/romm type: application -version: 7.8.0 +version: 7.9.1 diff --git a/stable/romm/7.8.0/README.md b/stable/romm/7.9.1/README.md similarity index 100% rename from stable/romm/7.8.0/README.md rename to stable/romm/7.9.1/README.md diff --git a/stable/romm/7.9.1/app-changelog.md b/stable/romm/7.9.1/app-changelog.md new file mode 100644 index 00000000000..2e208b76c40 --- /dev/null +++ b/stable/romm/7.9.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [romm-7.9.1](https://github.com/truecharts/charts/compare/romm-7.9.0...romm-7.9.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image mariadb to v13.4.1[@e28d6d5](https://github.com/e28d6d5) by renovate ([#19135](https://github.com/truecharts/charts/issues/19135)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/romm/7.8.0/app-readme.md b/stable/romm/7.9.1/app-readme.md similarity index 100% rename from stable/romm/7.8.0/app-readme.md rename to stable/romm/7.9.1/app-readme.md diff --git a/stable/romm/7.9.1/charts/common-20.0.6.tgz b/stable/romm/7.9.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/romm/7.9.1/charts/common-20.0.6.tgz differ diff --git a/stable/romm/7.9.1/charts/mariadb-13.4.1.tgz b/stable/romm/7.9.1/charts/mariadb-13.4.1.tgz new file mode 100644 index 00000000000..e25a7b40d91 Binary files /dev/null and b/stable/romm/7.9.1/charts/mariadb-13.4.1.tgz differ diff --git a/stable/romm/7.9.1/charts/redis-13.0.1.tgz b/stable/romm/7.9.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/romm/7.9.1/charts/redis-13.0.1.tgz differ diff --git a/stable/romm/7.8.0/ix_values.yaml b/stable/romm/7.9.1/ix_values.yaml similarity index 100% rename from stable/romm/7.8.0/ix_values.yaml rename to stable/romm/7.9.1/ix_values.yaml diff --git a/stable/romm/7.8.0/questions.yaml b/stable/romm/7.9.1/questions.yaml similarity index 100% rename from stable/romm/7.8.0/questions.yaml rename to stable/romm/7.9.1/questions.yaml diff --git a/stable/romm/7.8.0/templates/NOTES.txt b/stable/romm/7.9.1/templates/NOTES.txt similarity index 100% rename from stable/romm/7.8.0/templates/NOTES.txt rename to stable/romm/7.9.1/templates/NOTES.txt diff --git a/stable/romm/7.8.0/templates/_secrets.tpl b/stable/romm/7.9.1/templates/_secrets.tpl similarity index 100% rename from stable/romm/7.8.0/templates/_secrets.tpl rename to stable/romm/7.9.1/templates/_secrets.tpl diff --git a/stable/romm/7.8.0/templates/common.yaml b/stable/romm/7.9.1/templates/common.yaml similarity index 100% rename from stable/romm/7.8.0/templates/common.yaml rename to stable/romm/7.9.1/templates/common.yaml diff --git a/stable/romm/7.8.0/values.yaml b/stable/romm/7.9.1/values.yaml similarity index 100% rename from stable/romm/7.8.0/values.yaml rename to stable/romm/7.9.1/values.yaml diff --git a/stable/rsshub/12.4.1/charts/common-19.0.0.tgz b/stable/rsshub/12.4.1/charts/common-19.0.0.tgz deleted file mode 100644 index 6b07782a3c2..00000000000 Binary files a/stable/rsshub/12.4.1/charts/common-19.0.0.tgz and /dev/null differ diff --git a/stable/rsshub/12.4.1/charts/redis-11.2.1.tgz b/stable/rsshub/12.4.1/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/stable/rsshub/12.4.1/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/stable/rsshub/12.4.1/.helmignore b/stable/rsshub/12.5.1/.helmignore similarity index 100% rename from stable/rsshub/12.4.1/.helmignore rename to stable/rsshub/12.5.1/.helmignore diff --git a/stable/rsshub/12.4.1/CHANGELOG.md b/stable/rsshub/12.5.1/CHANGELOG.md similarity index 51% rename from stable/rsshub/12.4.1/CHANGELOG.md rename to stable/rsshub/12.5.1/CHANGELOG.md index 3156f85c857..275ceee51f2 100644 --- a/stable/rsshub/12.4.1/CHANGELOG.md +++ b/stable/rsshub/12.5.1/CHANGELOG.md @@ -8,6 +8,44 @@ title: Changelog **Important:** +## [rsshub-12.5.1](https://github.com/truecharts/charts/compare/rsshub-12.5.0...rsshub-12.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [rsshub-12.5.0](https://github.com/truecharts/charts/compare/rsshub-12.4.3...rsshub-12.5.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [rsshub-12.4.3](https://github.com/truecharts/charts/compare/rsshub-12.4.2...rsshub-12.4.3) (2024-03-11) + +### Chore + + + +- update container image diygod/rsshub to latest[@1dcdd3a](https://github.com/1dcdd3a) by renovate ([#19151](https://github.com/truecharts/charts/issues/19151)) + + +## [rsshub-12.4.2](https://github.com/truecharts/charts/compare/rsshub-12.4.1...rsshub-12.4.2) (2024-03-11) + +### Chore + + + +- update container image diygod/rsshub to latest[@0add9f3](https://github.com/0add9f3) by renovate ([#18976](https://github.com/truecharts/charts/issues/18976)) + + ## [rsshub-12.4.1](https://github.com/truecharts/charts/compare/rsshub-12.4.0...rsshub-12.4.1) (2024-03-07) ### Chore @@ -59,41 +97,3 @@ title: Changelog - - - - - - - - - - - - - - - - - - - - - - - - - - - - -## [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) diff --git a/stable/rsshub/12.4.1/Chart.yaml b/stable/rsshub/12.5.1/Chart.yaml similarity index 95% rename from stable/rsshub/12.4.1/Chart.yaml rename to stable/rsshub/12.5.1/Chart.yaml index 704bfcdabc8..b8d412fed7c 100644 --- a/stable/rsshub/12.4.1/Chart.yaml +++ b/stable/rsshub/12.5.1/Chart.yaml @@ -10,14 +10,14 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 19.0.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -40,7 +40,7 @@ sources: - https://docs.rsshub.app/en/install/ - https://github.com/DIYgod/RSSHub - https://github.com/truecharts/charts/tree/master/charts/stable/rsshub - - https://hub.docker.com/r/diygod/rsshub - https://hub.docker.com/r/browserless/chrome + - https://hub.docker.com/r/diygod/rsshub type: application -version: 12.4.1 +version: 12.5.1 diff --git a/stable/rsshub/12.4.1/README.md b/stable/rsshub/12.5.1/README.md similarity index 100% rename from stable/rsshub/12.4.1/README.md rename to stable/rsshub/12.5.1/README.md diff --git a/stable/rsshub/12.5.1/app-changelog.md b/stable/rsshub/12.5.1/app-changelog.md new file mode 100644 index 00000000000..7005a71bc33 --- /dev/null +++ b/stable/rsshub/12.5.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [rsshub-12.5.1](https://github.com/truecharts/charts/compare/rsshub-12.5.0...rsshub-12.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/rsshub/12.4.1/app-readme.md b/stable/rsshub/12.5.1/app-readme.md similarity index 100% rename from stable/rsshub/12.4.1/app-readme.md rename to stable/rsshub/12.5.1/app-readme.md diff --git a/stable/rsshub/12.5.1/charts/common-20.0.6.tgz b/stable/rsshub/12.5.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/rsshub/12.5.1/charts/common-20.0.6.tgz differ diff --git a/stable/rsshub/12.5.1/charts/redis-13.0.1.tgz b/stable/rsshub/12.5.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/rsshub/12.5.1/charts/redis-13.0.1.tgz differ diff --git a/stable/rsshub/12.4.1/ix_values.yaml b/stable/rsshub/12.5.1/ix_values.yaml similarity index 95% rename from stable/rsshub/12.4.1/ix_values.yaml rename to stable/rsshub/12.5.1/ix_values.yaml index 39eb5f208ad..7cbb4e215da 100644 --- a/stable/rsshub/12.4.1/ix_values.yaml +++ b/stable/rsshub/12.5.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: diygod/rsshub pullPolicy: IfNotPresent - tag: latest@sha256:4a704a37d30662e3d891fa5e1d9d3e5c770a6393eb35597fa9d01c32d385b34d + tag: latest@sha256:1dcdd3a24c0c993311b336c9bfb9e54ccfb147f99406da453944c595cd87880d browserlessImage: repository: browserless/chrome tag: 1.61.1-chrome-stable@sha256:efac47cfff3830d9a50b27d29f8bbb61949058ae336c823fbe9bd3c0d1debcc8 diff --git a/stable/rsshub/12.4.1/questions.yaml b/stable/rsshub/12.5.1/questions.yaml similarity index 100% rename from stable/rsshub/12.4.1/questions.yaml rename to stable/rsshub/12.5.1/questions.yaml diff --git a/stable/rsshub/12.4.1/templates/NOTES.txt b/stable/rsshub/12.5.1/templates/NOTES.txt similarity index 100% rename from stable/rsshub/12.4.1/templates/NOTES.txt rename to stable/rsshub/12.5.1/templates/NOTES.txt diff --git a/stable/rsshub/12.4.1/templates/common.yaml b/stable/rsshub/12.5.1/templates/common.yaml similarity index 100% rename from stable/rsshub/12.4.1/templates/common.yaml rename to stable/rsshub/12.5.1/templates/common.yaml diff --git a/stable/rsshub/12.4.1/values.yaml b/stable/rsshub/12.5.1/values.yaml similarity index 100% rename from stable/rsshub/12.4.1/values.yaml rename to stable/rsshub/12.5.1/values.yaml diff --git a/stable/send/5.3.0/charts/common-18.2.0.tgz b/stable/send/5.3.0/charts/common-18.2.0.tgz deleted file mode 100644 index a5b3906a565..00000000000 Binary files a/stable/send/5.3.0/charts/common-18.2.0.tgz and /dev/null differ diff --git a/stable/send/5.3.0/charts/redis-11.2.1.tgz b/stable/send/5.3.0/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/stable/send/5.3.0/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/stable/send/5.3.0/.helmignore b/stable/send/5.5.1/.helmignore similarity index 100% rename from stable/send/5.3.0/.helmignore rename to stable/send/5.5.1/.helmignore diff --git a/stable/send/5.3.0/CHANGELOG.md b/stable/send/5.5.1/CHANGELOG.md similarity index 54% rename from stable/send/5.3.0/CHANGELOG.md rename to stable/send/5.5.1/CHANGELOG.md index ebc530ddcbd..46c01307f89 100644 --- a/stable/send/5.3.0/CHANGELOG.md +++ b/stable/send/5.5.1/CHANGELOG.md @@ -8,6 +8,44 @@ title: Changelog **Important:** +## [send-5.5.1](https://github.com/truecharts/charts/compare/send-5.5.0...send-5.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [send-5.5.0](https://github.com/truecharts/charts/compare/send-5.4.1...send-5.5.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [send-5.4.1](https://github.com/truecharts/charts/compare/send-5.4.0...send-5.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [send-5.4.0](https://github.com/truecharts/charts/compare/send-5.3.0...send-5.4.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + ## [send-5.3.0](https://github.com/truecharts/charts/compare/send-5.2.3...send-5.3.0) (2024-03-06) ### Chore @@ -59,42 +97,3 @@ title: Changelog ## [send-4.2.1](https://github.com/truecharts/charts/compare/send-4.2.0...send-4.2.1) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [send-4.2.0](https://github.com/truecharts/charts/compare/send-4.1.10...send-4.2.0) (2024-01-26) - - -## [send-4.1.10](https://github.com/truecharts/charts/compare/send-4.1.9...send-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [send-4.1.9](https://github.com/truecharts/charts/compare/send-4.1.8...send-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [send-4.1.8](https://github.com/truecharts/charts/compare/send-4.1.7...send-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [send-4.1.7](https://github.com/truecharts/charts/compare/send-4.1.6...send-4.1.7) (2024-01-21) \ No newline at end of file diff --git a/stable/send/5.3.0/Chart.yaml b/stable/send/5.5.1/Chart.yaml similarity index 95% rename from stable/send/5.3.0/Chart.yaml rename to stable/send/5.5.1/Chart.yaml index 84269e8832d..8cc0450bcb2 100644 --- a/stable/send/5.3.0/Chart.yaml +++ b/stable/send/5.5.1/Chart.yaml @@ -10,14 +10,14 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 18.2.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -41,4 +41,4 @@ sources: - https://gitlab.com/timvisee/send - https://github.com/truecharts/charts/tree/master/charts/stable/send type: application -version: 5.3.0 +version: 5.5.1 diff --git a/stable/send/5.3.0/README.md b/stable/send/5.5.1/README.md similarity index 100% rename from stable/send/5.3.0/README.md rename to stable/send/5.5.1/README.md diff --git a/stable/send/5.5.1/app-changelog.md b/stable/send/5.5.1/app-changelog.md new file mode 100644 index 00000000000..ff1fd22b547 --- /dev/null +++ b/stable/send/5.5.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [send-5.5.1](https://github.com/truecharts/charts/compare/send-5.5.0...send-5.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/send/5.3.0/app-readme.md b/stable/send/5.5.1/app-readme.md similarity index 100% rename from stable/send/5.3.0/app-readme.md rename to stable/send/5.5.1/app-readme.md diff --git a/stable/send/5.5.1/charts/common-20.0.6.tgz b/stable/send/5.5.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/send/5.5.1/charts/common-20.0.6.tgz differ diff --git a/stable/send/5.5.1/charts/redis-13.0.1.tgz b/stable/send/5.5.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/send/5.5.1/charts/redis-13.0.1.tgz differ diff --git a/stable/send/5.3.0/ix_values.yaml b/stable/send/5.5.1/ix_values.yaml similarity index 100% rename from stable/send/5.3.0/ix_values.yaml rename to stable/send/5.5.1/ix_values.yaml diff --git a/stable/send/5.3.0/questions.yaml b/stable/send/5.5.1/questions.yaml similarity index 100% rename from stable/send/5.3.0/questions.yaml rename to stable/send/5.5.1/questions.yaml diff --git a/stable/send/5.3.0/templates/common.yaml b/stable/send/5.5.1/templates/common.yaml similarity index 100% rename from stable/send/5.3.0/templates/common.yaml rename to stable/send/5.5.1/templates/common.yaml diff --git a/stable/send/5.3.0/values.yaml b/stable/send/5.5.1/values.yaml similarity index 100% rename from stable/send/5.3.0/values.yaml rename to stable/send/5.5.1/values.yaml diff --git a/stable/shlink/14.2.0/app-changelog.md b/stable/shlink/14.2.0/app-changelog.md deleted file mode 100644 index b1da3c3e868..00000000000 --- a/stable/shlink/14.2.0/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [shlink-14.2.0](https://github.com/truecharts/charts/compare/shlink-14.1.0...shlink-14.2.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) \ No newline at end of file diff --git a/stable/shlink/14.2.0/charts/common-19.0.0.tgz b/stable/shlink/14.2.0/charts/common-19.0.0.tgz deleted file mode 100644 index d8852c18c5a..00000000000 Binary files a/stable/shlink/14.2.0/charts/common-19.0.0.tgz and /dev/null differ diff --git a/stable/shlink/14.2.0/charts/redis-11.2.1.tgz b/stable/shlink/14.2.0/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/stable/shlink/14.2.0/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/stable/shlink/14.2.0/.helmignore b/stable/shlink/14.3.1/.helmignore similarity index 100% rename from stable/shlink/14.2.0/.helmignore rename to stable/shlink/14.3.1/.helmignore diff --git a/stable/shlink/14.2.0/CHANGELOG.md b/stable/shlink/14.3.1/CHANGELOG.md similarity index 52% rename from stable/shlink/14.2.0/CHANGELOG.md rename to stable/shlink/14.3.1/CHANGELOG.md index 527371555f4..faacd08236a 100644 --- a/stable/shlink/14.2.0/CHANGELOG.md +++ b/stable/shlink/14.3.1/CHANGELOG.md @@ -8,6 +8,44 @@ title: Changelog **Important:** +## [shlink-14.3.1](https://github.com/truecharts/charts/compare/shlink-14.3.0...shlink-14.3.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [shlink-14.3.0](https://github.com/truecharts/charts/compare/shlink-14.2.2...shlink-14.3.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [shlink-14.2.2](https://github.com/truecharts/charts/compare/shlink-14.2.1...shlink-14.2.2) (2024-03-11) + +### Chore + + + +- update container image shlinkio/shlink to v4.0.2[@7a269a8](https://github.com/7a269a8) by renovate ([#19087](https://github.com/truecharts/charts/issues/19087)) + + +## [shlink-14.2.1](https://github.com/truecharts/charts/compare/shlink-14.2.0...shlink-14.2.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + ## [shlink-14.2.0](https://github.com/truecharts/charts/compare/shlink-14.1.0...shlink-14.2.0) (2024-03-07) ### Chore @@ -59,42 +97,4 @@ title: Changelog -## [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 \ No newline at end of file +## [shlink-12.1.17](https://github.com/truecharts/charts/compare/shlink-12.1.16...shlink-12.1.17) (2024-02-03) \ No newline at end of file diff --git a/stable/shlink/14.2.0/Chart.yaml b/stable/shlink/14.3.1/Chart.yaml similarity index 94% rename from stable/shlink/14.2.0/Chart.yaml rename to stable/shlink/14.3.1/Chart.yaml index b9ad3a6df0e..168501f05b6 100644 --- a/stable/shlink/14.2.0/Chart.yaml +++ b/stable/shlink/14.3.1/Chart.yaml @@ -7,17 +7,17 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 4.0.0 +appVersion: 4.0.2 dependencies: - name: common - version: 19.0.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/shlink - https://hub.docker.com/r/shlinkio/shlink type: application -version: 14.2.0 +version: 14.3.1 diff --git a/stable/shlink/14.2.0/README.md b/stable/shlink/14.3.1/README.md similarity index 100% rename from stable/shlink/14.2.0/README.md rename to stable/shlink/14.3.1/README.md diff --git a/stable/shlink/14.3.1/app-changelog.md b/stable/shlink/14.3.1/app-changelog.md new file mode 100644 index 00000000000..9f3f6b82139 --- /dev/null +++ b/stable/shlink/14.3.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [shlink-14.3.1](https://github.com/truecharts/charts/compare/shlink-14.3.0...shlink-14.3.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/shlink/14.2.0/app-readme.md b/stable/shlink/14.3.1/app-readme.md similarity index 100% rename from stable/shlink/14.2.0/app-readme.md rename to stable/shlink/14.3.1/app-readme.md diff --git a/stable/shlink/14.3.1/charts/common-20.0.6.tgz b/stable/shlink/14.3.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/shlink/14.3.1/charts/common-20.0.6.tgz differ diff --git a/stable/shlink/14.3.1/charts/redis-13.0.1.tgz b/stable/shlink/14.3.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/shlink/14.3.1/charts/redis-13.0.1.tgz differ diff --git a/stable/shlink/14.2.0/ix_values.yaml b/stable/shlink/14.3.1/ix_values.yaml similarity index 94% rename from stable/shlink/14.2.0/ix_values.yaml rename to stable/shlink/14.3.1/ix_values.yaml index 0f9a9162b37..c841809e862 100644 --- a/stable/shlink/14.2.0/ix_values.yaml +++ b/stable/shlink/14.3.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: shlinkio/shlink pullPolicy: IfNotPresent - tag: 4.0.0@sha256:e03f43a18fea4edb846dad28aecd093cf0a6afb2b147eb6defb867c2ca54679d + tag: 4.0.2@sha256:7a269a8598ee3e6dc14cb167bf9c8b18de92327606b9e717bc9972d086bc923f service: main: ports: diff --git a/stable/shlink/14.2.0/questions.yaml b/stable/shlink/14.3.1/questions.yaml similarity index 99% rename from stable/shlink/14.2.0/questions.yaml rename to stable/shlink/14.3.1/questions.yaml index e4d8ddfa6a7..42e8fe4fbcc 100755 --- a/stable/shlink/14.2.0/questions.yaml +++ b/stable/shlink/14.3.1/questions.yaml @@ -1718,15 +1718,22 @@ questions: additional_attrs: true type: dict attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false - variable: instances label: Instances schema: type: int + show_if: [["enabled", "=", true]] default: 1 - variable: createRO label: "Create ReadOnly Instance" schema: type: boolean + show_if: [["enabled", "=", true]] default: false - variable: backups label: "Backup Settings (Experimental)" diff --git a/stable/shlink/14.2.0/templates/NOTES.txt b/stable/shlink/14.3.1/templates/NOTES.txt similarity index 100% rename from stable/shlink/14.2.0/templates/NOTES.txt rename to stable/shlink/14.3.1/templates/NOTES.txt diff --git a/stable/shlink/14.2.0/templates/common.yaml b/stable/shlink/14.3.1/templates/common.yaml similarity index 100% rename from stable/shlink/14.2.0/templates/common.yaml rename to stable/shlink/14.3.1/templates/common.yaml diff --git a/stable/shlink/14.2.0/values.yaml b/stable/shlink/14.3.1/values.yaml similarity index 100% rename from stable/shlink/14.2.0/values.yaml rename to stable/shlink/14.3.1/values.yaml diff --git a/stable/speedtest-tracker/1.3.0/CHANGELOG.md b/stable/speedtest-tracker/1.3.0/CHANGELOG.md deleted file mode 100644 index bb0d79ceed7..00000000000 --- a/stable/speedtest-tracker/1.3.0/CHANGELOG.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [speedtest-tracker-1.3.0](https://github.com/truecharts/charts/compare/speedtest-tracker-1.2.3...speedtest-tracker-1.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [speedtest-tracker-1.2.3](https://github.com/truecharts/charts/compare/speedtest-tracker-1.2.2...speedtest-tracker-1.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [speedtest-tracker-1.2.2](https://github.com/truecharts/charts/compare/speedtest-tracker-1.2.0...speedtest-tracker-1.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/speedtest-tracker/1.3.0/charts/common-18.2.0.tgz b/stable/speedtest-tracker/1.3.0/charts/common-18.2.0.tgz deleted file mode 100644 index a5b3906a565..00000000000 Binary files a/stable/speedtest-tracker/1.3.0/charts/common-18.2.0.tgz and /dev/null differ diff --git a/stable/speedtest-tracker/1.3.0/charts/redis-11.2.1.tgz b/stable/speedtest-tracker/1.3.0/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/stable/speedtest-tracker/1.3.0/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/stable/speedtest-tracker/1.3.0/.helmignore b/stable/speedtest-tracker/1.5.1/.helmignore similarity index 100% rename from stable/speedtest-tracker/1.3.0/.helmignore rename to stable/speedtest-tracker/1.5.1/.helmignore diff --git a/stable/speedtest-tracker/1.5.1/CHANGELOG.md b/stable/speedtest-tracker/1.5.1/CHANGELOG.md new file mode 100644 index 00000000000..f3285ada626 --- /dev/null +++ b/stable/speedtest-tracker/1.5.1/CHANGELOG.md @@ -0,0 +1,75 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [speedtest-tracker-1.5.1](https://github.com/truecharts/charts/compare/speedtest-tracker-1.5.0...speedtest-tracker-1.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [speedtest-tracker-1.5.0](https://github.com/truecharts/charts/compare/speedtest-tracker-1.4.1...speedtest-tracker-1.5.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [speedtest-tracker-1.4.1](https://github.com/truecharts/charts/compare/speedtest-tracker-1.4.0...speedtest-tracker-1.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [speedtest-tracker-1.4.0](https://github.com/truecharts/charts/compare/speedtest-tracker-1.3.0...speedtest-tracker-1.4.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + +## [speedtest-tracker-1.3.0](https://github.com/truecharts/charts/compare/speedtest-tracker-1.2.3...speedtest-tracker-1.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [speedtest-tracker-1.2.3](https://github.com/truecharts/charts/compare/speedtest-tracker-1.2.2...speedtest-tracker-1.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [speedtest-tracker-1.2.2](https://github.com/truecharts/charts/compare/speedtest-tracker-1.2.0...speedtest-tracker-1.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/speedtest-tracker/1.3.0/Chart.yaml b/stable/speedtest-tracker/1.5.1/Chart.yaml similarity index 96% rename from stable/speedtest-tracker/1.3.0/Chart.yaml rename to stable/speedtest-tracker/1.5.1/Chart.yaml index ee52364a7e0..3c054f2e33d 100644 --- a/stable/speedtest-tracker/1.3.0/Chart.yaml +++ b/stable/speedtest-tracker/1.5.1/Chart.yaml @@ -10,14 +10,14 @@ apiVersion: v2 appVersion: 0.18.2 dependencies: - name: common - version: 18.2.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-tracker - https://ghcr.io/linuxserver/speedtest-tracker type: application -version: 1.3.0 +version: 1.5.1 diff --git a/stable/speedtest-tracker/1.3.0/README.md b/stable/speedtest-tracker/1.5.1/README.md similarity index 100% rename from stable/speedtest-tracker/1.3.0/README.md rename to stable/speedtest-tracker/1.5.1/README.md diff --git a/stable/speedtest-tracker/1.5.1/app-changelog.md b/stable/speedtest-tracker/1.5.1/app-changelog.md new file mode 100644 index 00000000000..da519b14be6 --- /dev/null +++ b/stable/speedtest-tracker/1.5.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [speedtest-tracker-1.5.1](https://github.com/truecharts/charts/compare/speedtest-tracker-1.5.0...speedtest-tracker-1.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/speedtest-tracker/1.3.0/app-readme.md b/stable/speedtest-tracker/1.5.1/app-readme.md similarity index 100% rename from stable/speedtest-tracker/1.3.0/app-readme.md rename to stable/speedtest-tracker/1.5.1/app-readme.md diff --git a/stable/speedtest-tracker/1.5.1/charts/common-20.0.6.tgz b/stable/speedtest-tracker/1.5.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/speedtest-tracker/1.5.1/charts/common-20.0.6.tgz differ diff --git a/stable/speedtest-tracker/1.5.1/charts/redis-13.0.1.tgz b/stable/speedtest-tracker/1.5.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/speedtest-tracker/1.5.1/charts/redis-13.0.1.tgz differ diff --git a/stable/speedtest-tracker/1.3.0/ix_values.yaml b/stable/speedtest-tracker/1.5.1/ix_values.yaml similarity index 100% rename from stable/speedtest-tracker/1.3.0/ix_values.yaml rename to stable/speedtest-tracker/1.5.1/ix_values.yaml diff --git a/stable/speedtest-tracker/1.3.0/questions.yaml b/stable/speedtest-tracker/1.5.1/questions.yaml similarity index 99% rename from stable/speedtest-tracker/1.3.0/questions.yaml rename to stable/speedtest-tracker/1.5.1/questions.yaml index 5ee5e89aa6c..d50c775cf34 100755 --- a/stable/speedtest-tracker/1.3.0/questions.yaml +++ b/stable/speedtest-tracker/1.5.1/questions.yaml @@ -2045,15 +2045,22 @@ questions: additional_attrs: true type: dict attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false - variable: instances label: Instances schema: type: int + show_if: [["enabled", "=", true]] default: 1 - variable: createRO label: "Create ReadOnly Instance" schema: type: boolean + show_if: [["enabled", "=", true]] default: false - variable: backups label: "Backup Settings (Experimental)" diff --git a/stable/speedtest-tracker/1.3.0/templates/NOTES.txt b/stable/speedtest-tracker/1.5.1/templates/NOTES.txt similarity index 100% rename from stable/speedtest-tracker/1.3.0/templates/NOTES.txt rename to stable/speedtest-tracker/1.5.1/templates/NOTES.txt diff --git a/stable/speedtest-tracker/1.3.0/templates/_secrets.tpl b/stable/speedtest-tracker/1.5.1/templates/_secrets.tpl similarity index 100% rename from stable/speedtest-tracker/1.3.0/templates/_secrets.tpl rename to stable/speedtest-tracker/1.5.1/templates/_secrets.tpl diff --git a/stable/speedtest-tracker/1.3.0/templates/common.yaml b/stable/speedtest-tracker/1.5.1/templates/common.yaml similarity index 100% rename from stable/speedtest-tracker/1.3.0/templates/common.yaml rename to stable/speedtest-tracker/1.5.1/templates/common.yaml diff --git a/stable/speedtest-tracker/1.3.0/values.yaml b/stable/speedtest-tracker/1.5.1/values.yaml similarity index 100% rename from stable/speedtest-tracker/1.3.0/values.yaml rename to stable/speedtest-tracker/1.5.1/values.yaml diff --git a/stable/van-dam/4.3.0/charts/common-18.2.0.tgz b/stable/van-dam/4.3.0/charts/common-18.2.0.tgz deleted file mode 100644 index a5b3906a565..00000000000 Binary files a/stable/van-dam/4.3.0/charts/common-18.2.0.tgz and /dev/null differ diff --git a/stable/van-dam/4.3.0/charts/redis-11.2.1.tgz b/stable/van-dam/4.3.0/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/stable/van-dam/4.3.0/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/stable/van-dam/4.3.0/.helmignore b/stable/van-dam/4.5.1/.helmignore similarity index 100% rename from stable/van-dam/4.3.0/.helmignore rename to stable/van-dam/4.5.1/.helmignore diff --git a/stable/van-dam/4.3.0/CHANGELOG.md b/stable/van-dam/4.5.1/CHANGELOG.md similarity index 54% rename from stable/van-dam/4.3.0/CHANGELOG.md rename to stable/van-dam/4.5.1/CHANGELOG.md index efd07bced08..2ab25a4cbc4 100644 --- a/stable/van-dam/4.3.0/CHANGELOG.md +++ b/stable/van-dam/4.5.1/CHANGELOG.md @@ -8,6 +8,44 @@ title: Changelog **Important:** +## [van-dam-4.5.1](https://github.com/truecharts/charts/compare/van-dam-4.5.0...van-dam-4.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [van-dam-4.5.0](https://github.com/truecharts/charts/compare/van-dam-4.4.1...van-dam-4.5.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [van-dam-4.4.1](https://github.com/truecharts/charts/compare/van-dam-4.4.0...van-dam-4.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [van-dam-4.4.0](https://github.com/truecharts/charts/compare/van-dam-4.3.0...van-dam-4.4.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + ## [van-dam-4.3.0](https://github.com/truecharts/charts/compare/van-dam-4.2.3...van-dam-4.3.0) (2024-03-06) ### Chore @@ -59,41 +97,3 @@ title: Changelog ## [van-dam-3.1.18](https://github.com/truecharts/charts/compare/van-dam-3.1.17...van-dam-3.1.18) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [van-dam-3.1.17](https://github.com/truecharts/charts/compare/van-dam-3.1.16...van-dam-3.1.17) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [van-dam-3.1.16](https://github.com/truecharts/charts/compare/van-dam-3.1.15...van-dam-3.1.16) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [van-dam-3.1.15](https://github.com/truecharts/charts/compare/van-dam-3.1.14...van-dam-3.1.15) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [van-dam-3.1.14](https://github.com/truecharts/charts/compare/van-dam-3.1.13...van-dam-3.1.14) (2024-01-21) - -### Chore diff --git a/stable/van-dam/4.3.0/Chart.yaml b/stable/van-dam/4.5.1/Chart.yaml similarity index 95% rename from stable/van-dam/4.3.0/Chart.yaml rename to stable/van-dam/4.5.1/Chart.yaml index 3332d00a2b6..75a685b6186 100644 --- a/stable/van-dam/4.3.0/Chart.yaml +++ b/stable/van-dam/4.5.1/Chart.yaml @@ -10,14 +10,14 @@ apiVersion: v2 appVersion: 0.54.1 dependencies: - name: common - version: 18.2.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/van-dam - https://ghcr.io/floppy/van_dam type: application -version: 4.3.0 +version: 4.5.1 diff --git a/stable/van-dam/4.3.0/README.md b/stable/van-dam/4.5.1/README.md similarity index 100% rename from stable/van-dam/4.3.0/README.md rename to stable/van-dam/4.5.1/README.md diff --git a/stable/van-dam/4.5.1/app-changelog.md b/stable/van-dam/4.5.1/app-changelog.md new file mode 100644 index 00000000000..f56c5dc7071 --- /dev/null +++ b/stable/van-dam/4.5.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [van-dam-4.5.1](https://github.com/truecharts/charts/compare/van-dam-4.5.0...van-dam-4.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/van-dam/4.3.0/app-readme.md b/stable/van-dam/4.5.1/app-readme.md similarity index 100% rename from stable/van-dam/4.3.0/app-readme.md rename to stable/van-dam/4.5.1/app-readme.md diff --git a/stable/van-dam/4.5.1/charts/common-20.0.6.tgz b/stable/van-dam/4.5.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/van-dam/4.5.1/charts/common-20.0.6.tgz differ diff --git a/stable/van-dam/4.5.1/charts/redis-13.0.1.tgz b/stable/van-dam/4.5.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/van-dam/4.5.1/charts/redis-13.0.1.tgz differ diff --git a/stable/van-dam/4.3.0/ix_values.yaml b/stable/van-dam/4.5.1/ix_values.yaml similarity index 100% rename from stable/van-dam/4.3.0/ix_values.yaml rename to stable/van-dam/4.5.1/ix_values.yaml diff --git a/stable/van-dam/4.3.0/questions.yaml b/stable/van-dam/4.5.1/questions.yaml similarity index 99% rename from stable/van-dam/4.3.0/questions.yaml rename to stable/van-dam/4.5.1/questions.yaml index 72eb54a207c..1dcda9fa865 100755 --- a/stable/van-dam/4.3.0/questions.yaml +++ b/stable/van-dam/4.5.1/questions.yaml @@ -1972,15 +1972,22 @@ questions: additional_attrs: true type: dict attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false - variable: instances label: Instances schema: type: int + show_if: [["enabled", "=", true]] default: 1 - variable: createRO label: "Create ReadOnly Instance" schema: type: boolean + show_if: [["enabled", "=", true]] default: false - variable: backups label: "Backup Settings (Experimental)" diff --git a/stable/van-dam/4.3.0/templates/NOTES.txt b/stable/van-dam/4.5.1/templates/NOTES.txt similarity index 100% rename from stable/van-dam/4.3.0/templates/NOTES.txt rename to stable/van-dam/4.5.1/templates/NOTES.txt diff --git a/stable/van-dam/4.3.0/templates/_secrets.tpl b/stable/van-dam/4.5.1/templates/_secrets.tpl similarity index 100% rename from stable/van-dam/4.3.0/templates/_secrets.tpl rename to stable/van-dam/4.5.1/templates/_secrets.tpl diff --git a/stable/van-dam/4.3.0/templates/common.yaml b/stable/van-dam/4.5.1/templates/common.yaml similarity index 100% rename from stable/van-dam/4.3.0/templates/common.yaml rename to stable/van-dam/4.5.1/templates/common.yaml diff --git a/stable/van-dam/4.3.0/values.yaml b/stable/van-dam/4.5.1/values.yaml similarity index 100% rename from stable/van-dam/4.3.0/values.yaml rename to stable/van-dam/4.5.1/values.yaml diff --git a/stable/vikunja/13.3.0/CHANGELOG.md b/stable/vikunja/13.3.0/CHANGELOG.md deleted file mode 100644 index ac28536f6c7..00000000000 --- a/stable/vikunja/13.3.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [vikunja-13.3.0](https://github.com/truecharts/charts/compare/vikunja-13.2.3...vikunja-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [vikunja-13.2.3](https://github.com/truecharts/charts/compare/vikunja-13.2.2...vikunja-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [vikunja-13.2.2](https://github.com/truecharts/charts/compare/vikunja-13.2.0...vikunja-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - - - - - - -## [vikunja-12.1.21](https://github.com/truecharts/charts/compare/vikunja-12.1.20...vikunja-12.1.21) (2024-02-12) - -### Chore - - - -- update container image nginx to 1.25.3[@84c52df](https://github.com/84c52df) by renovate ([#18099](https://github.com/truecharts/charts/issues/18099)) - - -## [vikunja-12.1.20](https://github.com/truecharts/charts/compare/vikunja-12.1.19...vikunja-12.1.20) (2024-02-05) - -### Chore - - - -- update container image nginx to 1.25.3[@5f44022](https://github.com/5f44022) by renovate ([#17889](https://github.com/truecharts/charts/issues/17889)) - - -## [vikunja-12.1.19](https://github.com/truecharts/charts/compare/vikunja-12.1.18...vikunja-12.1.19) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [vikunja-12.1.18](https://github.com/truecharts/charts/compare/vikunja-12.1.17...vikunja-12.1.18) (2024-02-03) - -### Chore - - - -- update container image nginx to 1.25.3[@6eb9534](https://github.com/6eb9534) by renovate ([#17798](https://github.com/truecharts/charts/issues/17798)) - - -## [vikunja-12.1.17](https://github.com/truecharts/charts/compare/vikunja-12.1.15...vikunja-12.1.17) (2024-01-29) diff --git a/stable/vikunja/13.3.0/charts/common-18.2.0.tgz b/stable/vikunja/13.3.0/charts/common-18.2.0.tgz deleted file mode 100644 index a5b3906a565..00000000000 Binary files a/stable/vikunja/13.3.0/charts/common-18.2.0.tgz and /dev/null differ diff --git a/stable/vikunja/13.3.0/charts/redis-11.2.1.tgz b/stable/vikunja/13.3.0/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/stable/vikunja/13.3.0/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/stable/vikunja/13.3.0/.helmignore b/stable/vikunja/13.5.1/.helmignore similarity index 100% rename from stable/vikunja/13.3.0/.helmignore rename to stable/vikunja/13.5.1/.helmignore diff --git a/stable/vikunja/13.5.1/CHANGELOG.md b/stable/vikunja/13.5.1/CHANGELOG.md new file mode 100644 index 00000000000..9dcc2f40950 --- /dev/null +++ b/stable/vikunja/13.5.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [vikunja-13.5.1](https://github.com/truecharts/charts/compare/vikunja-13.5.0...vikunja-13.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [vikunja-13.5.0](https://github.com/truecharts/charts/compare/vikunja-13.4.1...vikunja-13.5.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [vikunja-13.4.1](https://github.com/truecharts/charts/compare/vikunja-13.4.0...vikunja-13.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [vikunja-13.4.0](https://github.com/truecharts/charts/compare/vikunja-13.3.0...vikunja-13.4.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + +## [vikunja-13.3.0](https://github.com/truecharts/charts/compare/vikunja-13.2.3...vikunja-13.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [vikunja-13.2.3](https://github.com/truecharts/charts/compare/vikunja-13.2.2...vikunja-13.2.3) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [vikunja-13.2.2](https://github.com/truecharts/charts/compare/vikunja-13.2.0...vikunja-13.2.2) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stable/vikunja/13.3.0/Chart.yaml b/stable/vikunja/13.5.1/Chart.yaml similarity index 95% rename from stable/vikunja/13.3.0/Chart.yaml rename to stable/vikunja/13.5.1/Chart.yaml index 38941744d3d..0cb38365635 100644 --- a/stable/vikunja/13.3.0/Chart.yaml +++ b/stable/vikunja/13.5.1/Chart.yaml @@ -10,14 +10,14 @@ apiVersion: v2 appVersion: 0.22.1 dependencies: - name: common - version: 18.2.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -38,8 +38,8 @@ name: vikunja sources: - https://vikunja.io/docs - https://github.com/truecharts/charts/tree/master/charts/stable/vikunja - - https://hub.docker.com/r/vikunja/frontend - https://hub.docker.com/_/nginx + - https://hub.docker.com/r/vikunja/frontend - https://hub.docker.com/r/vikunja/api type: application -version: 13.3.0 +version: 13.5.1 diff --git a/stable/vikunja/13.3.0/README.md b/stable/vikunja/13.5.1/README.md similarity index 100% rename from stable/vikunja/13.3.0/README.md rename to stable/vikunja/13.5.1/README.md diff --git a/stable/vikunja/13.5.1/app-changelog.md b/stable/vikunja/13.5.1/app-changelog.md new file mode 100644 index 00000000000..583191048e8 --- /dev/null +++ b/stable/vikunja/13.5.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [vikunja-13.5.1](https://github.com/truecharts/charts/compare/vikunja-13.5.0...vikunja-13.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/vikunja/13.3.0/app-readme.md b/stable/vikunja/13.5.1/app-readme.md similarity index 100% rename from stable/vikunja/13.3.0/app-readme.md rename to stable/vikunja/13.5.1/app-readme.md diff --git a/stable/vikunja/13.5.1/charts/common-20.0.6.tgz b/stable/vikunja/13.5.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/vikunja/13.5.1/charts/common-20.0.6.tgz differ diff --git a/stable/vikunja/13.5.1/charts/redis-13.0.1.tgz b/stable/vikunja/13.5.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/vikunja/13.5.1/charts/redis-13.0.1.tgz differ diff --git a/stable/vikunja/13.3.0/ix_values.yaml b/stable/vikunja/13.5.1/ix_values.yaml similarity index 100% rename from stable/vikunja/13.3.0/ix_values.yaml rename to stable/vikunja/13.5.1/ix_values.yaml diff --git a/stable/vikunja/13.3.0/questions.yaml b/stable/vikunja/13.5.1/questions.yaml similarity index 99% rename from stable/vikunja/13.3.0/questions.yaml rename to stable/vikunja/13.5.1/questions.yaml index b4f63edd4e0..36f5e731400 100755 --- a/stable/vikunja/13.3.0/questions.yaml +++ b/stable/vikunja/13.5.1/questions.yaml @@ -2795,15 +2795,22 @@ questions: additional_attrs: true type: dict attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false - variable: instances label: Instances schema: type: int + show_if: [["enabled", "=", true]] default: 1 - variable: createRO label: "Create ReadOnly Instance" schema: type: boolean + show_if: [["enabled", "=", true]] default: false - variable: backups label: "Backup Settings (Experimental)" diff --git a/stable/vikunja/13.3.0/templates/NOTES.txt b/stable/vikunja/13.5.1/templates/NOTES.txt similarity index 100% rename from stable/vikunja/13.3.0/templates/NOTES.txt rename to stable/vikunja/13.5.1/templates/NOTES.txt diff --git a/stable/vikunja/13.3.0/templates/_secrets.tpl b/stable/vikunja/13.5.1/templates/_secrets.tpl similarity index 100% rename from stable/vikunja/13.3.0/templates/_secrets.tpl rename to stable/vikunja/13.5.1/templates/_secrets.tpl diff --git a/stable/vikunja/13.3.0/templates/common.yaml b/stable/vikunja/13.5.1/templates/common.yaml similarity index 100% rename from stable/vikunja/13.3.0/templates/common.yaml rename to stable/vikunja/13.5.1/templates/common.yaml diff --git a/stable/vikunja/13.3.0/values.yaml b/stable/vikunja/13.5.1/values.yaml similarity index 100% rename from stable/vikunja/13.3.0/values.yaml rename to stable/vikunja/13.5.1/values.yaml diff --git a/stable/weblate/13.3.0/charts/common-18.2.0.tgz b/stable/weblate/13.3.0/charts/common-18.2.0.tgz deleted file mode 100644 index a5b3906a565..00000000000 Binary files a/stable/weblate/13.3.0/charts/common-18.2.0.tgz and /dev/null differ diff --git a/stable/weblate/13.3.0/charts/redis-11.2.1.tgz b/stable/weblate/13.3.0/charts/redis-11.2.1.tgz deleted file mode 100644 index 0a779a6f4f2..00000000000 Binary files a/stable/weblate/13.3.0/charts/redis-11.2.1.tgz and /dev/null differ diff --git a/stable/weblate/13.3.0/.helmignore b/stable/weblate/13.5.1/.helmignore similarity index 100% rename from stable/weblate/13.3.0/.helmignore rename to stable/weblate/13.5.1/.helmignore diff --git a/stable/weblate/13.3.0/CHANGELOG.md b/stable/weblate/13.5.1/CHANGELOG.md similarity index 54% rename from stable/weblate/13.3.0/CHANGELOG.md rename to stable/weblate/13.5.1/CHANGELOG.md index b99482c8c41..fa8961c63b8 100644 --- a/stable/weblate/13.3.0/CHANGELOG.md +++ b/stable/weblate/13.5.1/CHANGELOG.md @@ -8,6 +8,44 @@ title: Changelog **Important:** +## [weblate-13.5.1](https://github.com/truecharts/charts/compare/weblate-13.5.0...weblate-13.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) + + +## [weblate-13.5.0](https://github.com/truecharts/charts/compare/weblate-13.4.1...weblate-13.5.0) (2024-03-11) + +### Chore + + + +- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) + + +## [weblate-13.4.1](https://github.com/truecharts/charts/compare/weblate-13.4.0...weblate-13.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [weblate-13.4.0](https://github.com/truecharts/charts/compare/weblate-13.3.0...weblate-13.4.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + ## [weblate-13.3.0](https://github.com/truecharts/charts/compare/weblate-13.2.3...weblate-13.3.0) (2024-03-06) ### Chore @@ -59,41 +97,3 @@ title: Changelog ## [weblate-12.1.14](https://github.com/truecharts/charts/compare/weblate-12.1.13...weblate-12.1.14) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [weblate-12.1.13](https://github.com/truecharts/charts/compare/weblate-12.1.12...weblate-12.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [weblate-12.1.12](https://github.com/truecharts/charts/compare/weblate-12.1.11...weblate-12.1.12) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [weblate-12.1.11](https://github.com/truecharts/charts/compare/weblate-12.1.10...weblate-12.1.11) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [weblate-12.1.10](https://github.com/truecharts/charts/compare/weblate-12.1.9...weblate-12.1.10) (2024-01-21) - -### Chore diff --git a/stable/weblate/13.3.0/Chart.yaml b/stable/weblate/13.5.1/Chart.yaml similarity index 95% rename from stable/weblate/13.3.0/Chart.yaml rename to stable/weblate/13.5.1/Chart.yaml index ff23a33db8f..d301bef03c3 100644 --- a/stable/weblate/13.3.0/Chart.yaml +++ b/stable/weblate/13.5.1/Chart.yaml @@ -10,14 +10,14 @@ apiVersion: v2 appVersion: 4.16.4 dependencies: - name: common - version: 18.2.0 + version: 20.0.6 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 11.2.1 + version: 13.0.1 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -43,4 +43,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/weblate - https://hub.docker.com/r/weblate/weblate type: application -version: 13.3.0 +version: 13.5.1 diff --git a/stable/weblate/13.3.0/README.md b/stable/weblate/13.5.1/README.md similarity index 100% rename from stable/weblate/13.3.0/README.md rename to stable/weblate/13.5.1/README.md diff --git a/stable/weblate/13.5.1/app-changelog.md b/stable/weblate/13.5.1/app-changelog.md new file mode 100644 index 00000000000..3ff62add784 --- /dev/null +++ b/stable/weblate/13.5.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [weblate-13.5.1](https://github.com/truecharts/charts/compare/weblate-13.5.0...weblate-13.5.1) (2024-03-12) + +### Chore + + + +- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) + +- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) \ No newline at end of file diff --git a/stable/weblate/13.3.0/app-readme.md b/stable/weblate/13.5.1/app-readme.md similarity index 100% rename from stable/weblate/13.3.0/app-readme.md rename to stable/weblate/13.5.1/app-readme.md diff --git a/stable/weblate/13.5.1/charts/common-20.0.6.tgz b/stable/weblate/13.5.1/charts/common-20.0.6.tgz new file mode 100644 index 00000000000..c6ec1a0b86a Binary files /dev/null and b/stable/weblate/13.5.1/charts/common-20.0.6.tgz differ diff --git a/stable/weblate/13.5.1/charts/redis-13.0.1.tgz b/stable/weblate/13.5.1/charts/redis-13.0.1.tgz new file mode 100644 index 00000000000..e03d2dbb8a5 Binary files /dev/null and b/stable/weblate/13.5.1/charts/redis-13.0.1.tgz differ diff --git a/stable/weblate/13.3.0/ix_values.yaml b/stable/weblate/13.5.1/ix_values.yaml similarity index 100% rename from stable/weblate/13.3.0/ix_values.yaml rename to stable/weblate/13.5.1/ix_values.yaml diff --git a/stable/weblate/13.3.0/questions.yaml b/stable/weblate/13.5.1/questions.yaml similarity index 99% rename from stable/weblate/13.3.0/questions.yaml rename to stable/weblate/13.5.1/questions.yaml index 4c0bd27ce2c..02605b6365c 100755 --- a/stable/weblate/13.3.0/questions.yaml +++ b/stable/weblate/13.5.1/questions.yaml @@ -3165,15 +3165,22 @@ questions: additional_attrs: true type: dict attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false - variable: instances label: Instances schema: type: int + show_if: [["enabled", "=", true]] default: 1 - variable: createRO label: "Create ReadOnly Instance" schema: type: boolean + show_if: [["enabled", "=", true]] default: false - variable: backups label: "Backup Settings (Experimental)" diff --git a/stable/weblate/13.3.0/templates/NOTES.txt b/stable/weblate/13.5.1/templates/NOTES.txt similarity index 100% rename from stable/weblate/13.3.0/templates/NOTES.txt rename to stable/weblate/13.5.1/templates/NOTES.txt diff --git a/stable/weblate/13.3.0/templates/_configmap.tpl b/stable/weblate/13.5.1/templates/_configmap.tpl similarity index 100% rename from stable/weblate/13.3.0/templates/_configmap.tpl rename to stable/weblate/13.5.1/templates/_configmap.tpl diff --git a/stable/weblate/13.3.0/templates/common.yaml b/stable/weblate/13.5.1/templates/common.yaml similarity index 100% rename from stable/weblate/13.3.0/templates/common.yaml rename to stable/weblate/13.5.1/templates/common.yaml diff --git a/stable/weblate/13.3.0/values.yaml b/stable/weblate/13.5.1/values.yaml similarity index 100% rename from stable/weblate/13.3.0/values.yaml rename to stable/weblate/13.5.1/values.yaml diff --git a/stable/wekan/14.9.0/charts/mongodb-12.5.0.tgz b/stable/wekan/14.9.0/charts/mongodb-12.5.0.tgz index 7d05a0b6554..5ff94a6fa2c 100644 Binary files a/stable/wekan/14.9.0/charts/mongodb-12.5.0.tgz and b/stable/wekan/14.9.0/charts/mongodb-12.5.0.tgz differ diff --git a/stable/youtubedl-material/10.6.0/charts/mongodb-12.5.0.tgz b/stable/youtubedl-material/10.6.0/charts/mongodb-12.5.0.tgz index 7d05a0b6554..5ff94a6fa2c 100644 Binary files a/stable/youtubedl-material/10.6.0/charts/mongodb-12.5.0.tgz and b/stable/youtubedl-material/10.6.0/charts/mongodb-12.5.0.tgz differ