File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
charts/platform-grafana-dashboards Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : platform-grafana-dashboards
33description : A Helm chart for Platform Grafana dashboards by ByteBuilders
44type : application
5- version : v2025.9.15
6- appVersion : v2025.9.15
5+ version : v2025.10.17
6+ appVersion : v2025.10.17
77home : https://github.com/bytebuilders
88icon : https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png
99sources :
Original file line number Diff line number Diff 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
3030To 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
3636The 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
8888Specify 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
9494Alternatively, a YAML file that specifies the values for the parameters can be provided while
9595installing 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```
You can’t perform that action at this time.
0 commit comments