mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
* Rename common chart to helm-toolkit * Update useage of helpers to include reference to chart they come from. * Update helm-toolkit function naming Also catches several functions missed in previous PS * Update remaining requirements.yaml to use helm-toolbox * Dep Check container fix for common -> helm-toolbox renaming
17 lines
433 B
YAML
17 lines
433 B
YAML
dependencies:
|
|
- name: helm-toolkit
|
|
version: 0.1.0
|
|
repository: http://localhost:8879/charts
|
|
- name: memcached
|
|
repository: http://localhost:8879/charts
|
|
version: 0.1.0
|
|
- name: rabbitmq
|
|
repository: http://localhost:8879/charts
|
|
version: 0.1.0
|
|
- name: mariadb
|
|
repository: http://localhost:8879/charts
|
|
version: 0.1.0
|
|
- name: keystone
|
|
repository: http://localhost:8879/charts
|
|
version: 0.1.0
|