Skip to content

Commit

Permalink
Bump helm chart image version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mhill-holoplot committed Apr 22, 2024
1 parent a27ce27 commit 0d570bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/registry-creds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
name: registry-creds
description: Allow for Registry credentials to be refreshed inside your Kubernetes cluster via `ImagePullSecrets`.
version: 0.0.6
appVersion: 0.0.3
appVersion: 0.0.4
4 changes: 2 additions & 2 deletions charts/registry-creds/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
tag: 0.0.4
# pullPolicy dictates when an image is pulled when a pod is created, it may be Always, Never, or IfNotPresent
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -53,4 +53,4 @@ image:
# # url is the URL of the proxy server
# url: http://proxy.example.com:8080
# # noProxy is a comma separated list of hosts that should not be proxied
# noProxy: localhost
# noProxy: localhost

0 comments on commit 0d570bc

Please sign in to comment.