Skip to content

Commit b7a3895

Browse files
committed
make gen manifests fmt
Signed-off-by: sami <[email protected]>
1 parent 0f30a0b commit b7a3895

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

charts/platform-grafana-dashboards/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: platform-grafana-dashboards
33
description: A Helm chart for Platform Grafana dashboards by ByteBuilders
44
type: application
5-
version: v2025.9.15
6-
appVersion: v2025.9.15
5+
version: v2025.10.17
6+
appVersion: v2025.10.17
77
home: https://github.com/bytebuilders
88
icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png
99
sources:

charts/platform-grafana-dashboards/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ This chart includes comprehensive dashboards for monitoring Platform servers and
1414
```bash
1515
$ helm repo add
1616
$ helm repo update
17-
$ helm search repo /platform-grafana-dashboards --version=v2025.9.15
18-
$ helm upgrade -i /platform-grafana-dashboards -n --create-namespace --version=v2025.9.15
17+
$ helm search repo /platform-grafana-dashboards --version=v2025.10.17
18+
$ helm upgrade -i /platform-grafana-dashboards -n --create-namespace --version=v2025.10.17
1919
```
2020

2121
## Introduction
@@ -30,7 +30,7 @@ This chart deploys on a [Kubernetes](http://kubernetes.io) cluster using the [H
3030
To install/upgrade the chart with the release name ``:
3131

3232
```bash
33-
$ helm upgrade -i /platform-grafana-dashboards -n --create-namespace --version=v2025.9.15
33+
$ helm upgrade -i /platform-grafana-dashboards -n --create-namespace --version=v2025.10.17
3434
```
3535

3636
The command deploys on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
@@ -88,12 +88,12 @@ The following table lists the configurable parameters of the `platform-grafana-d
8888
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:
8989

9090
```bash
91-
$ helm upgrade -i /platform-grafana-dashboards -n --create-namespace --version=v2025.9.15 --set resources=["nats"]
91+
$ helm upgrade -i /platform-grafana-dashboards -n --create-namespace --version=v2025.10.17 --set resources=["nats"]
9292
```
9393

9494
Alternatively, a YAML file that specifies the values for the parameters can be provided while
9595
installing the chart. For example:
9696

9797
```bash
98-
$ helm upgrade -i /platform-grafana-dashboards -n --create-namespace --version=v2025.9.15 --values values.yaml
98+
$ helm upgrade -i /platform-grafana-dashboards -n --create-namespace --version=v2025.10.17 --values values.yaml
9999
```

0 commit comments

Comments
 (0)