Skip to content

Commit 2204fda

Browse files
committed
fix: update chart values to update app and chart version in sync
1 parent ae5bd2b commit 2204fda

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

charts/nidhogg/Chart.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ apiVersion: v2
22
name: nidhogg
33
description: A Helm chart for Kubernetes
44
type: application
5+
# x-release-please-start-version
56
version: 0.6.1
6-
appVersion: v0.5.0
7+
appVersion: v0.6.1
8+
# x-release-please-end

charts/nidhogg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### version: 0.6.1<!-- x-release-please-version -->
44

5-
![AppVersion: v0.5.0](https://img.shields.io/badge/AppVersion-v0.5.0-informational?style=flat-square)
5+
![AppVersion: v0.6.1](https://img.shields.io/badge/AppVersion-v0.6.1-informational?style=flat-square)
66

77
A Helm chart for Kubernetes
88

release-please-config.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
"release-type": "simple",
77
"extra-files": [
88
{
9-
"type": "yaml",
10-
"path": "charts/nidhogg/Chart.yaml",
11-
"jsonpath": "$.version"
9+
"type": "generic",
10+
"path": "charts/nidhogg/Chart.yaml"
1211
},
1312
"kustomize/resources.yaml",
1413
"charts/nidhogg/README.md"

0 commit comments

Comments
 (0)