Skip to content

Commit 0bb817f

Browse files
authored
Merge c473d50 into c343eda
2 parents c343eda + c473d50 commit 0bb817f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

charts/posthog/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type: application
1111

1212
# This is the chart version. This version number should be incremented each time you make changes
1313
# to the chart and its templates, including the app version.
14-
version: 30.45.0
14+
version: 30.46.0
1515

1616
# This is the version number of the application being deployed. This version number should be
1717
# incremented each time you make changes to the application.

charts/posthog/templates/web-deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ spec:
2222
maxSurge: {{ .Values.web.rollout.maxSurge }}
2323
maxUnavailable: {{ .Values.web.rollout.maxUnavailable }}
2424
{{- else if eq .Values.web.deployment.strategy "canary" }}
25+
revisionHistoryLimit: 10
26+
rollbackWindow:
27+
revisions: 10
2528
canary:
2629
canaryService: {{ template "posthog.fullname" . }}-web-canary
2730
stableService: {{ template "posthog.fullname" . }}-web

0 commit comments

Comments
 (0)