Skip to content

Commit

Permalink
Merge pull request #35 from infracloudio/verify-helmlint
Browse files Browse the repository at this point in the history
Add "helm lint" check to travis ci build
  • Loading branch information
sanketsudake authored Feb 1, 2019
2 parents 2c42089 + 9c3ff03 commit f0fbbfe
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ services:
install:
- go get -u github.com/golang/dep/cmd/dep
- go get -u golang.org/x/lint/golint
- curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get > get_helm.sh
- chmod +x get_helm.sh
- sudo ./get_helm.sh

before_script:
- hack/verify-gofmt.sh
- hack/verify-govet.sh
- hack/verify-golint.sh
- dep ensure
- helm lint helm/botkube

script:
- build/docker.sh infracloudio/botkube latest
24 changes: 21 additions & 3 deletions helm/botkube/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Kubernetes
name: botkube
icon: https://www.botkube.io/images/botkube.ico
home: https://www.botkube.io
appVersion: "1.0"
version: 0.1.0
icon: https://www.botkube.io/images/botkube.ico
description: Controller for the BotKube Slack app which helps you monitor your Kubernetes cluster,
debug deployments and run specific checks on resources in the cluster.
sources:
- https://github.com/infracloudio/botkube
keywords:
- botkube
- kubernetes
- kubernetes-monitoring
- kubernetes-controller
- kubernetes-bot
- chatops
- bot
- botops
maintainers:
- name: PrasadG193
email: prasad.ghangal@gmail.com
- name: ssudake21
email: sanket@infracloud.io

0 comments on commit f0fbbfe

Please sign in to comment.