Closed LukeShu closed 4 years ago
Looks good from here, over to @nbkrause. 🙂
Removing
annotations: "helm.sh/hook": crd-install
breaks helm2 support for installing CRDs.
I want to remove them as well but we need another solution than just removing support for helm2.
I didn't remove it? I just let Python sort the keys, so annotations
comes first in the metadata
instead of last.
Removing
annotations: "helm.sh/hook": crd-install
breaks helm2 support for installing CRDs. I want to remove them as well but we need another solution than just removing support for helm2.
I didn't remove it? I just let Python sort the keys, so
annotations
comes first in themetadata
instead of last.
Oh I am an idiot 🤦
This should be all no-op changes.
This will make the diffs for the upcoming 1.6 a lot easier, trust me :)
And apparently, k3d renamed their
master
branch tomain
, and that broke CI here, so I had to adjust that.