Skip to content

Commit

Permalink
modified helm chart/templates to default to chart app version, instea…
Browse files Browse the repository at this point in the history
…d 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
  • Loading branch information
Rose Yemelyanova committed Feb 23, 2023
1 parent 72d6028 commit 22b68cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/diffcalc-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit 22b68cb

Please sign in to comment.