You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[bitnami/external-dns] feat: :sparkles::lock: Add warning when original images are replaced ([#26201](https://github.com/bitnami/charts/pulls/26201))
9
+
*[bitnami/external-dns] feat: :sparkles::lock: Add warning when original images are replaced (#26201 ([03f2cfd](https://github.com/bitnami/charts/commit/03f2cfd)), closes [#26201](https://github.com/bitnami/charts/issues/26201)
Copy file name to clipboardexpand all lines: bitnami/external-dns/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -416,8 +416,8 @@ helm install my-release \
416
416
|`extraVolumeMounts`| A list of volume mounts to be added to the pod |`[]`|
417
417
|`podDisruptionBudget`| DEPRECATED podDisruptionBudget will be removed in a future release. Please use pdb instead |`{}`|
418
418
|`pdb.create`| Enable/disable a Pod Disruption Budget creation |`true`|
419
-
|`pdb.minAvailable`| Minimum number/percentage of pods that should remain scheduled |`1`|
420
-
|`pdb.maxUnavailable`| Maximum number/percentage of pods that may be made unavailable|`""`|
419
+
|`pdb.minAvailable`| Minimum number/percentage of pods that should remain scheduled |`""`|
420
+
|`pdb.maxUnavailable`| Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty.|`""`|
421
421
|`metrics.enabled`| Enable prometheus to access external-dns metrics endpoint |`false`|
422
422
|`metrics.podAnnotations`| Annotations for enabling prometheus to access the metrics endpoint |`{}`|
Copy file name to clipboardexpand all lines: bitnami/external-dns/values.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -1212,11 +1212,11 @@ extraVolumeMounts: []
1212
1212
podDisruptionBudget: {}
1213
1213
## @param pdb.create Enable/disable a Pod Disruption Budget creation
1214
1214
## @param pdb.minAvailable Minimum number/percentage of pods that should remain scheduled
1215
-
## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable
1215
+
## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `pdb.minAvailable` and `pdb.maxUnavailable` are empty.
0 commit comments