Skip to content

Commit

Permalink
RELEASE/MINOR: kubernetes-ingress: Tag release 1.35.5
Browse files Browse the repository at this point in the history
Changes in kubernetes-ingress:
- Remove unneeded initContainers from CRD job (#215)

Signed-off-by: Dinko Korunic <[email protected]>
  • Loading branch information
dkorunic committed Dec 22, 2023
1 parent f5f2e73 commit ebb0834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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.35.4
version: 1.35.5
appVersion: 1.10.10
kubeVersion: ">=1.22.0-0"
keywords:
Expand All @@ -32,4 +32,4 @@ maintainers:
engine: gotpl
annotations:
artifacthub.io/changes: |
- Add ArgoCD hook fixes for CRD cleanup job (#214)
- Remove unneeded initContainers from CRD job (#215)
4 changes: 0 additions & 4 deletions kubernetes-ingress/templates/controller-crdjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ spec:
type: RuntimeDefault
{{- end }}
{{- end }}
{{- with.Values.controller.initContainers }}
initContainers:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.controller.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit ebb0834

Please sign in to comment.