From 695f43f5bf652e840652de44a42d2b24ccf0fbe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Sun, 31 May 2026 10:41:22 +0200 Subject: [PATCH] fix(x509): Move to oci reg --- helmfile.d/x509-exporter.yaml.gotmpl | 3 ++- values/argo/manifests/sys-project.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/helmfile.d/x509-exporter.yaml.gotmpl b/helmfile.d/x509-exporter.yaml.gotmpl index f43dfcd4..0f79be9f 100644 --- a/helmfile.d/x509-exporter.yaml.gotmpl +++ b/helmfile.d/x509-exporter.yaml.gotmpl @@ -3,7 +3,8 @@ bases: repositories: - name: x509-exporter - url: 'https://charts.enix.io' + oci: true + url: 'quay.io/enix/charts' commonLabels: tier: sys diff --git a/values/argo/manifests/sys-project.yaml b/values/argo/manifests/sys-project.yaml index 64b49190..26dcc8d3 100644 --- a/values/argo/manifests/sys-project.yaml +++ b/values/argo/manifests/sys-project.yaml @@ -141,6 +141,7 @@ spec: - ghcr.io/spegel-org/helm-charts - quay.io/cilium/charts - quay.io/jetstack/charts + - quay.io/enix/charts - registry.k8s.io/jobset/charts/jobset - ghcr.io/dragonflydb/dragonfly-operator/helm/dragonfly-operator - docker.gitea.com