mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-05 23:58:21 +00:00
fix: bump cache version due to redis compression feature (#4421)
This commit is contained in:
parent
f815c96605
commit
d96083c293
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ const (
|
|||
MinClientVersion = "1.4.0"
|
||||
// CacheVersion is a objects version cached using util/cache/cache.go.
|
||||
// Number should be bumped in case of backward incompatible change to make sure cache is invalidated after upgrade.
|
||||
CacheVersion = "1.0.0"
|
||||
CacheVersion = "1.8.0"
|
||||
)
|
||||
|
||||
// GetGnuPGHomePath retrieves the path to use for GnuPG home directory, which is either taken from GNUPGHOME environment or a default value
|
||||
|
|
|
|||
Loading…
Reference in a new issue