We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5b8ea commit de51cd2Copy full SHA for de51cd2
charts/docker-registry-ui/Chart.yaml
@@ -4,6 +4,6 @@ description: A Helm chart for Kubernetes for Docker Registry UI
4
5
type: application
6
7
-version: 0.1.1
+version: 0.2.0
8
9
appVersion: "latest"
charts/docker-registry-ui/values.yaml
@@ -9,7 +9,7 @@ replicaCount: 1
image:
10
repository: ghcr.io/eznix86/docker-registry-ui
11
# This sets the pull policy for images.
12
- pullPolicy: IfNotPresent
+ pullPolicy: Always
13
# Overrides the image tag whose default is the chart appVersion.
14
tag: ""
15
0 commit comments