From d2d27085e516af964584694527020202bbd6feb3 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Mon, 22 Jan 2024 13:39:53 +0100
Subject: [PATCH] chore(drivers): Fix link to repository

This patch updates the link to the helm repository for AMD GPU drivers
after AMD changed Github organisation names.
---
 infrastructure/drivers/amd-gpu.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/drivers/amd-gpu.yaml b/infrastructure/drivers/amd-gpu.yaml
index 8a8af544a..d37d3cb53 100644
--- a/infrastructure/drivers/amd-gpu.yaml
+++ b/infrastructure/drivers/amd-gpu.yaml
@@ -6,7 +6,7 @@ metadata:
   namespace: drivers-system
 spec:
   interval: 30m
-  url: https://radeonopencompute.github.io/k8s-device-plugin/
+  url: https://rocm.github.io/k8s-device-plugin/
 ---
 apiVersion: helm.toolkit.fluxcd.io/v2beta2
 kind: HelmRelease
-- 
GitLab