mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* deprecate this chart & add note pointing to charts.anchore.io Signed-off-by: Brady Todhunter <bradyt@anchore.com> * build requirements.lock with helm2 Signed-off-by: Brady Todhunter <bradyt@anchore.com> * vendor in postgres chart to use apiVersion: apps/v1 for deployments to k8s v1.15+ Signed-off-by: Brady Todhunter <bradyt@anchore.com> * update README Signed-off-by: Brady Todhunter <bradyt@anchore.com>
16 lines
399 B
YAML
16 lines
399 B
YAML
dependencies:
|
|
- name: postgresql
|
|
version: "1.0.1"
|
|
condition: postgresql.enabled
|
|
|
|
- name: postgresql
|
|
version: "1.0.1"
|
|
condition: anchore-feeds-db.enabled,anchoreEnterpriseGlobal.enabled
|
|
alias: anchore-feeds-db
|
|
|
|
- name: redis
|
|
version: "10"
|
|
repository: "alias:stable"
|
|
condition: anchore-ui-redis.enabled,anchoreEnterpriseGlobal.enabled
|
|
alias: anchore-ui-redis
|