Nick Schrader
Nick Schrader
> Edit: Seems Ubuntu 21.10 uses Firefox from snap manager. Installing via FF APT seems to work. Same here, really a bummer. Lost a bunch of time until finding this...
Worked perfectly for me, just one correction like the author of the previous comment already found out: 2. Install Bazel: ```bash mkdir -p ~/bin wget https://github.com/bazelbuild/bazel/releases/download/3.7.2/bazel-3.7.2-linux-arm64 -O ~/bin/bazel # captial...
It'd be for great help in a CI pipeline. We use custom Docker images and `helm package mychart --app-version 1.2.3` makes the chart use the version (containing a git sha)...
`--set image.tag` was actually a good hint. Our use case is basically what people have been describing here: https://github.com/helm/helm/issues/3141. Maybe we're not talking about the same "default" values. I wanted...
I had the same question and, as you said, the docs do not state precedence. However, I came to a different conclusion while trying to set credentials via environment variables:...
Okay, this is really a detail. See https://github.com/python-poetry/poetry/blob/335f209c2dd96cb33e75279c4a52cb25b1966bc3/src/poetry/utils/password_manager.py#L155 If you have configured your authentication to use a keyring e.g. `poetry config http-basic.repo http://some.repo` then you cannot supersede the password by...