Skip to content

Commit 5c5ee59

Browse files
feat: deleted git-source appears in application dashboard (#1075)
based on #1074 ## What update cf-argocd-extras image to 0.27-ebfec69 (codefresh-io/cf-argocd-extras#108) ## Why new event-reporter will not send parentAppId when parentApp doesn't exist in the cluster this will help the platform not create these phantom parent git-source applications which actually does not exist anymore
1 parent 50c9f20 commit 5c5ee59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.2.1
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.27.1
5+
version: 0.27.2
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ global:
136136
image:
137137
registry: quay.io
138138
repository: codefresh/cf-argocd-extras
139-
tag: bc37d62
139+
tag: 0.27-ebfec69
140140
nodeSelector: {}
141141
tolerations: []
142142
affinity: {}
@@ -678,7 +678,7 @@ argo-gateway:
678678
image:
679679
registry: quay.io
680680
repository: codefresh/cf-argocd-extras
681-
tag: bc37d62
681+
tag: ebfec69
682682
nodeSelector: {}
683683
tolerations: []
684684
affinity: {}

0 commit comments

Comments
 (0)