diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 4d7047db..8cfdad79 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -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. \ No newline at end of file diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index eb1b8e7e..ef7b371b 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -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 | diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 8438d441..46e2ccfe 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -3723,5 +3723,5 @@ notifications: # - on-sync-status-unknown # -- Checks if any deprecated values are used -checkDeprecation: true +checkDeprecation: false