Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 50fc401

Browse files
committed
feat: include flannel CNI plugin into install-cni package
With changes in siderolabs/pkgs#363, flannel CNI plugin is now coming from a separate package. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
1 parent 2bb2efc commit 50fc401

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Pkgfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ format: v1alpha2
55
vars:
66
TOOLS_IMAGE: ghcr.io/talos-systems/tools:v0.9.0-alpha.0-5-g96e0231
77
PKGS_PREFIX: ghcr.io/talos-systems
8-
PKGS_VERSION: v0.9.0-alpha.0-11-g4f0f238
8+
PKGS_VERSION: v0.9.0-alpha.0-22-g80a5f97
99

1010
labels:
1111
org.opencontainers.image.source: https://github.com/talos-systems/extras

install-cni/pkg.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: install-cni
22
variant: alpine
33
dependencies:
44
- image: "{{ .PKGS_PREFIX }}/cni:{{ .PKGS_VERSION }}"
5+
- image: "{{ .PKGS_PREFIX }}/flannel-cni:{{ .PKGS_VERSION }}"
56
steps:
67
- install:
78
- |

0 commit comments

Comments
 (0)