File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments