Skip to content

Commit

Permalink
Added chart versions:
Browse files Browse the repository at this point in the history
  amd/amd-gpu:
    - 0.14.0
  kubecost/cost-analyzer:
    - 2.4.2
  new-relic/nri-bundle:
    - 5.0.97
  • Loading branch information
github-actions[bot] committed Oct 23, 2024
1 parent 24c8600 commit 2c17b13
Show file tree
Hide file tree
Showing 825 changed files with 92,231 additions and 3 deletions.
Binary file added assets/amd/amd-gpu-0.14.0.tgz
Binary file not shown.
Binary file modified assets/kubecost/cost-analyzer-2.4.1.tgz
Binary file not shown.
Binary file added assets/kubecost/cost-analyzer-2.4.2.tgz
Binary file not shown.
Binary file added assets/new-relic/nri-bundle-5.0.97.tgz
Binary file not shown.
23 changes: 23 additions & 0 deletions charts/amd/amd-gpu/0.14.0/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
6 changes: 6 additions & 0 deletions charts/amd/amd-gpu/0.14.0/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dependencies:
- name: node-feature-discovery
repository: https://kubernetes-sigs.github.io/node-feature-discovery/charts
version: 0.16.5
digest: sha256:3f1930dbfb0b24eecd038bd8235c36fbefb33db11586e75cde5ad739f4cf4945
generated: "2024-10-22T03:47:31.434721111Z"
28 changes: 28 additions & 0 deletions charts/amd/amd-gpu/0.14.0/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: AMD GPU Device Plugin
catalog.cattle.io/kube-version: '>= 1.18.0-0'
catalog.cattle.io/release-name: amd-gpu
apiVersion: v2
appVersion: 1.31.0.0
dependencies:
- condition: nfd.enabled
name: node-feature-discovery
repository: https://kubernetes-sigs.github.io/node-feature-discovery/charts
version: '>= 0.8.1-0'
description: A Helm chart for deploying Kubernetes AMD GPU device plugin
home: https://github.com/ROCm/k8s-device-plugin
icon: file://assets/icons/amd-gpu.png
keywords:
- kubernetes
- cluster
- hardware
- gpu
kubeVersion: '>= 1.18.0-0'
maintainers:
- name: Kenny Ho <[email protected]>
name: amd-gpu
sources:
- https://github.com/ROCm/k8s-device-plugin
type: application
version: 0.14.0
40 changes: 40 additions & 0 deletions charts/amd/amd-gpu/0.14.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# AMD GPU Helm Chart

![Version: 0.14.0](https://img.shields.io/badge/Version-0.14.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.31.0.0](https://img.shields.io/badge/AppVersion-1.31.0.0-informational?style=flat-square)

A Helm chart for deploying Kubernetes AMD GPU device plugin

## Requirements

Kubernetes: `>= 1.18.0`

## Optional Dependencies

| Repository | Name | Version |
|------------|------|---------|
| https://kubernetes-sigs.github.io/node-feature-discovery/charts | node-feature-discovery | 0.8.1 |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| dp.image.repository | string | `"docker.io/rocm/k8s-device-plugin"` | |
| dp.image.tag | string | `""` | |
| imagePullSecrets | list | `[]` | |
| labeller.enabled | bool | `false` | |
| lbl.image.repository | string | `"docker.io/rocm/k8s-device-plugin"` | |
| lbl.image.tag | string | `"labeller-latest"` | |
| nfd.enabled | bool | `false` | |
| node_selector_enabled | bool | `false` | |
| node_selector."feature.node.kubernetes.io/pci-0300_1002.present" | string | `"true"` | |
| securityContext.allowPrivilegeEscalation | bool | `false` | |
| securityContext.capabilities.drop[0] | string | `"ALL"` | |
| tolerations[0].key | string | `"CriticalAddonsOnly"` | |
| tolerations[0].operator | string | `"Exists"` | |

## More information

https://github.com/ROCm/k8s-device-plugin

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
17 changes: 17 additions & 0 deletions charts/amd/amd-gpu/0.14.0/app-readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# AMD GPU Helm Chart

[Kubernetes][k8s] [device plugin][dp] implementation that enables the registration of AMD GPU in a container cluster for compute workload.

More information about [RadeonOpenCompute (ROCm)][rocm]

## Prerequisites
* [ROCm capable machines][sysreq]
* [ROCm kernel][rock] ([Installation guide][rocminstall]) or latest AMD GPU Linux driver ([Installation guide][amdgpuinstall])

[dp]: https://kubernetes.io/docs/concepts/cluster-administration/device-plugins/
[k8s]: https://kubernetes.io
[rocm]: https://docs.amd.com/en/latest/what-is-rocm.html
[rock]: https://github.com/ROCm/ROCK-Kernel-Driver
[rocminstall]: https://rocm.docs.amd.com/projects/install-on-linux/en/latest/tutorial/quick-start.html
[amdgpuinstall]: https://amdgpu-install.readthedocs.io/en/latest/
[sysreq]: https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
14 changes: 14 additions & 0 deletions charts/amd/amd-gpu/0.14.0/charts/node-feature-discovery/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: v2
appVersion: v0.16.5
description: 'Detects hardware features available on each node in a Kubernetes cluster,
and advertises those features using node labels. '
home: https://github.com/kubernetes-sigs/node-feature-discovery
keywords:
- feature-discovery
- feature-detection
- node-labels
name: node-feature-discovery
sources:
- https://github.com/kubernetes-sigs/node-feature-discovery
type: application
version: 0.16.5
10 changes: 10 additions & 0 deletions charts/amd/amd-gpu/0.14.0/charts/node-feature-discovery/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Node Feature Discovery

Node Feature Discovery (NFD) is a Kubernetes add-on for detecting hardware
features and system configuration. Detected features are advertised as node
labels. NFD provides flexible configuration and extension points for a wide
range of vendor and application specific node labeling needs.

See
[NFD documentation](https://kubernetes-sigs.github.io/node-feature-discovery/v0.16/deployment/helm.html)
for deployment instructions.
Loading

0 comments on commit 2c17b13

Please sign in to comment.