Skip to content

Commit

Permalink
Update agent version to v1.31.0. (#209)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 19, 2021
1 parent 9655b51 commit b4e5795
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/netdata/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: netdata
version: 3.6.8
version: 3.6.9
description: Real-time performance monitoring, done right!
type: application
keywords:
Expand All @@ -25,4 +25,4 @@ maintainers:
- name: Oleksii Kravchenko
email: kamikaze.ua@gmail.com
icon: https://netdata.github.io/helmchart/logo.png
appVersion: v1.30.1
appVersion: v1.31.0
4 changes: 2 additions & 2 deletions 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.6.7](https://img.shields.io/badge/Version-3.6.7-informational) ![AppVersion: v1.30.1](https://img.shields.io/badge/AppVersion-v1.30.1-informational)
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/netdata)](https://artifacthub.io/packages/search?repo=netdata) ![Version: 3.6.7](https://img.shields.io/badge/Version-3.6.7-informational) ![AppVersion: v1.31.0](https://img.shields.io/badge/AppVersion-v1.31.0-informational)

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

Expand Down Expand Up @@ -85,7 +85,7 @@ The following table lists the configurable parameters of the netdata chart and t
| `kubeVersion` | Kubernetes version | Autodetected |
| `replicaCount` | Number of `replicas` for the parent netdata `Deployment` | `1` |
| `image.repository` | Container image repo | `netdata/netdata` |
| `image.tag` | Container image tag | Latest stable netdata release (e.g. `v1.30.1`) |
| `image.tag` | Container image tag | Latest stable netdata release (e.g. `v1.31.0`) |
| `image.pullPolicy` | Container image pull policy | `Always` |
| `service.type` | Parent service type | `ClusterIP` |
| `service.port` | Parent service port | `19999` |
Expand Down

0 comments on commit b4e5795

Please sign in to comment.