feat(amd-gpu-plugin): Add AMD gpu plugin as app (#1703)

* feat(amd-gpu-plugin): Add AMD gpu plugin as app

* remove old code

* Add repo for amd gpu device plugin
This commit is contained in:
Kjeld Schouten-Lebbing
2022-01-12 21:29:12 +01:00
committed by GitHub
parent 907096cbde
commit 85c8d801c6
8 changed files with 93 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ jobs:
helm repo add metallb https://metallb.github.io/metallb
helm repo add grafana https://grafana.github.io/helm-charts
helm repo add prometheus https://prometheus-community.github.io/helm-charts
helm repo add amd-gpu-helm https://radeonopencompute.github.io/k8s-device-plugin/
helm repo update
- uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # renovate: tag=v2

View File

@@ -41,6 +41,7 @@ jobs:
helm repo add metallb https://metallb.github.io/metallb
helm repo add grafana https://grafana.github.io/helm-charts
helm repo add prometheus https://prometheus-community.github.io/helm-charts
helm repo add amd-gpu-helm https://radeonopencompute.github.io/k8s-device-plugin/
helm repo update
- name: Run chart-testing (lint)
@@ -81,6 +82,7 @@ jobs:
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add metallb https://metallb.github.io/metallb
helm repo add prometheus https://prometheus-community.github.io/helm-charts
helm repo add amd-gpu-helm https://radeonopencompute.github.io/k8s-device-plugin/
helm repo update
- uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # renovate: tag=v2