Skip to content

Commit

Permalink
Renaming helm-toolkit directory
Browse files Browse the repository at this point in the history
To avoid conflict between openstack-helm's helm-toolkit, we are renaming
contrail-helm-deployers helm-toolkit chart as helm-toolkit-contrail

Change-Id: I6ec5b64d8015b73099691c96b7e325d437e3f4ab
Partial-Bug: #1749018
  • Loading branch information
madhukar32 committed Mar 16, 2018
1 parent 63a204a commit 2fd56af
Show file tree
Hide file tree
Showing 53 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@

HELM := helm
FILTER_CHARTS := helm-toolkit
FILTER_CHARTS := helm-toolkit-contrail
CONTRAIL_CHARTS := $(FILTER_CHARTS) $(filter-out $(FILTER_CHARTS), $(patsubst %/Chart.yaml, %, $(wildcard */Chart.yaml)))
BUILD_CHARTS := $(foreach chart, $(CONTRAIL_CHARTS), build-$(chart))

Expand Down
2 changes: 1 addition & 1 deletion contrail-analytics/requirements.yaml
@@ -1,4 +1,4 @@
dependencies:
- name: helm-toolkit
- name: helm-toolkit-contrail
repository: http://localhost:8879/charts
version: 0.1.0
2 changes: 1 addition & 1 deletion contrail-controller/requirements.yaml
@@ -1,4 +1,4 @@
dependencies:
- name: helm-toolkit
- name: helm-toolkit-contrail
repository: http://localhost:8879/charts
version: 0.1.0
2 changes: 1 addition & 1 deletion contrail-thirdparty/requirements.yaml
@@ -1,4 +1,4 @@
dependencies:
- name: helm-toolkit
- name: helm-toolkit-contrail
repository: http://localhost:8879/charts
version: 0.1.0
2 changes: 1 addition & 1 deletion contrail-vrouter/requirements.yaml
@@ -1,4 +1,4 @@
dependencies:
- name: helm-toolkit
- name: helm-toolkit-contrail
repository: http://localhost:8879/charts
version: 0.1.0
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions helm-toolkit/Chart.yaml → helm-toolkit-contrail/Chart.yaml
Expand Up @@ -13,6 +13,6 @@
# limitations under the License.

apiVersion: v1
description: OpenStack-Helm Helm-Toolkit
name: helm-toolkit
description: OpenStack-Helm Helm-Toolkit for contrail
name: helm-toolkit-contrail
version: 0.1.0
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2fd56af

Please sign in to comment.