yxxhero
d83e9214e6
rename execEnvs to envExec
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2022-05-17 08:30:46 +08:00
Quan TRAN
f7ef07ff94
Merge pull request #95 from yxxhero/add_execEnvs
...
[feat] add execEnvs
2022-05-16 17:13:57 +02:00
Quan TRAN
a942f12d36
Merge pull request #81 from yjqg6666/readme
...
[#80 ] README, update release tag url
2022-05-16 14:27:19 +02:00
yxxhero
ba5bea17d7
update Readme.md for execEnvs
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2022-05-14 10:13:09 +08:00
King Jin
1adcbc152c
update README, update release download url, tags used
...
Signed-off-by: King Jin <jinking.this@gmail.com>
2022-05-10 09:23:21 +08:00
King Jin
fda29a639f
[ #80 ] README, update release tag url
...
Signed-off-by: King Jin <jinking.this@gmail.com>
2022-05-06 13:33:36 +08:00
yxxhero
761b12e120
update doc for template func
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2022-04-30 14:58:38 +08:00
Yusuke Kuoka
feb2bc9589
Update README.md
2022-04-19 09:48:54 +09:00
Quan TRAN
eed489efc1
Update badge to reflect Github Action status
...
Signed-off-by: Quan TRAN <account@itscaro.me>
2022-04-05 21:16:52 +02:00
Yusuke Kuoka
e561e9bc06
Add a documentation badge to README
2022-04-03 05:11:01 +00:00
qb-abdul
4716320d99
Update README.md ( #2105 )
...
Added examples in Readme.md for fetching values from Remote
2022-03-31 10:54:25 +09:00
Yusuke Kuoka
91aa0acddb
Update README.md
...
Relates to #2002
2022-01-10 16:37:02 +09:00
Mårten Svantesson
fe8a176db5
feat: Option to pass kubeVersion to helm template ( #2002 )
2022-01-07 09:05:03 +09:00
Travis Truman
b101f9ff8d
Fix capitalization of disableOpenAPIValidation config in README ( #2003 )
...
See https://github.com/roboll/helmfile/blob/master/pkg/state/state.go#L220
2022-01-07 08:59:49 +09:00
Babis K
d34dc7bb64
Add support for --insecure-skip-tls-verify flag on helm repo add command ( #1990 )
...
Parses a new field in repositories named `skipTLSVerify` and if set to `true`, it appends `--insecure-skip-tls-verify` in `helm repo add` command.
This should be useful with internal self-signed repos, mitm proxies etc.
Resolves #1871
2021-12-21 09:18:57 +09:00
Anatoly Medvedkov
3d7b4287b3
Fix typo in README ( #2006 )
2021-12-16 09:55:24 +09:00
pjotre86
c0668874e3
Add documentation for needs parameterization. ( #1987 )
...
* Add documentation for needs parameterization.
Co-authored-by: Peter Aichinger <petera@topdesk.com>
2021-10-21 08:36:00 +09:00
Nicolas Sterchele
724b4b36f3
readme: fix wrong paths for environments on conf example ( #1885 )
...
As we are using "environments" all over the place this allows to add
clarity
2021-09-14 15:58:53 +09:00
Rei
ae438c8e9e
Add more examples for remote env value files ( #1938 )
2021-09-14 04:36:05 +09:00
Alex Meddin
46b17e2cdb
feat: pass-credentials to repo ( #1899 )
...
This adds the ability to include the --pass-credentials flag to the helm add repo command by:
- Adding repo.passCredentials to the helmfile yaml
- Changing state, helmexec, and app to include RepositorySpec.PassCredentials
Resolves #1898
Co-authored-by: almed4 <alexandre.meddin@ingka.ikea.com>
2021-07-02 07:31:16 +09:00
dudicoco
0d4adfedab
Document hooks events expressions ( #1870 )
...
Docs for https://github.com/roboll/helmfile/pull/882
Ref https://github.com/roboll/helmfile/issues/1868#issuecomment-854530386
2021-06-08 10:59:21 +09:00
Yusuke Kuoka
c881544255
Update README.md
2021-05-22 18:17:28 +09:00
Quan TRAN
5cd0afcfa0
Add documentation about helmfile-fetch and StateValues alias ( #1746 )
...
Ref #1743 , #1744 , #1734
2021-04-01 09:48:58 +09:00
Gregoire Menuel
28cf300ef2
Add support for kubeContext in environments ( #1675 )
...
Resolves #898
Resolves #1689
Co-authored-by: Gregoire Menuel <gregoire.menuel@veolia.com>
2021-03-23 18:06:53 +09:00
Jason Witkowski
2618cfb38b
Enable --wait-for-jobs flag introduced in helm 3.5 ( #1715 )
...
Fixes #1650
Fixes #785
This change introduces:
- `--wait-for-jobs` CLI override option to helmfile binary
- `waitForJobs` helmDefaults parameter (default `false`)
- `waitForJobs` release parameter (default `false`)
Note that `--wait-for-jobs` was introduced in Helm 3.5 (https://github.com/helm/helm/pull/8363 )
2021-03-23 16:53:57 +09:00
Nathan Flynn
14a83e7cbe
Update reference for helm-secrets to latest maintained fork ( #1676 )
...
* Update referance for helm-secrets to latest maintained fork
* Missed a referance in the docs to an older edition of helm secrets
* Removed docker2 changes back to original method
Co-authored-by: Nathan Flynn <nflynn@williamhill.co.uk>
Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>
2021-03-09 10:17:16 +09:00
Justin Chizer
927bd30fa0
Update README.md to show current CLI Output ( #1712 )
2021-03-09 10:12:41 +09:00
Nathan Flynn
97f0e59cfd
Update README.md ( #1677 )
...
Added docs to Readme for disableValidationOnInstall
2021-03-04 09:33:22 +09:00
Mark Ayers
42c97cd919
Update README.md ( #1696 )
...
- replace deprecated helm-secrets with the currently active helm-secrets
```plain
Deprecation Info
Please note, this project is no longer being maintained.
Link to active helm-secret plugin could be found in helm documentation: https://helm.sh/docs/community/related/#helm-plugins
```
2021-03-04 09:31:40 +09:00
Caleb Collins-Parks
0ad62b504a
docs: update helm command name ( #1635 )
...
helm delete is now helm uninstall. See https://helm.sh/docs/helm/helm_delete/
2021-01-29 09:05:55 +09:00
Chris Mellard
8212b630ff
fix: fixed up OCI repos so they support paths and URLs that differ from chart names contained there ( #1661 )
2021-01-28 19:11:12 +09:00
Chris Mellard
2a71640095
feat: added in oci repository flag and added helm methods to pull and export charts ( #1629 )
2021-01-28 09:02:00 +09:00
jjangga0214
600721ca09
docs(readme): fix typo ( #1633 )
2021-01-12 10:22:04 +09:00
Gastón Acosta Ramas
fc3567ddda
Adding documentation for PR #6819 ( #1623 )
...
Adding documentation for this feature: https://github.com/helm/helm/pull/6819
not being aware of this, make turn helm2 to 3 migrations very complicated.
2020-12-28 09:24:38 +09:00
Felipe Santos
3690bde94c
Add documentation on how to use the docker image ( #1607 )
...
* Add documentation on how to use the docker image
* Remove default workdir and add it to snippet
2020-12-13 10:00:36 +09:00
Krzysztof Pawlik
d807510dd7
Enable shell completion ( #1559 )
...
* feat: enable EnableBashCompletion to get --generate-bash-completion command line flag
* feat: add scripts for bash and zsh
* feat: document shell completion
2020-11-19 09:32:33 +09:00
manfred-h
f877de7778
Fix openSUSE repo URL. ( #1584 )
2020-11-19 07:19:00 +09:00
Baryczka
655d5934a2
Mention about helmBinary in readme ( #1590 )
2020-11-19 07:17:55 +09:00
manfred-h
972667f115
Mention openSUSE packages for helmfile ( #1581 )
...
* Mention openSUSE.
* Add example how to add a repo.
2020-11-12 08:57:26 +09:00
Brian Choy
3c88145329
Update readme stable/incubator URLs ( #1582 )
...
Small update to the readme repository examples since Google is no longer officially supporting hosting the stable/incubator helm charts. The official helm docs are using these repos now, eg. https://helm.sh/docs/intro/quickstart/ .
2020-11-12 08:56:34 +09:00
Christian Rebischke
995b201e47
mention Arch Linux support ( #1549 )
2020-10-26 08:59:05 +09:00
Yusuke Kuoka
0663831dd5
Disable dependency update while running helm-x/chartify in more cases ( #1548 )
...
`helm dep up` is now skipped while running helm-x/chartify when the chart/directory is obtained by running go-getter, or `skipDeps` is configured using a command-line flag, helmDefaults, or release configuration.
Resolves #1547
2020-10-25 11:25:59 +09:00
isindir
9ec4a85821
Minor README improvement ( #1543 )
...
Fixes #1544
2020-10-19 08:48:39 +09:00
Wi1dcard
4d868794fd
Improve capitalization and formats of README.md. ( #1545 )
2020-10-19 08:47:19 +09:00
Allie
b293ac1f83
Fix typo ( #1523 )
2020-10-12 08:58:05 +09:00
Matthias Baur
8d9d635b8b
Clarify namespace prefix in needs ( #1500 )
...
Before this, the documentation didn't mention that the release needs to
be prefixed with the namespace if the release had a namespace configured.
2020-10-05 08:51:39 +09:00
Andrii Dembitskyi
8db03f979c
Drop duplicated entry in extra functions list from readme ( #1490 )
2020-09-21 09:42:47 +09:00
vugardzhamalov
2d7c8e7525
Update README.md ( #1472 )
...
Made a small change to Global Hooks example in order to remove release name reference - this was probably copy/pasted from Hooks section
2020-09-13 09:41:21 +09:00
Yusuke Kuoka
efd26f288a
Bump sprig to v3 ( #1452 )
...
Resolves #1294
Resolves #1447
2020-09-01 19:10:29 +09:00
Yusuke Kuoka
2ecf5780f3
Revise GitOps doc a bit
2020-09-01 12:11:26 +09:00