Skip to content

Commit 8c5756e

Browse files
fix: allow "<no-changes>" as prUrl value (#906)
* update gitops-operator to version 3274011 - fix: handle "" pr attempts (fix: handle "<no-changes>" pr attempts codefresh-gitops-operator#344) * update app-proxy to 1.3911.0 - fix: calculate promotion file changes according to correct app branch (fix: calculate promotion file changes according to correct app branch argo-platform#6888) --------- Co-authored-by: codefresh-v2-pipelines[bot] <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com>
1 parent 0a527df commit 8c5756e

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
@@ -490,14 +490,14 @@ app-proxy:
490490
tag: 1.1.17-main
491491
image:
492492
repository: quay.io/codefresh/cap-app-proxy
493-
tag: 1.3909.0
493+
tag: 1.3911.0
494494
pullPolicy: IfNotPresent
495495
# -- Extra volume mounts for main container
496496
extraVolumeMounts: []
497497
initContainer:
498498
image:
499499
repository: quay.io/codefresh/cap-app-proxy-init
500-
tag: 1.3909.0
500+
tag: 1.3911.0
501501
pullPolicy: IfNotPresent
502502
command:
503503
- ./init.sh
@@ -677,7 +677,7 @@ gitops-operator:
677677
# -- defaults
678678
registry: quay.io
679679
repository: codefresh/codefresh-gitops-operator
680-
tag: "9e6a5c2"
680+
tag: "3274011"
681681
env:
682682
!!merge <<:
683683
- *otel-config

0 commit comments

Comments
 (0)