Skip to content

Commit ba540e9

Browse files
fix: event-reporter should handle applications from a specific argo-cd instance (#618)
https://codefresh-io.atlassian.net/browse/CR-29612 * bump cf-argocd-extras to version `0.5.12` - fix: event-reporter should handle applications from a specific argo-cd instance (https://github.com/codefresh-io/cf-argocd-extras/releases/tag/v0.5.12) * bump cap-app-proxy to version `1.3674.0` - fix: get inactive applications only in app-proxy runtime (https://github.com/codefresh-io/argo-platform/releases/tag/1.3674.0) --------- Co-authored-by: codefresh-v2-pipelines[bot] <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Co-authored-by: Noam Gal <[email protected]>
1 parent 017ca0f commit ba540e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

charts/gitops-runtime/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -564,14 +564,14 @@ app-proxy:
564564
tag: 1.1.14-main
565565
image:
566566
repository: quay.io/codefresh/cap-app-proxy
567-
tag: 1.3651.0
567+
tag: 1.3674.0
568568
pullPolicy: IfNotPresent
569569
# -- Extra volume mounts for main container
570570
extraVolumeMounts: []
571571
initContainer:
572572
image:
573573
repository: quay.io/codefresh/cap-app-proxy-init
574-
tag: 1.3651.0
574+
tag: 1.3674.0
575575
pullPolicy: IfNotPresent
576576
command:
577577
- ./init.sh
@@ -729,7 +729,7 @@ cf-argocd-extras:
729729
image:
730730
registry: quay.io
731731
repository: codefresh/cf-argocd-extras
732-
tag: v0.5.11
732+
tag: v0.5.12
733733
nodeSelector: {}
734734
tolerations: []
735735
affinity: {}
@@ -753,7 +753,7 @@ cf-argocd-extras:
753753
image:
754754
registry: quay.io
755755
repository: codefresh/cf-argocd-extras
756-
tag: v0.5.11
756+
tag: v0.5.12
757757
nodeSelector: {}
758758
tolerations: []
759759
affinity: {}

0 commit comments

Comments
 (0)