Fixed some files related to dependencies for building the image
Some checks failed
Build and deploy Harbor Helm Index to QA/Stagging (private Kubernetes cluster) / build (push) Failing after 1m0s
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:33:21 -05:00
parent 6d01f09030
commit 10a089581f
4 changed files with 3770 additions and 3 deletions

1
.gitignore vendored
View file

@ -1,7 +1,6 @@
# Ignore Yarn files
.yarn
.yarnrc.yml
yarn.lock
# Ignore dependencies
node_modules

View file

@ -3,7 +3,6 @@ FROM node:lts
WORKDIR /usr/src/app
COPY package*.json ./
COPY .npmrc ./
COPY yarn.lock ./
RUN yarn install --frozen-lockfile

View file

@ -1,6 +1,6 @@
{
"name": "harbor-helm-index",
"version": "1.0.2",
"version": "1.0.3",
"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>",

3769
yarn.lock Normal file

File diff suppressed because it is too large Load diff