diff --git a/charts/daemonset-app/README.md b/charts/daemonset-app/README.md index 6e162fb9..0da55b5b 100644 --- a/charts/daemonset-app/README.md +++ b/charts/daemonset-app/README.md @@ -13,6 +13,12 @@ ServiceAccounts, Services, etc. ## Upgrade Notes +### 0.13.0 -> 0.14.x + +**BREAKING: Bugfix removing the default readiness and liveness probes ** + +Removing the default readiness and liveness probes due to conflicts with custom defined ones. + ### 0.10.x -> 0.11.x **NEW: Optional sidecar and init containers** diff --git a/charts/daemonset-app/README.md.gotmpl b/charts/daemonset-app/README.md.gotmpl index 033ef959..845ead71 100644 --- a/charts/daemonset-app/README.md.gotmpl +++ b/charts/daemonset-app/README.md.gotmpl @@ -12,6 +12,12 @@ ServiceAccounts, Services, etc. ## Upgrade Notes +### 0.13.0 -> 0.14.x + +**BREAKING: Bugfix removing the default readiness and liveness probes ** + +Removing the default readiness and liveness probes due to conflicts with custom defined ones. + ### 0.10.x -> 0.11.x **NEW: Optional sidecar and init containers**