Skip to content

Commit

Permalink
Bump the app version in the chart to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mhill-holoplot committed Jan 15, 2025
1 parent 5db4bb0 commit 62745c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/registry-creds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion 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.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

Expand Down

0 comments on commit 62745c5

Please sign in to comment.