Skip to content

Commit

Permalink
RELEASE/MINOR: kubernetes-ingress: Tag release 1.39.2
Browse files Browse the repository at this point in the history
Changes in kubernetes-ingress:
- Allow setting resources requests or limits on crdjob (#236)

Signed-off-by: Dinko Korunic <dkorunic@haproxy.com>
  • Loading branch information
dkorunic committed Apr 29, 2024
1 parent 2d578a1 commit 2a0f601
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 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.1
version: 1.39.2
appVersion: 1.11.3
kubeVersion: ">=1.23.0-0"
keywords:
Expand All @@ -32,4 +32,4 @@ maintainers:
engine: gotpl
annotations:
artifacthub.io/changes: |
- Remove techdump toggle entirely
- Allow setting resources requests or limits on crdjob (#236)
2 changes: 2 additions & 0 deletions kubernetes-ingress/templates/controller-crdjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ spec:
seccompProfile:
type: RuntimeDefault
{{- end }}
resources:
{{- toYaml .Values.controller.resources | nindent 12 }}
{{- end }}
{{- with .Values.controller.nodeSelector }}
nodeSelector:
Expand Down

0 comments on commit 2a0f601

Please sign in to comment.