Skip to content

Commit

Permalink
Fix syncPolicy field
Browse files Browse the repository at this point in the history
  • Loading branch information
rawagner committed Dec 13, 2023
1 parent 7399aef commit a179330
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 86 deletions.
Binary file added day2-application-0.0.4.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion day2-application/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: 0.0.3
version: 0.0.4

# 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: 1 addition & 1 deletion day2-application/templates/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ spec:
path: {{ .Values.path }}
repoURL: {{ .Values.repoURL }}
targetRevision: HEAD
sync:
syncPolicy:
automated: {}
Loading

0 comments on commit a179330

Please sign in to comment.