diff --git a/charts/weblate/Chart.yaml b/charts/weblate/Chart.yaml index 9f6390c4..d70569cf 100644 --- a/charts/weblate/Chart.yaml +++ b/charts/weblate/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 # renovate: image=weblate/weblate -appVersion: 5.11.4.3 +appVersion: 5.11.4.4 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 74a45555..091d385c 100644 --- a/charts/weblate/README.md +++ b/charts/weblate/README.md @@ -1,6 +1,6 @@ # weblate -![Version: 0.5.23](https://img.shields.io/badge/Version-0.5.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.11.4.3](https://img.shields.io/badge/AppVersion-5.11.4.3-informational?style=flat-square) +![Version: 0.5.23](https://img.shields.io/badge/Version-0.5.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.11.4.4](https://img.shields.io/badge/AppVersion-5.11.4.4-informational?style=flat-square) Weblate is a free web-based translation management system. @@ -57,7 +57,7 @@ $ helm install my-release weblate/weblate | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"weblate/weblate"` | | -| image.tag | string | `"5.11.4.3@sha256:66b3c87fc58a355148af1da64aa2a85bea8204e19bfa6609887b9cc2870b8db6"` | | +| image.tag | string | `"5.11.4.4@sha256:a80ad7ee571b5648ddbb86bfe8af50d1676b797da1601a5b02cc8752198d9491"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | | ingress.enabled | bool | `false` | | diff --git a/charts/weblate/values.yaml b/charts/weblate/values.yaml index 2448768d..04cbc93b 100644 --- a/charts/weblate/values.yaml +++ b/charts/weblate/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: weblate/weblate - tag: 5.11.4.3@sha256:66b3c87fc58a355148af1da64aa2a85bea8204e19bfa6609887b9cc2870b8db6 + tag: 5.11.4.4@sha256:a80ad7ee571b5648ddbb86bfe8af50d1676b797da1601a5b02cc8752198d9491 pullPolicy: IfNotPresent imagePullSecrets: []