Skip to content

Commit

Permalink
fix pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
psych0d0g committed Dec 22, 2023
1 parent 49d64cd commit 395b31e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .woodpecker/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ steps:
- apk --no-cache add helm
- helm repo add bitnami https://charts.bitnami.com/bitnami
- mkdir -p .cr-index
- cr package .
- cr package chart

release-chart:
image: quay.io/helmpack/chart-releaser:v1.6.1
Expand Down
8 changes: 4 additions & 4 deletions .woodpecker/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ steps:
lint:
image: alpine/helm:3.13.3
commands:
- helm dependencies update
- helm lint --with-subcharts
- helm dependencies update chart
- helm lint --with-subcharts chart

test-chart:
image: quay.io/helmpack/chart-testing:v3.10.1
Expand All @@ -18,5 +18,5 @@ steps:
- git fetch origin main --unshallow --no-tags || true
- git fetch origin main --no-tags || true
- git branch main origin/main || true
- ct list-changed --config ct.yaml
- ct lint --config ct.yaml
- ct list-changed --config ct.yaml chart
- ct lint --config ct.yaml chart

0 comments on commit 395b31e

Please sign in to comment.