Skip to content

Commit 10ecad2

Browse files
chore(deps): update weblate/weblate docker tag to v2026.7.1.1 (#936)
* chore(deps): update weblate/weblate docker tag to v2026.7.1.1 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e0beb45 commit 10ecad2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/weblate/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
# renovate: image=weblate/weblate
3-
appVersion: 2026.7.1.0
3+
appVersion: 2026.7.1.1
44
description: Weblate is a free web-based translation management system.
55
name: weblate
66
type: application

charts/weblate/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# weblate
22

3-
![Version: 0.5.30](https://img.shields.io/badge/Version-0.5.30-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2026.7.1.0](https://img.shields.io/badge/AppVersion-2026.7.1.0-informational?style=flat-square)
3+
![Version: 0.5.30](https://img.shields.io/badge/Version-0.5.30-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2026.7.1.1](https://img.shields.io/badge/AppVersion-2026.7.1.1-informational?style=flat-square)
44

55
Weblate is a free web-based translation management system.
66

@@ -79,7 +79,7 @@ $ helm install my-release weblate/weblate
7979
| gatewayApi.tlsRoute.rules | list | `[]` | TLSRoute rules. If empty, a default rule routing all traffic to the Weblate service is created |
8080
| image.pullPolicy | string | `"IfNotPresent"` | |
8181
| image.repository | string | `"weblate/weblate"` | |
82-
| image.tag | string | `"2026.7.1.0@sha256:7c59fca9a19251a54ac7b2e62e9e50c74a1d55d2954420585dd63638837f872d"` | |
82+
| image.tag | string | `"2026.7.1.1@sha256:2e6b11ba52c90824901ba2728540836295882f6cfa9df49ef22b69ce4b55a5bf"` | |
8383
| imagePullSecrets | list | `[]` | |
8484
| ingress.annotations | object | `{}` | |
8585
| ingress.enabled | bool | `false` | |

charts/weblate/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 1
66

77
image:
88
repository: weblate/weblate
9-
tag: 2026.7.1.0@sha256:7c59fca9a19251a54ac7b2e62e9e50c74a1d55d2954420585dd63638837f872d
9+
tag: 2026.7.1.1@sha256:2e6b11ba52c90824901ba2728540836295882f6cfa9df49ef22b69ce4b55a5bf
1010
pullPolicy: IfNotPresent
1111

1212
imagePullSecrets: []

0 commit comments

Comments
 (0)