mirror of
https://github.com/truecharts/charts.git
synced 2026-07-16 11:31:21 -03:00
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:
committed by
GitHub
parent
907096cbde
commit
85c8d801c6
1
.github/workflows/apps.test.yaml
vendored
1
.github/workflows/apps.test.yaml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/common.test.yaml
vendored
2
.github/workflows/common.test.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user