Compare commits
No commits in common. "v1.0.6" and "main" have entirely different histories.
7 changed files with 6 additions and 3775 deletions
|
|
@ -102,8 +102,6 @@ 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
1
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
||||||
# Ignore Yarn files
|
# Ignore Yarn files
|
||||||
.yarn
|
.yarn
|
||||||
.yarnrc.yml
|
.yarnrc.yml
|
||||||
|
yarn.lock
|
||||||
|
|
||||||
# Ignore dependencies
|
# Ignore dependencies
|
||||||
node_modules
|
node_modules
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ 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
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "harbor-helm-index",
|
"name": "harbor-helm-index",
|
||||||
"version": "1.0.6",
|
"version": "1.0.0",
|
||||||
"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",
|
||||||
"repository": "https://git.bridgemanaccessible.ca/Bridgeman-Accessible/harbor-helm-index",
|
"main": "index.js",
|
||||||
"author": "Bridgeman Accessible <info@bridgemanaccessible.com>",
|
"repository": "https://github.com/AlanBridgeman/harbor-helm-index",
|
||||||
|
"author": "Alan Bridgeman <a.bridgeman@hotmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "gulp",
|
"build": "gulp",
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 38 KiB |
|
|
@ -1 +0,0 @@
|
||||||
document.addEventListener('DOMContentLoaded', () => {});
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue