Skip to content

Commit

Permalink
Merge pull request #195 from niladrih/fix-ci
Browse files Browse the repository at this point in the history
ci: remove caching for openebs-ndm dependency

Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih committed Jul 5, 2024
2 parents 893f1e8 + 015d012 commit 65f8eb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/chart-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
version: v3.12.1
version: v3.14.3

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
check-latest: true
Expand All @@ -39,14 +39,14 @@ jobs:
run: |
changed=$(ct list-changed --config ct.yaml)
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
echo "changed=true" >> $GITHUB_OUTPUT
fi
- name: Run chart-testing (lint)
run: ct lint --config ct.yaml

- name: Create kind cluster
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.9.0
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/release-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'deploy/helm/**'
branches:
- develop
workflow_dispatch:

jobs:
release:
Expand All @@ -22,13 +23,9 @@ jobs:
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
version: v3.12.1

- name: Add dependency chart repos
run: |
helm repo add openebs-ndm https://openebs.github.io/node-disk-manager
version: v3.14.3

- name: Run chart-releaser
uses: helm/[email protected]
Expand Down

0 comments on commit 65f8eb0

Please sign in to comment.