Skip to content

Commit 9b5f99c

Browse files
committed
fix: bump cap-app-proxy to 1.3146.0 - fix: accessing repo in parallel (#329)
1 parent b71e5b3 commit 9b5f99c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/gitops-runtime/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
1717
- kind: changed
18-
description: 'feat: bump cap-app-proxy to 1.3142.0 - refresh in-cluster app after any related commit (#325), promote all files in app if none is specified (#324), improve locking around git operations (#320), new rollouts steps support setHeaderRoute and setMirrorRoute (#316), multi-argh image reporting (#314), add Product Release initiator (#306), changeRevision fields support (#302)'
18+
description: 'feat: bump cap-app-proxy to 1.3146.0 - fix accessing repo in parallel (#329), refresh in-cluster app after any related commit (#325), promote all files in app if none is specified (#324), improve locking around git operations (#320), new rollouts steps support setHeaderRoute and setMirrorRoute (#316), multi-argh image reporting (#314), add Product Release initiator (#306), changeRevision fields support (#302)'
1919
- kind: changed
2020
description: 'feat: update gitops-operator to 0.3.8 - support manual-sync applications (#327), fix memory leak (#313), publish error to product release in case failed to create workflow (#312)'
2121
- kind: changed

charts/gitops-runtime/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -406,14 +406,14 @@ app-proxy:
406406
tag: 1.1.11-main
407407
image:
408408
repository: quay.io/codefresh/cap-app-proxy
409-
tag: 1.3142.0
409+
tag: 1.3146.0
410410
pullPolicy: IfNotPresent
411411
# -- Extra volume mounts for main container
412412
extraVolumeMounts: []
413413
initContainer:
414414
image:
415415
repository: quay.io/codefresh/cap-app-proxy-init
416-
tag: 1.3142.0
416+
tag: 1.3146.0
417417
pullPolicy: IfNotPresent
418418
command:
419419
- ./init.sh

0 commit comments

Comments
 (0)