A helm chart for installing knative serve
If you are using Jenkins X then add the following to your helmfile.yaml
:
...
releases:
- chart: jx3/knative-serving
version: 0.19.14
name: knative-serving
namespace: knative-serving
...
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add jx3 https://storage.googleapis.com/jenkinsxio/charts
you can then do
helm search repo knative-serving
The chart installs resources into the knative-serving
namespace