David
11c1b68cfe
chore: remove refs to deprecated io/ioutil ( #778 )
...
Co-authored-by: guoguangwu <guoguangwu@magic-shield.com>
2024-11-06 10:46:52 +01:00
PortableProgrammer
fb2bb892ea
#595 - Import `time`
...
Hasty commit, forgot to import `time`
2023-04-11 16:00:43 -06:00
Nick Warner
5703f0444b
#595 - Use time.Duration instead of const ns
...
Rather than hard-code `300000000000`, use `5 * time.Minute` for readability.
2023-04-11 15:51:49 -06:00
Nick Warner
e8b5953d82
Trigger CircleCI
2022-11-07 14:40:28 -07:00
Nick Warner
7d74d0a10e
DefaultUpdateTimeout is in `ns`, should be `s`
...
Per #595 , the default timeout appears to be intended as `300s`, but the conversion to `time.Duration` reads it as `300ns`, causing helm3 chart updates to fail.
2022-10-24 13:13:10 -06:00
Karolis Rusenas
23363eb260
less logs
2020-07-14 09:12:37 +01:00
Neil Toledo
7132357dff
added plan.NewVersion field to provider/helm3/approval.go log statement
2020-06-16 03:51:44 -07:00
Neil Toledo
e7a130d589
ran through gofmt; removed uneccessary comments; cleaned prometheus test
2020-06-12 16:14:11 -07:00
Neil Toledo
370779e5b7
fixed to track all namespaces
2020-06-10 07:16:03 -07:00
Neil Toledo
290c8f03f1
reverted file permissions from 755 to 644
2020-06-08 07:22:56 -07:00
Neil Toledo
dce7e3893b
cleaned up comments; added helm3 to readme.md
2020-06-08 03:59:29 -07:00
Neil Toledo
4400b0d0b4
initial commit; added helm3 provider
2020-06-08 03:40:01 -07:00