From 2d6fe6ee7d0b5bc203c0c5937cbcc54822f37024 Mon Sep 17 00:00:00 2001 From: Ghislain LE MEUR Date: Mon, 20 Oct 2025 16:59:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(helm)=20release=20chart=200.0.15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This release adds support for injecting custom Kubernetes resources through the extraManifests parameter. New features: - Add extraManifests support for deploying custom resources - Support multiple input formats (list, map, raw YAML strings) - Enable Helm template variables in injected manifests --- src/helm/meet/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helm/meet/Chart.yaml b/src/helm/meet/Chart.yaml index d93b4385..9ba4f463 100644 --- a/src/helm/meet/Chart.yaml +++ b/src/helm/meet/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 type: application name: meet -version: 0.0.14 +version: 0.0.15