-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvendir.yml
More file actions
27 lines (25 loc) · 708 Bytes
/
vendir.yml
File metadata and controls
27 lines (25 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
apiVersion: vendir.k14s.io/v1alpha1
kind: Config
directories:
- path: upstream/gha-runner-scale-set-controller
contents:
- path: .
helmChart:
name: gha-runner-scale-set-controller
version: "0.13.0"
repository:
url: oci://ghcr.io/actions/actions-runner-controller-charts
excludePaths:
- tests/**/*
- tests
- path: upstream/gha-runner-scale-set
contents:
- path: .
helmChart:
name: gha-runner-scale-set
version: "0.13.0"
repository:
url: oci://ghcr.io/actions/actions-runner-controller-charts
excludePaths:
- tests/**/*
- tests