File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
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.35.4
19+ version : 1.35.5
2020appVersion : 1.10.10
2121kubeVersion : " >=1.22.0-0"
2222keywords :
@@ -32,4 +32,4 @@ maintainers:
3232engine : gotpl
3333annotations :
3434 artifacthub.io/changes : |
35- - Add ArgoCD hook fixes for CRD cleanup job (#214 )
35+ - Remove unneeded initContainers from CRD job (#215 )
Original file line number Diff line number Diff line change 9090 type : RuntimeDefault
9191 {{- end }}
9292 {{- end }}
93- {{- with.Values.controller.initContainers }}
94- initContainers :
95- {{- toYaml . | nindent 8 }}
96- {{- end }}
9793 {{- with .Values.controller.nodeSelector }}
9894 nodeSelector :
9995 {{- toYaml . | nindent 8 }}
You can’t perform that action at this time.
0 commit comments