Skip to content

Commit 6603efa

Browse files
WIP Sun Jan 29 13:47:35 IST 2023
1 parent 62f2718 commit 6603efa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: v0.0.1
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime-sandbox
5-
version: 0.0.1
5+
version: 0.0.2
66
home: https://github.com/codefresh-sandbox/gitops-runtime-charts
77
keywords:
88
- codefresh

scripts/lint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ docker run \
1212
quay.io/helmpack/chart-testing:v3.7.0 \
1313
-c cd /workdir \
1414
ct lint \
15-
--config .configs/ct-lint.yaml \
16-
--lint-conf .configs/lintconf.yaml \
15+
--config ./.config/ct-lint.yaml \
16+
--lint-conf ./.config/lintconf.yaml \
1717
--debug

0 commit comments

Comments
 (0)