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: extensions/holmesgpt/config/holmesgpt/charts/holmesgpt-helper/values.yaml
+4-4Lines changed: 4 additions & 4 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
11
-
# This sets the pull policy for images.
12
-
pullPolicy: IfNotPresent
10
+
registry: docker.io
11
+
repository: frezes/holmesgpt-frontend
12
+
pullPolicy: Always
13
13
# Overrides the image tag whose default is the chart appVersion.
14
-
tag: "alpine"
14
+
tag: ""
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