Skip to content

Commit

Permalink
Merge pull request #69 from ynput/move_to_lake_fs_v020_tag
Browse files Browse the repository at this point in the history
updated to lakeFs v0.2.0 tag for resolvers
  • Loading branch information
Lypsolon authored Oct 17, 2024
2 parents 1f90894 + add1207 commit 3893d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/settings/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class LakeFsSettings(BaseSettingsModel):
description="The url to your LakeFs server.",
)
server_repo: str = SettingsField(
"lakefs://ayon-usd/v0.1.0/",
"lakefs://ayon-usd/v0.2.0/",
title="LakeFs Repository Uri",
description="The url to your LakeFs Repository Path",
)
Expand Down

0 comments on commit 3893d83

Please sign in to comment.