feat: split artifactapi config into conf.d and update to v2.7.1 (#92)

Split monolithic remotes.yaml into per-type-package files under
resources/conf.d/ to align with artifactapi v2.7.1 directory loading.
Updated schema: virtuals/locals use dedicated top-level keys, type field
removed. Added helm remotes for all kustomize helmCharts repos and
OCI patterns to docker remotes. CONFIG_PATH now points to the directory.

Reviewed-on: #92
This commit was merged in pull request #92.
This commit is contained in:
2026-04-30 23:59:01 +10:00
parent 1c2c18697d
commit fc568dc8b5
12 changed files with 540 additions and 418 deletions
+8 -1
View File
@@ -18,6 +18,13 @@ resources:
configMapGenerator:
- name: remotes-config
files:
- resources/remotes.yaml
- resources/conf.d/config.yaml
- resources/conf.d/local-generic.yaml
- resources/conf.d/remote-generic.yaml
- resources/conf.d/remote-alpine.yaml
- resources/conf.d/remote-rpm.yaml
- resources/conf.d/remote-docker.yaml
- resources/conf.d/remote-helm.yaml
- resources/conf.d/virtual-helm.yaml
options:
disableNameSuffixHash: true