Evgenii Tereshkov

Results 29 comments of Evgenii Tereshkov

Лучше всего продвинуть нужные патчи в апстрим библиотеки и линковаться динамически, требуя версию не ниже нужной.

Faced same issue with kubernetes executor when both 0.23.0 AND 1.0.0 kaniko versions messed up with one registry cache. Cache cleanup and separation in registry (--cache-repo) works for me.

Hmm, I am wrong, v1.0.0 only able to reproduce it from clean cache state :-(

helmsman 3.0.2, latest release from github releases page. -show-diff isnt change anything in output (with -debug, too). Also, there is not "kind: Secret" in chart: https://github.com/max-rocket-internet/k8s-event-logger/tree/master/chart (not my project, just...

Also, "helm diff upgrade logger ~/git/k8s-event-logger" return 0 exit code and empty output.

``` ~ > brew ls corelocationcli ==> Binary /usr/local/bin/CoreLocationCLI -> /usr/local/Caskroom/corelocationcli/4.0.0/CoreLocationCLI (98.9KB) ~ > file /usr/local/bin/CoreLocationCLI /usr/local/bin/CoreLocationCLI: Mach-O 64-bit executable arm64 ~ > uname -rsm Darwin 21.5.0 x86_64 ```

#336 is about adding envvar support just for one flag. I think that better approach is to implement future-proof mechanism for all flags (just like "pip" do, for example).