ad7fcbb0e9 
								
							 
						 
						
							
							
								
								Add documentation on go-getter cache  
							
							... 
							
							
							
							Signed-off-by: Quan TRAN <account@itscaro.me>
Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2022-12-10 19:36:56 +08:00  
				
					
						
							
							
								 
						
							
								94381c1e17 
								
							 
						 
						
							
							
								
								Fix  preapply hooks are not called on no diff when run apply subcommand ( #522 )  
							
							... 
							
							
							
							* Fix presync hooks are not called on no diff when run apply subcommand
Signed-off-by: xiaomudk <xiaomudk@gmail.com>
* Update docs/index.md
Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>
Signed-off-by: xiaomudk <xiaomudk@gmail.com>
Signed-off-by: xiaomudk <xiaomudk@gmail.com>
Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com> 
							
						 
						
							2022-12-10 12:07:26 +09:00  
				
					
						
							
							
								 
						
							
								398c812e49 
								
							 
						 
						
							
							
								
								Use go-getter with secrets as well ( #560 )  
							
							... 
							
							
							
							* Use go-getter with secrets as well
Signed-off-by: Quan TRAN <account@itscaro.me> 
							
						 
						
							2022-12-09 07:46:28 +08:00  
				
					
						
							
							
								 
						
							
								181c2f4509 
								
							 
						 
						
							
							
								
								fix ghcr-badge in docs ( #539 )  
							
							... 
							
							
							
							Signed-off-by: yxxhero <aiopsclub@163.com>
Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2022-11-25 10:12:11 +09:00  
				
					
						
							
							
								 
						
							
								7844145ee3 
								
							 
						 
						
							
							
								
								Allow helmfile statefile to passed by stdin ( #520 )  
							
							... 
							
							
							
							* Allow helmfile statefile to passed by stdin
Signed-off-by: xiaomudk <xiaomudk@gmail.com> 
							
						 
						
							2022-11-22 11:34:05 +08:00  
				
					
						
							
							
								 
						
							
								1ba83ae722 
								
							 
						 
						
							
							
								
								declare "reuse values" control mode in helmDefaults ( #527 )  
							
							... 
							
							
							
							* support for helmDefaults.reuseValues
Signed-off-by: Karol Ossowski <k@koralsky.pl> 
							
						 
						
							2022-11-20 08:47:48 +08:00  
				
					
						
							
							
								 
						
							
								0f44cfacc4 
								
							 
						 
						
							
							
								
								Add the ability to specify a lock file ( #432 )  
							
							... 
							
							
							
							Allow configuring the lockfile in the state. This makes it possible for
example maintain a lock per environment.
Signed-off-by: Lassi Pölönen <lassi.polonen@iki.fi>
Signed-off-by: Lassi Pölönen <lassi.polonen@iki.fi> 
							
						 
						
							2022-11-12 08:59:56 +09:00  
				
					
						
							
							
								 
						
							
								6dcde20d7a 
								
							 
						 
						
							
							
								
								Add subcommand init for checks and installs helmfile deps ( #389 )  
							
							... 
							
							
							
							* Add subcommand init for checks and installs helmfile deps
Signed-off-by: xiaomudk <xiaomudk@gmail.com> 
							
						 
						
							2022-11-03 14:51:30 +08:00  
				
					
						
							
							
								 
						
							
								4c103073bc 
								
							 
						 
						
							
							
								
								Fix OCI example  
							
							
							
						 
						
							2022-10-26 21:34:43 +02:00  
				
					
						
							
							
								 
						
							
								8f7796b260 
								
							 
						 
						
							
							
								
								feat: optimize version output ( #412 )  
							
							... 
							
							
							
							* feat: optimize version output
Signed-off-by: yxxhero <aiopsclub@163.com>
* Update docs/index.md
Signed-off-by: yxxhero <aiopsclub@163.com>
Signed-off-by: yxxhero <aiopsclub@163.com>
Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com> 
							
						 
						
							2022-10-08 14:26:15 +09:00  
				
					
						
							
							
								 
						
							
								422852dd9a 
								
							 
						 
						
							
							
								
								feat: retrieve repository's username/password from environment  
							
							... 
							
							
							
							Signed-off-by: Kevin Leturc <kevinleturc@users.noreply.github.com> 
							
						 
						
							2022-10-06 16:48:44 +02:00  
				
					
						
							
							
								 
						
							
								c0a1ec46dc 
								
							 
						 
						
							
							
								
								docs: update docs order  
							
							... 
							
							
							
							Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2022-10-05 10:01:44 +08:00  
				
					
						
							
							
								 
						
							
								a42c14e640 
								
							 
						 
						
							
							
								
								imprv: convert hyphen included in repo name to underbar with gatherOCIUsernamePassword.  
							
							... 
							
							
							
							Most shells do not support hyphens in environment variables.
However, there are cases where you may want to include hyphens in the repository name.
Therefore, I have included a process in `gatherOCIUsernamePassword` to replace hyphens with underbar.
Signed-off-by: mugioka <okamugi0722@gmail.com> 
							
						 
						
							2022-10-03 14:49:03 +09:00  
				
					
						
							
							
								 
						
							
								385c3e80ef 
								
							 
						 
						
							
							
								
								Add documentation about the new preapply hook  
							
							... 
							
							
							
							Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com> 
							
						 
						
							2022-09-19 02:28:11 +00:00  
				
					
						
							
							
								 
						
							
								5b88006e86 
								
							 
						 
						
							
							
								
								Update documentation  
							
							... 
							
							
							
							Signed-off-by: Anton Bretting <sajfer@gmail.com> 
							
						 
						
							2022-09-19 08:55:44 +09:00  
				
					
						
							
							
								 
						
							
								a1c8926a86 
								
							 
						 
						
							
							
								
								fix enable-live-output style  
							
							... 
							
							
							
							Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2022-09-18 20:21:10 +08:00  
				
					
						
							
							
								 
						
							
								fa8dcc2c8f 
								
							 
						 
						
							
							
								
								update CLI Ref  
							
							... 
							
							
							
							Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2022-09-18 20:18:57 +08:00  
				
					
						
							
							
								 
						
							
								deca47087f 
								
							 
						 
						
							
							
								
								update docs for cli  
							
							... 
							
							
							
							Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2022-09-11 11:11:53 +08:00  
				
					
						
							
							
								 
						
							
								9ef075a249 
								
							 
						 
						
							
							
								
								docs: update cli-reference with latest version  
							
							... 
							
							
							
							Signed-off-by: Viktor Oreshkin <imselfish@stek29.rocks> 
							
						 
						
							2022-09-06 15:37:05 +03:00  
				
					
						
							
							
								 
						
							
								ac0bdb8052 
								
							 
						 
						
							
							
								
								docs: add docs for helmfile list  
							
							... 
							
							
							
							Signed-off-by: Viktor Oreshkin <imselfish@stek29.rocks> 
							
						 
						
							2022-09-06 15:19:45 +03:00  
				
					
						
							
							
								 
						
							
								9284d1764e 
								
							 
						 
						
							
							
								
								Add --interactive option to sync, delete and destroy / Remove --interactive from global options ( #328 )  
							
							... 
							
							
							
							* add interactive in sync & remove --interactive in global options
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix unittest
Signed-off-by: yxxhero <aiopsclub@163.com>
* same behave as apply when in interactive
Signed-off-by: yxxhero <aiopsclub@163.com>
Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2022-08-28 10:36:07 +09:00  
				
					
						
							
							
								 
						
							
								429e724104 
								
							 
						 
						
							
							
								
								Improve some multi-value flags to accept comma-separated values ( #300 )  
							
							... 
							
							
							
							fix cobra issue
Signed-off-by: yxxhero <aiopsclub@163.com>
Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2022-08-18 20:30:30 +09:00  
				
					
						
							
							
								 
						
							
								75aa0e5a21 
								
							 
						 
						
							
							
								
								Update ArchLinux installation instructions  
							
							... 
							
							
							
							Signed-off-by: Anatoly Rugalev <anatoly.rugalev@gmail.com> 
							
						 
						
							2022-08-14 01:46:55 +02:00  
				
					
						
							
							
								 
						
							
								913a22e9aa 
								
							 
						 
						
							
							
								
								update doccs/index.md about CLI ref ( #264 )  
							
							... 
							
							
							
							* update doccs/index.md about CLI ref
Signed-off-by: yxxhero <aiopsclub@163.com>
* update docs/index.md about Getting Started
Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2022-08-03 10:59:44 +09:00  
				
					
						
							
							
								 
						
							
								68d7c5f6a4 
								
							 
						 
						
							
							
								
								Implement readDirEntries method  
							
							... 
							
							
							
							Signed-off-by: vasicvuk <vuk.vasic@asseco-see.rs> 
							
						 
						
							2022-07-26 16:20:38 +02:00  
				
					
						
							
							
								 
						
							
								95c444a6cd 
								
							 
						 
						
							
							
								
								fix readme.md and index.md for doc link  
							
							... 
							
							
							
							Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2022-07-14 09:27:16 +08:00  
				
					
						
							
							
								 
						
							
								3267484f47 
								
							 
						 
						
							
							
								
								Documentation site based on mkdocs and Read the Docs  
							
							... 
							
							
							
							Ref https://github.com/roboll/helmfile/issues/1824 
Ref https://github.com/roboll/helmfile/issues/1755  
							
						 
						
							2022-04-03 05:04:54 +00:00