No description
base/renovate-config moved to infra/renovate-config. Updated all local> preset references. |
||
|---|---|---|
| docker-build.yml | ||
| kubernetes-helm.yml | ||
| kubernetes-kustomize.yml | ||
| README.md | ||
| renovate.json | ||
gitlab-ci-templates
GitLab CI templates for the xarif.de infrastructure.
Usage
include:
- 'https://git.xarif.de/base/gitlab-ci-templates/-/raw/main/<template>.yml'
Templates
kubernetes-helm.yml
For Kubernetes deployment repos that use Helm charts (15 repos).
Verifies that kustomize build --enable-helm . succeeds and that charts/ is non-empty.
kubernetes-kustomize.yml
For Kubernetes deployment repos that use pure Kustomize without Helm (7 repos).
Verifies that kustomize build . succeeds.
docker-build.yml
For container image repos under base/docker/.
Runs a Kaniko build, pushes to the local registry, and scans with Trivy.