Skip to content

Commit

Permalink
chore: upgrading postgres version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia committed Dec 16, 2024
1 parent dce39ac commit 952d54f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chart/cas-cif/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: cas-cif
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
appVersion: "0.1.0"
version: 1.18.0
appVersion: "1.18.0"
dependencies:
- name: terraform-bucket-provision
version: "0.1.3"
Expand Down
2 changes: 1 addition & 1 deletion chart/cas-cif/templates/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
image: ""
metadata:
labels: {{ include "cas-cif.labels" . | nindent 6 }}
postgresVersion: 14
postgresVersion: 16
instances:
- name: pgha1
replicas: 3
Expand Down

0 comments on commit 952d54f

Please sign in to comment.