diff --git a/charts/posthog/Chart.yaml b/charts/posthog/Chart.yaml index e1399cdd..38d4908f 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.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. diff --git a/charts/posthog/templates/web-deployment.yaml b/charts/posthog/templates/web-deployment.yaml index 6a2f3a8a..f241ab82 100644 --- a/charts/posthog/templates/web-deployment.yaml +++ b/charts/posthog/templates/web-deployment.yaml @@ -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}