Skip to content

Commit

Permalink
VBV-2454 - Bump Harbor to 1.7.4-rc1
Browse files Browse the repository at this point in the history
Change-Id: I747e5c95d0e8ebd4d7f4b18bacf785016e70d516
Reviewed-on: https://bellevue-ci-gerrit.eng.vmware.com:443/c/59875
Reviewed-by: Iveta Ilieva <[email protected]>
Closures-Verified: jenkins <[email protected]>
Upgrade-Verified: jenkins <[email protected]>
Bellevue-Verified: jenkins <[email protected]>
PG-Verified: jenkins <[email protected]>
CS-Verified: e_vcoauto_glob_1 <[email protected]>
  • Loading branch information
iilieva authored and e_vcoauto_glob_1 committed Mar 14, 2019
1 parent 3464c0a commit 0aad86e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/ng-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@clr/angular": "^0.12.12",
"@clr/icons": "^0.12.12",
"@clr/ui": "^0.12.12",
"@harbor/ui": "1.7.1-rc2",
"@harbor/ui": "1.7.4-rc1",
"@ngx-translate/core": "10.0.2",
"@ngx-translate/http-loader": "^3.0.1",
"@webcomponents/custom-elements": "^1.0.0",
Expand Down
3 changes: 2 additions & 1 deletion ui/ng-app/src/app/init-harbor-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export function initHarborConfig() {
langMessageLoader: FT.isHbrEnabled() ? "http" : null,
langMessagePathForHttpLoader: "/hbr-api/i18n/lang/",
configurationEndpoint: "/hbr-api/configurations",
scanJobEndpoint: "/hbr-api/jobs/scan"
scanJobEndpoint: "/hbr-api/jobs/scan",
gcEndpoint: "/hbr-api/system/gc"
};

return sc;
Expand Down

0 comments on commit 0aad86e

Please sign in to comment.