Skip to content

Commit 0bddc10

Browse files
committed
chore: bump app-proxy version to 1.4020.0
Updates app-proxy to version 1.4020.0 which includes the removal of Argo Rollouts installation capability (argo-platform#7045). This aligns with the removal of argo-rollouts from the helm chart.
1 parent 93ed5cf commit 0bddc10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,14 +480,14 @@ app-proxy:
480480
tag: 1.1.20-main
481481
image:
482482
repository: quay.io/codefresh/cap-app-proxy
483-
tag: 1.4018.0
483+
tag: 1.4020.0
484484
pullPolicy: IfNotPresent
485485
# -- Extra volume mounts for main container
486486
extraVolumeMounts: []
487487
initContainer:
488488
image:
489489
repository: quay.io/codefresh/cap-app-proxy-init
490-
tag: 1.4018.0
490+
tag: 1.4020.0
491491
pullPolicy: IfNotPresent
492492
command:
493493
- ./init.sh

0 commit comments

Comments
 (0)