Skip to content

Commit

Permalink
Update to Agent version 1.30.0 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferroin authored Apr 2, 2021
1 parent bbdebee commit c1266c9
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.3
version: 3.6.4
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.29.3
appVersion: v1.30.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.3](https://img.shields.io/badge/Version-3.6.3-informational) ![AppVersion: v1.29.3](https://img.shields.io/badge/AppVersion-v1.29.3-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.4](https://img.shields.io/badge/Version-3.6.4-informational) ![AppVersion: v1.30.0](https://img.shields.io/badge/AppVersion-v1.30.0-informational)

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

Expand Down Expand Up @@ -84,7 +84,7 @@ The following table lists the configurable parameters of the netdata chart and t
|------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------|
| `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.29.3`) |
| `image.tag` | Container image tag | Latest stable netdata release (e.g. `v1.30.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 c1266c9

Please sign in to comment.