File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : chart-diff
22on :
3- push :
4- branches :
5- - main
63 pull_request :
74 branches :
85 - main
@@ -13,36 +10,31 @@ permissions:
1310env :
1411 KUBEBUILDER_VERSION : v4.11.1
1512 GITOPS_PROMOTER_VERSION : v0.21.0
16- GOVERSION : 1.25
1713
1814jobs :
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)"
Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - main
6- - feat/add_helm_chart
76 pull_request :
87 branches :
98 - main
You can’t perform that action at this time.
0 commit comments