mirror of
https://github.com/siderolabs/sidero.git
synced 2026-01-23 01:21:22 +01:00
This PR updates the naming of the two apps that make up sidero for consistency. It also updates things like the Makefile, Dockerfile, and kustomize to make sure image names are the same as these app names. Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
23 lines
521 B
Plaintext
23 lines
521 B
Plaintext
domain: cluster.x-k8s.io
|
|
repo: github.com/talos-systems/sidero/app/caps-controller-manager
|
|
resources:
|
|
- group: infrastructure
|
|
kind: MetalCluster
|
|
version: v1alpha2
|
|
- group: infrastructure
|
|
kind: MetalMachine
|
|
version: v1alpha2
|
|
- group: infrastructure
|
|
kind: MetalMachineTemplate
|
|
version: v1alpha2
|
|
- group: infrastructure
|
|
kind: MetalMachine
|
|
version: v1alpha3
|
|
- group: infrastructure
|
|
kind: MetalMachineTemplate
|
|
version: v1alpha3
|
|
- group: infrastructure
|
|
kind: MetalCluster
|
|
version: v1alpha3
|
|
version: "2"
|