Skip to content

Commit

Permalink
Merge d1908ce into d30f991
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh authored Jan 25, 2024
2 parents d30f991 + d1908ce commit a692a92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
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.43.0
version: 30.44.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
11 changes: 6 additions & 5 deletions charts/posthog/templates/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ spec:
maxUnavailable: {{ .Values.web.rollout.maxUnavailable }}
{{- else if eq .Values.web.deployment.strategy "canary" }}
canary:
plugins:
argoproj-labs/contour:
httpProxies:
- proxy
- proxy-direct
trafficRouting:
plugins:
argoproj-labs/contour:
httpProxies:
- proxy
- proxy-direct
steps:
- setWeight: 1
- pause: {duration: 60s}
Expand Down

0 comments on commit a692a92

Please sign in to comment.