From 2eff4fa5aec956fe37ae012bce9048e9a53c5c36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 19:43:23 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v18 --- charts/metamcp/Chart.yaml | 2 +- charts/metamcp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/metamcp/Chart.yaml b/charts/metamcp/Chart.yaml index dd96070..623aead 100644 --- a/charts/metamcp/Chart.yaml +++ b/charts/metamcp/Chart.yaml @@ -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: diff --git a/charts/metamcp/values.yaml b/charts/metamcp/values.yaml index c401753..648278c 100644 --- a/charts/metamcp/values.yaml +++ b/charts/metamcp/values.yaml @@ -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