You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Skip CRD application during downgrade (#795)
* Skip CRD application during downgrade
With the addition of the v2alpha1 subscription CRD, rolling back to
a previous version does not work seamlessly. This is due to k8s not
allowing a new CRD without the v2alpha1 version.
As CRDs are additive skipping their removal when downgrading should
not impact anything. Handling this with an implicit flag allows for
users to have an easy experience without touching the CRDs.
* Fix go.mod with go mod tidy