Skip to content

Commit 0f323ab

Browse files
committed
[K8S][HELM] Set IfNotPresent pullPolicy by default
1 parent cee2f00 commit 0f323ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/kyuubi/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ replicaCount: 2
2424

2525
image:
2626
repository: apache/kyuubi
27-
pullPolicy: Always
27+
pullPolicy: IfNotPresent
2828
tag: ~
2929

3030
imagePullSecrets: []

0 commit comments

Comments
 (0)