Skip to content

Commit

Permalink
Update PostgreSQL chart to 12.12.10 (#90)
Browse files Browse the repository at this point in the history
* Update PostgreSQL chart to 12.12.10

Signed-off-by: Matthias Baur <m.baur@syseleven.de>

* Update common chart as well

Otherwise Helm fails with:

```
error calling include: template: iam-mockgateway/charts/openfga/charts/common/templates/_names.tpl:11:18: executing "common.names.name" at <.Chart.Name>: nil pointer evaluating interface {}._names
```

Signed-off-by: Matthias Baur <m.baur@syseleven.de>

---------

Signed-off-by: Matthias Baur <m.baur@syseleven.de>
  • Loading branch information
baurmatt authored Dec 4, 2023
1 parent 9aedafe commit e2fd6d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions charts/openfga/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.2.3
version: 12.12.10
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.6.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.6.0
digest: sha256:07a7c73dbcbc44da76854a9155e679728fbb122091370b62c8c38177fb230227
generated: "2023-07-25T19:23:02.030286-04:00"
version: 2.13.3
digest: sha256:68e2cc3b60ae8e31f7749a5f1f3e7838660f6c0e2f0b40d9f5fa353afe880521
generated: "2023-12-01T15:06:50.541713+01:00"
4 changes: 2 additions & 2 deletions charts/openfga/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ annotations:
dependencies:
- name: postgresql
version: "12.2.3"
version: "12.12.10"
repository: https://charts.bitnami.com/bitnami
condition: postgres.enabled
- name: mysql
version: "9.6.0"
repository: https://charts.bitnami.com/bitnami
condition: mysql.enabled
- name: common
version: "2.6.0"
version: "2.13.3"
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common

0 comments on commit e2fd6d5

Please sign in to comment.