Skip to content

Commit

Permalink
Update tgi dashboard
Browse files Browse the repository at this point in the history
Signed-off-by: Sanket <sanketsudake@gmail.com>
  • Loading branch information
sanketsudake committed Aug 21, 2024
1 parent f22c5f4 commit 17618ca
Show file tree
Hide file tree
Showing 3 changed files with 3,675 additions and 3,704 deletions.
2 changes: 1 addition & 1 deletion charts/infracloud-dashboards/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
30 changes: 30 additions & 0 deletions charts/infracloud-dashboards/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# infracloud-dashboards

A helm chart to deploy the [InfraCloud Dashboards](https://github.com/infracloudio/charts/tree/main/charts/infracloud-dashboards/grafana-dashboards) from InfraCloud. We have forked few original dashboards from community and added few customizations to make it work with our setup.

## Setup Helm Repository

```bash
helm repo add infracloud-charts https://infracloudio.github.io/charts
helm repo update
```

See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation.

## Installing the Chart

To install the chart with the release name `infracloud-dashboards`:

```bash
helm install infracloud-dashboards infracloud-charts/infracloud-dashboards
```

## Uninstalling the Chart

To uninstall the `infracloud-dashboards` deployment:

```bash
helm uninstall infracloud-dashboards
```

The command removes all the Kubernetes components associated with the chart and deletes the release.
Loading

0 comments on commit 17618ca

Please sign in to comment.