diff --git a/charts/retool/Chart.yaml b/charts/retool/Chart.yaml index 614f825f..79ce5d9e 100644 --- a/charts/retool/Chart.yaml +++ b/charts/retool/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: retool description: A Helm chart for Kubernetes type: application -version: 6.3.4 +version: 6.3.5 maintainers: - name: Retool Engineering email: engineering+helm@retool.com diff --git a/charts/retool/templates/deployment_code_executor.yaml b/charts/retool/templates/deployment_code_executor.yaml index abd71f7d..1452d22a 100644 --- a/charts/retool/templates/deployment_code_executor.yaml +++ b/charts/retool/templates/deployment_code_executor.yaml @@ -144,7 +144,6 @@ spec: port: 80 targetPort: 3004 name: http-server -{{- end }} --- {{- if .Values.podDisruptionBudget }} {{- if semverCompare ">=1.21-0" .Capabilities.KubeVersion.Version -}} @@ -161,3 +160,5 @@ spec: matchLabels: {{- include "retool.codeExecutor.selectorLabels" . | nindent 6 }} {{- end }} +--- +{{- end }}