Skip to content

Commit 67b7fdd

Browse files
chore(deps): update weblate/weblate docker tag to v5.15.1.1 (#711)
* chore(deps): update weblate/weblate docker tag to v5.15.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 5669f5a commit 67b7fdd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.15.1.0
3+
appVersion: 5.15.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.26](https://img.shields.io/badge/Version-0.5.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.15.1.0](https://img.shields.io/badge/AppVersion-5.15.1.0-informational?style=flat-square)
3+
![Version: 0.5.26](https://img.shields.io/badge/Version-0.5.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.15.1.1](https://img.shields.io/badge/AppVersion-5.15.1.1-informational?style=flat-square)
44

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

@@ -57,7 +57,7 @@ $ helm install my-release weblate/weblate
5757
| fullnameOverride | string | `""` | |
5858
| image.pullPolicy | string | `"IfNotPresent"` | |
5959
| image.repository | string | `"weblate/weblate"` | |
60-
| image.tag | string | `"5.15.1.0@sha256:7d5c6fa4be4e904c11776ae0b384a4e94bedd3679a2e6d99919aa688422304d4"` | |
60+
| image.tag | string | `"5.15.1.1@sha256:e45f39dde04aa3b4d89034d255b9fd1b4fe349a1ba6feac1f5f711ec941b84e1"` | |
6161
| imagePullSecrets | list | `[]` | |
6262
| ingress.annotations | object | `{}` | |
6363
| 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.15.1.0@sha256:7d5c6fa4be4e904c11776ae0b384a4e94bedd3679a2e6d99919aa688422304d4
9+
tag: 5.15.1.1@sha256:e45f39dde04aa3b4d89034d255b9fd1b4fe349a1ba6feac1f5f711ec941b84e1
1010
pullPolicy: IfNotPresent
1111

1212
imagePullSecrets: []

0 commit comments

Comments
 (0)