0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-01-03 10:49:20 +00:00
renovatebot_renovate/lib/modules/manager/ansible-galaxy/__fixtures__/helmRequirements.yml
Rhys Arkins dca3418bbd refactor: lib/modules (#14488)
Moves datasource, manager, platform and versioning code from lib/ into new lib/modules/

BREAKING CHANGE: External tools must update paths to datasource, manager, platform and versioning
2022-03-04 09:04:02 +01:00

13 lines
370 B
YAML

dependencies:
- name: etcd
version: 0.6.2
repository: https://charts.helm.sh/incubator
condition: etcd.deployChart
- name: zookeeper
version: 1.0.0
repository: https://charts.helm.sh/incubator
condition: zookeeper.deployChart
- name: consul
version: 3.6.1
repository: https://charts.helm.sh/stable
condition: consul.deployChart