Skip to content

Commit

Permalink
RELEASE/MINOR: kubernetes-ingress: Tag release 1.30.5
Browse files Browse the repository at this point in the history
Changes in kubernetes-ingress:
- Use Ingress Controller 1.10.2 version for base image

Signed-off-by: Dinko Korunic <[email protected]>
  • Loading branch information
dkorunic committed May 11, 2023
1 parent 88856dc commit 84ce744
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 3 additions & 4 deletions kubernetes-ingress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ apiVersion: v2
name: kubernetes-ingress
description: A Helm chart for HAProxy Kubernetes Ingress Controller
type: application
version: 1.30.4
appVersion: 1.10.1
version: 1.30.5
appVersion: 1.10.2
kubeVersion: ">=1.22.0-0"
keywords:
- ingress
Expand All @@ -32,5 +32,4 @@ maintainers:
engine: gotpl
annotations:
artifacthub.io/changes: |
- Allow strategy override for DaemonSet deployments (#186)
- Keep rollingUpdate defaults for both DaemonSet and Deployment (#186, #189)
- Use Ingress Controller 1.10.2 version for base image
3 changes: 1 addition & 2 deletions kubernetes-ingress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This chart bootstraps an HAProxy kubernetes-ingress deployment/daemonset on a [K

### Prerequisites

- Kubernetes 1.17+ (recommended 1.20+)
- Kubernetes 1.22+ (recommended 1.24+)
- Helm 3.6+ (recommended 3.7+)

## Before you begin
Expand Down Expand Up @@ -150,7 +150,6 @@ helm install my-ingress haproxytech/kubernetes-ingress \

[Gateway API support](https://gateway-api.sigs.k8s.io/) can be installed and used wth controller. Supported features can seen in [Ingress Controller documentation](https://github.com/haproxytech/kubernetes-ingress/blob/master/documentation/gateway-api.md)


```console
helm install my-ingress haproxytech/kubernetes-ingress \
--set controller.gatewayControllerName=haproxy.org/gateway-controller
Expand Down

0 comments on commit 84ce744

Please sign in to comment.