Skip to content

Commit

Permalink
Commit triggered by a change on the main branch of helm-charts-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rconway committed Jan 10, 2024
1 parent b48f9e5 commit 939b0a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/identity-gatekeeper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.2
version: 1.0.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 2 additions & 0 deletions charts/identity-gatekeeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ kubeVersionOverride: ""
deployment:
replicaCount: 1
image:
repository: quay.io/gogatekeeper/gatekeeper
# tag: null # default is Chart.appVersion
pullPolicy: IfNotPresent
strategy:
type: Recreate
Expand Down

0 comments on commit 939b0a6

Please sign in to comment.