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

Fix missing dependency when postgres and redis is disabled #115

Closed
wants to merge 4 commits into from
Closed
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
7 changes: 5 additions & 2 deletions charts/chatwoot/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.13.3
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.6.7
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 16.12.2
digest: sha256:37ffe21ee209b759ea2f2cbac615ba3e2f869e8333e6338d911a57078f0307f9
generated: "2022-06-22T17:43:32.391389+05:30"
digest: sha256:6de7faee167d3fa33bc9f12df0a03ad3ab54ac130085ea3aff379f50330cc344
generated: "2023-10-26T18:29:29.130646177-03:00"
7 changes: 6 additions & 1 deletion charts/chatwoot/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
apiVersion: v2
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 2.13.3
- condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
Expand Down Expand Up @@ -31,7 +36,7 @@ sources:
- http://www.chatwoot.com

# This is the chart version.
version: 1.1.3
version: 1.1.4

# This is the application version.
appVersion: "v3.2.0"
Binary file added charts/chatwoot/charts/common-2.13.3.tgz
Binary file not shown.
Loading