No description
  • Shell 92.7%
  • Makefile 7.3%
Find a file
2024-05-15 16:36:01 +02:00
.github Bump webfactory/ssh-agent from 0.8.0 to 0.9.0 (#205) 2024-02-07 07:29:41 +01:00
apps Bump harbor helm chart v0.14.2, app v2.10.2 2024-04-11 11:10:24 +02:00
clusters/production Remove obsolete patchesStrategicMerge and patchesJson6902 patches (#206) 2024-02-08 20:15:53 +01:00
docs Initial commit for the onmetal tools landscape 2022-02-14 17:39:13 +01:00
hack Remove obsolete patchesStrategicMerge and patchesJson6902 patches (#206) 2024-02-08 20:15:53 +01:00
image-automation Bump ImagePolicy API to image.toolkit.fluxcd.io/v1beta2 2023-12-13 10:17:07 +01:00
infrastructure Bump jitsi meeting chart to v0.21.0, operator v0.50.9 2024-05-15 16:36:01 +02:00
keys Fix sops 2023-04-25 18:32:28 +02:00
notifications Remove obsolete patchesStrategicMerge and patchesJson6902 patches (#206) 2024-02-08 20:15:53 +01:00
secrets Fix sops 2023-04-25 18:32:28 +02:00
.gitignore Initial commit for the onmetal tools landscape 2022-02-14 17:39:13 +01:00
.sops.yaml Use authentication secret for ARC 2023-08-31 15:15:38 +03:00
Makefile Initial commit for the onmetal tools landscape 2022-02-14 17:39:13 +01:00
README.md Rename cluster onmetal-ci-fra4 to gardenlinux-ci (#138) 2022-11-08 21:58:02 +01:00

landscape-tools

PRs Welcome GitHub License

Overview

This repository contains the deployment descriptions for the On Metal tools landcape.

Installation, Usage and Development

The docs folder contains the documentation for installation and operation tasks.

.
├── apps
│   ├── base # collection of baseline applications
│   │   ├── gitlab-runners-gardenlinux
│   │   ├── harbor
│   │   └── jitsi
│   ├── onmetal-ci
│   ├── gardenlinux-ci
│   └── onmetal-tools
├── clusters
│   └── production # entry point for flux bootstrap
│       ├── onmetal-ci
│       ├── gardenlinux-ci
│       └── onmetal-tools
├── docs
├── hack # helper scripts especially for SOPS credentials handling
├── infrastructure
│   ├── base # baseline controller deployments
│   │   ├── cert-manager
│   │   ├── harbor
│   │   └── sources
│   └── basic
├── keys
├── notifications # cluster specific notification configuration
│   ├── base
│   ├── onmetal-ci
│   ├── gardenlinux-ci
│   └── onmetal-tools
└── secrets # collection of various SOPS encoded secrets

Contributing

We'd love to get feedback from you. Please report bugs, suggestions or post questions by opening a GitHub issue.

License

Apache-2.0