Skip to content

Commit 151be60

Browse files
feat(retool): Upgrade retool to 2.123.x (#813)
* Upgrade retool to 2.123.x This is needed to get retool to v3 and has major perf improvements * remove breaking flag
1 parent f858dfe commit 151be60

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

retool/helm/retool/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies:
44
version: 0.1.5
55
- name: retool
66
repository: https://charts.retool.com
7-
version: 4.11.9
8-
digest: sha256:8a25a3d191fac807df695cb49afbd6d9e3692a3c49b8ee17b1d8fb196ab9914c
9-
generated: "2023-02-15T10:15:57.532679-05:00"
7+
version: 5.0.10
8+
digest: sha256:8254af8ff85a722613df60d3917966ebbc323578d31d97778544b005c5b15d71
9+
generated: "2023-08-29T12:22:50.026082-04:00"

retool/helm/retool/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apiVersion: v2
22
name: retool
33
description: helm chart for retool
44
type: application
5-
version: 0.1.2
5+
version: 0.1.3
66
appVersion: "v1.0.0"
77
dependencies:
88
- name: postgres
99
version: 0.1.5
1010
repository: https://pluralsh.github.io/module-library
1111
- name: retool
12-
version: 4.11.9
12+
version: 5.0.10
1313
repository: https://charts.retool.com
-277 KB
Binary file not shown.
67.9 KB
Binary file not shown.

retool/helm/retool/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ retool:
1414
replicaCount: 2
1515

1616
image:
17-
tag: 2.107.8
17+
repository: "tryretool/backend"
18+
tag: 2.123.1
1819

1920
postgresql:
2021
enabled: false

retool/vendor_images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker.io:
22
images-by-tag-regex:
3-
tryretool/backend: ^v?[1-9]+[0-9]?\.[0-9]+?\.[0-9]+\.b[0-9]+$
3+
tryretool/backend: ^v?[1-9]+[0-9]?\.[0-9]+?\.[0-9]+$

0 commit comments

Comments
 (0)