Skip to content

Commit 103db9b

Browse files
authored
Merge pull request intel#1179 from obaranov1/helm-delete
delete helm charts
2 parents f9ac0e9 + 4572668 commit 103db9b

File tree

17 files changed

+6
-1032
lines changed

17 files changed

+6
-1032
lines changed

Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -273,13 +273,6 @@ _work/venv/.stamp: docs/requirements.txt
273273
. ${@D}/bin/activate && pip install wheel && pip install -r $<
274274
touch $@
275275

276-
helm:
277-
$(CONTROLLER_GEN) crd:crdVersions=v1 \
278-
paths="./pkg/apis/..." \
279-
output:crd:artifacts:config=charts/operator/crds
280-
helm package charts/operator
281-
helm package charts/sgx
282-
283276
clean-licenses:
284277
rm -rf licenses
285278

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,4 +316,9 @@ A related Intel SRIOV network device plugin can be found in
316316

317317
### Helm Charts
318318

319-
The [helm charts](charts/README.md) is one way of distributing Kubernetes resources of the device plugins framework.
319+
Device Plugins Helm Charts are located in Intel Helm Charts repository [Intel Helm Charts](https://github.com/intel/helm-charts). This is another way of distributing Kubernetes resources of the device plugins framework.
320+
321+
To add repo:
322+
```
323+
helm repo add intel https://intel.github.io/helm-charts
324+
```

charts/README.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

charts/operator/.helmignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

charts/operator/Chart.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

charts/operator/templates/NOTES.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)