apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - service-account.yaml - cluster-role.yaml - cluster-role-binding.yaml - deployment.yaml - user-cluster-roles.yaml commonLabels: app: mxnet-operator app.kubernetes.io/component: mxnet app.kubernetes.io/name: mxnet-operator kustomize.component: mxnet-operator images: - name: kubeflow/mxnet-operator newTag: v1.1.0