Skip to content

Commit

Permalink
Weblate 4.17
Browse files Browse the repository at this point in the history
Changed Docker tag schema to use . as a separator instead of -. The dash
is considered a suffix to differentiate flavors of the images in some cases
like -alpine.
  • Loading branch information
nijel committed Jun 6, 2023
1 parent 13e3fb3 commit 719dda0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/weblate/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
# renovate: image=weblate/weblate
appVersion: 4.16.4-1
appVersion: 4.17.0.3
description: Weblate is a free web-based translation management system.
name: weblate
type: application
version: 0.4.25
version: 0.4.26
home: https://weblate.org/
icon: https://s.weblate.org/cdn/weblate.svg
maintainers:
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.4.25](https://img.shields.io/badge/Version-0.4.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.16.4-1](https://img.shields.io/badge/AppVersion-4.16.4--1-informational?style=flat-square)
![Version: 0.4.26](https://img.shields.io/badge/Version-0.4.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.17.0.3](https://img.shields.io/badge/AppVersion-4.17.0.3-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 | `"4.16.4-1"` | |
| image.tag | string | `"4.17.0.3"` | |
| 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: 4.16.4-1
tag: 4.17.0.3
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit 719dda0

Please sign in to comment.