Skip to content

Commit f45ea03

Browse files
authored
Merge pull request #15 from cloudnative-pg/release/cluster-v0.0.3
Release cluster-v0.0.3
2 parents c187114 + 9e43bd3 commit f45ea03

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

charts/cluster/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: cluster
33
description: CloudNativePG Grafana Cluster Dashboard.
44
type: application
5-
version: 0.0.2
5+
version: 0.0.3
66
appVersion: "1.16.0"

charts/cluster/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# cluster
44

5-
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
5+
![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
66

77
![Grafana CloudNativePG Cluster Overview](../../images/overview.png)
88

@@ -27,8 +27,7 @@ https://raw.githubusercontent.com/cloudnative-pg/grafana-dashboards/main/charts/
2727

2828
```bash
2929
helm repo add cnpg-grafana https://cloudnative-pg.github.io/grafana-dashboards
30-
31-
helm upgrade \
30+
helm upgrade
3231
--install \
3332
--namespace monitoring \
3433
cnpg-grafana-cluster cnpg-grafana/cluster

0 commit comments

Comments
 (0)