Skip to content

Commit

Permalink
chore(chart): update README.md and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Nov 28, 2023
1 parent d7aac4a commit c623677
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Features

- add Helm chart image update check ([0949b84](https://github.com/pmoscode-helm/jdownloader2/commit/0949b84aff5a3c30823bbf4598c761cf9582344c) by Peter Motzko).
- add renovate.json to .helmignore ([6f57ff6](https://github.com/pmoscode-helm/jdownloader2/commit/6f57ff61bdb549b366914ee5a8d595f9c2545c57) by Peter Motzko).
- add Trivy scan action ([30c26f5](https://github.com/pmoscode-helm/jdownloader2/commit/30c26f54fb77920de97a78e5a14c4e59a1ccf5a6) by Peter Motzko).
- remove api key for "bridgecrew.cloud" ([8f5b6c6](https://github.com/pmoscode-helm/jdownloader2/commit/8f5b6c6b844eb6904e3d2a41fe12010ad5c35483) by Peter Motzko).
- add ".env" description to readme file ([a72a1ad](https://github.com/pmoscode-helm/jdownloader2/commit/a72a1ad8c9b8f667d35aed2d7b848373e61b6fe8) by Peter Motzko).
- add scanning for secrets ([b7302e6](https://github.com/pmoscode-helm/jdownloader2/commit/b7302e6ec9e7ad4c18ed7895e4d2c70692fd6735) by Peter Motzko).
Expand All @@ -33,6 +36,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Bug Fixes

- update hcuc to 0.1.1 due to a version parse error ([a5e434e](https://github.com/pmoscode-helm/jdownloader2/commit/a5e434ec52b8a662a35ab68bb2c817227ec8d8ec) by Peter Motzko).
- add more files to .helmignore ([6ed6b78](https://github.com/pmoscode-helm/jdownloader2/commit/6ed6b7889d17be2e09a85c7a06d772388f6bb7d3) by Peter Motzko).
- Correct capitalization of Taskfile in README.md ([66c4302](https://github.com/pmoscode-helm/jdownloader2/commit/66c4302650f0721a862a433aa094295e0d93366f) by Peter Motzko).
- add missing serviceName postfix for "web"-service ([059236d](https://github.com/pmoscode-helm/jdownloader2/commit/059236d98bea7ac033c02b21c654a7fefd973eaa) by Peter Motzko).
- don't fail job when checks fail and only show failed checks ([843ab21](https://github.com/pmoscode-helm/jdownloader2/commit/843ab215d2f40904e3867cbaada636c0bf056331) by Peter Motzko).
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# jdownloader2 Helm Chart
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square)
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/jdownloader2)](https://artifacthub.io/packages/search?repo=jdownloader2)

From https://jdownloader.org/:
Expand Down Expand Up @@ -40,7 +40,7 @@ See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command document
|-----|------|---------|-------------|
| image.pullPolicy | string | `"Always"` | pull policy |
| image.repository | string | `"jlesage/jdownloader-2"` | repository with jdownloader2 image |
| image.tag | string | `"v23.03.1"` | current version of the image |
| image.tag | string | `nil` | current version of the image |
| imagePullSecrets | list | `[]` | imagePullSecrets (not needed, if default image is used) |
| ingress | object | `{"annotations":{},"className":"","enabled":false,"hosts":[{"host":"chart-example.local","paths":[{"path":"/","pathType":"ImplementationSpecific"}]}],"tls":[]}` | Configure ingress for the "web" service. Only considered, if "service.web" is enabled |
| myjd.email | string | `""` | if "service.myjd" is enabled, the email address of the myJdownloader account is required |
Expand Down

0 comments on commit c623677

Please sign in to comment.