From 146ba20da506f031c5e209dc02378e2b7db11b9f Mon Sep 17 00:00:00 2001 From: Roman Iuvshyn Date: Wed, 25 May 2022 12:57:27 +0300 Subject: [PATCH] Update Helm chart CRD (#184) * 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 * Update charts/applicationset-progressive-sync/Chart.yaml Co-authored-by: Matteo Ruina Co-authored-by: Matteo Ruina --- charts/applicationset-progressive-sync/Chart.yaml | 4 ++-- .../crds/argoproj.skyscanner.net_progressivesyncs.yaml | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) 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