From 4b80b4ac9f0162dec260aa9d7644b3444e6f7ece Mon Sep 17 00:00:00 2001 From: Ghislain LE MEUR Date: Thu, 16 Oct 2025 09:46:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(helm)=20release=20chart=200.0.14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix missing image and command attributes for celery workers --- 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 1b9988ee..d93b4385 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.13 +version: 0.0.14