lubingtan
|
ef5614364b
|
fix: replace mergeMaps call with loader.MergeMaps in MergeValues function
Signed-off-by: lubingtan <bingtanlu@gmail.com>
|
7 months ago |
lubingtan
|
91cd72d0e4
|
fix: improve LoadValues function documentation
Signed-off-by: lubingtan <bingtanlu@gmail.com>
|
7 months ago |
lubingtan
|
fb7221bc9a
|
fix: add doc for func MergeMaps
Signed-off-by: lubingtan <bingtanlu@gmail.com>
|
7 months ago |
lubingtan
|
3d84e00ce7
|
fix: use Reader interface as the input of LoadValues and enhance UT of LoadValues
Signed-off-by: lubingtan <bingtanlu@gmail.com>
|
7 months ago |
lubingtan
|
92087f6e33
|
feat: support multi-document values files for default chart values
Signed-off-by: lubingtan <bingtanlu@gmail.com>
|
7 months ago |
lubingtan
|
0d36cb664a
|
feat: support multi-document values files
Signed-off-by: lubingtan <bingtanlu@gmail.com>
|
7 months ago |
Matt Farina
|
8edc3ac024
|
Merge pull request #13471 from wangjingcun/main
Use a more direct and less error-prone return value
|
7 months ago |
Matt Farina
|
69563be3d6
|
Merge pull request #30536 from helm/dependabot/go_modules/main/github.com/spf13/cobra-1.9.1
build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1
|
7 months ago |
dependabot[bot]
|
3d2c914a6d
|
build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.1 to 1.9.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.8.1...v1.9.1)
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
7 months ago |
Matt Farina
|
2603390c2e
|
Merge pull request #30470 from gjenkins8/cleanup_repotest_server
Cleanup `repotest.Server` constructors
|
7 months ago |
Robert Sirchia
|
53a4e18209
|
Merge pull request #30550 from mattfarina/update-cobra-cmd-output
Moving to SetOut and SetErr for Cobra
|
7 months ago |
Robert Sirchia
|
9408978517
|
Merge pull request #30294 from Zhanweelee/supports-json-arguments
Supports json arguments
|
7 months ago |
Matt Farina
|
b689ff203e
|
Moving to SetOut and SetErr for Cobra
SetOutput is deprecated. This causes it to fail linting.
Signed-off-by: Matt Farina <matt@mattfarina.com>
|
7 months ago |
Robert Sirchia
|
ad90539c00
|
Merge pull request #30508 from eimhin-rover/update-version-copy
Update version option description with more accurate info
|
7 months ago |
Robert Sirchia
|
96c356fc32
|
Merge pull request #30546 from hugehope/main
refactor: using slices.Contains to simplify the code
|
7 months ago |
Matt Farina
|
9062179ea1
|
Merge pull request #30511 from helm/dependabot/go_modules/main/k8s-io-08d321c38f
build(deps): bump the k8s-io group with 7 updates
|
7 months ago |
Matt Farina
|
98b679a9e3
|
Merge pull request #30535 from helm/dependabot/github_actions/main/golangci/golangci-lint-action-6.5.0
build(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.5.0
|
7 months ago |
Scott Rigby
|
dea2069374
|
Merge pull request #13481 from banjoh/em/add-cpu-memory-profiling-flags
feat: Enable CPU and memory profiling
|
7 months ago |
Austin Abro
|
5d31fb09d2
|
better help text
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |
Austin Abro
|
ea87c49d1b
|
print
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |
Austin Abro
|
efde830405
|
better name
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |
Austin Abro
|
ecd5316577
|
lint
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |
hugehope
|
001d2978b6
|
refactor: using slices.Contains to simplify the code
Signed-off-by: hugehope <cmm7@sina.cn>
|
7 months ago |
dependabot[bot]
|
50be8ae64b
|
build(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.5.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.2 to 6.5.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](051d919338...2226d7cb06 )
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
7 months ago |
Evans Mungai
|
62576db2fc
|
chore: use []error instead of []string
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
|
7 months ago |
Evans Mungai
|
fdf4484971
|
Update cmd/helm/profiling.go
Co-authored-by: George Jenkins <gvjenkins@gmail.com>
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
|
7 months ago |
Felipe Santos
|
f692751a46
|
Merge branch 'main' of https://github.com/helm/helm into filter-dup-repos
|
7 months ago |
Austin Abro
|
5d12255497
|
wait for delete
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |
Evans Mungai
|
165654426d
|
chore: update profiling doc in CONTRIBUTING.md
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
|
7 months ago |
Austin Abro
|
7fde4962a8
|
set waiter in functions
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |
Austin Abro
|
978d5a3318
|
lint
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |
Austin Abro
|
f2dd2c9109
|
add hook only waiter
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |
Austin Abro
|
2b03c527f1
|
set command line flags
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |
George Jenkins
|
2caca2b167
|
remove `ChartPaths[]`
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
|
7 months ago |
George Jenkins
|
17bc0b3845
|
refactor: Remove ChartRepository Load() function
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
|
7 months ago |
dependabot[bot]
|
5b940c026d
|
build(deps): bump the k8s-io group with 7 updates
Bumps the k8s-io group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.32.1` | `0.32.2` |
| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.32.1` | `0.32.2` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.32.1` | `0.32.2` |
| [k8s.io/apiserver](https://github.com/kubernetes/apiserver) | `0.32.1` | `0.32.2` |
| [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.32.1` | `0.32.2` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.32.1` | `0.32.2` |
| [k8s.io/kubectl](https://github.com/kubernetes/kubectl) | `0.32.1` | `0.32.2` |
Updates `k8s.io/api` from 0.32.1 to 0.32.2
- [Commits](https://github.com/kubernetes/api/compare/v0.32.1...v0.32.2)
Updates `k8s.io/apiextensions-apiserver` from 0.32.1 to 0.32.2
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](https://github.com/kubernetes/apiextensions-apiserver/compare/v0.32.1...v0.32.2)
Updates `k8s.io/apimachinery` from 0.32.1 to 0.32.2
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.32.1...v0.32.2)
Updates `k8s.io/apiserver` from 0.32.1 to 0.32.2
- [Commits](https://github.com/kubernetes/apiserver/compare/v0.32.1...v0.32.2)
Updates `k8s.io/cli-runtime` from 0.32.1 to 0.32.2
- [Commits](https://github.com/kubernetes/cli-runtime/compare/v0.32.1...v0.32.2)
Updates `k8s.io/client-go` from 0.32.1 to 0.32.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.32.1...v0.32.2)
Updates `k8s.io/kubectl` from 0.32.1 to 0.32.2
- [Commits](https://github.com/kubernetes/kubectl/compare/v0.32.1...v0.32.2)
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/apiextensions-apiserver
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/apiserver
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/cli-runtime
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/kubectl
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
|
7 months ago |
Eimhin Laverty
|
8eb615d376
|
Update version option description with more accurate info
Signed-off-by: Eimhin Laverty <eimhin.laverty@rover.com>
|
7 months ago |
Matt Farina
|
3a94215585
|
Merge pull request #30497 from robertsirc/adding-my-key
adding-my-key
|
7 months ago |
Robert Sirchia
|
653eec1da3
|
adding-my-key
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
|
7 months ago |
Matt Farina
|
f38f54f9a4
|
Merge pull request #30462 from helm/dependabot/go_modules/main/golang.org/x/crypto-0.33.0
build(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0
|
7 months ago |
Matt Farina
|
30c1458771
|
Merge pull request #30478 from helm/dependabot/github_actions/main/golangci/golangci-lint-action-6.3.2
build(deps): bump golangci/golangci-lint-action from 6.3.0 to 6.3.2
|
7 months ago |
Robert Sirchia
|
a65073e108
|
Merge pull request #30489 from helm/dependabot/go_modules/main/github.com/distribution/distribution/v3-3.0.0-rc.3
build(deps): bump github.com/distribution/distribution/v3 from 3.0.0-rc.2 to 3.0.0-rc.3
|
7 months ago |
dependabot[bot]
|
9097b7eacc
|
build(deps): bump github.com/distribution/distribution/v3
Bumps [github.com/distribution/distribution/v3](https://github.com/distribution/distribution) from 3.0.0-rc.2 to 3.0.0-rc.3.
- [Release notes](https://github.com/distribution/distribution/releases)
- [Commits](https://github.com/distribution/distribution/compare/v3.0.0-rc.2...v3.0.0-rc.3)
---
updated-dependencies:
- dependency-name: github.com/distribution/distribution/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
7 months ago |
wangjingcun
|
8b8cc94822
|
Use a more direct and less error-prone return value
Signed-off-by: wangjingcun <wangjingcun@aliyun.com>
|
7 months ago |
dependabot[bot]
|
9498994ab5
|
build(deps): bump golangci/golangci-lint-action from 6.3.0 to 6.3.2
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.0 to 6.3.2.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](e60da84bfa...051d919338 )
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
7 months ago |
Austin Abro
|
bd3b5ee5d0
|
comment
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |
Austin Abro
|
8a17bdb8a3
|
Merge branch 'main' into refactor-wait
|
7 months ago |
Austin Abro
|
7207565e12
|
lint
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |
Austin Abro
|
f866409c50
|
move statusreaders to it's own package
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |
Austin Abro
|
14391dea5b
|
pods and jobs working
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
|
7 months ago |