Skip to content

Commit

Permalink
Adding examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mogensen committed Apr 5, 2021
1 parent 20c71a5 commit a1dcdff
Show file tree
Hide file tree
Showing 10 changed files with 9,221 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"spellright.language": [
"en_GB"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext"
]
}
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@

Create changelogs for Helm Charts, based on git history

## Examples

This repository contains a set of example changelogs created for the github.com/elastic/helm-charts charts.

- [apm-server](https://github.com/mogensen/helm-changelog/tree/main/examples/apm-server.md)
- [elasticsearch](https://github.com/mogensen/helm-changelog/tree/main/examples/elasticsearch.md)
- [filebeat](https://github.com/mogensen/helm-changelog/tree/main/examples/filebeat.md)
- [kibana](https://github.com/mogensen/helm-changelog/tree/main/examples/kibana.md)
- [logstash](https://github.com/mogensen/helm-changelog/tree/main/examples/logstash.md)
- [metricbeat](https://github.com/mogensen/helm-changelog/tree/main/examples/metricbeat.md)

## Installation

All relevant commands are added to the `Makefile`
Expand Down Expand Up @@ -71,7 +82,7 @@ $ docker run -it --rm -v $(pwd):/data mogensen/helm-changelog:latest
```
The helm-changelog app is running as a non-root user.
This is a security best-practice. If user `1000` does not have write access to the chart dir, you may need to run the container as an other user.
This is a security best-practice. If user `1000` does not have write access to the chart directory, you may need to run the container as an other user.
```bash
Expand Down
13 changes: 12 additions & 1 deletion README.tmpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@

Create changelogs for Helm Charts, based on git history

## Examples

This repository contains a set of example changelogs created for the github.com/elastic/helm-charts charts.

- [apm-server](https://github.com/mogensen/helm-changelog/tree/main/examples/apm-server.md)
- [elasticsearch](https://github.com/mogensen/helm-changelog/tree/main/examples/elasticsearch.md)
- [filebeat](https://github.com/mogensen/helm-changelog/tree/main/examples/filebeat.md)
- [kibana](https://github.com/mogensen/helm-changelog/tree/main/examples/kibana.md)
- [logstash](https://github.com/mogensen/helm-changelog/tree/main/examples/logstash.md)
- [metricbeat](https://github.com/mogensen/helm-changelog/tree/main/examples/metricbeat.md)

## Installation

All relevant commands are added to the `Makefile`
Expand Down Expand Up @@ -49,7 +60,7 @@ $ docker run -it --rm -v $(pwd):/data mogensen/helm-changelog:latest
```

The helm-changelog app is running as a non-root user.
This is a security best-practice. If user `1000` does not have write access to the chart dir, you may need to run the container as an other user.
This is a security best-practice. If user `1000` does not have write access to the chart directory, you may need to run the container as an other user.


```bash
Expand Down
Loading

0 comments on commit a1dcdff

Please sign in to comment.