Skip to content

Commit de51cd2

Browse files
committed
feat: set image pull policy to always as it is using latest
1 parent ef5b8ea commit de51cd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/docker-registry-ui/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ description: A Helm chart for Kubernetes for Docker Registry UI
44

55
type: application
66

7-
version: 0.1.1
7+
version: 0.2.0
88

99
appVersion: "latest"

charts/docker-registry-ui/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ replicaCount: 1
99
image:
1010
repository: ghcr.io/eznix86/docker-registry-ui
1111
# This sets the pull policy for images.
12-
pullPolicy: IfNotPresent
12+
pullPolicy: Always
1313
# Overrides the image tag whose default is the chart appVersion.
1414
tag: ""
1515

0 commit comments

Comments
 (0)