diff --git a/charts/applicationset-progressive-sync/Chart.yaml b/charts/applicationset-progressive-sync/Chart.yaml index c54adb64..0d0530c7 100644 --- a/charts/applicationset-progressive-sync/Chart.yaml +++ b/charts/applicationset-progressive-sync/Chart.yaml @@ -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 diff --git a/charts/applicationset-progressive-sync/crds/argoproj.skyscanner.net_progressivesyncs.yaml b/charts/applicationset-progressive-sync/crds/argoproj.skyscanner.net_progressivesyncs.yaml index 1548f8f6..a77bbb6e 100644 --- a/charts/applicationset-progressive-sync/crds/argoproj.skyscanner.net_progressivesyncs.yaml +++ b/charts/applicationset-progressive-sync/crds/argoproj.skyscanner.net_progressivesyncs.yaml @@ -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