Re: How do upgrades handle resources?

2017-08-02 Thread Cory Johns
Merlijn, I agree that the documentation around that could be clearer. The way that it works is that, just like charms, resources have revisions, and both are specified when releasing a charm to a channel. Then, `juju upgrade-charm` will update both to the current version for the channel you're

How do upgrades handle resources?

2017-07-28 Thread Merlijn Sebrechts
Hi all I'm not sure how resources and upgrades work together. I see that the kubernetes layers use resources, but you upgrade kubernetes using `juju upgrade-charm`. How does that work? Does each charm version have a "default resource" attached? The resources docs don't really explain this