Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

add helm init for case where requirements.yaml gets added #41

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packs/appserver/charts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RELEASE_VERSION := $(shell cat ../../VERSION)

build: clean
rm -rf requirements.lock
helm init
helm dependency build
helm lint

Expand All @@ -23,6 +24,7 @@ clean:
rm -rf ${NAME}*.tgz

release: clean
helm init
helm dependency build
helm lint
helm init --client-only
Expand Down
2 changes: 2 additions & 0 deletions packs/csharp/charts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RELEASE_VERSION := $(shell cat ../../VERSION)

build: clean
rm -rf requirements.lock
helm init
helm dependency build
helm lint

Expand All @@ -23,6 +24,7 @@ clean:
rm -rf ${NAME}*.tgz

release: clean
helm init
helm dependency build
helm lint
helm init --client-only
Expand Down
2 changes: 2 additions & 0 deletions packs/go/charts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ VERSION := $(shell cat ../../VERSION)

build: clean
rm -rf requirements.lock
helm init
helm dependency build
helm lint

Expand All @@ -23,6 +24,7 @@ clean:
rm -rf ${NAME}*.tgz

release: clean
helm init
helm dependency build
helm lint
helm init --client-only
Expand Down
2 changes: 2 additions & 0 deletions packs/gradle/charts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RELEASE_VERSION := $(shell cat ../../VERSION)

build: clean
rm -rf requirements.lock
helm init
helm dependency build
helm lint

Expand All @@ -23,6 +24,7 @@ clean:
rm -rf ${NAME}*.tgz

release: clean
helm init
helm dependency build
helm lint
helm init --client-only
Expand Down
2 changes: 2 additions & 0 deletions packs/javascript/charts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RELEASE_VERSION := $(shell cat ../../VERSION)

build: clean
rm -rf requirements.lock
helm init
helm dependency build
helm lint

Expand All @@ -23,6 +24,7 @@ clean:
rm -rf ${NAME}*.tgz

release: clean
helm init
helm dependency build
helm lint
helm init --client-only
Expand Down
2 changes: 2 additions & 0 deletions packs/liberty/charts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RELEASE_VERSION := $(shell cat ../../VERSION)

build: clean
rm -rf requirements.lock
helm init
helm dependency build
helm lint

Expand All @@ -23,6 +24,7 @@ clean:
rm -rf ${NAME}*.tgz

release: clean
helm init
helm dependency build
helm lint
helm init --client-only
Expand Down
2 changes: 2 additions & 0 deletions packs/maven/charts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RELEASE_VERSION := $(shell cat ../../VERSION)

build: clean
rm -rf requirements.lock
helm init
helm dependency build
helm lint

Expand All @@ -23,6 +24,7 @@ clean:
rm -rf ${NAME}*.tgz

release: clean
helm init
helm dependency build
helm lint
helm init --client-only
Expand Down
2 changes: 2 additions & 0 deletions packs/python/charts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RELEASE_VERSION := $(shell cat ../../VERSION)

build: clean
rm -rf requirements.lock
helm init
helm dependency build
helm lint

Expand All @@ -23,6 +24,7 @@ clean:
rm -rf ${NAME}*.tgz

release: clean
helm init
helm dependency build
helm lint
helm init --client-only
Expand Down
2 changes: 2 additions & 0 deletions packs/ruby/charts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RELEASE_VERSION := $(shell cat ../../VERSION)

build: clean
rm -rf requirements.lock
helm init
helm dependency build
helm lint

Expand All @@ -23,6 +24,7 @@ clean:
rm -rf ${NAME}*.tgz

release: clean
helm init
helm dependency build
helm lint
helm init --client-only
Expand Down
2 changes: 2 additions & 0 deletions packs/rust/charts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RELEASE_VERSION := $(shell cat ../../VERSION)

build: clean
rm -rf requirements.lock
helm init
helm dependency build
helm lint

Expand All @@ -23,6 +24,7 @@ clean:
rm -rf ${NAME}*.tgz

release: clean
helm init
helm dependency build
helm lint
helm init --client-only
Expand Down
2 changes: 2 additions & 0 deletions packs/scala/charts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RELEASE_VERSION := $(shell cat ../../VERSION)

build: clean
rm -rf requirements.lock
helm init
helm dependency build
helm lint

Expand All @@ -23,6 +24,7 @@ clean:
rm -rf ${NAME}*.tgz

release: clean
helm init
helm dependency build
helm lint
helm init --client-only
Expand Down