Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ spec:
- name: PKGS_PREFIX
defaultValue: ghcr.io/siderolabs
- name: PKGS
defaultValue: v1.12.0
defaultValue: v1.13.0-alpha.0
- name: TOOLS_PREFIX
defaultValue: ghcr.io/siderolabs
- name: TOOLS
defaultValue: v1.12.0
defaultValue: v1.13.0-alpha.0
---
kind: common.Build
spec:
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2026-01-13T12:27:46Z by kres 0e8da31.
# Generated on 2026-02-25T11:09:24Z by kres 6458cfd.

# common variables

Expand Down Expand Up @@ -52,9 +52,9 @@ COMMON_ARGS += $(BUILD_ARGS)
# extra variables

PKGS_PREFIX ?= ghcr.io/siderolabs
PKGS ?= v1.12.0
PKGS ?= v1.13.0-alpha.0
TOOLS_PREFIX ?= ghcr.io/siderolabs
TOOLS ?= v1.12.0
TOOLS ?= v1.13.0-alpha.0

# targets defines all the available targets

Expand Down