Jason Hansen
Jason Hansen
I am not the robot you are looking for. 👯
@grampelberg first cut should be docs and then we could follow-up with an example app/walkthrough for each scenario. That should naturally parlay into a test workload.
I think the bug is that after the generate step helm does not re-read the manifest list. So any net new file that is created as part of a generator...
This bit me when I fiddled with my remotes and removed `origin`...
https://bintray.com/helm/helm and https://bintray.com/helm/helm-ci are now configured. Todos: - [ ] Publish all released bins from `deis/helm` to `helm/helm` - [ ] Update CI & bintray deploy logic - [ ]...
It may be worth exploring writing a small tool/script that could be delivered as manual upgrade steps or a pre-upgrade hook in the charts. This script could orchestrate the upgrade,...
Long-term, we want to be able to lean on upstream components. That should reduce our maintenance burden. Otherwise, we'll continue to maintain a fork of just one component in the...
This is a draft so @helgi @kmala feel free to edit/update the issue!
If the value is found, it should unset that value, if the value doesn't match it should throw a bad request. If no value is given it should clear the...
I would expect `deis limits:unset web=64M` to clear the limit if it matched the currently set value of '64M', otherwise throw an error and not create a new release. If...