Skip to content

Commit

Permalink
Merge branch 'unify.helm' into 'main'
Browse files Browse the repository at this point in the history
Unify Helm charts into deployments/helm/nvidia-device-plugin

See merge request nvidia/kubernetes/device-plugin!318
  • Loading branch information
Evan Lezar committed Oct 27, 2023
2 parents f148136 + 2d126a6 commit 21c78a3
Show file tree
Hide file tree
Showing 16 changed files with 67 additions and 434 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/nvidia-device-plugin
/releases
/releases
deployments/helm/gpu-feature-discovery
*.tgz
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Publishing the helm chart is currently manual, and we should move to an automate
- [ ] Update the README changelog
- [ ] Update the README to change occurances of the old version (e.g: `v0.14.1`) with the new version
- [ ] Commit, Tag and Push to Gitlab
- [ ] Build a new helm package with `helm package ./deployments/helm/nvidia-device-plugin`
- [ ] Build a new helm package with `./hack/package-helm-charts.sh`
- [ ] Switch to the `gh-pages` branch and move the newly generated package to the `stable` helm repo
- [ ] Run the `./build-index.sh` script to rebuild the indices for each repo
- [ ] Commit and push the `gh-pages` branch to GitHub
Expand Down
23 changes: 0 additions & 23 deletions deployments/helm/gpu-feature-discovery/.helmignore

This file was deleted.

6 changes: 0 additions & 6 deletions deployments/helm/gpu-feature-discovery/Chart.lock

This file was deleted.

15 changes: 0 additions & 15 deletions deployments/helm/gpu-feature-discovery/Chart.yaml

This file was deleted.

Binary file not shown.
86 changes: 0 additions & 86 deletions deployments/helm/gpu-feature-discovery/templates/_helpers.tpl

This file was deleted.

129 changes: 0 additions & 129 deletions deployments/helm/gpu-feature-discovery/templates/daemonset.yml

This file was deleted.

36 changes: 0 additions & 36 deletions deployments/helm/gpu-feature-discovery/templates/rbac.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions deployments/helm/gpu-feature-discovery/templates/validation.yml

This file was deleted.

Loading

0 comments on commit 21c78a3

Please sign in to comment.