Skip to content

Commit 2280e7f

Browse files
committed
refactor: review copilot
1 parent 70dfcfb commit 2280e7f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

helm/values-dev.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
77
image:
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

helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ replicaCount: 1
44
image:
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

0 commit comments

Comments
 (0)