Evans Mungai
d25b0d9056
Remove unnecessary function arguments
...
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
1 year ago
Evans Mungai
323f88950a
Merge remote-tracking branch 'origin/main' into em/password-to-oci-registries
1 year ago
Matt Farina
159844e2c6
Merge pull request #13349 from TerryHowe/format-chart-name
...
Format chart name
1 year ago
Matt Farina
663a4e64ea
Merge pull request #13338 from yardenshoham/issues/13320
...
Remove the Kubernetes configuration file permissions check
1 year ago
Matt Farina
eecb848dcb
Merge pull request #13301 from NathanBaulch/typos
...
Fix typos
1 year ago
Matt Farina
f0f98817e3
Merge pull request #13240 from rauno56/docs/repo-index-desc
...
docs(repo_index): explicitly state that the result is written to the directory passed in
1 year ago
Terry Howe
de18ac1602
fix: add missing formatChartName call
...
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
1 year ago
myeunee
4735f2be9b
Update history.go
...
Rename formatChartname to formatChartName for consistency
Signed-off-by: myeunee <myeunee@gmail.com>
1 year ago
Yarden Shoham
49cb14a15c
Remove the Kubernetes configuration file permissions check
...
See https://github.com/helm/helm/issues/13320#issuecomment-2346724311
Signed-off-by: Yarden Shoham <git@yardenshoham.com>
1 year ago
Nathan Baulch
ef85fa7f2d
Grammar fixes
...
Signed-off-by: Nathan Baulch <nathan.baulch@gmail.com>
1 year ago
Nathan Baulch
ff9dd262e3
Fix typos
...
Signed-off-by: Nathan Baulch <nathan.baulch@gmail.com>
1 year ago
Matt Farina
d644da6205
bump version to v3.16.0
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
(cherry picked from commit 0d439e1a09 )
Signed-off-by: Matt Farina <matt.farina@suse.com>
1 year ago
Giulio
31a1252b1c
remove utc
...
Signed-off-by: Giulio <giuliocalzolari@users.noreply.github.com>
1 year ago
Giulio
39799adfb2
update
...
Signed-off-by: Giulio <giuliocalzolari@users.noreply.github.com>
1 year ago
Marc Khouzam
c92cc07c1b
ActiveHelp for cmds that don't take any more args
...
The result is that when doing shell completion (bash and zsh only),
instead of getting no suggestions for commands that take no more
arguments, the user will instead be shown an informative message:
$ helm list <TAB>
This command does not take any more arguments (but may accept flags).
Signed-off-by: Marc Khouzam <marc.khouzam@gmail.com>
1 year ago
Rauno Viskus
a71eaeaf52
docs(repo_index): explicitly state that the result is written to the directory passed in
...
Signed-off-by: Rauno Viskus <rauno56@gmail.com>
1 year ago
Evans Mungai
0687961da4
Revert CAFile rename breaking change
...
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
1 year ago
anessi
acf7158565
feat(helm): add --skip-schema-validation flag to helm 'install', 'upgrade' and 'lint'
...
When --skip-schema-validation is set, any schema contain in the helm chart is ignored. Defaults to 'false'.
Closes #10398
Signed-off-by: anessi <16045045+anessi@users.noreply.github.com>
2 years ago
Evans Mungai
12d8d28534
Add username/password to package subcommand
...
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
2 years ago
Evans Mungai
0ad80e3b58
Run go fmt
...
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
2 years ago
Evans Mungai
837ae4242c
Add username/password to dependency build/update subcommands
...
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
2 years ago
Evans Mungai
7672a1700d
Add username/password to push subcommand
...
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
2 years ago
Suleiman Dibirov
4d25dd3d8e
fixed dependency_update_test.go
...
Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
2 years ago
Andrew Block
414cf94666
Merge pull request #11600 from miles-w-3/chart-notes
...
Added support for hiding notes from install/upgrade output
2 years ago
Matt Farina
f1e85184e2
Merge pull request #12649 from yyzxw/fix/wrong-cli-description
...
fix: wrong cli description
2 years ago
Matt Farina
2a2aa4aafd
Merge pull request #12856 from yxxhero/fix-typo-in-load_plugins.go
...
fix typo in load_plugins.go
2 years ago
Matt Farina
886e626636
bump version to v3.15.0
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
(cherry picked from commit d7afa3b6b4 )
2 years ago
Matt Farina
7b70fdf2a2
Merge pull request #12701 from mattfarina/bump-version-3.14
...
bump version to 3.14
2 years ago
Evans Mungai
76c0f297c1
Merge remote-tracking branch 'origin/main' into em/password-to-oci-registries
2 years ago
Matt Farina
14d0c13e9e
Merge pull request #11569 from alex-petrov-vt/iss-11553
...
fix: reinstall previously uninstalled chart with --keep-history
2 years ago
Matt Farina
a753ee7f43
Merge pull request #12866 from robertsirc/Correcting-Linting-Errors
...
Correcting linting errors
2 years ago
deterclosed
dd37787ffd
chore: remove repetitive words
...
Signed-off-by: deterclosed <fliter@outlook.com>
2 years ago
Matt Farina
25c473834e
Enabling hide secrets on install and upgrade dry run
...
This change adds a new flag to the install and upgrade commands in
the Helm client and properties to the install and upgrade action.
The new flag is --hide-secret and can only be used with the
--dry-run flag.
The --dry-run flag is designed to send all chart rendered manifests to
stdout so that they can be inspected.
When the --hide-secret flag is used the Secret content is removed from
the output.
Signed-off-by: Matt Farina <matt.farina@suse.com>
2 years ago
Robert Sirchia
571f69d7ff
Merge branch 'Correcting-Linting-Errors' of https://github.com/robertsirc/helm into Correcting-Linting-Errors
2 years ago
Robert Sirchia
d58d7b3762
Fixing all the linting errors
...
Cleaned up all the linting errors we are getting.
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
2 years ago
Matt Farina
a23dd9e3b7
Add a note about --dry-run displaying secrets
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
2 years ago
yxxhero
7fbde33109
fix typo in load_plugins.go
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2 years ago
Evans Mungai
dc158f6208
fix(helm): pass down username/password CLI parameters to OCI registry clients
...
When username/password parameters are passed in via the CLI
they are not passed down to the client handling requests to
OCI registries. This change ensures this happens
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
2 years ago
Matt Farina
f4c37e7db5
bump version to
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
(cherry picked from commit 69dcc92c56 )
2 years ago
yyzxw
bf4d6f290b
fix: wrong cli description
...
Signed-off-by: xiaowu.zhu <xiaowu.zhu@daocloud.io>
2 years ago
Joe Julian
6e5332e79b
fix test to use the default code's k8sVersionMinor
...
Signed-off-by: Joe Julian <me@joejulian.name>
2 years ago
Antoine Deschênes
869c1d2560
lint: Add --kube-version flag to set capabilities and deprecation rules
...
Signed-off-by: Antoine Deschênes <antoine@antoinedeschenes.com>
2 years ago
Matt Farina
847369c184
Update to Go 1.21 for builds
...
Noteis:
1. This moves golangci scanning to a GitHub action. This will
enable inline pointers to issues in the PR where linting fails.
2. Go 1.21 is specified in the go.mod because Kubernetes libs
require it.
3. The lint issues were removed. Some were fixed while others
were handled by skipping linting or using _ as an argument.
Many of these can be refactored later for better cleanup.
Signed-off-by: Matt Farina <matt.farina@suse.com>
2 years ago
Joe Julian
30c35166e8
Merge pull request #12350 from iamasmith/qps-iamasmith-1
...
QPS parameter proposal
2 years ago
Matt Farina
c682fdfebf
Merge pull request #12539 from chojnack/main
...
Fixing release labelling in rollback
2 years ago
Scott Rigby
2745909d3d
Merge pull request #9653 from Okhoshi/feat/reset-then-reuse-flag
...
feat(helm): Add --reset-then-reuse-values flag to 'helm upgrade'
2 years ago
Marcin Chojnacki
8814bfb490
Fixing release labelling in rollback
...
1. Fixed propagating labels to rollback release
Signed-off-by: Marcin Chojnacki <marcin.chojnacki@nokia.com>
2 years ago
Matt Farina
25371e2f0d
Fixing precedence issue with the import of values.
...
The ordering should be:
1. User specified values (e.g CLI)
2. Parent chart values
3. Imported values
4. Sub-chart values
This enables parnet charts to import large set of values from a
child and then override select values.
This change is needed for backwards compatibility.
Fixes #12460
Signed-off-by: Matt Farina <matt.farina@suse.com>
2 years ago
Miles Wilson
0c541398f2
Added support for hiding notes from install/upgrade output
...
Signed-off-by: Miles Wilson <wilson.mil@icloud.com>
2 years ago
Matt Farina
0e72b64797
Merge pull request #11880 from Bhargav-InfraCloud/fail-on-no-result
...
helm search: new CLI flag `--fail-on-no-result` to fail when no results found for search (repo and hub)
2 years ago