File tree Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ apiVersion: v2
1616name : kubernetes-ingress
1717description : A Helm chart for HAProxy Kubernetes Ingress Controller
1818type : application
19- version : 1.39.0
19+ version : 1.39.1
2020appVersion : 1.11.3
2121kubeVersion : " >=1.23.0-0"
2222keywords :
@@ -32,7 +32,4 @@ maintainers:
3232engine : gotpl
3333annotations :
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
Original file line number Diff line number Diff 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 -}}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments