Skip to content

Commit

Permalink
Update postgresql and redis dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Apr 30, 2021
1 parent 796f2a6 commit 49bd98f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions charts/weblate/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 8.9.4
version: 10.3.14
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 10.6.12
digest: sha256:e486079663a1e6637d800a92581614b85078e60975ff95516edc5b6fc319bdda
generated: "2021-02-08T11:02:35.296872897+01:00"
version: 12.10.1
digest: sha256:87dfd88a483fd8a51145ceaf2d63fe602c85b80b99e329c61726a434c3a861f6
generated: "2021-04-29T10:30:40.227031048+02:00"
6 changes: 3 additions & 3 deletions charts/weblate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: "4.5.2"
description: Weblate is a free web-based translation management system.
name: weblate
type: application
version: 0.3.4
version: 0.4.0
home: https://weblate.org/
icon: https://s.weblate.org/cdn/weblate.svg
maintainers:
Expand All @@ -13,10 +13,10 @@ maintainers:
email: [email protected]
dependencies:
- name: postgresql
version: 8.9.4
version: 10.3.14
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: redis
version: 10.6.12
version: 12.10.1
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
6 changes: 3 additions & 3 deletions charts/weblate/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# weblate

![Version: 0.3.4](https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.2](https://img.shields.io/badge/AppVersion-4.5.2-informational?style=flat-square)
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.2](https://img.shields.io/badge/AppVersion-4.5.2-informational?style=flat-square)

Weblate is a free web-based translation management system.

Expand All @@ -24,8 +24,8 @@ $ helm install my-release weblate/weblate

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 8.9.4 |
| https://charts.bitnami.com/bitnami | redis | 10.6.12 |
| https://charts.bitnami.com/bitnami | postgresql | 10.3.14 |
| https://charts.bitnami.com/bitnami | redis | 12.10.1 |

## Values

Expand Down

0 comments on commit 49bd98f

Please sign in to comment.