forked from kokuwaio/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[vrt] remove es dependency (kokuwaio#115)
* remove es dependency Signed-off-by: André Bauer <[email protected]> * readonlyroot api Signed-off-by: André Bauer <[email protected]> * fix jwt Signed-off-by: André Bauer <[email protected]> * use ol value Signed-off-by: André Bauer <[email protected]> * fix sort Signed-off-by: André Bauer <[email protected]> * adjust resources Signed-off-by: André Bauer <[email protected]>
- Loading branch information
Showing
3 changed files
with
25 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,12 @@ home: https://visual-regression-tracker.com | |
sources: | ||
- https://github.com/Visual-Regression-Tracker/Visual-Regression-Tracker | ||
type: application | ||
version: 0.2.1 | ||
version: 0.3.0 | ||
appVersion: "4.20.4" | ||
maintainers: | ||
- name: monotek | ||
email: [email protected] | ||
dependencies: | ||
- name: elasticsearch | ||
version: "7.17.3" | ||
repository: https://helm.elastic.co | ||
condition: vrtConfig.elasticsearch.enabled | ||
- name: postgresql | ||
version: "11.6.15" | ||
repository: https://charts.bitnami.com/bitnami | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters