Skip to content

Commit

Permalink
chore: update to postgres:15
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Dec 21, 2023
1 parent 60efe76 commit 24738a5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions charts/steadybit-platform/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.12.10
digest: sha256:0b336e2b27d818d888be52e27832f1816cda5647b9ba222775dcea4cb1513f4b
generated: "2023-12-21T12:24:50.141101+01:00"
4 changes: 2 additions & 2 deletions charts/steadybit-platform/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: steadybit-platform
description: steadybit Platform Helm chart for Kubernetes.
version: 0.6.11
version: 0.7.0
appVersion: latest
home: https://www.steadybit.com/
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
Expand All @@ -21,6 +21,6 @@ annotations:
url: https://github.com/steadybit/helm-charts
dependencies:
- name: postgresql
version: 11.X.X
version: 12.X.X
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/steadybit-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ postgresql:
username: steadybit
database: steadybit
image:
tag: 14
tag: 15
service:
ports:
postgresql: "5432"

0 comments on commit 24738a5

Please sign in to comment.