From 22b68cb3a3ba30df25de874f22aab73a2db59fa7 Mon Sep 17 00:00:00 2001 From: Rose Yemelyanova Date: Thu, 23 Feb 2023 13:37:01 +0000 Subject: [PATCH] modified helm chart/templates to default to chart app version, instead of pulling latest container image. Changed uvicorn run command to included host 0.0.0.0 so that it can send/recieve traffic on the k8s cluster --- helm/diffcalc-api/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/diffcalc-api/values.yaml b/helm/diffcalc-api/values.yaml index fb28478..065cc9c 100644 --- a/helm/diffcalc-api/values.yaml +++ b/helm/diffcalc-api/values.yaml @@ -8,7 +8,7 @@ image: repository: ghcr.io/diamondlightsource/diffcalc-api pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: latest + tag: "" imagePullSecrets: [] nameOverride: ""