Skip to content

Commit

Permalink
chore: bump pkgs to the latest
Browse files Browse the repository at this point in the history
Preparation for v1.10.0-alpha.1.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Jan 31, 2025
1 parent 70da875 commit c21e5c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
- name: EXTENSIONS_IMAGE_REF
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
- name: PKGS
defaultValue: v1.10.0-alpha.0-31-g5da83db
defaultValue: v1.10.0-alpha.0-34-g5763e3e
- name: PKGS_PREFIX
defaultValue: ghcr.io/siderolabs
useBldrPkgTagResolver: true
Expand Down
4 changes: 2 additions & 2 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 2025-01-21T13:16:50Z by kres 3075de9.
# Generated on 2025-01-31T12:02:15Z by kres 987bf4d.

# common variables

Expand Down Expand Up @@ -48,7 +48,7 @@ COMMON_ARGS += --build-arg=PKGS_PREFIX="$(PKGS_PREFIX)"
# extra variables

EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
PKGS ?= v1.10.0-alpha.0-31-g5da83db
PKGS ?= v1.10.0-alpha.0-34-g5763e3e
PKGS_PREFIX ?= ghcr.io/siderolabs

# targets defines all the available targets
Expand Down

0 comments on commit c21e5c4

Please sign in to comment.