triggermesh / charts

Charts for TriggerMesh Deployments
Apache License 2.0
3 stars 6 forks source link

knative 0.2.0 doesn't handle the Image CRD too well #14

Closed cab105 closed 5 years ago

cab105 commented 5 years ago

Getting helm-2.7.2 to recognize our helm chart exposed two major issues that will need to be addressed before we can switch over:

  1. There are duplicate Image CRD entries in templates/knative.xml. Both will need to be removed.
  2. The Image CRD needs to be pulled out. Either into its own file that can be loaded via kubectl first, or appended to https://storage.googleapis.com/triggermesh-charts/istio-crds.yaml which is used to support the older version of helm.
cab105 commented 5 years ago

This is associated with https://github.com/triggermesh/charts/pull/18.

cab105 commented 5 years ago

Merged