rancher-partner-charts/charts/intel/intel-device-plugins-operator
github-actions[bot] 0b1275fb10 Charts CI
```
Updated:
  argo/argo-cd:
    - 5.19.15
  bitnami/mariadb:
    - 11.4.6
  bitnami/redis:
    - 17.7.2
  bitnami/tomcat:
    - 10.5.14
  bitnami/wordpress:
    - 15.2.38
  clastix/kamaji:
    - 0.11.0
  datadog/datadog:
    - 3.10.5
  hashicorp/consul:
    - 1.0.3
  intel/intel-device-plugins-operator:
    - 0.26.0
  jenkins/jenkins:
    - 4.3.1
  kong/kong:
    - 2.16.1
  nats/nats:
    - 0.19.8
  redpanda/redpanda:
    - 2.8.0
  speedscale/speedscale-operator:
    - 1.2.20
  yugabyte/yugabyte:
    - 2.16.1
  yugabyte/yugaware:
    - 2.16.1
```
2023-02-07 14:35:29 +00:00
..
crds Charts CI 2023-02-07 14:35:29 +00:00
templates Charts CI 2022-12-09 10:08:54 -07:00
.helmignore Charts CI 2022-12-09 10:08:54 -07:00
Chart.yaml Charts CI 2023-02-07 14:35:29 +00:00
LICENSE Removing unpacked chart versions. Changing configuration to just store latest release to reduce quantity of tracked files over time 2022-12-01 23:19:00 -05:00
README.md Charts CI 2022-12-09 10:08:54 -07:00
values.yaml Removing unpacked chart versions. Changing configuration to just store latest release to reduce quantity of tracked files over time 2022-12-01 23:19:00 -05:00

README.md

Intel Device Plugins Operator Helm Chart

Intel Device Plugins for Kubernetes Helm charts for installing the operator. Operator installation is manadtory after which each device plugin can be installed via its own Helm chart.

Prerequisites

Get Helm Repository Info

helm repo add intel https://intel.github.io/helm-charts/
helm repo update

You can execute helm search repo intel command to see pulled charts [optional].

Install Helm Chart

CRDs of the device plugin operator are installed as part of the chart.

helm install device-plugin-operator intel/intel-device-plugins-operator [flags]

Upgrade Chart

helm upgrade device-plugin-operator intel/intel-device-plugins-operator [flags]

Uninstall Chart

helm uninstall device-plugin-operator

CRDs are not uninstalled.

Configuration

See Customizing the Chart Before Installing. To see all configurable options with detailed comments:

helm show values intel/intel-device-plugins-operator

You may also run helm show values on this chart's dependencies for additional options.

parameter value
hub intel
tag ``
pullPolicy IfNotPresent