We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649239b commit fb753bfCopy full SHA for fb753bf
charts/retool/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: retool
3
description: A Helm chart for Kubernetes
4
type: application
5
-version: 6.3.4
+version: 6.3.5
6
maintainers:
7
- name: Retool Engineering
8
email: [email protected]
charts/retool/templates/deployment_code_executor.yaml
@@ -144,7 +144,6 @@ spec:
144
port: 80
145
targetPort: 3004
146
name: http-server
147
-{{- end }}
148
---
149
{{- if .Values.podDisruptionBudget }}
150
{{- if semverCompare ">=1.21-0" .Capabilities.KubeVersion.Version -}}
@@ -161,3 +160,5 @@ spec:
161
160
matchLabels:
162
{{- include "retool.codeExecutor.selectorLabels" . | nindent 6 }}
163
{{- end }}
+---
164
+{{- end }}
0 commit comments