Skip to content

Commit ea360d5

Browse files
feat: add branch data to pullrequest info (#932)
based on #926 bump gitops-operator to c0f50e0 - feat: add branch data to pullrequest info (codefresh-io/codefresh-gitops-operator#354) bump app-proxy to 592eb04 - feat: add branch data to pullrequest info (codefresh-io/argo-platform#6918) --------- Co-authored-by: codefresh-v2-pipelines[bot] <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com>
1 parent 62ef500 commit ea360d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/gitops-runtime/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -495,14 +495,14 @@ app-proxy:
495495
tag: 1.1.17-main
496496
image:
497497
repository: quay.io/codefresh/cap-app-proxy
498-
tag: 1.3911.0
498+
tag: 592eb04
499499
pullPolicy: IfNotPresent
500500
# -- Extra volume mounts for main container
501501
extraVolumeMounts: []
502502
initContainer:
503503
image:
504504
repository: quay.io/codefresh/cap-app-proxy-init
505-
tag: 1.3911.0
505+
tag: 592eb04
506506
pullPolicy: IfNotPresent
507507
command:
508508
- ./init.sh
@@ -682,7 +682,7 @@ gitops-operator:
682682
# -- defaults
683683
registry: quay.io
684684
repository: codefresh/codefresh-gitops-operator
685-
tag: "305e13e"
685+
tag: "c0f50e0"
686686
env:
687687
!!merge <<:
688688
- *otel-config

0 commit comments

Comments
 (0)