Skip to content

Commit 4099070

Browse files
chore(deps): update weblate/weblate docker tag to v5.17.0.0 (#829)
* chore(deps): update weblate/weblate docker tag to v5.17.0.0 * [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 9eaca1d commit 4099070

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: 5.16.2.3
3+
appVersion: 5.17.0.0
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.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.2.3](https://img.shields.io/badge/AppVersion-5.16.2.3-informational?style=flat-square)
3+
![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.0.0](https://img.shields.io/badge/AppVersion-5.17.0.0-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 | `"5.16.2.3@sha256:1e3b115c9a3aea0df58319a2f93283d95327a232f0f5ebaf067774e45858c516"` | |
82+
| image.tag | string | `"5.17.0.0@sha256:4a1ca8ab5229f8ef8c16a0235bb493bf7ba71332c417af378fe7c8b2712e9727"` | |
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: 5.16.2.3@sha256:1e3b115c9a3aea0df58319a2f93283d95327a232f0f5ebaf067774e45858c516
9+
tag: 5.17.0.0@sha256:4a1ca8ab5229f8ef8c16a0235bb493bf7ba71332c417af378fe7c8b2712e9727
1010
pullPolicy: IfNotPresent
1111

1212
imagePullSecrets: []

0 commit comments

Comments
 (0)