diff --git a/metacontroller/Chart.yaml b/metacontroller/Chart.yaml index b9cc5366c..4d7078b5f 100644 --- a/metacontroller/Chart.yaml +++ b/metacontroller/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v0.4.2 description: A Helm chart for Metacontroller name: metacontroller -version: 0.1.1 +version: 0.1.2 home: https://metacontroller.app/ keywords: - CRDs diff --git a/metacontroller/templates/crds.yaml b/metacontroller/templates/crds.yaml index 0b89ec744..0355dbc7d 100644 --- a/metacontroller/templates/crds.yaml +++ b/metacontroller/templates/crds.yaml @@ -13,7 +13,6 @@ limitations under the License. */}} {{- if .Values.manifests.crds }} -{{- if not (.Capabilities.APIVersions.Has "metacontroller.k8s.io/v1alpha1") }} apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: @@ -332,4 +331,3 @@ spec: singular: controllerrevision kind: ControllerRevision {{- end }} -{{- end }}