diff --git a/configuration.yaml b/configuration.yaml index 36425811..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 @@ -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 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: