Skip to content

Commit f56b2bf

Browse files
authored
fix: aligning chart version and appVersion (#137)
1 parent 75903df commit f56b2bf

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
".": "0.16.2",
3-
"charts/kube-startup-cpu-boost": "0.16.2"
2+
".": "0.16.2"
43
}

charts/kube-startup-cpu-boost/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: kube-startup-cpu-boost
33
description: A Helm chart for kube-startup-cpu-boost operator
44
type: application
5-
version: 0.1.0
6-
appVersion: v0.1.0
5+
version: 0.16.2
6+
appVersion: 0.16.2

release-please-config.json

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,24 @@
22
"bootstrap-sha": "c421a4f84641631d5ae3241323e4a5af63dc9731",
33
"packages": {
44
".": {
5-
"changelog-path": "CHANGELOG.md",
65
"release-type": "go",
7-
"bump-minor-pre-major": false,
8-
"bump-patch-for-minor-pre-major": false,
9-
"draft": false,
10-
"prerelease": false,
6+
"changelog-path": "CHANGELOG.md",
117
"extra-files": [
128
"README.md",
139
"kustomization.yaml",
14-
"charts/kube-startup-cpu-boost/values.yaml"
10+
"charts/kube-startup-cpu-boost/values.yaml",
11+
{
12+
"type": "yaml",
13+
"path": "charts/kube-startup-cpu-boost/Chart.yaml",
14+
"jsonpath": "$.version"
15+
},
16+
{
17+
"type": "yaml",
18+
"path": "charts/kube-startup-cpu-boost/Chart.yaml",
19+
"jsonpath": "$.appVersion"
20+
}
1521
]
16-
},
17-
"charts/kube-startup-cpu-boost": {
18-
"release-type": "helm"
1922
}
2023
},
2124
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
22-
}
25+
}

0 commit comments

Comments
 (0)