Skip to content

Commit c46a175

Browse files
fix argocd events when application has sync issues (#59)
* fix argocd events when application has sync issues * wip * bump version to v2.1.10-cap-CR-9018
1 parent 80a2900 commit c46a175

File tree

4 files changed

+149
-92
lines changed

4 files changed

+149
-92
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.10-cap-CR-9236
1+
2.1.10-cap-CR-9018

common/common.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ const (
174174
EnvLogLevel = "ARGOCD_LOG_LEVEL"
175175
// EnvApplicationEventCacheDuration controls the expiration of application events cache
176176
EnvApplicationEventCacheDuration = "ARGOCD_APP_EVENTS_CACHE_DURATION"
177+
// EnvResourceEventCacheDuration controls the expiration of resource events cache
178+
EnvResourceEventCacheDuration = "ARGOCD_RESOURCE_EVENTS_CACHE_DURATION"
177179
)
178180

179181
const (

0 commit comments

Comments
 (0)