From 395b31e52e49bfa548e167535cee0876cb2e51b5 Mon Sep 17 00:00:00 2001 From: Psych0D0g Date: Fri, 22 Dec 2023 18:41:43 +0100 Subject: [PATCH] fix pipelines --- .woodpecker/helm-release.yaml | 2 +- .woodpecker/helm-test.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.woodpecker/helm-release.yaml b/.woodpecker/helm-release.yaml index 12cbcae..b661af2 100644 --- a/.woodpecker/helm-release.yaml +++ b/.woodpecker/helm-release.yaml @@ -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 diff --git a/.woodpecker/helm-test.yaml b/.woodpecker/helm-test.yaml index c8e0d63..8bcaefc 100644 --- a/.woodpecker/helm-test.yaml +++ b/.woodpecker/helm-test.yaml @@ -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 @@ -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 \ No newline at end of file + - ct list-changed --config ct.yaml chart + - ct lint --config ct.yaml chart \ No newline at end of file