Skip to content

Commit

Permalink
[VCDA-6990] Update dependencies.txt.template to use vmware-cloud-dire…
Browse files Browse the repository at this point in the history
…ctor for image path (#332)

* Update dependencies.txt.template to use vmware-cloud-director as part of image path

Signed-off-by: lzichong <[email protected]>

* Update bom json template to include the correct path

Signed-off-by: lzichong <[email protected]>

---------

Signed-off-by: lzichong <[email protected]>
  • Loading branch information
lzichong authored Jan 19, 2024
1 parent cc6ae17 commit d688a94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion artifacts/bom.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"binaries": [],
"dependencies": [
{
"name":"cloud-provider-for-cloud-director",
"name":"vmware-cloud-director/cloud-provider-for-cloud-director",
"version":"__VERSION__",
"imageRepository":"__REGISTRY__"
}
Expand Down
2 changes: 1 addition & 1 deletion artifacts/dependencies.txt.template
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__REGISTRY__ cloud-provider-for-cloud-director __VERSION__
__REGISTRY__ vmware-cloud-director/cloud-provider-for-cloud-director __VERSION__

0 comments on commit d688a94

Please sign in to comment.