Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion make.d/tests.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down