Nathan Baulch
46e0a0f9e4
Grammar fixes
...
Signed-off-by: Nathan Baulch <nathan.baulch@gmail.com>
(cherry picked from commit ef85fa7f2d
)
12 months ago
Nathan Baulch
a1bd541d17
Fix typos
...
Signed-off-by: Nathan Baulch <nathan.baulch@gmail.com>
(cherry picked from commit ff9dd262e3
)
12 months ago
Matt Farina
0d439e1a09
bump version to v3.16.0
...
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
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>
1 year ago
Suleiman Dibirov
4d25dd3d8e
fixed dependency_update_test.go
...
Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
1 year ago
Andrew Block
414cf94666
Merge pull request #11600 from miles-w-3/chart-notes
...
Added support for hiding notes from install/upgrade output
1 year ago
Matt Farina
f1e85184e2
Merge pull request #12649 from yyzxw/fix/wrong-cli-description
...
fix: wrong cli description
1 year ago
Matt Farina
2a2aa4aafd
Merge pull request #12856 from yxxhero/fix-typo-in-load_plugins.go
...
fix typo in load_plugins.go
1 year ago
Matt Farina
886e626636
bump version to v3.15.0
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
(cherry picked from commit d7afa3b6b4
)
1 year ago
Matt Farina
7b70fdf2a2
Merge pull request #12701 from mattfarina/bump-version-3.14
...
bump version to 3.14
1 year ago
Matt Farina
14d0c13e9e
Merge pull request #11569 from alex-petrov-vt/iss-11553
...
fix: reinstall previously uninstalled chart with --keep-history
1 year ago
Matt Farina
a753ee7f43
Merge pull request #12866 from robertsirc/Correcting-Linting-Errors
...
Correcting linting errors
1 year 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
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
Andy Smith
415af5b0e9
Add qps/HELM_QPS parameter
...
Signed-off-by: Andy Smith <iamasmith.home@gmail.com>
2 years ago
Matt Farina
c372b15022
bump version to v3.13.0
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
(cherry picked from commit 825e86f6a7
)
2 years ago
Matt Farina
dbef83eac3
Merge pull request #10913 from sureshdsk/pluginbug
...
fix: plugin does not load when helm base dir contains space
2 years ago
Matt Farina
70cbaa0a73
Merge pull request #11372 from vovtz/#11369-fix-custom-repo-cache-for-unmanaged-dependency-updates
...
#11369 Fix custom repo index cache directory for unmanaged dependency updates
2 years ago
Matt Farina
ef02cafdd0
Merge pull request #12274 from mih-kopylov/get-metadata
...
Restore `helm get metadata` command
2 years ago
Matt Farina
5a1475ee36
Merge pull request #11294 from Juneezee/test/t.TempDir
...
test: replace `ensure.TempDir` with `t.TempDir`
2 years ago
Joe Julian
e7bb860d9a
Merge pull request #12245 from hiddeco/json-index
...
Add support for creating repository indexes in JSON format
2 years ago
ithrael
e01731d83a
doc:Executing helm rollback release 0 will roll back to the previous release
...
Signed-off-by: ithrael <wh01096045@gmail.com>
2 years ago
Joe Julian
1d2221f9d6
Merge pull request #12290 from Ithrael/fix/helm-rollback-err-tips
...
fix(rollback): helm rollback err tips
2 years ago
Joe Julian
4ff7d90872
Merge remote-tracking branch 'upstream/main' into add-labels-to-install-upgrade
2 years ago
ithrael
ee1cbed608
remove blank
...
Signed-off-by: ithrael <wh01096045@gmail.com>
2 years ago
ithrael
0eb3df676c
add blank
...
Signed-off-by: ithrael <wh01096045@gmail.com>
2 years ago
ithrael
0688046df6
add rollback unit test
...
Signed-off-by: ithrael <wh01096045@gmail.com>
2 years ago
Joe Julian
d9e0688640
Merge remote-tracking branch 'upstream/main' into fix-10566
2 years ago
Joe Julian
977f864e93
Merge remote-tracking branch 'upstream/main' into patch-1
2 years ago
suzaku
48dbda2fa8
Fix #3352 , add support for --ignore-not-found just like kubectl delete
...
Signed-off-by: suzaku <satorulogic@gmail.com>
2 years ago
Joe Julian
b30d7152b7
Merge remote-tracking branch 'upstream/main' into feat/reset-then-reuse-flag
2 years ago