Skip to content

Commit

Permalink
Update Helm chart CRD (#184)
Browse files Browse the repository at this point in the history
* add sync options for the stage

* move sync options from stage level to progressive sync

* update readme

* update CRD in helm chart

* bump chart version

* Update charts/applicationset-progressive-sync/Chart.yaml

Co-authored-by: Matteo Ruina <[email protected]>

* Update charts/applicationset-progressive-sync/Chart.yaml

Co-authored-by: Matteo Ruina <[email protected]>

Co-authored-by: Matteo Ruina <[email protected]>
  • Loading branch information
riuvshyn and maruina authored May 25, 2022
1 parent 81ff14c commit 146ba20
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/applicationset-progressive-sync/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ 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.6.0-prealpha
version: 0.7.1-prealpha

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "sha-f70b92b"
appVersion: "v0.7.0-prealpha"

keywords:
- argoproj
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,13 @@ spec:
- name
type: object
type: array
syncOptions:
description: SyncOptions for sync operations executed in all stages
properties:
prune:
description: Prune is to enable prune resources during sync
type: boolean
type: object
required:
- appSetRef
type: object
Expand Down

0 comments on commit 146ba20

Please sign in to comment.