diff --git a/charts/soketi/Chart.yaml b/charts/soketi/Chart.yaml index 183b33d..a1febfd 100644 --- a/charts/soketi/Chart.yaml +++ b/charts/soketi/Chart.yaml @@ -15,7 +15,7 @@ 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.16.0 +version: 0.16.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/soketi/README.md b/charts/soketi/README.md index d72f266..c081b18 100644 --- a/charts/soketi/README.md +++ b/charts/soketi/README.md @@ -25,7 +25,7 @@ Install the soketi chart: ```bash $ helm upgrade soketi \ --install \ - --version=0.16.0 \ + --version=0.16.1 \ soketi/soketi ``` diff --git a/charts/soketi/values.yaml b/charts/soketi/values.yaml index f6d6930..1aaaa67 100644 --- a/charts/soketi/values.yaml +++ b/charts/soketi/values.yaml @@ -317,6 +317,7 @@ livenessProbe: periodSeconds: 2 failureThreshold: 3 successThreshold: 1 + # terminationGracePeriodSeconds: 30 readinessProbe: httpGet: