diff --git a/charts/weblate/Chart.yaml b/charts/weblate/Chart.yaml index 00e3857b..f46db4ff 100644 --- a/charts/weblate/Chart.yaml +++ b/charts/weblate/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 # renovate: image=weblate/weblate -appVersion: 5.16.2.2 +appVersion: 5.16.2.3 description: Weblate is a free web-based translation management system. name: weblate type: application diff --git a/charts/weblate/README.md b/charts/weblate/README.md index 0d56b57a..1a9186ec 100644 --- a/charts/weblate/README.md +++ b/charts/weblate/README.md @@ -1,6 +1,6 @@ # weblate -![Version: 0.5.28](https://img.shields.io/badge/Version-0.5.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.16.2.2](https://img.shields.io/badge/AppVersion-5.16.2.2-informational?style=flat-square) +![Version: 0.5.28](https://img.shields.io/badge/Version-0.5.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.16.2.3](https://img.shields.io/badge/AppVersion-5.16.2.3-informational?style=flat-square) Weblate is a free web-based translation management system. @@ -79,7 +79,7 @@ $ helm install my-release weblate/weblate | gatewayApi.tlsRoute.rules | list | `[]` | TLSRoute rules. If empty, a default rule routing all traffic to the Weblate service is created | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"weblate/weblate"` | | -| image.tag | string | `"5.16.2.2@sha256:d8d7984abbc21bb4270206cc26430e583bc83541851205d88bd969777f049bb6"` | | +| image.tag | string | `"5.16.2.3@sha256:1e3b115c9a3aea0df58319a2f93283d95327a232f0f5ebaf067774e45858c516"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | | ingress.enabled | bool | `false` | | diff --git a/charts/weblate/values.yaml b/charts/weblate/values.yaml index 43535fa3..70fc36a7 100644 --- a/charts/weblate/values.yaml +++ b/charts/weblate/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: weblate/weblate - tag: 5.16.2.2@sha256:d8d7984abbc21bb4270206cc26430e583bc83541851205d88bd969777f049bb6 + tag: 5.16.2.3@sha256:1e3b115c9a3aea0df58319a2f93283d95327a232f0f5ebaf067774e45858c516 pullPolicy: IfNotPresent imagePullSecrets: []