Skip to content

Commit

Permalink
doc: Update charte repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Jan 3, 2024
1 parent 82ea341 commit 23d9494
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Applications, provided by [Stenic](https://stenic.io), ready to launch on Kubern
## TL;DR

```
$ helm repo add stenic https://stenic.github.io/helm-charts
$ helm repo add stenic https://charts.stenic.io
$ helm search repo stenic
$ helm install my-release stenic/<chart>
```
Expand Down
4 changes: 2 additions & 2 deletions charts/ledger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## TL;DR;

```console
helm repo add stenic https://stenic.github.io/helm-charts
helm repo add stenic https://charts.stenic.io
helm install my-release stenic/ledger
```

Expand All @@ -22,7 +22,7 @@ This chart installs `ledger` on a [Kubernetes](http://kubernetes.io) cluster usi
To install the chart with the release name `my-release`:

```console
helm repo add stenic https://stenic.github.io/helm-charts
helm repo add stenic https://charts.stenic.io
helm install my-release stenic/ledger
```

Expand Down
4 changes: 2 additions & 2 deletions charts/ledger/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## TL;DR;

```console
helm repo add stenic https://stenic.github.io/helm-charts
helm repo add stenic https://charts.stenic.io
helm install my-release stenic/{{ template "chart.name" . }}
```

Expand All @@ -25,7 +25,7 @@ This chart installs `{{ template "chart.name" . }}` on a [Kubernetes](http://kub
To install the chart with the release name `my-release`:

```console
helm repo add stenic https://stenic.github.io/helm-charts
helm repo add stenic https://charts.stenic.io
helm install my-release stenic/{{ template "chart.name" . }}
```

Expand Down
4 changes: 2 additions & 2 deletions charts/openvpn-as/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## TL;DR;

```console
helm repo add stenic https://stenic.github.io/helm-charts
helm repo add stenic https://charts.stenic.io
helm install my-release --set "service.type=LoadBalancer" stenic/openvpn-as
```

Expand All @@ -25,7 +25,7 @@ This chart installs `openvpn-as` on a [Kubernetes](http://kubernetes.io) cluster
To install the chart with the release name `my-release`:

```console
helm repo add stenic https://stenic.github.io/helm-charts
helm repo add stenic https://charts.stenic.io
helm install my-release --set "service.type=LoadBalancer" stenic/openvpn-as
```

Expand Down
4 changes: 2 additions & 2 deletions charts/openvpn-as/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## TL;DR;

```console
helm repo add stenic https://stenic.github.io/helm-charts
helm repo add stenic https://charts.stenic.io
helm install my-release --set "service.type=LoadBalancer" stenic/{{ template "chart.name" . }}
```

Expand All @@ -27,7 +27,7 @@ This chart installs `{{ template "chart.name" . }}` on a [Kubernetes](http://kub
To install the chart with the release name `my-release`:

```console
helm repo add stenic https://stenic.github.io/helm-charts
helm repo add stenic https://charts.stenic.io
helm install my-release --set "service.type=LoadBalancer" stenic/{{ template "chart.name" . }}
```

Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-pve-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: prometheus-pve-exporter
description: A Helm chart to export the metrics from pve in Prometheus format.
version: 0.1.1
version: 0.1.2
appVersion: "2.0.1"
keywords:
- pve-exporter
Expand Down
4 changes: 2 additions & 2 deletions charts/prometheus-pve-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## TL;DR;

```console
helm repo add stenic https://stenic.github.io/helm-charts
helm repo add stenic https://charts.stenic.io
helm install my-release stenic/prometheus-pve-exporter
```

Expand All @@ -22,7 +22,7 @@ This chart bootstraps a [PVE Exporter](https://github.com/gesellix/pve-prometheu
To install the chart with the release name `my-release`:

```console
helm repo add stenic https://stenic.github.io/helm-charts
helm repo add stenic https://charts.stenic.io
helm install my-release stenic/prometheus-pve-exporter
```

Expand Down
4 changes: 2 additions & 2 deletions charts/prometheus-pve-exporter/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## TL;DR;

```console
helm repo add stenic https://stenic.github.io/helm-charts
helm repo add stenic https://charts.stenic.io
helm install my-release stenic/{{ template "chart.name" . }}
```

Expand All @@ -25,7 +25,7 @@ This chart bootstraps a [PVE Exporter](https://github.com/gesellix/pve-prometheu
To install the chart with the release name `my-release`:

```console
helm repo add stenic https://stenic.github.io/helm-charts
helm repo add stenic https://charts.stenic.io
helm install my-release stenic/{{ template "chart.name" . }}
```

Expand Down
2 changes: 1 addition & 1 deletion charts/proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: proxy
description: A Helm chart for Kubernetes
type: application
version: 1.0.3
version: 1.0.4
appVersion: 1.0.0
maintainers:
- email: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions charts/proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## TL;DR;

```console
helm repo add stenic https://stenic.github.io/helm-charts
helm repo add stenic https://charts.stenic.io
helm install my-release stenic/proxy
```

Expand All @@ -22,7 +22,7 @@ This chart installs `proxy` on a [Kubernetes](http://kubernetes.io) cluster usin
To install the chart with the release name `my-release`:

```console
helm repo add stenic https://stenic.github.io/helm-charts
helm repo add stenic https://charts.stenic.io
helm install my-release stenic/proxy
```

Expand Down
4 changes: 2 additions & 2 deletions charts/proxy/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## TL;DR;

```console
helm repo add stenic https://stenic.github.io/helm-charts
helm repo add stenic https://charts.stenic.io
helm install my-release stenic/{{ template "chart.name" . }}
```

Expand All @@ -25,7 +25,7 @@ This chart installs `{{ template "chart.name" . }}` on a [Kubernetes](http://kub
To install the chart with the release name `my-release`:

```console
helm repo add stenic https://stenic.github.io/helm-charts
helm repo add stenic https://charts.stenic.io
helm install my-release stenic/{{ template "chart.name" . }}
```

Expand Down

0 comments on commit 23d9494

Please sign in to comment.