diff --git a/charts/registry-creds/Chart.yaml b/charts/registry-creds/Chart.yaml index 06b9b6e..f0cabe5 100644 --- a/charts/registry-creds/Chart.yaml +++ b/charts/registry-creds/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 name: registry-creds description: Allow for Registry credentials to be refreshed inside your Kubernetes cluster via `ImagePullSecrets`. -version: 0.0.7 -appVersion: 0.0.4 +version: 0.0.8 +appVersion: 0.0.5 diff --git a/charts/registry-creds/values.yaml b/charts/registry-creds/values.yaml index 5aea888..f635d86 100644 --- a/charts/registry-creds/values.yaml +++ b/charts/registry-creds/values.yaml @@ -3,7 +3,7 @@ image: # repository is the path to the reposity from which the image should be pulled repository: holoplot/registry-creds # tag is the version of the image that should be pulled from the repository - tag: 0.0.4 + tag: 0.0.5 # pullPolicy dictates when an image is pulled when a pod is created, it may be Always, Never, or IfNotPresent pullPolicy: IfNotPresent