From 177321ef87bf8ab410de5f58f5f647831c3c27dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 May 2025 10:55:08 +0000 Subject: [PATCH 1/2] chore(deps): update weblate/weblate docker tag to v5.11.3.0 --- charts/weblate/Chart.yaml | 2 +- charts/weblate/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/weblate/Chart.yaml b/charts/weblate/Chart.yaml index 8a9db6f6..48e48732 100644 --- a/charts/weblate/Chart.yaml +++ b/charts/weblate/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 # renovate: datasource=docker depName=weblate/weblate -appVersion: 5.11.1.1 +appVersion: 5.11.3.0 description: Weblate is a free web-based translation management system. name: weblate type: application diff --git a/charts/weblate/values.yaml b/charts/weblate/values.yaml index 08543406..8f059ddd 100644 --- a/charts/weblate/values.yaml +++ b/charts/weblate/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: weblate/weblate - tag: 5.11.1.1@sha256:558d319c3ad594ebe0fc083a25dd5ad8e6208327a5a9e2946f034a3e33c07389 + tag: 5.11.3.0@sha256:b72921998206f1eb57b4b198f21a76612cc02c6fe3f08965e34ba2a9906f55cb pullPolicy: IfNotPresent imagePullSecrets: [] From f541b9b9ab5401929a981a3c78f30b07e087def4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 3 May 2025 10:55:20 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- charts/weblate/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/weblate/README.md b/charts/weblate/README.md index 20da30a3..767b9d09 100644 --- a/charts/weblate/README.md +++ b/charts/weblate/README.md @@ -1,6 +1,6 @@ # weblate -![Version: 0.5.22](https://img.shields.io/badge/Version-0.5.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.11.1.1](https://img.shields.io/badge/AppVersion-5.11.1.1-informational?style=flat-square) +![Version: 0.5.22](https://img.shields.io/badge/Version-0.5.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.11.3.0](https://img.shields.io/badge/AppVersion-5.11.3.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.11.1.1@sha256:558d319c3ad594ebe0fc083a25dd5ad8e6208327a5a9e2946f034a3e33c07389"` | | +| image.tag | string | `"5.11.3.0@sha256:b72921998206f1eb57b4b198f21a76612cc02c6fe3f08965e34ba2a9906f55cb"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | | ingress.enabled | bool | `false` | |