Skip to content

Commit

Permalink
allow netdata to get/list namespaces (#183)
Browse files Browse the repository at this point in the history
* allow nd get/list namespaces

* bump version
  • Loading branch information
ilyam8 authored Nov 24, 2020
1 parent 26d07d2 commit bd9f01f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/netdata/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: netdata
version: 3.1.0
version: 3.2.0
description: Real-time performance monitoring, done right!
type: application
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/netdata/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Netdata Helm chart for Kubernetes deployments

[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/netdata)](https://artifacthub.io/packages/search?repo=netdata) ![Version: 3.1.0](https://img.shields.io/badge/Version-3.1.0-informational) ![AppVersion: v1.26.0](https://img.shields.io/badge/AppVersion-v1.26.0-informational)
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/netdata)](https://artifacthub.io/packages/search?repo=netdata) ![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational) ![AppVersion: v1.26.0](https://img.shields.io/badge/AppVersion-v1.26.0-informational)

_Based on the work of varyumin (https://github.com/varyumin/netdata)_.

Expand Down
1 change: 1 addition & 0 deletions charts/netdata/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ rules:
- "watch"
- apiGroups: [""]
resources:
- "namespaces"
- "resourcequotas"
verbs:
- "get"
Expand Down

0 comments on commit bd9f01f

Please sign in to comment.