Compare commits

..

4 commits
main ... v1.0.3

Author SHA1 Message Date
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
5 changed files with 3774 additions and 6 deletions

View file

@ -102,6 +102,8 @@ jobs:
# Change into the repository directory # Change into the repository directory
cd "$GITHUB_WORKSPACE" 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_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}" IMAGE_FULL_NAME="containers.bridgemanaccessible.ca/k8s/${IMAGE_NAME}:${IMAGE_TAG}"

1
.gitignore vendored
View file

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

View file

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

View file

@ -1,10 +1,9 @@
{ {
"name": "harbor-helm-index", "name": "harbor-helm-index",
"version": "1.0.0", "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", "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://git.bridgemanaccessible.ca/Bridgeman-Accessible/harbor-helm-index",
"repository": "https://github.com/AlanBridgeman/harbor-helm-index", "author": "Bridgeman Accessible <info@bridgemanaccessible.com>",
"author": "Alan Bridgeman <a.bridgeman@hotmail.com>",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"build": "gulp", "build": "gulp",

3769
yarn.lock Normal file

File diff suppressed because it is too large Load diff