diff --git a/charts/chainpulse/Chart.yaml b/charts/chainpulse/Chart.yaml index f4d8df1..36dceda 100644 --- a/charts/chainpulse/Chart.yaml +++ b/charts/chainpulse/Chart.yaml @@ -3,5 +3,5 @@ apiVersion: v2 name: chainpulse description: A Helm chart for chainpulse type: application -version: 0.1.0 +version: 0.1.1 appVersion: 0.3.2 diff --git a/charts/chainpulse/README.md b/charts/chainpulse/README.md new file mode 100644 index 0000000..819eb92 --- /dev/null +++ b/charts/chainpulse/README.md @@ -0,0 +1,54 @@ +# Chainpulse + +Monitoring tool for IBC relayers by Informal Systems - +[chainpulse](https://github.com/informalsystems/chainpulse) + +## Prerequisites + +Kubernetes 1.16+ + +## Get Repository Info + +```console +helm repo add archway-network https://archway-network.github.io/helm-charts +helm repo update +``` + +_See [`helm repo`](https://helm.sh/docs/helm/helm_repo/) for command documentation._ + +## Install Chart + +```console +helm install [RELEASE_NAME] archway-network/chainpulse +``` + +_See [configuration](#configuration) below._ + +_See [helm install](https://helm.sh/docs/helm/helm_install/) for command documentation._ + +## Uninstall Chart + +```console +helm uninstall [RELEASE_NAME] +``` + +This removes all the Kubernetes components associated with the chart and deletes the release. + +_See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall/) for command documentation._ + +## Upgrading Chart + +```console +helm upgrade [RELEASE_NAME] [CHART] --install +``` + +_See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documentation._ + +## Configuration + +See [Customizing the Chart Before Installing](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing). +To see all configurable options with detailed comments, visit the chart's [values.yaml](./values.yaml), or run these configuration commands: + +```console +helm show values archway-network/chainpulse +``` diff --git a/charts/endpoint-controller/Chart.yaml b/charts/endpoint-controller/Chart.yaml index 3d9bffc..9ff160d 100644 --- a/charts/endpoint-controller/Chart.yaml +++ b/charts/endpoint-controller/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: endpoint-controller description: A Helm chart for Kubernetes type: application -version: 1.0.0 +version: 1.0.1 appVersion: 1.0.1 diff --git a/charts/endpoint-controller/README.md b/charts/endpoint-controller/README.md index a6b9c59..b186983 100644 --- a/charts/endpoint-controller/README.md +++ b/charts/endpoint-controller/README.md @@ -11,7 +11,7 @@ Kubernetes 1.16+ ## Get Repository Info ```console -helm repo add prometheus-community https://archway-network.github.io/helm-charts +helm repo add archway-network https://archway-network.github.io/helm-charts helm repo update ``` diff --git a/charts/hermes-relayer/Chart.yaml b/charts/hermes-relayer/Chart.yaml index 5b70677..7f373c6 100644 --- a/charts/hermes-relayer/Chart.yaml +++ b/charts/hermes-relayer/Chart.yaml @@ -3,5 +3,5 @@ apiVersion: v2 name: hermes-relayer description: A Helm chart for Kubernetes type: application -version: 1.3.1 -appVersion: 1.5.1 +version: 1.3.2 +appVersion: 1.6.0 diff --git a/charts/hermes-relayer/README.md b/charts/hermes-relayer/README.md index 2966c80..d75a3ab 100644 --- a/charts/hermes-relayer/README.md +++ b/charts/hermes-relayer/README.md @@ -7,7 +7,7 @@ Kubernetes 1.16+ ## Get Repository Info ```console -helm repo add arhcway-network https://archway-network.github.io/helm-charts +helm repo add archway-network https://archway-network.github.io/helm-charts helm repo update ``` diff --git a/charts/relayer-exporter/Chart.yaml b/charts/relayer-exporter/Chart.yaml index 3c4af09..b95311f 100644 --- a/charts/relayer-exporter/Chart.yaml +++ b/charts/relayer-exporter/Chart.yaml @@ -3,5 +3,5 @@ apiVersion: v2 name: relayer-exporter description: A Helm chart for relayer_exporter type: application -version: 0.2.1 +version: 0.2.2 appVersion: 0.6.0 diff --git a/charts/relayer-exporter/README.md b/charts/relayer-exporter/README.md new file mode 100644 index 0000000..d309c80 --- /dev/null +++ b/charts/relayer-exporter/README.md @@ -0,0 +1,53 @@ +# Relayer Exporter + +Prometheus exporter for ibc metrics - [relayer_exporter](https://github.com/archway-network/relayer_exporter) + +## Prerequisites + +Kubernetes 1.16+ + +## Get Repository Info + +```console +helm repo add archway-network https://archway-network.github.io/helm-charts +helm repo update +``` + +_See [`helm repo`](https://helm.sh/docs/helm/helm_repo/) for command documentation._ + +## Install Chart + +```console +helm install [RELEASE_NAME] archway-network/relayer-exporter +``` + +_See [configuration](#configuration) below._ + +_See [helm install](https://helm.sh/docs/helm/helm_install/) for command documentation._ + +## Uninstall Chart + +```console +helm uninstall [RELEASE_NAME] +``` + +This removes all the Kubernetes components associated with the chart and deletes the release. + +_See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall/) for command documentation._ + +## Upgrading Chart + +```console +helm upgrade [RELEASE_NAME] [CHART] --install +``` + +_See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documentation._ + +## Configuration + +See [Customizing the Chart Before Installing](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing). +To see all configurable options with detailed comments, visit the chart's [values.yaml](./values.yaml), or run these configuration commands: + +```console +helm show values archway-network/relayer-exporter +```