Skip to content

Commit

Permalink
docs: update versions in readme (#172)
Browse files Browse the repository at this point in the history
Co-authored-by: github_actions <noreply@github.com>
  • Loading branch information
github-actions[bot] and web-flow authored Dec 5, 2024
1 parent 38ea24d commit bf04705
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/http-metronome/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# http-metronome

![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

Chart for k8s cronjobs to periodic triggering cluster-local http endpoints.

Expand All @@ -26,6 +26,7 @@ Chart for k8s cronjobs to periodic triggering cluster-local http endpoints.
| ttlSecondsAfterFinished | int | `86400` | |
| startingDeadlineSeconds | int | `200` | |
| istioManaged | bool | `false` | |
| podTemplate.annotations | object | `{}` | |
| jobs[0].name | string | `"this-is-just-a-test"` | |
| jobs[0].schedule | string | `"* * * * *"` | |
| jobs[0].target | string | `"http://the-cluster-local-service/the-path"` | |
Expand Down

0 comments on commit bf04705

Please sign in to comment.