Skip to content

Commit 75903df

Browse files
authored
feat: release-please helm release (#136)
1 parent 6f84dc5 commit 75903df

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.release-please-manifest.json

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

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +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-
# x-release-please-start-version
65
version: 0.1.0
76
appVersion: v0.1.0
8-
# x-release-please-end

release-please-config.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
{
22
"bootstrap-sha": "c421a4f84641631d5ae3241323e4a5af63dc9731",
3-
"extra-files": [
4-
"README.md",
5-
"kustomization.yaml",
6-
"charts/kube-startup-cpu-boost/Chart.yaml",
7-
"charts/kube-startup-cpu-boost/values.yaml"
8-
],
93
"packages": {
104
".": {
115
"changelog-path": "CHANGELOG.md",
126
"release-type": "go",
137
"bump-minor-pre-major": false,
148
"bump-patch-for-minor-pre-major": false,
159
"draft": false,
16-
"prerelease": false
10+
"prerelease": false,
11+
"extra-files": [
12+
"README.md",
13+
"kustomization.yaml",
14+
"charts/kube-startup-cpu-boost/values.yaml"
15+
]
16+
},
17+
"charts/kube-startup-cpu-boost": {
18+
"release-type": "helm"
1719
}
1820
},
1921
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"

0 commit comments

Comments
 (0)