Skip to content

Commit 996e953

Browse files
authored
Rancher fleet: Runtime deps fix (#58132)
- Fix runtime deps for agent and controller at package level. --------- Signed-off-by: Anmol Virdi <[email protected]>
1 parent 84c1ed0 commit 996e953

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

rancher-fleet.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: rancher-fleet
33
version: "0.12.4"
4-
epoch: 1
4+
epoch: 2
55
description: Deploy workloads from Git to large fleets of Kubernetes clusters
66
copyright:
77
- license: Apache-2.0
@@ -20,6 +20,11 @@ pipeline:
2020
2121
subpackages:
2222
- name: ${{package.name}}-agent
23+
dependencies:
24+
runtime:
25+
- busybox
26+
- gzip
27+
- posix-libc-utils
2328
pipeline:
2429
- uses: go/build
2530
with:
@@ -58,6 +63,10 @@ subpackages:
5863
fleet cleanup clusterregistration | grep "Cleaning up outdated cluster registrations"
5964
6065
- name: ${{package.name}}-controller
66+
dependencies:
67+
runtime:
68+
- openssh-client
69+
- git
6170
pipeline:
6271
- uses: go/build
6372
with:

0 commit comments

Comments
 (0)