diff --git a/charts/weblate/Chart.yaml b/charts/weblate/Chart.yaml index 07b28422..ec820bf9 100644 --- a/charts/weblate/Chart.yaml +++ b/charts/weblate/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 # renovate: image=weblate/weblate -appVersion: 5.15.0.1 +appVersion: 5.15.0.2 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 712fdde4..e0dab78d 100644 --- a/charts/weblate/README.md +++ b/charts/weblate/README.md @@ -1,6 +1,6 @@ # weblate -![Version: 0.5.26](https://img.shields.io/badge/Version-0.5.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.15.0.1](https://img.shields.io/badge/AppVersion-5.15.0.1-informational?style=flat-square) +![Version: 0.5.26](https://img.shields.io/badge/Version-0.5.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.15.0.2](https://img.shields.io/badge/AppVersion-5.15.0.2-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.15.0.1@sha256:0f408d49a7473571ce0d9fe7770a1d4f1e7d7993a199d5f7a460e8f599918f0c"` | | +| image.tag | string | `"5.15.0.2@sha256:33face3c4ed1f8bf220f12b0de0eac0097714eb9f2396432ac36bbc52b86a9a0"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | | ingress.enabled | bool | `false` | | diff --git a/charts/weblate/values.yaml b/charts/weblate/values.yaml index f0593711..32755d17 100644 --- a/charts/weblate/values.yaml +++ b/charts/weblate/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: weblate/weblate - tag: 5.15.0.1@sha256:0f408d49a7473571ce0d9fe7770a1d4f1e7d7993a199d5f7a460e8f599918f0c + tag: 5.15.0.2@sha256:33face3c4ed1f8bf220f12b0de0eac0097714eb9f2396432ac36bbc52b86a9a0 pullPolicy: IfNotPresent imagePullSecrets: []