Skip to content

Commit 75a381e

Browse files
authored
Merge pull request #6 from home-operations/buroa/charts
feat(charts): deploy all
2 parents 07da412 + ccd62ef commit 75a381e

File tree

12 files changed

+45
-9
lines changed

12 files changed

+45
-9
lines changed

.github/workflows/release.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,47 +27,47 @@ jobs:
2727
charts: ${{ steps.charts.outputs.charts }}
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
30+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3131

3232
- if: ${{ github.event_name != 'workflow_dispatch' }}
3333
name: Get Changed Files
3434
id: changed-files
35-
uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46
35+
uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
3636
with:
3737
files: charts/**/metadata.yaml
3838

3939
- name: Extract Chart values
4040
id: charts
4141
run: |
4242
if [[ "${{ github.event_name }}" != "workflow_dispatch" ]]; then
43-
charts="${{ steps.changed-files.outputs.all_changed_and_modified_files }}"
43+
charts="${{ steps.changed-files.outputs.all_changed_and_modified_files }}"
4444
else
45-
charts="charts/${{ inputs.chart }}/metadata.yaml"
45+
charts="charts/${{ github.event.inputs.chart }}/metadata.yaml"
4646
fi
4747
charts=$(yq eval-all --indent=0 --output-format=json "[.]" $charts)
4848
echo "charts=${charts}" >> $GITHUB_OUTPUT
4949
5050
push-charts:
51+
if: ${{ needs.changed-files.outputs.charts != '[]' }}
5152
needs: changed-files
5253
name: Push Charts
5354
runs-on: ubuntu-latest
54-
if: ${{ needs.changed-files.outputs.charts != '[]' }}
5555
strategy:
5656
matrix:
5757
charts: ${{ fromJSON(needs.changed-files.outputs.charts) }}
5858
max-parallel: 4
5959
fail-fast: false
6060
steps:
6161
- name: Install Helm
62-
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4
62+
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
6363

6464
- if: ${{ github.event_name != 'pull_request' }}
6565
name: Install Cosign
66-
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3
66+
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
6767

6868
- if: ${{ github.event_name != 'pull_request' }}
6969
name: Login to GitHub Container Registry
70-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
70+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
7171
with:
7272
registry: ghcr.io
7373
username: ${{ github.actor }}

charts/cert-manager/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
chart: cert-manager
32
registry: https://charts.jetstack.io
3+
chart: cert-manager
44
version: v1.17.1
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
registry: https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts
3+
chart: csi-driver-nfs
4+
version: v4.10.0

charts/democratic-csi/metadata.yaml

100644100755
File mode changed.

charts/headlamp/metadata.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
registry: https://headlamp-k8s.github.io/headlamp/
3+
chart: headlamp
4+
version: 0.29.1

charts/ingress-nginx/metadata.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
registry: https://kubernetes.github.io/ingress-nginx
3+
chart: ingress-nginx
4+
version: 4.12.0

charts/k8s-gateway/metadata.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
registry: https://ori-edge.github.io/k8s_gateway/
3+
chart: k8s-gateway
4+
version: 2.4.0

charts/mc-router/metadata.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
registry: https://itzg.github.io/minecraft-server-charts/
3+
chart: mc-router
4+
version: 1.2.4

charts/minecraft/metadata.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
registry: https://itzg.github.io/minecraft-server-charts/
3+
chart: minecraft
4+
version: 4.25.1
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
registry: https://kubernetes-sigs.github.io/node-feature-discovery/charts
3+
chart: node-feature-discovery
4+
version: 0.17.2

0 commit comments

Comments
 (0)