From 5f7c8bd070945d6c640dec469586a3fc2a011b83 Mon Sep 17 00:00:00 2001 From: RisingOpsNinja <175097282+RisingOpsNinja@users.noreply.github.com> Date: Wed, 3 Sep 2025 10:48:49 +0200 Subject: [PATCH 1/8] fix(deps): Use bitnami images from docker.io/bitnamilegacy due to bitnami deprecating their public catalog. See bitnami/charts#35164 Signed-off-by: RisingOpsNinja <175097282+RisingOpsNinja@users.noreply.github.com> --- charts/weblate/values.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/charts/weblate/values.yaml b/charts/weblate/values.yaml index 6cd25751..4ed7014e 100644 --- a/charts/weblate/values.yaml +++ b/charts/weblate/values.yaml @@ -196,6 +196,12 @@ readinessProbe: successThreshold: 1 postgresql: + global: + security: + # required to allow bitnamilegacy repository + allowInsecureImages: true + image: + repository: bitnamilegacy/postgresql auth: # PostgreSQL user should be a superuser to # be able to install pg_trgm extension. Alternatively you can install it @@ -217,6 +223,12 @@ postgresql: postgresqlHost: redis: + global: + security: + # required to allow bitnamilegacy repository + allowInsecureImages: true + image: + repository: bitnamilegacy/redis architecture: standalone auth: enabled: true From e3fd56f2a9a1baf64eb4a26dd87254d58a9b5b19 Mon Sep 17 00:00:00 2001 From: RisingOpsNinja <175097282+RisingOpsNinja@users.noreply.github.com> Date: Wed, 3 Sep 2025 10:55:03 +0200 Subject: [PATCH 2/8] Bump chart version to 0.5.25 Signed-off-by: RisingOpsNinja <175097282+RisingOpsNinja@users.noreply.github.com> --- charts/weblate/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/weblate/Chart.yaml b/charts/weblate/Chart.yaml index 1d069154..6441142b 100644 --- a/charts/weblate/Chart.yaml +++ b/charts/weblate/Chart.yaml @@ -4,7 +4,7 @@ appVersion: 5.13.0.1 description: Weblate is a free web-based translation management system. name: weblate type: application -version: 0.5.24 +version: 0.5.25 home: https://weblate.org/ icon: https://s.weblate.org/cdn/weblate.svg maintainers: From 40c58ee9e690f8a7edba9f5dc898ee36a2d6b4bc Mon Sep 17 00:00:00 2001 From: RisingOpsNinja <175097282+RisingOpsNinja@users.noreply.github.com> Date: Thu, 4 Sep 2025 08:34:33 +0200 Subject: [PATCH 3/8] Add Changelog Signed-off-by: RisingOpsNinja <175097282+RisingOpsNinja@users.noreply.github.com> --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7706a271..2b44db80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.5.25 + +[FEATURE] Add revisionHistoryLimit [#619](https://github.com/WeblateOrg/helm/pull/619) +[BUGFIX] Use bitnami images from docker.io/bitnamilegacy for dependencies due to bitnami deprecating their public catalog. See bitnami/charts#35164 + ## 0.5.24 [FEATURE] Add `timeoutSeconds` and `successThreshold` for **livenessProbe** and **readinessProbe** [#583](https://github.com/WeblateOrg/helm/issues/583) From 0769bb7e461bfdb1d6ab7478cc4307b5a96ec096 Mon Sep 17 00:00:00 2001 From: RisingOpsNinja <175097282+RisingOpsNinja@users.noreply.github.com> Date: Thu, 4 Sep 2025 08:44:47 +0200 Subject: [PATCH 4/8] CHANGELOG.md: Add missing newlines Signed-off-by: RisingOpsNinja <175097282+RisingOpsNinja@users.noreply.github.com> --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b44db80..239055f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 0.5.25 -[FEATURE] Add revisionHistoryLimit [#619](https://github.com/WeblateOrg/helm/pull/619) +[FEATURE] Add revisionHistoryLimit [#619](https://github.com/WeblateOrg/helm/pull/619) [BUGFIX] Use bitnami images from docker.io/bitnamilegacy for dependencies due to bitnami deprecating their public catalog. See bitnami/charts#35164 ## 0.5.24 @@ -13,7 +13,7 @@ ## 0.5.22 -[FEATURE] Add podLabels [#554](https://github.com/WeblateOrg/helm/pull/554) +[FEATURE] Add podLabels [#554](https://github.com/WeblateOrg/helm/pull/554) [BUGFIX] Remove unnecessary newlines in rendered chart [#556](https://github.com/WeblateOrg/helm/pull/556) ## 0.5.20 From d97a864800e0d5cbcb47b83729329220687f2780 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 07:13:32 +0000 Subject: [PATCH 5/8] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGELOG.md | 4 ++-- charts/weblate/README.md | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 239055f0..2b44db80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 0.5.25 -[FEATURE] Add revisionHistoryLimit [#619](https://github.com/WeblateOrg/helm/pull/619) +[FEATURE] Add revisionHistoryLimit [#619](https://github.com/WeblateOrg/helm/pull/619) [BUGFIX] Use bitnami images from docker.io/bitnamilegacy for dependencies due to bitnami deprecating their public catalog. See bitnami/charts#35164 ## 0.5.24 @@ -13,7 +13,7 @@ ## 0.5.22 -[FEATURE] Add podLabels [#554](https://github.com/WeblateOrg/helm/pull/554) +[FEATURE] Add podLabels [#554](https://github.com/WeblateOrg/helm/pull/554) [BUGFIX] Remove unnecessary newlines in rendered chart [#556](https://github.com/WeblateOrg/helm/pull/556) ## 0.5.20 diff --git a/charts/weblate/README.md b/charts/weblate/README.md index ec97b36e..fb0ae3a9 100644 --- a/charts/weblate/README.md +++ b/charts/weblate/README.md @@ -1,6 +1,6 @@ # weblate -![Version: 0.5.24](https://img.shields.io/badge/Version-0.5.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.13.0.1](https://img.shields.io/badge/AppVersion-5.13.0.1-informational?style=flat-square) +![Version: 0.5.25](https://img.shields.io/badge/Version-0.5.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.13.0.1](https://img.shields.io/badge/AppVersion-5.13.0.1-informational?style=flat-square) Weblate is a free web-based translation management system. @@ -91,6 +91,8 @@ $ helm install my-release weblate/weblate | postgresql.auth.secretKeys.userPasswordKey | string | `"postgresql-password"` | | | postgresql.auth.userName | string | `""` | | | postgresql.enabled | bool | `true` | | +| postgresql.global.security.allowInsecureImages | bool | `true` | | +| postgresql.image.repository | string | `"bitnamilegacy/postgresql"` | | | postgresql.postgresqlHost | string | `None` | External postgres database endpoint, to be used if `postgresql.enabled == false` | | postgresql.service.ports.postgresql | int | `5432` | | | readinessProbe.failureThreshold | int | `2` | | @@ -105,6 +107,8 @@ $ helm install my-release weblate/weblate | redis.auth.password | string | `"weblate"` | | | redis.db | int | `1` | | | redis.enabled | bool | `true` | | +| redis.global.security.allowInsecureImages | bool | `true` | | +| redis.image.repository | string | `"bitnamilegacy/redis"` | | | redis.redisHost | string | `None` | External redis database endpoint, to be used if `redis.enabled == false` | | replicaCount | int | `1` | | | resources | object | `{}` | | From a623bab94fee44ac08efd3203def6134324653ba Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 07:25:30 +0000 Subject: [PATCH 6/8] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- charts/weblate/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/weblate/README.md b/charts/weblate/README.md index ca316b11..a1f7183f 100644 --- a/charts/weblate/README.md +++ b/charts/weblate/README.md @@ -1,6 +1,6 @@ # weblate -![Version: 0.5.25](https://img.shields.io/badge/Version-0.5.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.13.0.1](https://img.shields.io/badge/AppVersion-5.13.0.1-informational?style=flat-square) +![Version: 0.5.25](https://img.shields.io/badge/Version-0.5.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.13.1.0](https://img.shields.io/badge/AppVersion-5.13.1.0-informational?style=flat-square) Weblate is a free web-based translation management system. From bf7f01e45dff381b00254c2d439cd2f24d3d54d3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 11:42:05 +0000 Subject: [PATCH 7/8] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- charts/weblate/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/weblate/README.md b/charts/weblate/README.md index cc56bc43..4e2b7d59 100644 --- a/charts/weblate/README.md +++ b/charts/weblate/README.md @@ -1,6 +1,6 @@ # weblate -![Version: 0.5.25](https://img.shields.io/badge/Version-0.5.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.13.1.0](https://img.shields.io/badge/AppVersion-5.13.1.0-informational?style=flat-square) +![Version: 0.5.25](https://img.shields.io/badge/Version-0.5.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.13.3.0](https://img.shields.io/badge/AppVersion-5.13.3.0-informational?style=flat-square) Weblate is a free web-based translation management system. From aa9dee07f7239e4ad3073550cd0ef247378ec61a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:09:24 +0000 Subject: [PATCH 8/8] chore(pre-commit): apply code formatting --- charts/weblate/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/weblate/README.md b/charts/weblate/README.md index 7ec147e3..cce51247 100644 --- a/charts/weblate/README.md +++ b/charts/weblate/README.md @@ -1,6 +1,6 @@ # weblate -![Version: 0.5.25](https://img.shields.io/badge/Version-0.5.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.13.3.0](https://img.shields.io/badge/AppVersion-5.13.3.0-informational?style=flat-square) +![Version: 0.5.25](https://img.shields.io/badge/Version-0.5.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.13.3.3](https://img.shields.io/badge/AppVersion-5.13.3.3-informational?style=flat-square) Weblate is a free web-based translation management system.