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

Helm changes to support tjdb and enterprise version #6

Merged
merged 7 commits into from
May 25, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
adding redis dependence
  • Loading branch information
adishM98 committed May 23, 2023
commit b9f5084abba677e66c238b03e3a7a8840c2699ca
7 changes: 5 additions & 2 deletions charts/tooljet/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.6.19
digest: sha256:e350d68983dee2434c11bbff752ccf1cbaecfb870a487b841a98cb53910f323c
generated: "2022-07-28T01:46:54.63899+05:30"
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 16.13.2
digest: sha256:e2647fc76896a7e9eb52d12851ba3a2eed8d84e569cd5289ebbb7b5768f0541f
generated: "2023-05-23T20:31:58.594388+05:30"
4 changes: 4 additions & 0 deletions charts/tooljet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ dependencies:
name: postgresql
version: "11.6.19"
repository: "https://charts.bitnami.com/bitnami"
- condition: redis.enabled
name: redis
version: "16.13.2"
repository: "https://charts.bitnami.com/bitnami"

version: 2.1.5
appVersion: "v1.21.3"