Compare commits

...

3 commits
main ... v1.0.2

Author SHA1 Message Date
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
2 changed files with 5 additions and 4 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}"

View file

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