Skip to content

Commit d87673a

Browse files
committed
Set image to deploy glazed from ghcr
1 parent 0b95a6b commit d87673a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ replicaCount: 1
77

88
# This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/
99
image:
10-
repository: nginx
10+
repository: ghcr.io/diamondlightsource/glazed
1111
# This sets the pull policy for images.
1212
pullPolicy: IfNotPresent
1313
# Overrides the image tag whose default is the chart appVersion.
14-
tag: ""
14+
tag: "add-helm"
1515

1616
# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
1717
imagePullSecrets: []

0 commit comments

Comments
 (0)