Skip to content

Commit 02c2954

Browse files
authoredNov 6, 2024
fix: bump cap-app-proxy to 1.3146.0 - fix: accessing repo in parallel (#329)
* bump cap-app-proxy to `1.3146.0` - fix: accessing repo in parallel
1 parent 7da8139 commit 02c2954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎charts/gitops-runtime/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -428,15 +428,15 @@ app-proxy:
428428
tag: 1.1.11-main
429429
image:
430430
repository: quay.io/codefresh/cap-app-proxy
431-
tag: 1.3142.0
431+
tag: 1.3146.0
432432
pullPolicy: IfNotPresent
433433
# -- Extra volume mounts for main container
434434
extraVolumeMounts: []
435435

436436
initContainer:
437437
image:
438438
repository: quay.io/codefresh/cap-app-proxy-init
439-
tag: 1.3142.0
439+
tag: 1.3146.0
440440
pullPolicy: IfNotPresent
441441
command:
442442
- ./init.sh

0 commit comments

Comments
 (0)
Please sign in to comment.