From ec87a83de83b53b0350345f34f23dcba70f62ea6 Mon Sep 17 00:00:00 2001 From: Vincent Chalamon <407859+vincentchalamon@users.noreply.github.com> Date: Wed, 15 Nov 2023 15:29:29 +0100 Subject: [PATCH] fix: remove update CD --- helm/api-platform/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/api-platform/values.yaml b/helm/api-platform/values.yaml index 102c95a53..d666457ca 100644 --- a/helm/api-platform/values.yaml +++ b/helm/api-platform/values.yaml @@ -93,7 +93,7 @@ keycloak: repository: "chart-example.local/api-platform/keycloak" pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "" + tag: "0.1.0" resources: requests: memory: 300Mi