diff --git a/charts/weblate/Chart.yaml b/charts/weblate/Chart.yaml index ed883bc2..dd01caf8 100644 --- a/charts/weblate/Chart.yaml +++ b/charts/weblate/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 # renovate: image=weblate/weblate -appVersion: 5.16.1.0 +appVersion: 5.16.1.1 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 89a28c48..45171399 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.1.0](https://img.shields.io/badge/AppVersion-5.16.1.0-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.1.1](https://img.shields.io/badge/AppVersion-5.16.1.1-informational?style=flat-square) Weblate is a free web-based translation management system. @@ -58,7 +58,7 @@ $ helm install my-release weblate/weblate | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"weblate/weblate"` | | -| image.tag | string | `"5.16.1.0@sha256:1cd91f7ffc4e4d256a3bf18525152073d3ea3f458bd726cfa749bda3fdbbc2ae"` | | +| image.tag | string | `"5.16.1.1@sha256:16f2476e1417ec9b705b1458eaa99fd429f35b4b19ecaa27afdfa28e3c0fbfb7"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | | ingress.enabled | bool | `false` | | diff --git a/charts/weblate/values.yaml b/charts/weblate/values.yaml index ee9900a1..a6be42cc 100644 --- a/charts/weblate/values.yaml +++ b/charts/weblate/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: weblate/weblate - tag: 5.16.1.0@sha256:1cd91f7ffc4e4d256a3bf18525152073d3ea3f458bd726cfa749bda3fdbbc2ae + tag: 5.16.1.1@sha256:16f2476e1417ec9b705b1458eaa99fd429f35b4b19ecaa27afdfa28e3c0fbfb7 pullPolicy: IfNotPresent imagePullSecrets: []