Skip to content

Commit bbcf51c

Browse files
Merge pull request #155 from codefresh-io/CR-22296-app-proxy
CR-22296-app-proxy
2 parents 92357a5 + 80ea310 commit bbcf51c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ annotations:
2222
description: Update argo-rollouts chart to 2.32.5-3-analysis-fix
2323
- kind: fixed
2424
description: fix routing to workflows native UI
25+
- kind: changed
26+
description: Update app-proxy to 1.2623.0
2527
dependencies:
2628
- name: argo-cd
2729
repository: https://codefresh-io.github.io/argo-helm

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,15 +424,15 @@ app-proxy:
424424
tag: 1.1.10-main
425425
image:
426426
repository: quay.io/codefresh/cap-app-proxy
427-
tag: 1.2608.0
427+
tag: 1.2623.0
428428
pullPolicy: IfNotPresent
429429
# -- Extra volume mounts for main container
430430
extraVolumeMounts: []
431431

432432
initContainer:
433433
image:
434434
repository: quay.io/codefresh/cap-app-proxy-init
435-
tag: 1.2608.0
435+
tag: 1.2623.0
436436
pullPolicy: IfNotPresent
437437
command:
438438
- ./init.sh

0 commit comments

Comments
 (0)