From d4714f047609b5dcf5dc2c9a18c51efd5af36b7e Mon Sep 17 00:00:00 2001 From: Dario Blanco Date: Thu, 20 Jun 2019 12:36:48 +0200 Subject: [PATCH] [stable/hubot] Add OWNERS file (#14784) * Add OWNERS file Signed-off-by: Dario Blanco * Replace http for tcp probes Signed-off-by: Dario Blanco * Remove default health coffee script Signed-off-by: Dario Blanco * Remove default health script from README Signed-off-by: Dario Blanco --- stable/hubot/Chart.yaml | 2 +- stable/hubot/OWNERS | 4 +++ stable/hubot/README.md | 43 ++++++++++++-------------- stable/hubot/templates/deployment.yaml | 10 +++--- stable/hubot/values.yaml | 7 +---- 5 files changed, 30 insertions(+), 36 deletions(-) create mode 100644 stable/hubot/OWNERS diff --git a/stable/hubot/Chart.yaml b/stable/hubot/Chart.yaml index 4e40be9dcb..1ec431bb1c 100644 --- a/stable/hubot/Chart.yaml +++ b/stable/hubot/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Hubot chatbot for Slack name: hubot -version: 0.0.1 +version: 0.0.2 appVersion: 0.1.9 home: https://github.com/mind-doc/hubot sources: diff --git a/stable/hubot/OWNERS b/stable/hubot/OWNERS new file mode 100644 index 0000000000..3ee6653c63 --- /dev/null +++ b/stable/hubot/OWNERS @@ -0,0 +1,4 @@ +approvers: +- darioblanco +reviewers: +- darioblanco diff --git a/stable/hubot/README.md b/stable/hubot/README.md index 26a17963a6..ed145a3269 100644 --- a/stable/hubot/README.md +++ b/stable/hubot/README.md @@ -7,7 +7,7 @@ Learn more: https://github.com/mind-doc/hubot ## TL;DR; ```bash -$ helm install stable/hubot +helm install stable/hubot ``` ## Introduction @@ -24,18 +24,21 @@ cluster using the [Helm](https://helm.sh) package manager. To install the chart with the release name `my-release`: ```bash -$ helm install --name my-release stable/hubot +helm install --name my-release stable/hubot ``` -The command deploys Hubot on the Kubernetes cluster using the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. +The command deploys Hubot on the Kubernetes cluster using the default configuration. +The [configuration](#configuration) section lists the parameters that can be +configured during installation. ## Uninstalling the Chart To uninstall/delete the `my-release` deployment: ```bash -$ helm delete --purge my-release +helm delete --purge my-release ``` + The command removes all the Kubernetes components associated with the chart and deletes the release. ## Configuration @@ -65,8 +68,8 @@ Parameter | Description | Default `hubot.scripts` | custom hubot scripts | `{ health.coffee: