Skip to content

Commit c5611ff

Browse files
authored
Merge pull request #48 from manavgup/fix/postgres-version-values-yaml
Updated values.yaml to specify the version of postgres.
2 parents 30fa97d + d95eb74 commit c5611ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/mcp-stack/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ postgres:
4444
enabled: true
4545
image:
4646
repository: postgres
47-
tag: "10.1"
47+
tag: "17"
4848
pullPolicy: IfNotPresent
4949
service:
5050
type: ClusterIP

0 commit comments

Comments
 (0)