File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 pull_request :
1010 push :
1111 branches :
12- - master
12+ - main
1313
1414jobs :
1515 build :
Original file line number Diff line number Diff line change 1+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/KusionStack/helm-kcl )] ( https://goreportcard.com/report/github.com/KusionStack/helm-kcl )
2+ [ ![ GoDoc] ( https://godoc.org/github.com/KusionStack/helm-kcl?status.svg )] ( https://godoc.org/github.com/KusionStack/helm-kcl )
3+ [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://github.com/KusionStack/helm-kcl/blob/main/LICENSE )
4+
15# Helm KCL Plugin
26
37You can use the Helm-KCL-Plugin to
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ bootstrap:
5353.PHONY : docker-run-release
5454docker-run-release : export pkg=/go/src/github.com/databus23/helm-kcl
5555docker-run-release :
56- git checkout master
56+ git checkout main
5757 git push
5858 docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd) :$(pkg ) -w $(pkg ) golang:1.18.1 make bootstrap release
5959
You can’t perform that action at this time.
0 commit comments