Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki authored Mar 4, 2022
2 parents 13861f1 + eaca149 commit 4ff8124
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/soketi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/soketi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Install the soketi chart:
```bash
$ helm upgrade soketi \
--install \
--version=0.16.0 \
--version=0.16.1 \
soketi/soketi
```

Expand Down
1 change: 1 addition & 0 deletions charts/soketi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ livenessProbe:
periodSeconds: 2
failureThreshold: 3
successThreshold: 1
# terminationGracePeriodSeconds: 30

readinessProbe:
httpGet:
Expand Down

0 comments on commit 4ff8124

Please sign in to comment.