Comment 13 for bug 1939278

Revision history for this message
Yang Kelvin Liu (kelvin.liu) wrote :

Hi Tom, Barry:
As John pointed out, Juju is 'try to parse as SpecV1 in strict mode' else fall back to SpecV1Beta mode.

So, the charm pod spec does not have a `version` field configurable.
As mentioned in the #9 comment, you can find the `.spec` `diff` between v1 and v1beta1.
Just change the `.spec` in the charm to v1 format.