File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
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.1
19+ version : 1.39.2
2020appVersion : 1.11.3
2121kubeVersion : " >=1.23.0-0"
2222keywords :
@@ -32,4 +32,4 @@ maintainers:
3232engine : gotpl
3333annotations :
3434 artifacthub.io/changes : |
35- - Remove techdump toggle entirely
35+ - Allow setting resources requests or limits on crdjob (#236)
Original file line number Diff line number Diff line change 8989 seccompProfile :
9090 type : RuntimeDefault
9191 {{- end }}
92+ resources :
93+ {{- toYaml .Values.controller.resources | nindent 12 }}
9294 {{- end }}
9395 {{- with .Values.controller.nodeSelector }}
9496 nodeSelector :
You can’t perform that action at this time.
0 commit comments