Skip to content

Commit

Permalink
Helm: Rename chart
Browse files Browse the repository at this point in the history
Chart was named 'chart'. Name was changed to 'mist' but helm lint
requires that the directory name matches the chart name, so chart was
moved in a deeper directory.
  • Loading branch information
dimrozakis committed Sep 30, 2018
1 parent 79698c6 commit 328db7f
Show file tree
Hide file tree
Showing 58 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ bower_components
.cache
pip-selfcheck.json
keys
/chart/charts
/chart/requirements.lock
/chart/mist/charts
/chart/mist/requirements.lock
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ compose:
helm init --client-only
helm repo update
helm dependency update ./chart/
helm dependency update ./chart/mist/
helm upgrade --install --namespace $namespace \
--wait --timeout=600 \
Expand All @@ -314,7 +314,7 @@ compose:
--set docker.cert="$DOCKER_CERT" \
--set docker.ca="$DOCKER_CA" \
$(elasticsearch_params) \
$namespace ./chart/
$namespace ./chart/mist/
apk add --no-cache curl
echo "Waiting for environment to be ready..."
while kubectl --namespace $namespace get pods | grep -v -e NAME -e Running -e Completed -e Evicted -e OutOfcpu; do
Expand Down
1 change: 0 additions & 1 deletion chart/README.md

This file was deleted.

4 changes: 1 addition & 3 deletions chart/Chart.yaml → chart/mist/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: chart
name: mist
description: A Helm Chart for Mist CE.
version: 0.0.1
sources:
home:
3 changes: 3 additions & 0 deletions chart/mist/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Mist Helm Chart

This is the mist helm chart. See `./values.yaml` for configuration options.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 328db7f

Please sign in to comment.