Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate charts directory (vendors starting with A-C) #1042

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
292541c
Migrate charts directory for package amd/amd-gpu
adamkpickering Jul 5, 2024
704293a
Migrate charts directory for package asserts/asserts
adamkpickering Jul 5, 2024
f09812f
Migrate charts directory for package avesha/kubeslice-controller
adamkpickering Jul 5, 2024
a90c05d
Migrate charts directory for package avesha/kubeslice-worker
adamkpickering Jul 5, 2024
d742c96
Migrate charts directory for package btp/chronicle
adamkpickering Jul 5, 2024
08bb481
Migrate charts directory for package btp/sextant
adamkpickering Jul 5, 2024
eb77ca4
Migrate charts directory for package citrix/citrix-adc-istio-ingress-…
adamkpickering Jul 5, 2024
f7015bf
Migrate charts directory for package citrix/citrix-cpx-istio-sidecar-…
adamkpickering Jul 5, 2024
d589319
Migrate charts directory for package citrix/citrix-cpx-with-ingress-c…
adamkpickering Jul 5, 2024
02c6e45
Migrate charts directory for package citrix/citrix-ingress-controller
adamkpickering Jul 5, 2024
b5ab0ff
Migrate charts directory for package clastix/kamaji
adamkpickering Jul 5, 2024
4b70cc8
Migrate charts directory for package clastix/kamaji-console
adamkpickering Jul 5, 2024
3201d5e
Migrate charts directory for package cloudcasa/cloudcasa
adamkpickering Jul 5, 2024
56ca092
Migrate charts directory for package cockroach-labs/cockroachdb
adamkpickering Jul 5, 2024
f4bba93
Migrate charts directory for package codefresh/cf-runtime
adamkpickering Jul 5, 2024
c759de4
Migrate charts directory for package confluent/confluent-for-kubernetes
adamkpickering Jul 5, 2024
c24db36
Migrate charts directory for package crate/crate-operator
adamkpickering Jul 5, 2024
7e30cd6
Migrate charts directory for package crowdstrike/falcon-sensor
adamkpickering Jul 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 6 additions & 0 deletions charts/amd/amd-gpu/0.10.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.14.3
digest: sha256:a1651e3e727f3f60f286930ab341af1009cce742b181d19b9ec75d392c5c339b
generated: "2023-11-03T05:15:42.351779792Z"
28 changes: 28 additions & 0 deletions charts/amd/amd-gpu/0.10.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.25.2.5
dependencies:
- condition: nfd.enabled
name: node-feature-discovery
repository: file://./charts/node-feature-discovery
version: '>= 0.8.1-0'
description: A Helm chart for deploying Kubernetes AMD GPU device plugin
home: https://github.com/RadeonOpenCompute/k8s-device-plugin
icon: https://raw.githubusercontent.com/RadeonOpenCompute/k8s-device-plugin/master/helm/logo.png
keywords:
- kubernetes
- cluster
- hardware
- gpu
kubeVersion: '>= 1.18.0-0'
maintainers:
- name: Kenny Ho <[email protected]>
name: amd-gpu
sources:
- https://github.com/RadeonOpenCompute/k8s-device-plugin
type: application
version: 0.10.0
40 changes: 40 additions & 0 deletions charts/amd/amd-gpu/0.10.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# AMD GPU Helm Chart

![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.25.2.5](https://img.shields.io/badge/AppVersion-1.25.2.5-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"` | |
| namespace | string | `"kube-system"` | |
| nfd.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/RadeonOpenCompute/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.10.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/rocm.html
[rock]: https://github.com/RadeonOpenCompute/ROCK-Kernel-Driver
[rocminstall]: https://docs.amd.com/en/latest/deploy/linux/quick_start.html
[amdgpuinstall]: https://amdgpu-install.readthedocs.io/en/latest/
[sysreq]: https://docs.amd.com/en/latest/release/gpu_os_support.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: v2
appVersion: v0.14.3
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.14.3
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.14/deployment/helm.html)
for deployment instructions.
Loading
Loading