argo-helm
argo-helm copied to clipboard
feat(argo-cd): Added chart values deprecation parameters
Added chart values deprecation parameters. This will simplify updates for changes in charts.
Pattern copied from https://github.com/jenkinsci/helm-charts/blob/jenkins-5.7.1/charts/jenkins/templates/deprecation.yaml
By default now disabled, in future release will put as enabled
Checklist:
- [ ] I have bumped the chart version according to versioning
- [ ] I have updated the documentation according to documentation
- [ ] I have updated the chart changelog with all the changes that come with this pull request according to changelog.
- [ ] Any new values are backwards compatible and/or have sensible default.
- [ ] I have signed off all my commits as required by DCO.
- [ ] My build is green (troubleshooting builds).