From 1f860de35eef5f43c0666df6c42cfc0f81ddac7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Fri, 26 Sep 2025 14:08:49 +0200 Subject: [PATCH] fix: Https -> oci --- values/slurm-operator/manifests/slurm-operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values/slurm-operator/manifests/slurm-operator.yaml b/values/slurm-operator/manifests/slurm-operator.yaml index 28e5fd57..04603f49 100644 --- a/values/slurm-operator/manifests/slurm-operator.yaml +++ b/values/slurm-operator/manifests/slurm-operator.yaml @@ -50,7 +50,7 @@ spec: namespace: slinky server: 'https://kubernetes.default.svc' source: - repoURL: 'https://ghcr.io/slinkyproject/charts/slurm-operator-crds' + repoURL: 'oci://ghcr.io/slinkyproject/charts/' targetRevision: '0.4.0' chart: slurm-operator-crds project: sys