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: