We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c1ed0 commit 996e953Copy full SHA for 996e953
rancher-fleet.yaml
@@ -1,7 +1,7 @@
1
package:
2
name: rancher-fleet
3
version: "0.12.4"
4
- epoch: 1
+ epoch: 2
5
description: Deploy workloads from Git to large fleets of Kubernetes clusters
6
copyright:
7
- license: Apache-2.0
@@ -20,6 +20,11 @@ pipeline:
20
21
subpackages:
22
- name: ${{package.name}}-agent
23
+ dependencies:
24
+ runtime:
25
+ - busybox
26
+ - gzip
27
+ - posix-libc-utils
28
pipeline:
29
- uses: go/build
30
with:
@@ -58,6 +63,10 @@ subpackages:
58
63
fleet cleanup clusterregistration | grep "Cleaning up outdated cluster registrations"
59
64
60
65
- name: ${{package.name}}-controller
66
67
68
+ - openssh-client
69
+ - git
61
70
62
71
72
0 commit comments