Compare commits

..

7 commits

Author SHA1 Message Date
Alan Bridgeman
af7fb4d62f Bumping version to trigger automation
All checks were successful
Build and deploy Harbor Helm Index to QA/Stagging (private Kubernetes cluster) / build (push) Successful in 1m47s
Build and deploy Harbor Helm Index to QA/Stagging (private Kubernetes cluster) / deploy (push) Successful in 5s
2025-06-19 02:49:38 -05:00
Alan Bridgeman
7bbdbc3c74 Bumping version to trigger automation
Some checks failed
Build and deploy Harbor Helm Index to QA/Stagging (private Kubernetes cluster) / build (push) Failing after 1m2s
Build and deploy Harbor Helm Index to QA/Stagging (private Kubernetes cluster) / deploy (push) Has been skipped
2025-06-19 02:44:04 -05:00
Alan Bridgeman
6adf107cb6 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
2025-06-19 02:39:46 -05:00
Alan Bridgeman
10a089581f 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
2025-06-19 02:33:21 -05:00
Alan Bridgeman
6d01f09030 Bumped version to trigger full automation run
Some checks failed
Build and deploy Harbor Helm Index to QA/Stagging (private Kubernetes cluster) / build (push) Failing after 7s
Build and deploy Harbor Helm Index to QA/Stagging (private Kubernetes cluster) / deploy (push) Has been skipped
2025-06-19 02:30:44 -05:00
Alan Bridgeman
f42ff3ed7c Attempting to fix automation
All checks were successful
Build and deploy Harbor Helm Index to QA/Stagging (private Kubernetes cluster) / build (push) Successful in 5s
Build and deploy Harbor Helm Index to QA/Stagging (private Kubernetes cluster) / deploy (push) Has been skipped
2025-06-19 02:29:39 -05:00
Alan Bridgeman
d33fa846d0 Mostly just bumped the version and small vanity updates to try to trigger automation
Some checks failed
Build and deploy Harbor Helm Index to QA/Stagging (private Kubernetes cluster) / build (push) Failing after 11s
Build and deploy Harbor Helm Index to QA/Stagging (private Kubernetes cluster) / deploy (push) Has been skipped
2025-06-19 02:25:53 -05:00
7 changed files with 3775 additions and 6 deletions

View file

@ -102,6 +102,8 @@ jobs:
# Change into the repository directory
cd "$GITHUB_WORKSPACE"
IMAGE_NAME=$(jq -r '.name' package.json)
IMAGE_TAG=$(git describe --tags --abbrev=0) # Use the most recent tag as the image tag
IMAGE_FULL_NAME="containers.bridgemanaccessible.ca/k8s/${IMAGE_NAME}:${IMAGE_TAG}"

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,10 +1,9 @@
{
"name": "harbor-helm-index",
"version": "1.0.0",
"version": "1.0.6",
"description": "An app to generate and server a Helm repo index.yaml for a set of OCI based Helm charts stored in Harbor",
"main": "index.js",
"repository": "https://github.com/AlanBridgeman/harbor-helm-index",
"author": "Alan Bridgeman <a.bridgeman@hotmail.com>",
"repository": "https://git.bridgemanaccessible.ca/Bridgeman-Accessible/harbor-helm-index",
"author": "Bridgeman Accessible <info@bridgemanaccessible.com>",
"license": "MIT",
"scripts": {
"build": "gulp",

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', () => {});

3769
yarn.lock Normal file

File diff suppressed because it is too large Load diff