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:
parent
d44be217f2
commit
60b68c65f9
3 changed files with 4 additions and 4 deletions
|
@ -26,5 +26,5 @@ annotations:
|
||||||
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
|
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
|
||||||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: fixed
|
- kind: added
|
||||||
description: Arrange for ApplicationSet in any namespace.
|
description: Added values depreciation pattern for Chart, to make easier upgrade process.
|
|
@ -670,7 +670,7 @@ NAME: my-release
|
||||||
| Key | Type | Default | Description |
|
| Key | Type | Default | Description |
|
||||||
|-----|------|---------|-------------|
|
|-----|------|---------|-------------|
|
||||||
| apiVersionOverrides | object | `{}` | |
|
| 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.additionalLabels | object | `{}` | Addtional labels to be added to all CRDs |
|
||||||
| crds.annotations | object | `{}` | Annotations to be added to all CRDs |
|
| crds.annotations | object | `{}` | Annotations to be added to all CRDs |
|
||||||
| crds.install | bool | `true` | Install and upgrade CRDs |
|
| crds.install | bool | `true` | Install and upgrade CRDs |
|
||||||
|
|
|
@ -3723,5 +3723,5 @@ notifications:
|
||||||
# - on-sync-status-unknown
|
# - on-sync-status-unknown
|
||||||
|
|
||||||
# -- Checks if any deprecated values are used
|
# -- Checks if any deprecated values are used
|
||||||
checkDeprecation: true
|
checkDeprecation: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue