intel-device-plugins-for-ku.../charts
Mikko Ylinen 6602d56ef9 deployments: fix leader election RBAC rules
controller-runtime now defaults LeaderElectionResourceLock to
leases and we had missed the migration to it properly.

Update the RBAC rules to get our controllers to write their
leader election locks to leases.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2022-09-14 08:51:12 +03:00
..
operator deployments: fix leader election RBAC rules 2022-09-14 08:51:12 +03:00
qat add qat helm chart 2022-08-21 18:34:40 +03:00
sgx Helm chart: add SGX CR 2022-05-11 19:06:38 +03:00
README.md README: document helm charts 2022-04-11 17:45:05 +03:00

Helm charts

Make "helm" target provides a way to to create a versioned chart archive file:

$ make helm

The generated chart archives can be uploaded to helm package repository to enable further distribution. It is also needed to generate an index file and upload it to the repository.

helm repo index intel-device-plugins-operator-VERSION.tgz

To download a chart directly from a repository, use the following commands:

$ helm pull intel-device-plugins-chart-repo/intel-device-plugins-helm-chart
$ helm install intel-device-plugins intel-device-plugins-chart-repo/intel-device-plugins-helm-chart