Skip to content

Commit c6b30db

Browse files
committed
Fix azstorage twincache connector version
1 parent 8662814 commit c6b30db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ csm:
9797
- name: "StorageTwingraphImport"
9898
imageRegistry: "ghcr.io"
9999
imageName: "cosmo-tech/azstorage-twincache-connector"
100-
imageVersion: "latest"
100+
imageVersion: "1.0.1-rc"
101101
authorization:
102102
principal-jwt-claim: "sub"
103103
tenant-id-jwt-claim: "iss"

0 commit comments

Comments
 (0)