Added files to fix build issues
Some checks failed
Build and deploy Harbor Helm Index to QA/Stagging (private Kubernetes cluster) / build (push) Failing after 1m1s
Build and deploy Harbor Helm Index to QA/Stagging (private Kubernetes cluster) / deploy (push) Has been skipped

This commit is contained in:
Alan Bridgeman 2025-06-19 02:39:46 -05:00
parent 10a089581f
commit 6adf107cb6
3 changed files with 2 additions and 1 deletions

View file

@ -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 <info@bridgemanaccessible.com>",

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

1
src/static/js/index.js Normal file
View file

@ -0,0 +1 @@
document.addEventListener('DOMContentLoaded', () => {});