Matthew Fisher

Results 104 issues of Matthew Fisher

So, given the following use case, say I'm on an older version of a chart that is installed (v0.1.0): ``` $ helm install postgres ``` Then, when I want to...

Given the following test from master: ``` > go build -o bin/helm -ldflags "-X main.version=0.0.1" helm.go > for i in $(seq 1 100); do ./bin/helm update; done ``` You see...

bug

It was noted by some of the project maintainers that having permissions to edit a website and having permissions to curate the content of the blog should be differentiated. Github...

enhancement

Hugo has support for Admonitions: https://gohugo.io/contribute/documentation/#admonitions Not sure if we have support for that in helm's hugo theme, but it would be great to have that. The use case for...

See https://github.com/helm/helm/pull/6243

docs
v3

Starting November 1, 2020, Docker Hub will impose rate limits based on the originating IP. Since CircleCI runs jobs from a shared pool of IPs, it is highly recommended to...

This was identified by @StefanNedelcu earlier today. Using Bindle 0.8.0, if you add `?yanked=false` to the query endpoint, you’ll get yanked invoices in the response.

bug

Should these fields be made plural to match other fields? https://github.com/deislabs/bindle/blob/9487388a7e306c10a9c71bd6adac1aafde1678be/src/invoice/mod.rs#L79-L81 IMO we should be listing these as "parcels", "groups", and "signatures" as we're dealing with a list of objects...

When I receive this error, how can I fix it? ``` > hippofactory --server ***** --hippo-url ***** --hippo-username ***** --hippo-password ***** . Error: Invalid request (status code 400): Some("failed signature...

documentation

When calling `draft up` on a relatively large repository, it can sometimes take a few seconds to upload 130MB. `docker build .` shows the archive progress as the following. Perhaps...

enhancement
area/client
good first issue