Skip to content

Commit 6cab122

Browse files
committed
Updated values.yaml to specify the version of postgres in tag.
Signed-off-by: Vicky Kuo <vicky.kuo@ibm.com>
1 parent fb01938 commit 6cab122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/mcp-stack/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ mcpContextForge:
4343
postgres:
4444
enabled: true
4545
image:
46-
repository: postgres:17
47-
tag: "10.1"
46+
repository: postgres
47+
tag: "17"
4848
pullPolicy: IfNotPresent
4949
service:
5050
type: ClusterIP

0 commit comments

Comments
 (0)