Skip to content

Commit ab829bc

Browse files
committed
feat: add helm chart
Signed-off-by: emirot <emirot.nolan@gmail.com>
1 parent c1ba100 commit ab829bc

2 files changed

Lines changed: 6 additions & 15 deletions

File tree

.github/workflows/chart-diff.yaml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: chart-diff
22
on:
3-
push:
4-
branches:
5-
- main
63
pull_request:
74
branches:
85
- main
@@ -13,36 +10,31 @@ permissions:
1310
env:
1411
KUBEBUILDER_VERSION: v4.11.1
1512
GITOPS_PROMOTER_VERSION: v0.21.0
16-
GOVERSION: 1.25
1713

1814
jobs:
1915
chart-diff:
2016
name: Chart Diff
2117
runs-on: ubuntu-latest
2218
timeout-minutes: 15
2319
steps:
24-
- name: Install Helm
25-
run: |
26-
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
20+
- name: Set up Helm
21+
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # pin v4.3
22+
with:
23+
version: v3.20.0
2724

2825
- name: Checkout Repository
29-
uses: actions/checkout@v4
26+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
3027
with:
3128
ref: ${{ github.event.pull_request.head.sha || github.sha }}
3229
path: current-repo
3330

3431
- name: Checkout gitops-promoter at latest release
35-
uses: actions/checkout@v4
32+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
3633
with:
3734
repository: argoproj-labs/gitops-promoter
3835
ref: ${{ env.GITOPS_PROMOTER_VERSION }}
3936
path: gitops-promoter
4037

41-
- name: Set up Go
42-
uses: actions/setup-go@v6
43-
with:
44-
go-version: ${{ env.GOVERSION }}
45-
4638
- name: Install kubebuilder
4739
run: |
4840
curl -L -o kubebuilder "https://github.com/kubernetes-sigs/kubebuilder/releases/download/${{ env.KUBEBUILDER_VERSION }}/kubebuilder_$(go env GOOS)_$(go env GOARCH)"

.github/workflows/ci.yaml.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
- feat/add_helm_chart
76
pull_request:
87
branches:
98
- main

0 commit comments

Comments
 (0)