Skip to content

Commit

Permalink
merge new ui with ortelius
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Taylor <[email protected]>
  • Loading branch information
sbtaylor15 committed Sep 11, 2024
1 parent d7acec3 commit f70dc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async function getChartEntries () {
dep.name = latest.name
dep.version = latest.version

if (key === 'dh-ms-ui' || key === 'dh-ms-nginx' || key === 'dh-ms-general') {
if (key === 'ms-ui' || key === 'ms-nginx' || key === 'ms-general') {
key = 'charts'
dep.repository = 'https://deployhubproject.github.io/' + key + '/'
} else { dep.repository = 'https://ortelius.github.io/' + key + '/' }
Expand Down

0 comments on commit f70dc1d

Please sign in to comment.