Skip to content

Commit eaca149

Browse files
committed
Disabled terminationGracePeriodSeconds by default
1 parent 011ad81 commit eaca149

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/soketi/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.16.0
18+
version: 0.16.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/soketi/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Install the soketi chart:
2525
```bash
2626
$ helm upgrade soketi \
2727
--install \
28-
--version=0.16.0 \
28+
--version=0.16.1 \
2929
soketi/soketi
3030
```
3131

charts/soketi/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ livenessProbe:
317317
periodSeconds: 2
318318
failureThreshold: 3
319319
successThreshold: 1
320-
terminationGracePeriodSeconds: 30
320+
# terminationGracePeriodSeconds: 30
321321

322322
readinessProbe:
323323
httpGet:

0 commit comments

Comments
 (0)