enable enterprise dependency

This commit is contained in:
Safwan
2026-07-24 16:13:19 +05:00
parent 9f6e931723
commit b1de91603d
3 changed files with 23 additions and 48 deletions
+17
View File
@@ -49,6 +49,18 @@ jobs:
ref: ${{github.event.pull_request.head.sha}}
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
with:
version: v3.20.2
- name: Helm chart unit tests
uses: d3adb5/helm-unittest-action@850bc76597579183998069830d5fa8c3ef0ea34a # v2
with:
charts: deployments/kubernetes/chart/reloader
helm-version: v3.20.2
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
with:
@@ -75,6 +87,11 @@ jobs:
- name: Run golangci-lint
run: make lint
- name: Helm Lint
run: |
cd deployments/kubernetes/chart/reloader
helm lint
- name: Install kubectl
run: |
curl -LO "https://storage.googleapis.com/kubernetes-release/release/v${KUBERNETES_VERSION}/bin/linux/amd64/kubectl"