Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/weblate/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
# renovate: image=weblate/weblate
appVersion: 5.17.1.0
appVersion: 2026.5.0.0
description: Weblate is a free web-based translation management system.
name: weblate
type: application
Expand Down
4 changes: 2 additions & 2 deletions charts/weblate/README.md
Original file line number Diff line number Diff line change
@@ -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.17.1.0](https://img.shields.io/badge/AppVersion-5.17.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: 2026.5.0.0](https://img.shields.io/badge/AppVersion-2026.5.0.0-informational?style=flat-square)

Weblate is a free web-based translation management system.

Expand Down Expand Up @@ -79,7 +79,7 @@ $ helm install my-release weblate/weblate
| gatewayApi.tlsRoute.rules | list | `[]` | TLSRoute rules. If empty, a default rule routing all traffic to the Weblate service is created |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"weblate/weblate"` | |
| image.tag | string | `"5.17.1.0@sha256:dc294235b651e1a8b06aa5479f1e01a99ab4b0165a5c3f937dd1784cb5b8f9bb"` | |
| image.tag | string | `"2026.5.0.0@sha256:3ad80dbc36674a1b3b24b78738146530174a35ffc1a4c6325dcc220e2829772a"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/weblate/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: weblate/weblate
tag: 5.17.1.0@sha256:dc294235b651e1a8b06aa5479f1e01a99ab4b0165a5c3f937dd1784cb5b8f9bb
tag: 2026.5.0.0@sha256:3ad80dbc36674a1b3b24b78738146530174a35ffc1a4c6325dcc220e2829772a
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
Loading