Skip to content

Commit a692a92

Browse files
authored
Merge d1908ce into d30f991
2 parents d30f991 + d1908ce commit a692a92

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
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.43.0
14+
version: 30.44.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: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ spec:
2323
maxUnavailable: {{ .Values.web.rollout.maxUnavailable }}
2424
{{- else if eq .Values.web.deployment.strategy "canary" }}
2525
canary:
26-
plugins:
27-
argoproj-labs/contour:
28-
httpProxies:
29-
- proxy
30-
- proxy-direct
26+
trafficRouting:
27+
plugins:
28+
argoproj-labs/contour:
29+
httpProxies:
30+
- proxy
31+
- proxy-direct
3132
steps:
3233
- setWeight: 1
3334
- pause: {duration: 60s}

0 commit comments

Comments
 (0)