Skip to content

Commit

Permalink
RELEASE/MAJOR: kubernetes-ingress: Tag release 1.39.0
Browse files Browse the repository at this point in the history
Changes in kubernetes-ingress:
- Use Ingress Controller 1.11.3 version for base image
- Add more permissions needed for techdump tool
- Parametrize metrics service type (#231)
- Require K8s >= 1.23.0

Signed-off-by: Dinko Korunic <dkorunic@haproxy.com>
  • Loading branch information
dkorunic committed Apr 4, 2024
1 parent c19b766 commit 9c6179c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 7 additions & 4 deletions kubernetes-ingress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ apiVersion: v2
name: kubernetes-ingress
description: A Helm chart for HAProxy Kubernetes Ingress Controller
type: application
version: 1.38.5
appVersion: 1.11.2
kubeVersion: ">=1.22.0-0"
version: 1.39.0
appVersion: 1.11.3
kubeVersion: ">=1.23.0-0"
keywords:
- ingress
- haproxy
Expand All @@ -32,4 +32,7 @@ maintainers:
engine: gotpl
annotations:
artifacthub.io/changes: |
- Use Ingress Controller 1.11.2 version for base image
- Use Ingress Controller 1.11.3 version for base image
- Add more permissions needed for techdump tool
- Parametrize metrics service type (#231)
- Require K8s >= 1.23.0
1 change: 1 addition & 0 deletions kubernetes-ingress/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,6 @@ rules:
verbs:
- get
- list
- watch
{{- end }}
{{- end -}}

0 comments on commit 9c6179c

Please sign in to comment.