Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Move to newest retool chart with possible bug fix #905

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions retool/helm/retool/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions retool/helm/retool/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Binary file removed retool/helm/retool/charts/retool-6.0.11.tgz
Binary file not shown.
Binary file added retool/helm/retool/charts/retool-6.1.0.tgz
Binary file not shown.
4 changes: 4 additions & 0 deletions retool/helm/retool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading