charts icon indicating copy to clipboard operation
charts copied to clipboard

Any need to test submitted Charts before synchronizing?

Open zzxwill opened this issue 5 years ago • 3 comments

Is there any need to test use submitted Charts before they are to be synchronized to AppHub? If so, I think I can provide

  • static verification: like helm lint/template
  • deployment test deploy the chart in Kubernetes environment and check the status of the release.

Thanks.

zzxwill avatar Jun 28 '19 12:06 zzxwill

We have internal system deployed to test the charts. Those code are under the way to open source: https://github.com/cloudnativeapp/charts/issues/8

hongchaodeng avatar Jun 28 '19 19:06 hongchaodeng

Great.

zzxwill avatar Jul 01 '19 01:07 zzxwill

Also users might submit different kinds of Chart here, including:

  • Chart which be duplicate of those curated ones: Alert should be raised.
  • Chart which might be newer version or contain enhancement of curated: This might be a tough choice whether to accept or not. As it might be better to ask submitters to submit to helm community repo. This might not seem encouraging Charts submitting.

zzxwill avatar Jul 01 '19 03:07 zzxwill