Skip to content

Commit d5f253d

Browse files
chore(deps): update weblate/weblate docker tag to v5.16.2.0 (#786)
* chore(deps): update weblate/weblate docker tag to v5.16.2.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 33b51c0 commit d5f253d

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.1.1
3+
appVersion: 5.16.2.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.1.1](https://img.shields.io/badge/AppVersion-5.16.1.1-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.16.2.0](https://img.shields.io/badge/AppVersion-5.16.2.0-informational?style=flat-square)
44

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

@@ -58,7 +58,7 @@ $ helm install my-release weblate/weblate
5858
| fullnameOverride | string | `""` | |
5959
| image.pullPolicy | string | `"IfNotPresent"` | |
6060
| image.repository | string | `"weblate/weblate"` | |
61-
| image.tag | string | `"5.16.1.1@sha256:16f2476e1417ec9b705b1458eaa99fd429f35b4b19ecaa27afdfa28e3c0fbfb7"` | |
61+
| image.tag | string | `"5.16.2.0@sha256:20eb95fecb1e95c74de33c24ec492b96c39a33158a13743ed207aa08fa8705fc"` | |
6262
| imagePullSecrets | list | `[]` | |
6363
| ingress.annotations | object | `{}` | |
6464
| 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.1.1@sha256:16f2476e1417ec9b705b1458eaa99fd429f35b4b19ecaa27afdfa28e3c0fbfb7
9+
tag: 5.16.2.0@sha256:20eb95fecb1e95c74de33c24ec492b96c39a33158a13743ed207aa08fa8705fc
1010
pullPolicy: IfNotPresent
1111

1212
imagePullSecrets: []

0 commit comments

Comments
 (0)