Skip to content

Commit e80820e

Browse files
committed
RELEASE/MINOR: kubernetes-ingress: Tag release 1.30.4
Changes in kubernetes-ingress: - Allow strategy override for DaemonSet deployments (#186) - Keep rollingUpdate defaults for both DaemonSet and Deployment (#186, #189) Signed-off-by: Dinko Korunic <[email protected]>
1 parent 8875964 commit e80820e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

kubernetes-ingress/Chart.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apiVersion: v2
1616
name: kubernetes-ingress
1717
description: A Helm chart for HAProxy Kubernetes Ingress Controller
1818
type: application
19-
version: 1.30.3
19+
version: 1.30.4
2020
appVersion: 1.10.1
2121
kubeVersion: ">=1.22.0-0"
2222
keywords:
@@ -32,4 +32,5 @@ maintainers:
3232
engine: gotpl
3333
annotations:
3434
artifacthub.io/changes: |
35-
- Allow strategy override for Daemonset deployments (#186)
35+
- Allow strategy override for DaemonSet deployments (#186)
36+
- Keep rollingUpdate defaults for both DaemonSet and Deployment (#186, #189)

kubernetes-ingress/values.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,11 +440,9 @@ controller:
440440

441441
## Controller deployment strategy definition
442442
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy
443+
## ref: https://kubernetes.io/docs/tasks/manage-daemon/update-daemon-set/
443444
strategy:
444445
type: RollingUpdate
445-
rollingUpdate:
446-
maxUnavailable: 0
447-
maxSurge: 1
448446

449447
## Controller Pod PriorityClass
450448
## ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass

0 commit comments

Comments
 (0)