Skip to content

Commit

Permalink
RELEASE/MINOR: kubernetes-ingress: Tag release 1.39.1
Browse files Browse the repository at this point in the history
Changes in kubernetes-ingress:
- Remove techdump toggle entirely

Signed-off-by: Dinko Korunic <dkorunic@haproxy.com>
  • Loading branch information
dkorunic committed Apr 19, 2024
1 parent 8dc2396 commit 2d578a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
7 changes: 2 additions & 5 deletions kubernetes-ingress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: v2
name: kubernetes-ingress
description: A Helm chart for HAProxy Kubernetes Ingress Controller
type: application
version: 1.39.0
version: 1.39.1
appVersion: 1.11.3
kubeVersion: ">=1.23.0-0"
keywords:
Expand All @@ -32,7 +32,4 @@ maintainers:
engine: gotpl
annotations:
artifacthub.io/changes: |
- 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
- Remove techdump toggle entirely
2 changes: 0 additions & 2 deletions kubernetes-ingress/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ rules:
verbs:
- update
{{- end }}
{{- if .Values.controller.techdump.enabled }}
- apiGroups:
- "apps"
resources:
Expand All @@ -141,5 +140,4 @@ rules:
- get
- list
- watch
{{- end }}
{{- end -}}
5 changes: 0 additions & 5 deletions kubernetes-ingress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -560,8 +560,3 @@ controller:
path: /metrics
scheme: http
interval: 30s

## Techdump
## Toggle to add the RBAC permissions needed for the techdump tool.
techdump:
enabled: false

0 comments on commit 2d578a1

Please sign in to comment.