Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: CI
on:
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"

- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.4.0

- name: Helm Lint
run: helm lint $(ls -1 | grep -v -e terraform -e charts -e package_all.sh -e docker -e index.yaml -e README.md -e release.sh -e index.html)

- name: Helm Package
run: |
for chart in $(ls -1 | grep -v -e terraform -e charts -e package_all.sh -e docker -e index.yaml -e README.md -e release.sh -e index.html); do
helm package -d charts $chart
done

- name: Helm Repo Index
run: |
helm repo index charts --url https://$(echo $GITHUB_REPOSITORY | cut -d/ -f1).github.io/$(echo $GITHUB_REPOSITORY | cut -d/ -f2)/charts
cat charts/index.yaml
27 changes: 27 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Release
on:
push:
branches: [ master ]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.4.0

- name: Helm Lint
run: helm lint $(ls -1 | grep -v -e terraform -e charts -e package_all.sh -e docker -e index.yaml -e README.md -e release.sh -e index.html)

- name: Release Helm Repo on Pages
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: ./release.sh
2 changes: 1 addition & 1 deletion edge-caiasoft/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: edge-caiasoft
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion edge-connexion/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: edge-connexion
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion edge-dematic/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: edge-dematic
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion edge-ea-data-export/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: edge-ea-data-export
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion edge-ncip/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: edge-ncip
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion edge-oai-pmh/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: edge-oai-pmh
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion edge-orders/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: edge-orders
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion edge-patron/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: edge-patron
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion edge-rtac/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: edge-rtac
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion edge-sip2/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: edge-sip2
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-aes/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-aes
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-agreements/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-agreements
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-audit/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-audit
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-authtoken/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-authtoken
description: A Helm chart for Folio mod-authtoken

Expand Down
2 changes: 1 addition & 1 deletion mod-calendar/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-calendar
description: A Helm chart mod-calendar for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-circulation-storage/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-circulation-storage
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-circulation/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-circulation
description: A Helm chart Folio mod-circulation for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-codex-ekb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-codex-ekb
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-codex-inventory/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-codex-inventory
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-codex-mux/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-codex-mux
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-configuration/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-configuration
description: A Helm chart mod-configuration for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-copycat/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-copycat
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-courses/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-courses
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-data-export-spring/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-data-export-spring
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-data-export-worker/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-data-export-worker
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-data-export/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-data-export
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-data-import-converter-storage/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-data-import-converter-storage
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-data-import/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-data-import
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-ebsconet/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-ebsconet
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-email/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-email
description: A Helm chart mod-email for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-erm-usage-harvester/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-erm-usage-harvester
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-erm-usage/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-erm-usage
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-event-config/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-event-config
description: A Helm chart mod-event-config for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-feesfines/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-feesfines
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-finance-storage/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-finance-storage
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-finance/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-finance
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-gobi/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-gobi
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-graphql/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-graphql
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-inn-reach/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-inn-reach
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-inventory-storage/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-inventory-storage
description: A Helm chart mod-inventory-storage for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-inventory/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-inventory
description: A Helm chart mod-invertory for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-invoice-storage/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-invoice-storage
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-invoice/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-invoice
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-kb-ebsco-java/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-kb-ebsco-java
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-ldp/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-ldp
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-licenses/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-licenses
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-login-saml/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-login-saml
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-login/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-login
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-marccat/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-marccat
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-ncip/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-ncip
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-notes/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-notes
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-notify/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-notify
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-oai-pmh/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-oai-pmh
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-orders-storage/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-orders-storage
description: A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mod-orders/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: mod-orders
description: A Helm chart for Kubernetes

Expand Down
Loading