Skip to content

Commit

Permalink
Move to newest retool chart with possible bug fix (#905)
Browse files Browse the repository at this point in the history
There were some issues in retools prior chart, this should ideally help fix
  • Loading branch information
michaeljguarino authored Mar 19, 2024
1 parent 5c82748 commit 8b1c76b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
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

0 comments on commit 8b1c76b

Please sign in to comment.