Skip to content

Commit

Permalink
typo in the readme (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
kang-makes authored May 4, 2022
1 parent aa3e8c0 commit f09ffb8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/newrelic-infrastructure/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sources:
- https://github.com/newrelic/nri-kubernetes/tree/master/charts/newrelic-infrastructure
- https://github.com/newrelic/infrastructure-agent/

version: 3.3.2
version: 3.3.3
appVersion: 3.1.1

dependencies:
Expand Down
6 changes: 3 additions & 3 deletions charts/newrelic-infrastructure/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# newrelic-infrastructure

![Version: 3.3.2](https://img.shields.io/badge/Version-3.3.2-informational?style=flat-square) ![AppVersion: 3.1.1](https://img.shields.io/badge/AppVersion-3.1.1-informational?style=flat-square)
![Version: 3.3.3](https://img.shields.io/badge/Version-3.3.3-informational?style=flat-square) ![AppVersion: 3.1.1](https://img.shields.io/badge/AppVersion-3.1.1-informational?style=flat-square)

A Helm chart to deploy the New Relic Kubernetes monitoring solution

Expand All @@ -12,8 +12,8 @@ You can install this chart using [`nri-bundle`](https://github.com/newrelic/helm
[helm-charts repository](https://github.com/newrelic/helm-charts) or directly from this repository by adding this Helm repository:

```shell
helm repo add nri-kube-events https://newrelic.github.io/nri-kube-events
helm upgrade --install nri-kube-events/nri-kube-events -f your-custom-values.yaml
helm repo add nri-kubernetes https://newrelic.github.io/nri-kubernetes
helm upgrade --install nri-kubernetes/newrelic-infrastructure -f your-custom-values.yaml
```

## Source Code
Expand Down
4 changes: 2 additions & 2 deletions charts/newrelic-infrastructure/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ You can install this chart using [`nri-bundle`](https://github.com/newrelic/helm
[helm-charts repository](https://github.com/newrelic/helm-charts) or directly from this repository by adding this Helm repository:

```shell
helm repo add nri-kube-events https://newrelic.github.io/nri-kube-events
helm upgrade --install nri-kube-events/nri-kube-events -f your-custom-values.yaml
helm repo add nri-kubernetes https://newrelic.github.io/nri-kubernetes
helm upgrade --install nri-kubernetes/newrelic-infrastructure -f your-custom-values.yaml
```

{{ template "chart.sourcesSection" . }}
Expand Down

0 comments on commit f09ffb8

Please sign in to comment.