Skip to content

Commit 7193031

Browse files
authored
Merge pull request #4 from shivjm/point-to-helm-repo-in-readme
Point to Helm repository in webmentiond README
2 parents d81a785 + acaa06b commit 7193031

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

charts/webmentiond/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A simple webmention receiver in Go
44

55
type: application
66

7-
version: 0.1.0
7+
version: 0.2.0
88

99
appVersion: "v1.0.0"
1010

charts/webmentiond/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ IngressRoute](https://doc.traefik.io/traefik/routing/providers/kubernetes-crd/))
1111

1212
## TL;DR
1313

14-
```text
15-
$ git clone https://github.com/shivjm/webmentiond-helm/
16-
$ cd webmentiond-helm
17-
$ helm install --atomic my-release .
14+
```
15+
$ helm repo add shivjm https://shivjm.github.io/helm-charts/
16+
$ helm install --atomic my-release-name shivjm/webmentiond
1817
```
1918

2019
## Maintainers
@@ -77,8 +76,7 @@ $ helm install --atomic my-release .
7776

7877
### About `config.public`
7978

80-
`public.host` and `public.path` are required by the admin interface. For a server accessible at <kbd>https://www.example.com/webmentions/</kbd>,
81-
you would use these values:
79+
`public.host` and `public.path` are required by the admin interface. For a server accessible at <kbd>https://www.example.com/webmentions/</kbd>, you would use these values:
8280

8381
```yaml
8482
public:
@@ -107,3 +105,4 @@ replicas. (This is not supported by some providers.)
107105
By default, the pods drop all privileges and run as UID 1500. If your
108106
requirements differ, you can override `podSecurityContext` and
109107
`securityContext` as usual.
108+

charts/webmentiond/README.md.gotmpl

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ IngressRoute](https://doc.traefik.io/traefik/routing/providers/kubernetes-crd/))
1212

1313
## TL;DR
1414

15-
```text
16-
$ git clone https://github.com/shivjm/webmentiond-helm/
17-
$ cd webmentiond-helm
18-
$ helm install --atomic my-release .
15+
```
16+
$ helm repo add shivjm https://shivjm.github.io/helm-charts/
17+
$ helm install --atomic my-release-name shivjm/webmentiond
1918
```
2019

2120
{{ template "chart.maintainersSection" . }}
@@ -28,8 +27,7 @@ $ helm install --atomic my-release .
2827

2928
### About `config.public`
3029

31-
`public.host` and `public.path` are required by the admin interface. For a server accessible at <kbd>https://www.example.com/webmentions/</kbd>,
32-
you would use these values:
30+
`public.host` and `public.path` are required by the admin interface. For a server accessible at <kbd>https://www.example.com/webmentions/</kbd>, you would use these values:
3331

3432
```yaml
3533
public:
@@ -58,3 +56,4 @@ replicas. (This is not supported by some providers.)
5856
By default, the pods drop all privileges and run as UID 1500. If your
5957
requirements differ, you can override `podSecurityContext` and
6058
`securityContext` as usual.
59+

0 commit comments

Comments
 (0)