Skip to content

Commit 1916ec0

Browse files
authored
Merge pull request IBM#48 from manavgup/fix/postgres-version-values-yaml
Updated values.yaml to specify the version of postgres.
2 parents 8fb11cd + f94bd13 commit 1916ec0

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)