From d1908ce5db77c3d2c67185d24a15b4c08c775991 Mon Sep 17 00:00:00 2001 From: Frank Hamand Date: Thu, 25 Jan 2024 12:05:27 +0000 Subject: [PATCH] Fix missing trafficrouting key --- charts/posthog/Chart.yaml | 2 +- charts/posthog/templates/web-deployment.yaml | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/charts/posthog/Chart.yaml b/charts/posthog/Chart.yaml index 38d4908f..4a097ed3 100644 --- a/charts/posthog/Chart.yaml +++ b/charts/posthog/Chart.yaml @@ -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. diff --git a/charts/posthog/templates/web-deployment.yaml b/charts/posthog/templates/web-deployment.yaml index f241ab82..d3db62b8 100644 --- a/charts/posthog/templates/web-deployment.yaml +++ b/charts/posthog/templates/web-deployment.yaml @@ -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}