Skip to content

Commit 12896bc

Browse files
committed
feat: update Chart version to 2.0.6 and add deployment strategy with maxSurge and maxUnavailable settings
1 parent fa978ba commit 12896bc

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

charts/chatwoot/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sources:
2929
- https://chatwoot.app.br
3030

3131
# This is the chart version.
32-
version: 2.0.5
32+
version: 2.0.6
3333

3434
# This is the application version.
3535
appVersion: "v4.1.0"

charts/chatwoot/values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ image:
1212
autoscaling:
1313
apiVersion: autoscaling/v2
1414

15+
deploymentStrategy:
16+
type: RollingUpdate
17+
rollingUpdate:
18+
maxSurge: 1 # One pod can be created above desired count
19+
maxUnavailable: 1 # One pod can be unavailable during update
20+
1521
web:
1622
hpa:
1723
# set this to true to enable horizontal pod autoscaling

0 commit comments

Comments
 (0)