diff --git a/charts/weblate/Chart.yaml b/charts/weblate/Chart.yaml index d138fbdc..549a029f 100644 --- a/charts/weblate/Chart.yaml +++ b/charts/weblate/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 # renovate: image=weblate/weblate -appVersion: 5.12.1.0 +appVersion: 5.12.2.0 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 b47b22d9..1b534f48 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.12.1.0](https://img.shields.io/badge/AppVersion-5.12.1.0-informational?style=flat-square) +![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.12.2.0](https://img.shields.io/badge/AppVersion-5.12.2.0-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.12.1.0@sha256:2f579c12d2901de14a87770dc11211edf6e2c5ce9ca269572e293764e4c2d213"` | | +| image.tag | string | `"5.12.2.0@sha256:cb3d50f4708b7a6a4f29ae1405714b58422d7d296ec9a450e1020da56ca5484d"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | | ingress.enabled | bool | `false` | | diff --git a/charts/weblate/values.yaml b/charts/weblate/values.yaml index 273de3a3..db33ce2a 100644 --- a/charts/weblate/values.yaml +++ b/charts/weblate/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: weblate/weblate - tag: 5.12.1.0@sha256:2f579c12d2901de14a87770dc11211edf6e2c5ce9ca269572e293764e4c2d213 + tag: 5.12.2.0@sha256:cb3d50f4708b7a6a4f29ae1405714b58422d7d296ec9a450e1020da56ca5484d pullPolicy: IfNotPresent imagePullSecrets: []