charts icon indicating copy to clipboard operation
charts copied to clipboard

feat: support changing default port

Open rtoma opened this issue 4 years ago • 3 comments

Fix for https://github.com/drone/charts/issues/12

rtoma avatar Feb 02 '21 22:02 rtoma

Unsure how to resolve failed check. Drone logs show: Error: Error linting charts: Error processing charts - not much to go on.

rtoma avatar Feb 02 '21 22:02 rtoma

Try bumping up the version of chart-testing in the .drone.yml file. For example:

# git diff -- .drone.yml
diff --git a/.drone.yml b/.drone.yml
index fb06b93..047a8b0 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -4,7 +4,7 @@ name: default

 steps:
 - name: lint
-  image: quay.io/helmpack/chart-testing:v3.0.0-beta.1
+  image: quay.io/helmpack/chart-testing:v3.3.1
   commands:
   - apk add --update make
   - make lint

The output is more informative in this version.

# make lint
Linting charts...

------------------------------------------------------------------------------------------------------------------------
 Charts to be processed:
------------------------------------------------------------------------------------------------------------------------
 drone => (version: "0.1.7", path: "charts/drone")
------------------------------------------------------------------------------------------------------------------------

"bitnami" already exists with the same configuration, skipping
"stable" already exists with the same configuration, skipping
Linting chart 'drone => (version: "0.1.7", path: "charts/drone")'
Checking chart 'drone => (version: "0.1.7", path: "charts/drone")' for a version bump...
Old chart version: 0.1.7
New chart version: 0.1.7
------------------------------------------------------------------------------------------------------------------------
 ✖︎ drone => (version: "0.1.7", path: "charts/drone") > Chart version not ok. Needs a version bump!
------------------------------------------------------------------------------------------------------------------------
Error: Error linting charts: Error processing charts
Error linting charts: Error processing charts
make: *** [Makefile:5: lint] Error 1
#

tokyowizard avatar Feb 26 '21 09:02 tokyowizard

Apologies for the delay on this.

Changes have been pushed to master that should fix the build failure, can you rebase? Thanks

jimsheldon avatar May 02 '22 19:05 jimsheldon