You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helm/values.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@ replicaCount: 1
7
7
8
8
# This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/
9
9
image:
10
-
repository: nginx
10
+
repository: ghcr.io/diamondlightsource/glazed
11
11
# This sets the pull policy for images.
12
12
pullPolicy: IfNotPresent
13
13
# Overrides the image tag whose default is the chart appVersion.
14
-
tag: ""
14
+
tag: "add-helm"
15
15
16
16
# 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/
0 commit comments