From 291a90e489962df25b152462942209f37f037986 Mon Sep 17 00:00:00 2001 From: Jakob Jensen Date: Fri, 9 Jan 2026 22:01:10 +0100 Subject: [PATCH 1/2] chore: update sources --- configuration.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 36425811..3cc10d7b 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -46,6 +46,11 @@ kind: helm name: antrea repository: https://charts.antrea.io +- entries: + - akri + kind: helm + name: akri-helm-charts + repository: https://project-akri.github.io/akri/ - kind: git kustomizationPaths: - config/crd @@ -1034,6 +1039,9 @@ versionPrefix: v genPaths: - pkg/apis +- kind: helm-oci + name: k8s-cleaner + repository: oci://ghcr.io/gianlucam76/charts/k8s-cleaner - kind: git name: k8ssandra-cass-operator kustomizationPaths: @@ -1528,6 +1536,13 @@ - kind: helm-oci name: nginx-ingress repository: oci://ghcr.io/nginxinc/charts/nginx-ingress +- kind: git + kustomizationPaths: + - operator/config/base + - operator/config/crd + name: nvidia-ais-k8s + repository: https://github.com/NVIDIA/ais-k8s + versionPrefix: v - entries: - gpu-operator kind: helm @@ -1701,6 +1716,9 @@ name: redpanda-operator repository: https://github.com/redpanda-data/redpanda-operator versionPrefix: v +- kind: helm-oci + name: renovate-operator + repository: oci://ghcr.io/mogenius/helm-charts/renovate-operator - kind: helm-oci name: restatedev-restate-operator-helm repository: oci://ghcr.io/restatedev/restate-operator-helm @@ -1874,6 +1892,9 @@ kind: helm name: traefik repository: https://traefik.github.io/charts +- kind: helm-oci + name: tuppr + repository: oci://ghcr.io/home-operations/charts/tuppr - kind: helm-oci name: twingate-operator repository: oci://ghcr.io/twingate/helmcharts/twingate-operator From 6dd18869f9786ef6058ea5e222d029a5d993db6a Mon Sep 17 00:00:00 2001 From: Jakob Jensen Date: Fri, 9 Jan 2026 22:05:04 +0100 Subject: [PATCH 2/2] tmp --- configuration.yaml | 10 +++++----- make.d/tests.mk | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index 3cc10d7b..3d61451f 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -30,6 +30,11 @@ kind: helm name: aiven repository: https://aiven.github.io/aiven-charts +- entries: + - akri + kind: helm + name: akri-helm-charts + repository: https://project-akri.github.io/akri/ - kind: helm-oci name: akuity-kargo repository: oci://ghcr.io/akuity/kargo-charts/kargo @@ -46,11 +51,6 @@ kind: helm name: antrea repository: https://charts.antrea.io -- entries: - - akri - kind: helm - name: akri-helm-charts - repository: https://project-akri.github.io/akri/ - kind: git kustomizationPaths: - config/crd diff --git a/make.d/tests.mk b/make.d/tests.mk index 6f1aff8e..22d9ffbc 100644 --- a/make.d/tests.mk +++ b/make.d/tests.mk @@ -67,7 +67,7 @@ endif test-editorcheck: @echo 'Checking general formatting of all files ...' - $(COMPOSE_RUN) editorconfig ec -exclude '^schema/|^\.git/|.DS_Store|^build/remote/|^definitions/' + $(COMPOSE_RUN) editorconfig ec -exclude '^schema/|^\.git/|.DS_Store|^build/|^definitions/' @printf $(GREEN) "OK" test-docker: