Remi Rampin
Remi Rampin
This doesn't solve the situation where you need to run the web installer. Probes should probably be changed not to fail if the web installer needs to be run (otherwise...
Yeah I also think it should auto-install but that is not the default behavior of running `helm install`
If I rebase, will somebody review? I don't like to put in work for it to be ignored
I rebased. I am not sure how this interacts with #466/#525, I moved running the hook to the **initContainer only**. @wrenix should probably weigh in.
I'm not entirely sure what the advantage is. Multiple init containers that run the exact same image... that also means they will have to release/acquire a lock multiple time. I...
It appears this has already been fixed by 32c7108d40c1ea30dfa9d9115642fee901e8afbf in `1.3.14` but pip will just grab `1.3.13` because it will think that version is compatible with any numpy. Maybe `1.3.13`...
I don't think so, the problem was introduce by #21 right before 1.3.13. Previous versions used build requirement numpy>=1.0.0 and install requirement numpy>=1.0.0, so they matched.
The metadata is out of sync again, setup.py says `install_requires=["numpy>=1.20.0"]` and pyproject.toml says `requires = ["numpy>=1.21.0"]`
I'm sure I can make you something... There's a risk I might find other unicode-related issues though :wink:
As I thought, RedBaron() expects bytes on Python 2 and str on Python 3 :cry: I added a test, but it doesn't pass on Python 3: it looks like `.node_list`...