Skip to content

Commit

Permalink
chore: update pkgs and tools to 0.8.0-alpha.0
Browse files Browse the repository at this point in the history
This brings in new toolchain/tools and pkgs.

Removed pod-checkpointer, as we are not using bootkube anymore.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Sep 1, 2021
1 parent 8ce17e5 commit 52b27da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COMMON_ARGS += --platform=$(PLATFORM)
empty :=
space = $(empty) $(empty)

TARGETS = install-cni pod-checkpointer talosctl-cni-bundle-install
TARGETS = install-cni talosctl-cni-bundle-install

all: $(TARGETS) ## Builds all known pkgs.

Expand Down
4 changes: 2 additions & 2 deletions Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
format: v1alpha2

vars:
TOOLS_IMAGE: ghcr.io/talos-systems/tools:v0.7.0-alpha.0-3-g2368154
TOOLS_IMAGE: ghcr.io/talos-systems/tools:v0.8.0-alpha.0
PKGS_PREFIX: ghcr.io/talos-systems
PKGS_VERSION: v0.7.0-alpha.0-16-gda4ac04
PKGS_VERSION: v0.8.0-alpha.0

labels:
org.opencontainers.image.source: https://github.com/talos-systems/extras
29 changes: 0 additions & 29 deletions pod-checkpointer/pkg.yaml

This file was deleted.

0 comments on commit 52b27da

Please sign in to comment.