File tree Expand file tree Collapse file tree 8 files changed +43
-1
lines changed Expand file tree Collapse file tree 8 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 1
1
# ignore cached helm charts
2
- charts
2
+ . charts
Original file line number Diff line number Diff line change @@ -5,3 +5,9 @@ helmCharts:
5
5
namespace : observability
6
6
valuesFile : values.yaml
7
7
version : 6.56.5
8
+
9
+ helmGlobals :
10
+ # Store chart in ".charts" folder instead of "charts".
11
+ # Otherwise "go mod tidy" picks up dependencies of go files contained in the Helm Chart.
12
+ # "go mod tidy" ignores folders that begin with ".": https://pkg.go.dev/cmd/go#hdr-Package_lists_and_patterns.
13
+ chartHome : .charts
Original file line number Diff line number Diff line change @@ -5,3 +5,9 @@ helmCharts:
5
5
releaseName : kube-state-metrics
6
6
valuesFile : values.yaml
7
7
version : 5.6.4
8
+
9
+ helmGlobals :
10
+ # Store chart in ".charts" folder instead of "charts".
11
+ # Otherwise "go mod tidy" picks up dependencies of go files contained in the Helm Chart.
12
+ # "go mod tidy" ignores folders that begin with ".": https://pkg.go.dev/cmd/go#hdr-Package_lists_and_patterns.
13
+ chartHome : .charts
Original file line number Diff line number Diff line change @@ -8,3 +8,9 @@ helmCharts:
8
8
namespace : observability
9
9
valuesFile : values.yaml
10
10
version : 5.5.4
11
+
12
+ helmGlobals :
13
+ # Store chart in ".charts" folder instead of "charts".
14
+ # Otherwise "go mod tidy" picks up dependencies of go files contained in the Helm Chart.
15
+ # "go mod tidy" ignores folders that begin with ".": https://pkg.go.dev/cmd/go#hdr-Package_lists_and_patterns.
16
+ chartHome : .charts
Original file line number Diff line number Diff line change @@ -9,3 +9,9 @@ helmCharts:
9
9
namespace : default
10
10
valuesFile : values.yaml
11
11
version : 4.10.0
12
+
13
+ helmGlobals :
14
+ # Store chart in ".charts" folder instead of "charts".
15
+ # Otherwise "go mod tidy" picks up dependencies of go files contained in the Helm Chart.
16
+ # "go mod tidy" ignores folders that begin with ".": https://pkg.go.dev/cmd/go#hdr-Package_lists_and_patterns.
17
+ chartHome : .charts
Original file line number Diff line number Diff line change @@ -8,3 +8,9 @@ helmCharts:
8
8
namespace : observability
9
9
valuesFile : values.yaml
10
10
version : 22.6.2
11
+
12
+ helmGlobals :
13
+ # Store chart in ".charts" folder instead of "charts".
14
+ # Otherwise "go mod tidy" picks up dependencies of go files contained in the Helm Chart.
15
+ # "go mod tidy" ignores folders that begin with ".": https://pkg.go.dev/cmd/go#hdr-Package_lists_and_patterns.
16
+ chartHome : .charts
Original file line number Diff line number Diff line change @@ -8,3 +8,9 @@ helmCharts:
8
8
namespace : observability
9
9
valuesFile : values.yaml
10
10
version : 6.11.2
11
+
12
+ helmGlobals :
13
+ # Store chart in ".charts" folder instead of "charts".
14
+ # Otherwise "go mod tidy" picks up dependencies of go files contained in the Helm Chart.
15
+ # "go mod tidy" ignores folders that begin with ".": https://pkg.go.dev/cmd/go#hdr-Package_lists_and_patterns.
16
+ chartHome : .charts
Original file line number Diff line number Diff line change @@ -8,3 +8,9 @@ helmCharts:
8
8
namespace : observability
9
9
valuesFile : values.yaml
10
10
version : 1.1.0
11
+
12
+ helmGlobals :
13
+ # Store chart in ".charts" folder instead of "charts".
14
+ # Otherwise "go mod tidy" picks up dependencies of go files contained in the Helm Chart.
15
+ # "go mod tidy" ignores folders that begin with ".": https://pkg.go.dev/cmd/go#hdr-Package_lists_and_patterns.
16
+ chartHome : .charts
You can’t perform that action at this time.
0 commit comments