Skip to content

Commit 361fc5a

Browse files
committed
RELEASE/MINOR: kubernetes-ingress: Tag release 1.28.1
Changes in kubernetes-ingress: - Use Ingress Controller 1.9.3 version for base image RELEASE/MAJOR: haproxy: Tag release 1.18.0 Changes in haproxy: - Update base image to HAProxy 2.6.9 - Update HPA API version (#172) - Fix HPA spec (#173) - Ensure api version capabilities of PodDisruptionBudget (#175) - Add additionalPorts to service (#177) Signed-off-by: Dinko Korunic <[email protected]>
1 parent 38e4518 commit 361fc5a

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

haproxy/Chart.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ apiVersion: v2
1616
name: haproxy
1717
description: A Helm chart for HAProxy on Kubernetes
1818
type: application
19-
version: 1.17.6
20-
appVersion: 2.6.6
19+
version: 1.18.0
20+
appVersion: 2.6.9
2121
kubeVersion: ">=1.17.0-0"
2222
keywords:
2323
- haproxy
@@ -31,4 +31,8 @@ maintainers:
3131
engine: gotpl
3232
annotations:
3333
artifacthub.io/changes: |
34-
- Add possibility to pass additional ports to Service
34+
- Update base image to HAProxy 2.6.9
35+
- Update HPA API version (#172)
36+
- Fix HPA spec (#173)
37+
- Ensure api version capabilities of PodDisruptionBudget (#175)
38+
- Add additionalPorts to service (#177)

kubernetes-ingress/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ apiVersion: v2
1616
name: kubernetes-ingress
1717
description: A Helm chart for HAProxy Kubernetes Ingress Controller
1818
type: application
19-
version: 1.28.0
20-
appVersion: 1.9.2
19+
version: 1.28.1
20+
appVersion: 1.9.3
2121
kubeVersion: ">=1.19.0-0"
2222
keywords:
2323
- ingress
@@ -32,4 +32,4 @@ maintainers:
3232
engine: gotpl
3333
annotations:
3434
artifacthub.io/changes: |
35-
- Use Ingress Controller 1.9.2 version for base image
35+
- Use Ingress Controller 1.9.3 version for base image

0 commit comments

Comments
 (0)