Skip to content

Commit

Permalink
Version bump for Weblate 4.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Sep 19, 2022
1 parent 1b06e5a commit e27417c
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,9 +1,9 @@
apiVersion: v2
appVersion: 4.14
appVersion: 4.14.1
description: Weblate is a free web-based translation management system.
name: weblate
type: application
version: 0.4.14
version: 0.4.15
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.14](https://img.shields.io/badge/Version-0.4.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.14](https://img.shields.io/badge/AppVersion-4.14-informational?style=flat-square)
![Version: 0.4.15](https://img.shields.io/badge/Version-0.4.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.14.1](https://img.shields.io/badge/AppVersion-4.14.1-informational?style=flat-square)

Weblate is a free web-based translation management system.

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

imagePullSecrets: []
Expand Down

0 comments on commit e27417c

Please sign in to comment.