Skip to content

Commit 1819c5a

Browse files
authored
Merge pull request #780 from drmjo/remove-helm
Remove helm related files and update docs
2 parents 68a0a74 + 19bddc0 commit 1819c5a

File tree

14 files changed

+12
-655
lines changed

14 files changed

+12
-655
lines changed

.travis.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ sudo: required
44

55
env:
66
global:
7-
- HELM_VERSION=v2.5.0
87
- GO111MODULE=on
98

109
go:
@@ -19,20 +18,9 @@ cache:
1918
services:
2019
- docker
2120

22-
before_install:
23-
- curl -L https://kubernetes-helm.storage.googleapis.com/helm-$HELM_VERSION-linux-amd64.tar.gz | tar -xz -C /tmp
24-
- mv /tmp/linux-amd64/helm /tmp
25-
- /tmp/helm init -c
26-
2721
notifications:
2822
on_success: never
2923
on_failure: never
3024

3125
script:
3226
- make server
33-
34-
after_success:
35-
- export COMMIT=`echo $TRAVIS_COMMIT | head -c 7`
36-
- docker login -u="$QUAY_USERNAME" -p="$QUAY_PASSWORD" quay.io
37-
- /tmp/helm lint --strict alb-ingress-controller-helm/
38-
- if [ "$TRAVIS_BRANCH" = "master" ]; then ./helm_push.sh; fi

alb-ingress-controller-helm/.helmignore

Lines changed: 0 additions & 21 deletions
This file was deleted.

alb-ingress-controller-helm/Chart.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

alb-ingress-controller-helm/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

alb-ingress-controller-helm/README.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

alb-ingress-controller-helm/templates/NOTES.txt

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)