We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f2718 commit 6603efaCopy full SHA for 6603efa
charts/gitops-runtime/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
appVersion: v0.0.1
3
description: A Helm chart for Codefresh gitops runtime
4
name: gitops-runtime-sandbox
5
-version: 0.0.1
+version: 0.0.2
6
home: https://github.com/codefresh-sandbox/gitops-runtime-charts
7
keywords:
8
- codefresh
scripts/lint.sh
@@ -12,6 +12,6 @@ docker run \
12
quay.io/helmpack/chart-testing:v3.7.0 \
13
-c cd /workdir \
14
ct lint \
15
- --config .configs/ct-lint.yaml \
16
- --lint-conf .configs/lintconf.yaml \
+ --config ./.config/ct-lint.yaml \
+ --lint-conf ./.config/lintconf.yaml \
17
--debug
0 commit comments