updating uptimerobot readme (#30)

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek 2019-05-27 01:55:51 -04:00 committed by GitHub
parent b48a0e4b08
commit fce9902416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
apiVersion: v1
name: uptimerobot
version: 1.1.6
version: 1.1.7
appVersion: 1.1.0
description: A tool to get statistics from Uptime Robot and log it into InfluxDB
keywords:

View File

@ -6,7 +6,7 @@ This tool allows you to run periodic uptimerobot data usage checks and save the
## TL;DR;
```shell
```console
$ helm repo add billimek https://billimek.com/billimek-charts/
$ helm install billimek/uptimerobot
```
@ -19,14 +19,14 @@ This code is adopted from [this original repo](https://github.com/trojanc/node-i
To install the chart with the release name `my-release`:
```shell
```console
$ helm install --name my-release billimek/uptimerobot
```
## Uninstalling the Chart
To uninstall/delete the `my-release` deployment:
```shell
```console
$ helm delete my-release --purge
```
@ -56,7 +56,7 @@ The following tables lists the configurable parameters of the Sentry chart and t
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
```shell
```console
$ helm install --name my-release \
--set config.uptimerobot.apikey=thisismyapikey \
billimek/uptimerobot
@ -64,7 +64,7 @@ $ helm install --name my-release \
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```shell
```console
$ helm install --name my-release -f values.yaml billimek/uptimerobot
```