Skip to content

Commit

Permalink
[Breaking change] Update chart to use PostgreSQL 16.4 (#1489)
Browse files Browse the repository at this point in the history
Update postgresql dependency to use PostgreSQL 16.4.0

Signed-off-by: Ivan P <[email protected]>
  • Loading branch information
i5okie authored Feb 11, 2025
1 parent 65c7caa commit 717ee15
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/traction/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: 11.9.13
version: 15.5.38
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.27.0
digest: sha256:29f6c4a3b351791968e3ce04f8874be2234719f4c4c8dc4bcfede343b4c86813
generated: "2025-01-23T11:25:59.1749248-08:00"
digest: sha256:4d209ab9c58df16d250a114798e442734d843021cd412f2ed0943cdcd9d190c7
generated: "2025-01-31T11:50:27.114255-08:00"
2 changes: 1 addition & 1 deletion charts/traction/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ maintainers:
url: https://github.com/esune
dependencies:
- name: postgresql
version: 11.9.13
version: 15.5.38
repository: https://charts.bitnami.com/bitnami/
condition: postgresql.enabled
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/traction/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Traction

![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: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
![version: 0.3.5](https://img.shields.io/badge/Version-0.3.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

The Traction service allows organizations to verify, hold, and issue verifiable credentials.

Expand Down
Binary file removed charts/traction/charts/postgresql-11.9.13.tgz
Binary file not shown.
Binary file added charts/traction/charts/postgresql-15.5.38.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/traction/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ Create a default fully qualified app name for the postgres requirement.
{{- .Values.postgresql.fullnameOverride | trunc 63 | trimSuffix "-" }}
{{- else }}
{{- $postgresContext := dict "Values" .Values.postgresql "Release" .Release "Chart" (dict "Name" "postgresql") -}}
{{ template "postgresql.primary.fullname" $postgresContext }}
{{ template "postgresql.v1.primary.fullname" $postgresContext }}
{{- end -}}
{{- end -}}

Expand Down

0 comments on commit 717ee15

Please sign in to comment.