Skip to content

Commit 22b68cb

Browse files
author
Rose Yemelyanova
committed
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
1 parent 72d6028 commit 22b68cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/diffcalc-api/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
repository: ghcr.io/diamondlightsource/diffcalc-api
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: latest
11+
tag: ""
1212

1313
imagePullSecrets: []
1414
nameOverride: ""

0 commit comments

Comments
 (0)