File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # Development values for local Kubernetes ( Kind/Minikube)
1+ # Development values for local Kubernetes Kind
22# Usage: helm install toolhive-cloud-ui ./helm -f ./helm/values-dev.yaml
33
44# -- Number of replicas for development
@@ -7,8 +7,8 @@ replicaCount: 1
77image :
88 # -- Image repository
99 repository : toolhive-cloud-ui
10- # -- Never pull from registry, use local image
11- pullPolicy : Never
10+ # -- Pull from registry if available , use local image if not
11+ pullPolicy : IfNotPresent
1212 # -- Override with "latest" for local development
1313 tag : " latest"
1414
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ replicaCount: 1
44image :
55 # -- Image repository
66 repository : toolhive-cloud-ui
7- # -- Image pull policy (Never for local development with minikube)
8- pullPolicy : Never
7+ # -- Pull from registry if available, use local image if not
8+ pullPolicy : IfNotPresent
99 # -- Overrides the image tag whose default is the chart appVersion
1010 tag : " "
1111
You can’t perform that action at this time.
0 commit comments