Skip to content

jenkins-x-charts/knative-serving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knative-serving

License

A helm chart for installing knative serve

Usage

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
...

Using Helm directly

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