A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/helm/helm/commit/dd8502f7b4fd5824a696c99909babd0fbed77e9e below:

Handle messy index files · helm/helm@dd8502f · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+2

-0

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+2

-0

lines changed Original file line number Diff line number Diff line change

@@ -357,6 +357,7 @@ func loadIndex(data []byte, source string) (*IndexFile, error) {

357 357

for idx := len(cvs) - 1; idx >= 0; idx-- {

358 358

if cvs[idx] == nil {

359 359

log.Printf("skipping loading invalid entry for chart %q from %s: empty entry", name, source)

360 +

cvs = append(cvs[:idx], cvs[idx+1:]...)

360 361

continue

361 362

}

362 363

// When metadata section missing, initialize with no data

Original file line number Diff line number Diff line change

@@ -68,6 +68,7 @@ entries:

68 68

grafana:

69 69

- apiVersion: v2

70 70

name: grafana

71 +

- null

71 72

foo:

72 73

-

73 74

bar:

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4