From 9c3ff03fb862bd6f1fd3270a2f99c4b7c34981d1 Mon Sep 17 00:00:00 2001 From: Prasad Ghangal Date: Fri, 1 Feb 2019 11:08:45 +0530 Subject: [PATCH] Add "helm lint" check to travis ci build Update Chart.yaml with more info --- .travis.yml | 4 ++++ helm/botkube/Chart.yaml | 24 +++++++++++++++++++++--- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 272765743..6bf432437 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/helm/botkube/Chart.yaml b/helm/botkube/Chart.yaml index 11d4c6207..3334cc967 100644 --- a/helm/botkube/Chart.yaml +++ b/helm/botkube/Chart.yaml @@ -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