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
v1

Signed-off-by: Jānis Orlovs <janis@cwise.eu>
This commit is contained in:
Jānis Orlovs 2024-10-01 14:01:39 +03:00
parent d44be217f2
commit 60b68c65f9
3 changed files with 4 additions and 4 deletions

View file

@ -26,5 +26,5 @@ annotations:
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: fixed
description: Arrange for ApplicationSet in any namespace.
- kind: added
description: Added values depreciation pattern for Chart, to make easier upgrade process.

View file

@ -670,7 +670,7 @@ NAME: my-release
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| apiVersionOverrides | object | `{}` | |
| checkDeprecation | bool | `true` | Checks if any deprecated values are used |
| checkDeprecation | bool | `false` | Checks if any deprecated values are used |
| crds.additionalLabels | object | `{}` | Addtional labels to be added to all CRDs |
| crds.annotations | object | `{}` | Annotations to be added to all CRDs |
| crds.install | bool | `true` | Install and upgrade CRDs |

View file

@ -3723,5 +3723,5 @@ notifications:
# - on-sync-status-unknown
# -- Checks if any deprecated values are used
checkDeprecation: true
checkDeprecation: false