This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-07-28 11:24:03 +02:00
parent 3d3d6482dd
commit fc1d584e65
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC
2 changed files with 27 additions and 23 deletions

View file

@ -14,24 +14,24 @@ chart-dirs:
excluded-charts-lint: []
excluded-charts-install:
- apps/alertmanager-bot
- apps/alertmanager-discord
- apps/amcrest2mqtt
- apps/facebox
- apps/factorio
- apps/foundryvtt
- apps/heimdall
- apps/multus
- apps/pod-gateway
- apps/promcord
- apps/reg
- apps/ser2sock
- apps/satisfactory
- apps/zalando-postgres-cluster
- apps/zigbee2mqtt
- apps/wireguard
- incubator/sdtd
- library/common
- stable/alertmanager-bot
- stable/alertmanager-discord
- stable/amcrest2mqtt
- stable/facebox
- stable/factorio
- stable/foundryvtt
- stable/heimdall
- stable/multus
- stable/pod-gateway
- stable/promcord
- stable/reg
- stable/ser2sock
- stable/satisfactory
- stable/zalando-postgres-cluster
- stable/zigbee2mqtt
- stable/wireguard
chart-repos:
- bitnami=https://charts.bitnami.com/bitnami

View file

@ -58,6 +58,17 @@ jobs:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: Install zx
shell: bash
run: |
npm i --location=global zx
npm link zx
- name: Check chart version update
shell: bash
run: |
zx .ci/scripts/check_chart_version.mjs "charts/${{ matrix.chart }}"
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@v0.8.2
with:
@ -65,13 +76,6 @@ jobs:
helmv3
helm: "${{ env.HELM_VERSION }}"
- name: Check chart version update
shell: bash
run: |
npm i -g zx
npm link zx
zx .ci/scripts/check_chart_version.mjs "charts/${{ matrix.chart }}"
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.2.1