diff --git a/package.json b/package.json index 99be85f..62039c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "harbor-helm-index", - "version": "1.0.3", + "version": "1.0.4", "description": "An app to generate and server a Helm repo index.yaml for a set of OCI based Helm charts stored in Harbor", "repository": "https://git.bridgemanaccessible.ca/Bridgeman-Accessible/harbor-helm-index", "author": "Bridgeman Accessible ", diff --git a/src/static/img/logo_with_black_background.png b/src/static/img/logo_with_black_background.png new file mode 100644 index 0000000..cfa36a7 Binary files /dev/null and b/src/static/img/logo_with_black_background.png differ diff --git a/src/static/js/index.js b/src/static/js/index.js new file mode 100644 index 0000000..23b2b1d --- /dev/null +++ b/src/static/js/index.js @@ -0,0 +1 @@ +document.addEventListener('DOMContentLoaded', () => {}); \ No newline at end of file