Skip to content

Commit fb753bf

Browse files
authored
[fix] Only create pdb for code executor if it's enabled (#211)
* Only create pdb for code executor if it's enabled * Update minor version
1 parent 649239b commit fb753bf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/retool/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: retool
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 6.3.4
5+
version: 6.3.5
66
maintainers:
77
- name: Retool Engineering
88

charts/retool/templates/deployment_code_executor.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ spec:
144144
port: 80
145145
targetPort: 3004
146146
name: http-server
147-
{{- end }}
148147
---
149148
{{- if .Values.podDisruptionBudget }}
150149
{{- if semverCompare ">=1.21-0" .Capabilities.KubeVersion.Version -}}
@@ -161,3 +160,5 @@ spec:
161160
matchLabels:
162161
{{- include "retool.codeExecutor.selectorLabels" . | nindent 6 }}
163162
{{- end }}
163+
---
164+
{{- end }}

0 commit comments

Comments
 (0)