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
55Weblate 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