-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathmanifest-major.yaml
108 lines (108 loc) · 2.64 KB
/
manifest-major.yaml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
sources:
common:
kind: helmchart
spec:
url: "https://charts.bitnami.com/bitnami"
name: "common"
version: "*.*.*"
sourceid: common
postgresql:
kind: helmchart
spec:
url: "https://charts.bitnami.com/bitnami"
name: "postgresql"
version: "*.*.*"
sourceid: postgresql
helm:
kind: githubRelease
spec:
owner: helm
repository: helm
token: '{{ requiredEnv "GITHUB_TOKEN" }}'
versionFilter:
kind: semver
pattern: "x.x.x"
transformers:
- trimprefix: "v"
kind:
kind: githubRelease
spec:
owner: kubernetes-sigs
repository: kind
token: '{{ requiredEnv "GITHUB_TOKEN" }}'
versionFilter:
kind: semver
pattern: "x.x.x"
conditions: {}
targets:
agent-common:
name: bump chart dependencies
kind: yaml
spec:
file: "charts/prefect-agent/Chart.yaml"
key: "dependencies[0].version"
sourceid: common
server-common:
name: bump chart dependencies
kind: yaml
spec:
file: "charts/prefect-server/Chart.yaml"
key: "dependencies[0].version"
sourceid: common
worker-common:
name: bump chart dependencies
kind: yaml
spec:
file: "charts/prefect-worker/Chart.yaml"
key: "dependencies[0].version"
sourceid: common
server-postgresql:
name: bump chart dependencies
kind: yaml
spec:
file: "charts/prefect-server/Chart.yaml"
key: "dependencies[1].version"
sourceid: postgresql
helm-agent:
name: bump helm version
kind: yaml
spec:
file: ".github/workflows/agent-lint-and-test.yaml"
key: "jobs.lint-test.steps[1].with.version"
sourceid: helm
helm-server:
name: bump helm version
kind: yaml
spec:
file: ".github/workflows/server-lint-and-test.yaml"
key: "jobs.lint-test.steps[1].with.version"
sourceid: helm
helm-worker:
name: bump helm version
kind: yaml
spec:
file: ".github/workflows/worker-lint-and-test.yaml"
key: "jobs.lint-test.steps[1].with.version"
sourceid: helm
kind-agent:
name: bump kind version
kind: yaml
spec:
file: ".github/workflows/agent-lint-and-test.yaml"
key: "jobs.lint-test.steps[4].with.version"
sourceid: kind
kind-server:
name: bump kind version
kind: yaml
spec:
file: ".github/workflows/server-lint-and-test.yaml"
key: "jobs.lint-test.steps[4].with.version"
sourceid: kind
kind-worker:
name: bump kind version
kind: yaml
spec:
file: ".github/workflows/worker-lint-and-test.yaml"
key: "jobs.lint-test.steps[4].with.version"
sourceid: kind