diff --git a/uptimerobot/Chart.yaml b/uptimerobot/Chart.yaml index 97c52fa9..e96f166f 100644 --- a/uptimerobot/Chart.yaml +++ b/uptimerobot/Chart.yaml @@ -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: diff --git a/uptimerobot/README.md b/uptimerobot/README.md index 003c8836..006dc83f 100644 --- a/uptimerobot/README.md +++ b/uptimerobot/README.md @@ -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 ```