Skip to content

Commit 0105484

Browse files
authored
fix: chart name (#60)
* fix release action * fix chart name * bump version for new release
1 parent 0d8a6be commit 0105484

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ jobs:
110110
with:
111111
tag_name: ${{ env.version }}
112112
name: Release ${{ env.version }}
113-
body: "Automated release for version ${{ env.version }}"
114-
draft: false
113+
body: ${{steps.github_release.outputs.changelog}}
114+
draft: true
115115
prerelease: false
116116
env:
117117
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.6-dev
1+
v0.1.7

charts/control-plane-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
name: co-control-plane-operator
2+
name: control-plane-operator
33
description: A Helm chart for the Cloud Orchestration Control Plane Operator
44
type: application
55
version: v0.1.5

charts/control-plane-operator/Chart.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
name: co-control-plane-operator
2+
name: control-plane-operator
33
description: A Helm chart for the Cloud Orchestration Control Plane Operator
44
type: application
55
version: $OPERATOR_VERSION

0 commit comments

Comments
 (0)