Skip to content

Commit

Permalink
fix: bump cap-app-proxy to 1.3146.0 - fix: accessing repo in parallel (
Browse files Browse the repository at this point in the history
  • Loading branch information
ATGardner committed Nov 6, 2024
1 parent b71e5b3 commit 9b5f99c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ annotations:
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
artifacthub.io/changes: |-
- kind: changed
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)'
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)'
- kind: changed
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)'
- kind: changed
Expand Down
4 changes: 2 additions & 2 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -406,14 +406,14 @@ app-proxy:
tag: 1.1.11-main
image:
repository: quay.io/codefresh/cap-app-proxy
tag: 1.3142.0
tag: 1.3146.0
pullPolicy: IfNotPresent
# -- Extra volume mounts for main container
extraVolumeMounts: []
initContainer:
image:
repository: quay.io/codefresh/cap-app-proxy-init
tag: 1.3142.0
tag: 1.3146.0
pullPolicy: IfNotPresent
command:
- ./init.sh
Expand Down

0 comments on commit 9b5f99c

Please sign in to comment.