File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments