forked from phoenix-oss/llama-stack-mirror
fix: bump up registry key version to clear off stale entries in dbs
This commit is contained in:
parent
3f0b8c25aa
commit
657efc67bc
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class DistributionRegistry(Protocol):
|
|||
|
||||
|
||||
REGISTER_PREFIX = "distributions:registry"
|
||||
KEY_VERSION = "v7"
|
||||
KEY_VERSION = "v8"
|
||||
KEY_FORMAT = f"{REGISTER_PREFIX}:{KEY_VERSION}::" + "{type}:{identifier}"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue