Skip to content

Commit

Permalink
chore(deps): update weblate/weblate docker tag to v5.8.3.1 (#496)
Browse files Browse the repository at this point in the history
* chore(deps): update weblate/weblate docker tag to v5.8.3.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>
  • Loading branch information
renovate[bot] and pre-commit-ci[bot] authored Nov 7, 2024
1 parent f23fe0f commit b5ea26e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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: datasource=docker depName=weblate/weblate
appVersion: 5.8.3.0
appVersion: 5.8.3.1
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.18](https://img.shields.io/badge/Version-0.5.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.8.3.0](https://img.shields.io/badge/AppVersion-5.8.3.0-informational?style=flat-square)
![Version: 0.5.18](https://img.shields.io/badge/Version-0.5.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.8.3.1](https://img.shields.io/badge/AppVersion-5.8.3.1-informational?style=flat-square)

Weblate is a free web-based translation management system.

Expand Down Expand Up @@ -57,7 +57,7 @@ $ helm install my-release weblate/weblate
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"weblate/weblate"` | |
| image.tag | string | `"5.8.3.0"` | |
| image.tag | string | `"5.8.3.1"` | |
| 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.8.3.0
tag: 5.8.3.1
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit b5ea26e

Please sign in to comment.