Skip to content

Commit 2d578a1

Browse files
committed
RELEASE/MINOR: kubernetes-ingress: Tag release 1.39.1
Changes in kubernetes-ingress: - Remove techdump toggle entirely Signed-off-by: Dinko Korunic <[email protected]>
1 parent 8dc2396 commit 2d578a1

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

kubernetes-ingress/Chart.yaml

Lines changed: 2 additions & 5 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.39.0
19+
version: 1.39.1
2020
appVersion: 1.11.3
2121
kubeVersion: ">=1.23.0-0"
2222
keywords:
@@ -32,7 +32,4 @@ maintainers:
3232
engine: gotpl
3333
annotations:
3434
artifacthub.io/changes: |
35-
- Use Ingress Controller 1.11.3 version for base image
36-
- Add more permissions needed for techdump tool
37-
- Parametrize metrics service type (#231)
38-
- Require K8s >= 1.23.0
35+
- Remove techdump toggle entirely

kubernetes-ingress/templates/clusterrole.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ rules:
130130
verbs:
131131
- update
132132
{{- end }}
133-
{{- if .Values.controller.techdump.enabled }}
134133
- apiGroups:
135134
- "apps"
136135
resources:
@@ -141,5 +140,4 @@ rules:
141140
- get
142141
- list
143142
- watch
144-
{{- end }}
145143
{{- end -}}

kubernetes-ingress/values.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,3 @@ controller:
560560
path: /metrics
561561
scheme: http
562562
interval: 30s
563-
564-
## Techdump
565-
## Toggle to add the RBAC permissions needed for the techdump tool.
566-
techdump:
567-
enabled: false

0 commit comments

Comments
 (0)