- 09 Dec, 2020 2 commits
-
-
Matt Farina authored
Note, klog is now set to v2. This is because k8s 1.19 uses klog v2. v1.0.0, which was previously used, also had a bug in the flag initialization which we were using. Helm was pulling klog v2.2.0 prior to this for use with k8s. Helm was using the wrong version of the library to initialize the flags. Updating that fixes the issues that could arise there. Signed-off-by:
Matt Farina <matt@mattfarina.com> (cherry picked from commit 7c4e0b17)
-
Salim Salaues authored
Signed-off-by:
Salim Salaues <salim@openinvest.co> (cherry picked from commit 50144aad)
-
- 11 Nov, 2020 21 commits
-
-
yxxhero authored
Signed-off-by:
yxxhero <aiopsclub@163.com> (cherry picked from commit 4b229cc2)
-
yxxhero authored
Signed-off-by:
yxxhero <aiopsclub@163.com> (cherry picked from commit 09af5447)
-
Matt Farina authored
LoadFiles needs to load the Chart.yaml file first. When later files are loaded there are checks for metadata. If that is not loaded the checks could be handled incorrectly. Signed-off-by:
Matt Farina <matt@mattfarina.com> (cherry picked from commit 82002c3c)
-
Lehel Gyuro authored
Make sure, that chart metadata is initialized by the time the processing of the chart is started. Signed-off-by:
Lehel Gyuro <lehel@freemail.hu> (cherry picked from commit 27807e1b)
-
Lehel Gyuro authored
Make sure, that chart metadata is initialized by the time the processing of the chart is started. Signed-off-by:
Lehel Gyuro <lehel@freemail.hu> (cherry picked from commit 8abb44f2)
-
Matt Farina authored
Signed-off-by:
Matt Farina <matt@mattfarina.com> (cherry picked from commit e413c34d)
-
Nandor Kracser authored
Signed-off-by:
Nandor Kracser <bonifaido@gmail.com> (cherry picked from commit dfb5a5e8)
-
Bridget Kromhout authored
Signed-off-by:
Bridget Kromhout <bridget@kromhout.org> (cherry picked from commit 4a3ffd53)
-
Bridget Kromhout authored
Signed-off-by:
Bridget Kromhout <bridget@kromhout.org> (cherry picked from commit 86af591e)
-
https://github.com/helm/helm/pull/8913Christophe VILA authored
added test for https://github.com/helm/helm/pull/8913 related to https://github.com/helm/helm/issues/8621 Signed-off-by:
Christophe VILA <christophe.vila@thalesgroup.com> (cherry picked from commit 8a4c0bc7)
-
Christophe VILA authored
Signed-off-by:
Christophe VILA <christophe.vila@thalesgroup.com> (cherry picked from commit f736af95)
-
wawa0210 authored
Signed-off-by:
wawa0210 <xiaozhang0210@hotmail.com> (cherry picked from commit da6b240f)
-
wawa0210 authored
Signed-off-by:
wawa0210 <xiaozhang0210@hotmail.com> (cherry picked from commit 2c198382)
-
Martin Hickey authored
Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com> (cherry picked from commit b83632e7)
-
Martin Hickey authored
Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com> (cherry picked from commit 5785dd6d)
-
Bridget Kromhout authored
Signed-off-by:
Bridget Kromhout <bridget@kromhout.org> (cherry picked from commit 84b02bbe)
-
Janario Oliveira authored
Signed-off-by:
Janario Oliveira <janario.oliveira@gmail.com> (cherry picked from commit cf3870a5)
-
Janario Oliveira authored
Signed-off-by:
Janario Oliveira <janario.oliveira@gmail.com> (cherry picked from commit 10a29d16)
-
Matt Farina authored
A previous update to automate finding charts in repos when update was run did not take into account the case for no repo being specified. This fixes that situation. Closes #8940 Signed-off-by:
Matt Farina <matt@mattfarina.com> (cherry picked from commit 882db254)
-
Zhengyi Lai authored
Signed-off-by:
Zhengyi Lai <zheng1@yunify.com> (cherry picked from commit 9cc00eea)
-
Zhengyi Lai authored
Signed-off-by:
Zhengyi Lai <zheng1@yunify.com> (cherry picked from commit ebf6d7e5)
-
- 19 Oct, 2020 5 commits
-
-
Matt Farina authored
Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
Matt Farina authored
v3: Prettify Updated time in helm list
-
Matt Butcher authored
Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
Matt Butcher authored
Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
Matt Butcher authored
Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
- 15 Oct, 2020 3 commits
-
-
Matthew Fisher authored
Linking the README to a more complete list of meeting details in the community repo
-
Matthew Fisher authored
add authentication to CircleCI jobs
-
Bridget Kromhout authored
Signed-off-by:
Bridget Kromhout <bridget@kromhout.org>
-
- 14 Oct, 2020 1 commit
-
-
Matthew Fisher authored
Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
- 13 Oct, 2020 2 commits
-
-
Martin Hickey authored
helm create: make generated YAML indentation more consistent
-
Matthew Fisher authored
fix: boilerplate template indentation
-
- 12 Oct, 2020 1 commit
-
-
Erik Sundell authored
Signed-off-by:
Erik Sundell <erik@sundellopensource.se>
-
- 05 Oct, 2020 1 commit
-
-
Matt Farina authored
TestCheckPerms: utilize pipe to read stderr
-
- 02 Oct, 2020 1 commit
-
-
Matt Farina authored
Makefile: check and use GOBIN environment variable first
-
- 01 Oct, 2020 1 commit
-
-
Matt Farina authored
Adding annotation to index.yaml file
-
- 30 Sep, 2020 2 commits
-
-
Li Zhijian authored
'go get' will install binaries into GOBIN when it's set which is not always same with GOPATH/bin this commit can fix below errors: ~/workspace/k8s/helm$ go env | grep -e GOPATH -e GOBIN -e GOROO GOBIN="/home/lizj/go/bin" GOPATH="/home/lizj/gosrc" GOROOT="/home/lizj/go" ~/workspace/k8s/helm$ make build-cross (cd /; GO111MODULE=on go get -u github.com/mitchellh/gox) go: github.com/mitchellh/gox upgrade => v1.0.1 go: github.com/hashicorp/go-version upgrade => v1.2.1 GO111MODULE=on CGO_ENABLED=0 /home/lizj/gosrc/bin/gox -parallel=3 -output="_dist/{{.OS}}-{{.Arch}}/helm" -osarch='darwin/amd64 linux/amd64 linux/386 linux/arm linux/arm64 linux/ppc64le linux/s390x windows/amd64' -tags '' -ldflags '-w -s -X helm.sh/helm/v3/internal/version.metadata=unreleased -X helm.sh/helm/v3/internal/version.gitCommit=59c77716 -X helm.sh/helm/v3/internal/version.gitTreeState=dirty -extldflags "-static"' ./cmd/helm bash: /home/lizj/gosrc/bin/gox: No such file or directory Makefile:146: recipe for target 'build-cross' failed make: *** [build-cross] Error 127 Signed-off-by:
Li Zhijian <lizhijian@cn.fujitsu.com>
-
Li Zhijian authored
Refer to the stderr manpage: $ man 3 stderr *Note that mixing use of FILEs and raw file descriptors can produce unexpected results and should generally be avoided.* And actually, we noticed that the warning() will output the message to stdout instead of stderr sometimes. lizj@FNSTPC:~/workspace/k8s/helm$ while true; do timeout 1m go test -count=1 -run TestCheckPerms ./cmd/helm -v 2>/dev/null; done === RUN TestCheckPerms --- PASS: TestCheckPerms (0.00s) PASS ok helm.sh/helm/v3/cmd/helm 0.028s === RUN TestCheckPerms --- PASS: TestCheckPerms (0.00s) PASS ok helm.sh/helm/v3/cmd/helm 0.027s === RUN TestCheckPerms --- PASS: TestCheckPerms (0.00s) PASS ok helm.sh/helm/v3/cmd/helm 0.028s === RUN TestCheckPerms --- PASS: TestCheckPerms (0.00s) PASS ok helm.sh/helm/v3/cmd/helm 0.029s === RUN TestCheckPerms --- PASS: TestCheckPerms (0.00s) PASS ok helm.sh/helm/v3/cmd/helm 0.029s === RUN TestCheckPerms --- PASS: TestCheckPerms (0.00s) PASS ok helm.sh/helm/v3/cmd/helm 0.028s === RUN TestCheckPerms --- PASS: TestCheckPerms (0.00s) PASS ok helm.sh/helm/v3/cmd/helm 0.030s === RUN TestCheckPerms WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /tmp/helmtest093620773/testconfig === RUN TestCheckPerms WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /tmp/helmtest083469215/testconfig === RUN TestCheckPerms WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /tmp/helmtest101343249/testconfig === RUN TestCheckPerms --- PASS: TestCheckPerms (0.00s) PASS ok helm.sh/helm/v3/cmd/helm 0.032s === RUN TestCheckPerms --- PASS: TestCheckPerms (0.00s) PASS ok helm.sh/helm/v3/cmd/helm 0.040s === RUN TestCheckPerms --- PASS: TestCheckPerms (0.00s) PASS ok helm.sh/helm/v3/cmd/helm 0.031s === RUN TestCheckPerms WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /tmp/helmtest706352639/testconfig Signed-off-by:
Li Zhijian <lizhijian@cn.fujitsu.com> Signed-off-by:
Lu Fengqi <lufq.fnst@cn.fujitsu.com>
-