Skip to content

Commit

Permalink
Merge f856bc9 into 31b22d6
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh authored Jan 25, 2024
2 parents 31b22d6 + f856bc9 commit ea4e09b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/posthog/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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.
version: 30.42.0
version: 30.43.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
5 changes: 5 additions & 0 deletions charts/posthog/templates/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ spec:
maxUnavailable: {{ .Values.web.rollout.maxUnavailable }}
{{- else if eq .Values.web.deployment.strategy "canary" }}
canary:
plugins:
argoproj-labs/contour:
httpProxies:
- proxy
- proxy-direct
steps:
- setWeight: 1
- pause: {duration: 60s}
Expand Down

0 comments on commit ea4e09b

Please sign in to comment.