Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/metamcp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: metamcp
description: MetaMCP aggregator Helm chart for Kubernetes
type: application
version: 0.3.2
version: 0.3.3
appVersion: "2.4.22"
icon: https://icoretech.github.io/helm/charts/metamcp/logo.png
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/metamcp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ extraEnvFrom: []
# Bundled Postgres for MetaMCP. Override env.DATABASE_URL to use an external DB.
postgres:
enabled: true
image: postgres:16
image: postgres:18
auth:
database: metamcp
username: metamcp
Expand Down
Loading