Skip to content

Commit cb45b86

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2fe7b11 commit cb45b86

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 0.5.25
22

3-
[FEATURE] Add revisionHistoryLimit [#619](https://github.com/WeblateOrg/helm/pull/619)
3+
[FEATURE] Add revisionHistoryLimit [#619](https://github.com/WeblateOrg/helm/pull/619)
44
[BUGFIX] Use bitnami images from docker.io/bitnamilegacy for dependencies due to bitnami deprecating their public catalog. See bitnami/charts#35164
55

66
## 0.5.24
@@ -13,7 +13,7 @@
1313

1414
## 0.5.22
1515

16-
[FEATURE] Add podLabels [#554](https://github.com/WeblateOrg/helm/pull/554)
16+
[FEATURE] Add podLabels [#554](https://github.com/WeblateOrg/helm/pull/554)
1717
[BUGFIX] Remove unnecessary newlines in rendered chart [#556](https://github.com/WeblateOrg/helm/pull/556)
1818

1919
## 0.5.20

charts/weblate/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# weblate
22

3-
![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)
3+
![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)
44

55
Weblate is a free web-based translation management system.
66

@@ -91,6 +91,8 @@ $ helm install my-release weblate/weblate
9191
| postgresql.auth.secretKeys.userPasswordKey | string | `"postgresql-password"` | |
9292
| postgresql.auth.userName | string | `""` | |
9393
| postgresql.enabled | bool | `true` | |
94+
| postgresql.global.security.allowInsecureImages | bool | `true` | |
95+
| postgresql.image.repository | string | `"bitnamilegacy/postgresql"` | |
9496
| postgresql.postgresqlHost | string | `None` | External postgres database endpoint, to be used if `postgresql.enabled == false` |
9597
| postgresql.service.ports.postgresql | int | `5432` | |
9698
| readinessProbe.failureThreshold | int | `2` | |
@@ -105,6 +107,8 @@ $ helm install my-release weblate/weblate
105107
| redis.auth.password | string | `"weblate"` | |
106108
| redis.db | int | `1` | |
107109
| redis.enabled | bool | `true` | |
110+
| redis.global.security.allowInsecureImages | bool | `true` | |
111+
| redis.image.repository | string | `"bitnamilegacy/redis"` | |
108112
| redis.redisHost | string | `None` | External redis database endpoint, to be used if `redis.enabled == false` |
109113
| replicaCount | int | `1` | |
110114
| resources | object | `{}` | |

0 commit comments

Comments
 (0)