Skip to content

Commit efc705d

Browse files
authored
Add version badges (#175)
* README.md: Add version badges * tools/update_helmchart.sh: Update README.md's path * Bump version
1 parent b7a2405 commit efc705d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/netdata/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: netdata
3-
version: 2.0.13
4-
description: Real-time performance monitoring, done right! https://netdata.cloud/
3+
version: 2.0.14
4+
description: Real-time performance monitoring, done right!
55
keywords:
66
- alerting
77
- metric

charts/netdata/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Netdata Helm chart for Kubernetes deployments
22

3-
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/netdata)](https://artifacthub.io/packages/search?repo=netdata)
3+
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/netdata)](https://artifacthub.io/packages/search?repo=netdata) ![Version: 2.0.14](https://img.shields.io/badge/Version-2.0.14-informational) ![AppVersion: v1.26.0](https://img.shields.io/badge/AppVersion-v1.26.0-informational)
44

55
_Based on the work of varyumin (https://github.com/varyumin/netdata)_.
66

tools/update_helmchart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ _main() {
121121
sed -i.bak \
122122
-e "s/$old_version/$new_version/g" \
123123
-e "s/$old_appVersion/v$new_appVersion/g" \
124-
README.md charts/netdata/Chart.yaml
124+
charts/netdata/README.md charts/netdata/Chart.yaml
125125

126126
git add -A -p
127127
git commit -m "Bump Netdata Helm Chart from $old_appVersion => v$new_appVersion"

0 commit comments

Comments
 (0)