diff --git a/stable/gitea/18.2.0/charts/common-18.0.1.tgz b/stable/gitea/18.2.0/charts/common-18.0.1.tgz deleted file mode 100644 index 60d09f7506f..00000000000 Binary files a/stable/gitea/18.2.0/charts/common-18.0.1.tgz and /dev/null differ diff --git a/stable/gitea/18.2.0/charts/memcached-12.0.0.tgz b/stable/gitea/18.2.0/charts/memcached-12.0.0.tgz deleted file mode 100644 index a678bf0115a..00000000000 Binary files a/stable/gitea/18.2.0/charts/memcached-12.0.0.tgz and /dev/null differ diff --git a/stable/gitea/18.2.0/.helmignore b/stable/gitea/18.3.0/.helmignore similarity index 100% rename from stable/gitea/18.2.0/.helmignore rename to stable/gitea/18.3.0/.helmignore diff --git a/stable/gitea/18.2.0/CHANGELOG.md b/stable/gitea/18.3.0/CHANGELOG.md similarity index 93% rename from stable/gitea/18.2.0/CHANGELOG.md rename to stable/gitea/18.3.0/CHANGELOG.md index cbbca4451af..3c2b5e32208 100644 --- a/stable/gitea/18.2.0/CHANGELOG.md +++ b/stable/gitea/18.3.0/CHANGELOG.md @@ -17,6 +17,10 @@ title: Changelog + + + + ## [gitea-17.1.18](https://github.com/truecharts/charts/compare/gitea-17.1.17...gitea-17.1.18) (2024-02-03) ### Chore @@ -93,8 +97,4 @@ title: Changelog ## [gitea-17.1.10](https://github.com/truecharts/charts/compare/gitea-17.1.9...gitea-17.1.10) (2024-01-09) -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) \ No newline at end of file +### Chore \ No newline at end of file diff --git a/stable/gitea/18.2.0/Chart.yaml b/stable/gitea/18.3.0/Chart.yaml similarity index 91% rename from stable/gitea/18.2.0/Chart.yaml rename to stable/gitea/18.3.0/Chart.yaml index c7e8068ef6b..e16e1e1e703 100644 --- a/stable/gitea/18.2.0/Chart.yaml +++ b/stable/gitea/18.3.0/Chart.yaml @@ -7,17 +7,17 @@ annotations: truecharts.org/min_helm_version: "3.12" truecharts.org/train: stable apiVersion: v2 -appVersion: 1.21.5 +appVersion: 1.21.6 dependencies: - name: common - version: 18.0.1 + version: 18.0.2 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: memcached - version: 12.0.0 + version: 12.1.3 repository: oci://tccr.io/truecharts condition: memcached.enabled alias: "" @@ -34,7 +34,7 @@ keywords: - wiki - gitea - gogs -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org @@ -46,4 +46,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/gitea - https://hub.docker.com/r/gitea/gitea type: application -version: 18.2.0 +version: 18.3.0 diff --git a/stable/gitea/18.2.0/README.md b/stable/gitea/18.3.0/README.md similarity index 100% rename from stable/gitea/18.2.0/README.md rename to stable/gitea/18.3.0/README.md diff --git a/stable/gitea/18.2.0/app-readme.md b/stable/gitea/18.3.0/app-readme.md similarity index 100% rename from stable/gitea/18.2.0/app-readme.md rename to stable/gitea/18.3.0/app-readme.md diff --git a/stable/gitea/18.3.0/charts/common-18.0.2.tgz b/stable/gitea/18.3.0/charts/common-18.0.2.tgz new file mode 100644 index 00000000000..1588b1d05a1 Binary files /dev/null and b/stable/gitea/18.3.0/charts/common-18.0.2.tgz differ diff --git a/stable/gitea/18.3.0/charts/memcached-12.1.3.tgz b/stable/gitea/18.3.0/charts/memcached-12.1.3.tgz new file mode 100644 index 00000000000..c98cc48ba55 Binary files /dev/null and b/stable/gitea/18.3.0/charts/memcached-12.1.3.tgz differ diff --git a/stable/gitea/18.2.0/ix_values.yaml b/stable/gitea/18.3.0/ix_values.yaml similarity index 96% rename from stable/gitea/18.2.0/ix_values.yaml rename to stable/gitea/18.3.0/ix_values.yaml index 735fe1b3f6b..01155822fb3 100644 --- a/stable/gitea/18.2.0/ix_values.yaml +++ b/stable/gitea/18.3.0/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: gitea/gitea - tag: 1.21.5-rootless@sha256:874a8d88bb65f90c33fcafe4efe2de17039de1347c00f284e6f2a883a7caa55f + tag: 1.21.6-rootless@sha256:07d9eeb873575a76b79f549cf97abe6b55d2e1bb5f4a899aae0c775ec7650960 pullPolicy: IfNotPresent service: main: diff --git a/stable/gitea/18.2.0/questions.yaml b/stable/gitea/18.3.0/questions.yaml similarity index 100% rename from stable/gitea/18.2.0/questions.yaml rename to stable/gitea/18.3.0/questions.yaml diff --git a/stable/gitea/18.2.0/templates/NOTES.txt b/stable/gitea/18.3.0/templates/NOTES.txt similarity index 100% rename from stable/gitea/18.2.0/templates/NOTES.txt rename to stable/gitea/18.3.0/templates/NOTES.txt diff --git a/stable/gitea/18.2.0/templates/_configmap.tpl b/stable/gitea/18.3.0/templates/_configmap.tpl similarity index 100% rename from stable/gitea/18.2.0/templates/_configmap.tpl rename to stable/gitea/18.3.0/templates/_configmap.tpl diff --git a/stable/gitea/18.2.0/templates/_secrets.tpl b/stable/gitea/18.3.0/templates/_secrets.tpl similarity index 100% rename from stable/gitea/18.2.0/templates/_secrets.tpl rename to stable/gitea/18.3.0/templates/_secrets.tpl diff --git a/stable/gitea/18.2.0/templates/common.yaml b/stable/gitea/18.3.0/templates/common.yaml similarity index 100% rename from stable/gitea/18.2.0/templates/common.yaml rename to stable/gitea/18.3.0/templates/common.yaml diff --git a/stable/gitea/18.2.0/values.yaml b/stable/gitea/18.3.0/values.yaml similarity index 100% rename from stable/gitea/18.2.0/values.yaml rename to stable/gitea/18.3.0/values.yaml diff --git a/stable/plausible/10.2.3/charts/clickhouse-12.1.2.tgz b/stable/plausible/10.2.3/charts/clickhouse-12.1.2.tgz index 8c1cae4fa08..9ce487ed18e 100644 Binary files a/stable/plausible/10.2.3/charts/clickhouse-12.1.2.tgz and b/stable/plausible/10.2.3/charts/clickhouse-12.1.2.tgz differ diff --git a/stable/protonmail-bridge/14.0.0/charts/common-17.5.0.tgz b/stable/protonmail-bridge/14.0.0/charts/common-17.5.0.tgz deleted file mode 100644 index 3a5534883aa..00000000000 Binary files a/stable/protonmail-bridge/14.0.0/charts/common-17.5.0.tgz and /dev/null differ diff --git a/stable/protonmail-bridge/14.0.0/.helmignore b/stable/protonmail-bridge/14.2.0/.helmignore similarity index 100% rename from stable/protonmail-bridge/14.0.0/.helmignore rename to stable/protonmail-bridge/14.2.0/.helmignore diff --git a/stable/protonmail-bridge/14.0.0/CHANGELOG.md b/stable/protonmail-bridge/14.2.0/CHANGELOG.md similarity index 94% rename from stable/protonmail-bridge/14.0.0/CHANGELOG.md rename to stable/protonmail-bridge/14.2.0/CHANGELOG.md index 8ecc7bc360e..d10d5449a5c 100644 --- a/stable/protonmail-bridge/14.0.0/CHANGELOG.md +++ b/stable/protonmail-bridge/14.2.0/CHANGELOG.md @@ -11,6 +11,10 @@ title: Changelog + + + + ## [protonmail-bridge-13.2.6](https://github.com/truecharts/charts/compare/protonmail-bridge-13.2.5...protonmail-bridge-13.2.6) (2024-02-05) ### Chore @@ -93,7 +97,3 @@ title: Changelog - force bump to ensure up-to-date catalogs - -## [protonmail-bridge-13.1.4](https://github.com/truecharts/charts/compare/protonmail-bridge-13.1.3...protonmail-bridge-13.1.4) (2024-01-01) - -### Chore diff --git a/stable/protonmail-bridge/14.0.0/Chart.yaml b/stable/protonmail-bridge/14.2.0/Chart.yaml similarity index 95% rename from stable/protonmail-bridge/14.0.0/Chart.yaml rename to stable/protonmail-bridge/14.2.0/Chart.yaml index 71fb29107ac..6a5df713017 100644 --- a/stable/protonmail-bridge/14.0.0/Chart.yaml +++ b/stable/protonmail-bridge/14.2.0/Chart.yaml @@ -7,10 +7,10 @@ annotations: truecharts.org/min_helm_version: "3.12" truecharts.org/train: stable apiVersion: v2 -appVersion: 3.8.2 +appVersion: 3.9.1 dependencies: - name: common - version: 17.5.0 + version: 18.0.2 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/protonmail-bridge - https://hub.docker.com/r/shenxn/protonmail-bridge type: application -version: 14.0.0 +version: 14.2.0 diff --git a/stable/protonmail-bridge/14.0.0/README.md b/stable/protonmail-bridge/14.2.0/README.md similarity index 100% rename from stable/protonmail-bridge/14.0.0/README.md rename to stable/protonmail-bridge/14.2.0/README.md diff --git a/stable/protonmail-bridge/14.0.0/app-readme.md b/stable/protonmail-bridge/14.2.0/app-readme.md similarity index 100% rename from stable/protonmail-bridge/14.0.0/app-readme.md rename to stable/protonmail-bridge/14.2.0/app-readme.md diff --git a/stable/protonmail-bridge/14.2.0/charts/common-18.0.2.tgz b/stable/protonmail-bridge/14.2.0/charts/common-18.0.2.tgz new file mode 100644 index 00000000000..1588b1d05a1 Binary files /dev/null and b/stable/protonmail-bridge/14.2.0/charts/common-18.0.2.tgz differ diff --git a/stable/protonmail-bridge/14.0.0/ix_values.yaml b/stable/protonmail-bridge/14.2.0/ix_values.yaml similarity index 92% rename from stable/protonmail-bridge/14.0.0/ix_values.yaml rename to stable/protonmail-bridge/14.2.0/ix_values.yaml index a87770706f1..989f07d13da 100644 --- a/stable/protonmail-bridge/14.0.0/ix_values.yaml +++ b/stable/protonmail-bridge/14.2.0/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: shenxn/protonmail-bridge - tag: 3.8.2-1@sha256:3b84ff92d99b9fd0093128c9e00fc819ebc8b477b4322140b251f53428fdf272 + tag: 3.9.1-1@sha256:e8c16117537805920cbffa681bc3f823191c25ff147e4d433e922995833c82a3 pullPolicy: IfNotPresent securityContext: container: diff --git a/stable/protonmail-bridge/14.0.0/questions.yaml b/stable/protonmail-bridge/14.2.0/questions.yaml similarity index 100% rename from stable/protonmail-bridge/14.0.0/questions.yaml rename to stable/protonmail-bridge/14.2.0/questions.yaml diff --git a/stable/protonmail-bridge/14.0.0/templates/NOTES.txt b/stable/protonmail-bridge/14.2.0/templates/NOTES.txt similarity index 100% rename from stable/protonmail-bridge/14.0.0/templates/NOTES.txt rename to stable/protonmail-bridge/14.2.0/templates/NOTES.txt diff --git a/stable/protonmail-bridge/14.0.0/templates/common.yaml b/stable/protonmail-bridge/14.2.0/templates/common.yaml similarity index 100% rename from stable/protonmail-bridge/14.0.0/templates/common.yaml rename to stable/protonmail-bridge/14.2.0/templates/common.yaml diff --git a/stable/protonmail-bridge/14.0.0/values.yaml b/stable/protonmail-bridge/14.2.0/values.yaml similarity index 100% rename from stable/protonmail-bridge/14.0.0/values.yaml rename to stable/protonmail-bridge/14.2.0/values.yaml diff --git a/stable/wekan/14.0.0/charts/common-17.5.0.tgz b/stable/wekan/14.0.0/charts/common-17.5.0.tgz deleted file mode 100644 index 3a5534883aa..00000000000 Binary files a/stable/wekan/14.0.0/charts/common-17.5.0.tgz and /dev/null differ diff --git a/stable/wekan/14.0.0/.helmignore b/stable/wekan/14.2.0/.helmignore similarity index 100% rename from stable/wekan/14.0.0/.helmignore rename to stable/wekan/14.2.0/.helmignore diff --git a/stable/wekan/14.0.0/CHANGELOG.md b/stable/wekan/14.2.0/CHANGELOG.md similarity index 99% rename from stable/wekan/14.0.0/CHANGELOG.md rename to stable/wekan/14.2.0/CHANGELOG.md index 28c6a58d3dd..e51a483bfe4 100644 --- a/stable/wekan/14.0.0/CHANGELOG.md +++ b/stable/wekan/14.2.0/CHANGELOG.md @@ -16,6 +16,10 @@ title: Changelog + + + + ## [wekan-13.4.1](https://github.com/truecharts/charts/compare/wekan-13.4.0...wekan-13.4.1) (2024-02-03) ### Chore @@ -93,7 +97,3 @@ title: Changelog ## [wekan-13.3.1](https://github.com/truecharts/charts/compare/wekan-13.3.0...wekan-13.3.1) (2024-01-09) - -### Chore - - diff --git a/stable/wekan/14.0.0/Chart.yaml b/stable/wekan/14.2.0/Chart.yaml similarity index 95% rename from stable/wekan/14.0.0/Chart.yaml rename to stable/wekan/14.2.0/Chart.yaml index 54106e120bb..81d1d244e9e 100644 --- a/stable/wekan/14.0.0/Chart.yaml +++ b/stable/wekan/14.2.0/Chart.yaml @@ -7,10 +7,10 @@ annotations: truecharts.org/min_helm_version: "3.12" truecharts.org/train: stable apiVersion: v2 -appVersion: 7.31.0 +appVersion: 7.34.0 dependencies: - name: common - version: 17.5.0 + version: 18.0.2 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wekan - https://hub.docker.com/r/wekanteam/wekan type: application -version: 14.0.0 +version: 14.2.0 diff --git a/stable/wekan/14.0.0/README.md b/stable/wekan/14.2.0/README.md similarity index 100% rename from stable/wekan/14.0.0/README.md rename to stable/wekan/14.2.0/README.md diff --git a/stable/wekan/14.0.0/app-readme.md b/stable/wekan/14.2.0/app-readme.md similarity index 100% rename from stable/wekan/14.0.0/app-readme.md rename to stable/wekan/14.2.0/app-readme.md diff --git a/stable/wekan/14.2.0/charts/common-18.0.2.tgz b/stable/wekan/14.2.0/charts/common-18.0.2.tgz new file mode 100644 index 00000000000..1588b1d05a1 Binary files /dev/null and b/stable/wekan/14.2.0/charts/common-18.0.2.tgz differ diff --git a/stable/wekan/14.0.0/charts/mongodb-11.3.0.tgz b/stable/wekan/14.2.0/charts/mongodb-11.3.0.tgz similarity index 100% rename from stable/wekan/14.0.0/charts/mongodb-11.3.0.tgz rename to stable/wekan/14.2.0/charts/mongodb-11.3.0.tgz diff --git a/stable/wekan/14.0.0/ix_values.yaml b/stable/wekan/14.2.0/ix_values.yaml similarity index 98% rename from stable/wekan/14.0.0/ix_values.yaml rename to stable/wekan/14.2.0/ix_values.yaml index 4e60b3efe80..2c8f128074c 100644 --- a/stable/wekan/14.0.0/ix_values.yaml +++ b/stable/wekan/14.2.0/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: wekanteam/wekan - tag: v7.31@sha256:2df3389f971138682e9a66db8b4a610595fac048f1e4ea1e6cfc0d9d5402501c + tag: v7.34@sha256:32ccda49dd834669306a5d862e2a80395a821390852c640d1ea70b030adbed49 pullPolicy: IfNotPresent service: main: diff --git a/stable/wekan/14.0.0/questions.yaml b/stable/wekan/14.2.0/questions.yaml similarity index 100% rename from stable/wekan/14.0.0/questions.yaml rename to stable/wekan/14.2.0/questions.yaml diff --git a/stable/wekan/14.0.0/templates/NOTES.txt b/stable/wekan/14.2.0/templates/NOTES.txt similarity index 100% rename from stable/wekan/14.0.0/templates/NOTES.txt rename to stable/wekan/14.2.0/templates/NOTES.txt diff --git a/stable/wekan/14.0.0/templates/common.yaml b/stable/wekan/14.2.0/templates/common.yaml similarity index 100% rename from stable/wekan/14.0.0/templates/common.yaml rename to stable/wekan/14.2.0/templates/common.yaml diff --git a/stable/wekan/14.0.0/values.yaml b/stable/wekan/14.2.0/values.yaml similarity index 100% rename from stable/wekan/14.0.0/values.yaml rename to stable/wekan/14.2.0/values.yaml