refactor(metal): migrate to Fedora 36 for newer packages (#73)

This commit is contained in:
Khue Doan
2022-07-20 22:49:12 +07:00
committed by GitHub
parent 214f635697
commit 022b8169db
5 changed files with 13 additions and 12 deletions

View File

@ -54,7 +54,7 @@ From now on, ArgoCD will do the rest:
```mermaid
flowchart TD
subgraph metal[./metal]
pxe[PXE Server] -.-> linux[Rocky Linux] --> k3s
pxe[PXE Server] -.-> linux[Fedora Server] --> k3s
end
subgraph bootstrap[./bootstrap]