Scott Rigby
d27d1bde4c
Merge pull request #11711 from helm/oci-transport-refinement
2 years ago
Alex Petrov
5616713d10
Merge remote-tracking branch 'upstream/main' into iss-11553
2 years ago
Tapas Kapadia
4899e8a788
feat(helm): add ability for --dry-run to do lookup functions
...
When a helm command is run with the --dry-run flag, it will try to connect to the cluster
if the value is 'server' to be able to render lookup functions.
Closes helm#8137
Signed-off-by: Tapas Kapadia <tapaskapadia10@gmail.com>
2 years ago
Hidde Beydals
68f7b1f194
Properly invalidate client after CRD install
...
As the CRDs are installed before the capabilities are gathered, the
current call to invalidate the discovery client is premature and
expensive.
What actually is required is an invalidation of the REST mapper, as
otherwise the Helm install action may later on fail with a `resource
mapping not found` error. More specifically when the caller of the
action is making use of a persisting[1] `RESTClientGetter`.
Which is not something done by the Helm CLI (albeit it could, and this
would potentially save quite some resources?). But is a default
configuration offered by the Helm SDK via `kube.New` when a nil value
is provided as the `getter`.
[1]: https://github.com/kubernetes/cli-runtime/blob/v0.26.2/pkg/genericclioptions/config_flags.go#L118
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
2 years ago
Bhargav Ravuri
b9cece6760
helm search: New CLI Flag --fail-on-no-result
...
Add new CLI flag --fail-on-no-result for failing the helm
search when there is no result found. This works with:
1. helm search repo
2. helm search hub
Signed-off-by: Bhargav Ravuri <bhargav.ravuri@infracloud.io>
2 years ago
Craig O'Donnell
ddf8356c1f
full source path when output-dir is not provided
...
Signed-off-by: Craig O'Donnell <craig@replicated.com>
2 years ago
Soule BA
11738dde51
Provide a helper to set the registryClient in cmd
...
If enabled the registryClient is set using a helper that accepts the TLS
flags. This keeps the client creation consistent accross the different
commands.
Signed-off-by: Soule BA <bah.soule@gmail.com>
2 years ago
Andrew Block
c94306f75d
Reimplemented change in httpgetter for insecure TLS option
...
Signed-off-by: Andrew Block <andy.block@gmail.com>
2 years ago
Andrew Block
ec5e29e801
Removed conditional
...
Signed-off-by: Andrew Block <andy.block@gmail.com>
2 years ago
Andrew Block
154f37efec
Added insecure option to login subcommand
...
Signed-off-by: Andrew Block <andy.block@gmail.com>
2 years ago
Andrew Block
08593c8dd6
Added support for insecure OCI registries
...
Signed-off-by: Andrew Block <andy.block@gmail.com>
2 years ago
Soule BA
b0ecb21056
Enable custom certificates option for OCI
...
If implemented, users will be able to use custom certificates and CA to
while interacting with OCI registries.
Signed-off-by: Soule BA <bah.soule@gmail.com>
2 years ago
Matt Farina
e007c900ce
Merge pull request #11865 from mattfarina/gha-fixup
...
Add testing to default and release branches
2 years ago
Matt Farina
1f263857a0
Add testing to default and release branches
...
Also added a note to the circleci config
Signed-off-by: Matt Farina <matt.farina@suse.com>
2 years ago
Andrew Block
9a02cc0916
Merge pull request #11676 from sabre1041/circleci-migration
...
CircleCI Migration
2 years ago
Andrew Block
e6f7b5afa0
Added back CircleCI config.yaml
...
Signed-off-by: Andrew Block <andy.block@gmail.com>
2 years ago
Andrew Block
2f1dffa3e7
Updates based on feedback
...
Signed-off-by: Andrew Block <andy.block@gmail.com>
2 years ago
muang0
141fa4a037
Update pkg/kube/ready.go
...
more readable debug log fmt (i64)
Co-authored-by: Bjorn Svensson <bjorn.a.svensson@est.tech>
Signed-off-by: muang0 <joden1995@gmail.com>
2 years ago
muang0
4cb62d1262
Update pkg/kube/ready.go
...
more readable debug log fmt (i64)
Co-authored-by: Bjorn Svensson <bjorn.a.svensson@est.tech>
Signed-off-by: muang0 <joden1995@gmail.com>
2 years ago
muang0
dbb21fcf44
Update pkg/kube/ready.go
...
more readable debug log fmt (i64)
Co-authored-by: Bjorn Svensson <bjorn.a.svensson@est.tech>
Signed-off-by: muang0 <joden1995@gmail.com>
2 years ago
muang0
fcc03324a6
Update pkg/kube/ready.go
...
more readable debug log fmt (i64)
Co-authored-by: Bjorn Svensson <bjorn.a.svensson@est.tech>
Signed-off-by: muang0 <joden1995@gmail.com>
2 years ago
muang0
a1a1aafb7d
Update pkg/kube/ready.go
...
more readable debug log fmt (i64)
Co-authored-by: Bjorn Svensson <bjorn.a.svensson@est.tech>
Signed-off-by: muang0 <joden1995@gmail.com>
2 years ago
Andrew Block
07821c8037
Removed remaining CircleCI artifacts
...
Signed-off-by: Andrew Block <andy.block@gmail.com>
2 years ago
Andrew Block
0772be633f
Merge pull request #2 from scottrigby/merge-11820-into-11676-clean
...
Merge 11820 into 11676
2 years ago
Martin Hickey
bb463b4c27
Merge pull request #11799 from helm/dependabot/go_modules/github.com/rubenv/sql-migrate-1.3.1
...
chore(deps): bump github.com/rubenv/sql-migrate from 1.2.0 to 1.3.1
2 years ago
Scott Rigby
b69646482a
Remove job dependency. Should have done when I moved job to new file
...
Signed-off-by: Scott Rigby <scott@r6by.com>
2 years ago
Scott Rigby
c8efe2086d
Remove check to run only in helm org
...
Signed-off-by: Scott Rigby <scott@r6by.com>
2 years ago
Scott Rigby
c5dda0995b
Add why comments
...
Signed-off-by: Scott Rigby <scott@r6by.com>
2 years ago
Scott Rigby
131f6f39bb
Convert remaining CircleCI config to GitHub Actions
...
Signed-off-by: Scott Rigby <scott@r6by.com>
2 years ago
Andrew Block
35e77cc8ec
Changed how the setup-go action sets go version
...
Signed-off-by: Andrew Block <andy.block@gmail.com>
2 years ago
Andrew Block
6ba17f1762
CircleCI Migration
...
Signed-off-by: Andrew Block <andy.block@gmail.com>
2 years ago
xin.li
8a310c5a98
chore:Use http constants as http.request parameters
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2 years ago
Martin Hickey
b789d8677d
Merge pull request #11829 from cpanato/renamek8s
...
update k8s registry domain
2 years ago
cpanato
006bc0f39d
update k8s registry domain
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2 years ago
Dmitry Chepurovskiy
6853c3eab5
Merge remote-tracking branch 'origin/main' into add-labels-to-install-upgrade
2 years ago
Dmitry Chepurovskiy
dafc77df64
Update cmd/helm/upgrade.go
...
Co-authored-by: Hugues Alary <hugues.alary@gmail.com>
Signed-off-by: Dmitry Chepurovskiy <me@dm3ch.net>
2 years ago
Dmitry Chepurovskiy
98697c7305
Update cmd/helm/install.go
...
Co-authored-by: Hugues Alary <hugues.alary@gmail.com>
Signed-off-by: Dmitry Chepurovskiy <me@dm3ch.net>
2 years ago
Martin Hickey
010e932f55
Merge pull request #11779 from Fish-pro/chore/golangci
...
chore(golang-ci): the linter `varcheck` and `deadcode` are deprecated (since v1.49.0)
2 years ago
abhiram11
96ff3537a4
added Contributing.md section and ref link in the README
...
Signed-off-by: abhiram11 <abhiramsatpute@gmail.com>
2 years ago
Martin Hickey
46103aa1df
Merge pull request #11806 from joejulian/in_progress
...
don't mark issues as stale where a PR is in progress
2 years ago
zak905
fa025fc28b
fix post install hook deletion due to before-hook-creation policy
...
Signed-off-by: zak905 <zakaria.amine88@gmail.com>
2 years ago
Joe Julian
209d44c12f
don't mark issues as stale where a PR is in progress
...
Signed-off-by: Joe Julian <me@joejulian.name>
2 years ago
Matt Farina
5abcf74227
Merge pull request from GHSA-pwcw-6f5g-gxf8
...
Update to func handling
2 years ago
dependabot[bot]
a071378209
chore(deps): bump github.com/rubenv/sql-migrate from 1.2.0 to 1.3.1
...
Bumps [github.com/rubenv/sql-migrate](https://github.com/rubenv/sql-migrate ) from 1.2.0 to 1.3.1.
- [Release notes](https://github.com/rubenv/sql-migrate/releases )
- [Commits](https://github.com/rubenv/sql-migrate/compare/v1.2.0...v1.3.1 )
---
updated-dependencies:
- dependency-name: github.com/rubenv/sql-migrate
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Matt Farina
863bc74e5a
Update to func handling
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
2 years ago
MichaelMorris
830d4a9ee9
Add option to support cascade deletion options
...
Add --cascade=<background|foreground|orphan> option to helm uninstall
Current behaviour is hardcoded to background
Addresses issue: https://github.com/helm/helm/issues/10586
Signed-off-by: MichaelMorris <michael.morris@est.tech>
2 years ago
Matt Farina
5bf273d81b
Merge pull request #11487 from yxxhero/fix_template_with_output_dir
...
fix template --output-dir issue
2 years ago
genofire
b441f5341d
fix: add podLabels
...
Signed-off-by: genofire <geno+dev@fireorbit.de>
2 years ago
Fish-pro
c1108177a9
the linter varcheck and deadcode are deprecated (since v1.49.0)
...
Signed-off-by: Fish-pro <zechun.chen@daocloud.io>
2 years ago
Tapas Kapadia
f9e54b6079
feat(helm): add ability for --dry-run to do lookup functions
...
When a helm command is run with the --dry-run flag, it will try to connect to the cluster
if the value is 'server' to be able to render lookup functions.
Closes #8137
Signed-off-by: Tapas Kapadia <tapaskapadia10@gmail.com>
2 years ago