Skip to content

Commit

Permalink
updated readme and chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
punit-kulal committed Jul 30, 2024
1 parent 58848cf commit 9669d58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.5.4
version: 0.5.5
3 changes: 3 additions & 0 deletions stable/app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ The following table lists the configurable parameters of the Siren chart and the
| telegraf.containerPort | int | `8125` | |
| telegraf.protocol | string | `UDP` | |
| telegraf.config | string | `""` | telegraf config file content |
| pdb.enabled | bool | `false` | Whether to enable pod disruption budget on the release |
| pdb.minAvailable | int | `0` | minimum number of pods that should be available according to PDB |
| pdb.maxUnavailable | int | `` | maximum number of pods that can be unavailable according to PDB |

---

Expand Down

0 comments on commit 9669d58

Please sign in to comment.