8 Commits

Author SHA1 Message Date
Noel Georgi
3c18e053c1
feat: add Sidero google service account email also to verfiers
Add Sidero Google Service Account Email also to the signer list.

Signed-off-by: Noel Georgi <git@frezbo.dev>
2026-01-28 06:43:04 +05:30
Mateusz Urbanek
42a1c45849
feat: add helm to kres
Add kres rules for Helm chart management.

Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com>
2026-01-27 10:46:38 +01:00
Andrey Smirnov
852856dc9d
fix: installer internal config
It should be setting namespace, not registry, to match other repos.

Also namespace should be overridden usually, not the registry.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
2026-01-23 15:26:28 +04:00
Artem Chernyshev
c8c5faa615
feat: allow using image GET/HEAD API by the JS code on any domains
Changing some things to make Omni image factory UI interaction easier.

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2026-01-22 13:02:50 +03:00
Tim Jones
e732d90618
feat: support acm for secureboot
Add support for using AWS Certificate Manager to store the SecureBoot
cert.

Signed-off-by: Tim Jones <tim.jones@siderolabs.com>
2026-01-21 21:13:38 +01:00
Laura Brehm
fca99d01a5
chore: update docs/developing.md
Some of the information in `docs/developing.md` was outdated (i.e. there
is no `integration` Makefile target anymore, there's
`integration-{direct|cdn|s3|proxy-installer|enterprise}`).

Also added a mention of the `docker-compose-` targets, for running image
factory.

Signed-off-by: Laura Brehm <laurabrehm@hey.com>
2026-01-09 13:50:33 +00:00
Noel Georgi
8723b0274e
fix: drop sbc board support
Drop all SBC board support.

Fixes: https://github.com/siderolabs/talos/issues/12492

Signed-off-by: Noel Georgi <git@frezbo.dev>
2025-12-26 21:52:51 +05:30
Mateusz Urbanek
f57218fbf0
feat: refactor configuration of image factory
Refactor configuration of Image Factory.
This PR removes most of the flags, and instead allows configuration
using config files and/or environment variables.

Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com>
2025-12-22 14:24:46 +01:00