diff --git a/retool/helm/retool/Chart.lock b/retool/helm/retool/Chart.lock index 63363944f..fce209084 100644 --- a/retool/helm/retool/Chart.lock +++ b/retool/helm/retool/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 0.1.5 - name: retool repository: https://charts.retool.com - version: 6.0.11 -digest: sha256:c182bac59d78a9f260acb187063a7ffbfff0b887fc81a383959c88b22a03e337 -generated: "2023-12-18T10:33:05.569756-05:00" + version: 6.1.0 +digest: sha256:ac562982fb6e5e7f1062aeb83c225fa75c1b5fd75ae7b7baae23d9e3f0605823 +generated: "2024-03-19T13:13:20.323522-04:00" diff --git a/retool/helm/retool/Chart.yaml b/retool/helm/retool/Chart.yaml index 1ed7038e1..6a3ce1bce 100644 --- a/retool/helm/retool/Chart.yaml +++ b/retool/helm/retool/Chart.yaml @@ -2,12 +2,12 @@ apiVersion: v2 name: retool description: helm chart for retool type: application -version: 0.1.10 +version: 0.1.11 appVersion: "v3.33.6" dependencies: - name: postgres version: 0.1.5 repository: https://pluralsh.github.io/module-library - name: retool - version: 6.0.11 + version: 6.1.0 repository: https://charts.retool.com diff --git a/retool/helm/retool/charts/retool-6.0.11.tgz b/retool/helm/retool/charts/retool-6.0.11.tgz deleted file mode 100644 index 7c434538b..000000000 Binary files a/retool/helm/retool/charts/retool-6.0.11.tgz and /dev/null differ diff --git a/retool/helm/retool/charts/retool-6.1.0.tgz b/retool/helm/retool/charts/retool-6.1.0.tgz new file mode 100644 index 000000000..c2a692850 Binary files /dev/null and b/retool/helm/retool/charts/retool-6.1.0.tgz differ diff --git a/retool/helm/retool/values.yaml b/retool/helm/retool/values.yaml index 2424fb05e..b1069cb6c 100644 --- a/retool/helm/retool/values.yaml +++ b/retool/helm/retool/values.yaml @@ -22,11 +22,15 @@ retool: tag: 3.33.6-stable workflows: + enabled: true temporal: enabled: true port: 7233 namespace: retool host: temporal-frontend.temporal + + codeExecutor: + enabled: true postgresql: enabled: false