From 9669d58b15a8c9e341f95db0589271718947e0a0 Mon Sep 17 00:00:00 2001 From: Punit Kulal Date: Tue, 30 Jul 2024 17:15:00 +0530 Subject: [PATCH] updated readme and chart version --- stable/app/Chart.yaml | 2 +- stable/app/README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/stable/app/Chart.yaml b/stable/app/Chart.yaml index 55c14cd1..9d2d091a 100644 --- a/stable/app/Chart.yaml +++ b/stable/app/Chart.yaml @@ -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 diff --git a/stable/app/README.md b/stable/app/README.md index aa74a443..1f63cf70 100644 --- a/stable/app/README.md +++ b/stable/app/README.md @@ -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 | ---