You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to customise and reuse the model deployment helm charts available under seldon-core/helm-charts for deploying the ml models that my team is building.
Our generic ci process lints every helm chart before uploading to our internal registry. Helm linting does not work with json.
Is there a way I can easily redefine helm charts like seldon-single-model to use yaml instead of json
Steps in CI process for uploading a helm chart to Helm registry:
Update Chart version in Chart.yaml
Update dependencies helm dep up $CHART
Lint helm chart helm lint $CHART
Package the helm chart helm package -d . $CHART
Push packaged chart to internal helm registry
Error observed on running lint command:
Linting error:
$ helm lint seldon-single-model
==> Linting seldon-single-model
[INFO] Chart.yaml: icon is recommended
[ERROR] templates/seldondeployment.json: file extension '.json' not valid. Valid extensions are .yaml, .yml, .tpl, or .txt
The text was updated successfully, but these errors were encountered:
ramanNarasimhan77
changed the title
Support YAML for SeldonDeployment definition in Helm Templates
Support YAML for SeldonDeployment definition in examples under seldon-core/helm-charts
Sep 1, 2020
Hello,
I am trying to customise and reuse the model deployment helm charts available under seldon-core/helm-charts for deploying the ml models that my team is building.
Our generic ci process lints every helm chart before uploading to our internal registry. Helm linting does not work with json.
Is there a way I can easily redefine helm charts like seldon-single-model to use yaml instead of json
Steps in CI process for uploading a helm chart to Helm registry:
helm dep up $CHART
helm lint $CHART
helm package -d . $CHART
Error observed on running lint command:
The text was updated successfully, but these errors were encountered: