-
Notifications
You must be signed in to change notification settings - Fork 2
/
update_versions.conf
41 lines (35 loc) · 1.17 KB
/
update_versions.conf
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
#tag: version tag string to be replaced (optional -- if unspecified @VERSION@ is assumed)
#sourcefile: file to read actual version from (optional -- if unspecified, .version is assumed)
#targetfile: file in which to have version tags replaced
#
#Multiples of these lines are allowed. A given line is in effect until another line overrides it.
#Example:
#tag: @TAG1@
#sourcefile: path/to/version1.txt
#targetfile: my/file.py
#targetfile: other/file.yaml
#
#tag: @TAG2@
#targetfile: a/b/c.txt
#
#sourcefile: v2.txt
#targetfile: 1/2/3.txt
# For any sourcefiles below that do not exist in the repo as static files, it
# is usually because they are generated at build time
sourcefile: .chart_version
tag: 0.0.0-chart
targetfile: kubernetes/csm-config/Chart.yaml
sourcefile: .docker_version
tag: 0.0.0-image
targetfile: kubernetes/csm-config/Chart.yaml
targetfile: kubernetes/csm-config/values.yaml
sourcefile-novalidate: .stable
tag: S-T-A-B-L-E
targetfile: kubernetes/csm-config/Chart.yaml
targetfile: kubernetes/csm-config/values.yaml
sourcefile: cf-gitea-import.version
tag: @CF_GITEA_IMPORT_VERSION@
targetfile: Dockerfile
sourcefile: csm-ssh-keys.version
tag: @RPM_VERSION@
targetfile: Dockerfile