From d33fa846d07b4e0e9d1f7cff6e736d711ab51021 Mon Sep 17 00:00:00 2001 From: Alan Bridgeman Date: Thu, 19 Jun 2025 02:25:53 -0500 Subject: [PATCH 1/3] Mostly just bumped the version and small vanity updates to try to trigger automation --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8a918a3..6136c69 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,9 @@ { "name": "harbor-helm-index", - "version": "1.0.0", + "version": "1.0.1", "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 ", + "repository": "https://git.bridgemanaccessible.ca/Bridgeman-Accessible/harbor-helm-index", + "author": "Bridgeman Accessible ", "license": "MIT", "scripts": { "build": "gulp", From f42ff3ed7c5c963850f0fb83bd9a880d5c34fdad Mon Sep 17 00:00:00 2001 From: Alan Bridgeman Date: Thu, 19 Jun 2025 02:29:39 -0500 Subject: [PATCH 2/3] Attempting to fix automation --- .forgejo/workflows/stagging.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/stagging.yml b/.forgejo/workflows/stagging.yml index 52b851a..b0b556d 100644 --- a/.forgejo/workflows/stagging.yml +++ b/.forgejo/workflows/stagging.yml @@ -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}" From 6d01f090304745b1c99a79e9faac6509785bb7d8 Mon Sep 17 00:00:00 2001 From: Alan Bridgeman Date: Thu, 19 Jun 2025 02:30:44 -0500 Subject: [PATCH 3/3] Bumped version to trigger full automation run --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6136c69..ceb8231 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "harbor-helm-index", - "version": "1.0.1", + "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", "repository": "https://git.bridgemanaccessible.ca/Bridgeman-Accessible/harbor-helm-index", "author": "Bridgeman Accessible ",