Skip to content

Commit

Permalink
Fix minor error in DaemonSet
Browse files Browse the repository at this point in the history
  • Loading branch information
knatsakis committed Dec 1, 2020
1 parent ca7f75b commit b4f8e1f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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.3.0
version: 3.3.1
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.3.0](https://img.shields.io/badge/Version-3.3.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.3.1](https://img.shields.io/badge/Version-3.3.1-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: 0 additions & 1 deletion charts/netdata/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ spec:
command:
- "/bin/sh"
- "-c"
- >-
- exec /usr/sbin/run.sh
-W set2 cloud global enabled true
-W set2 cloud global "cloud base url" "{{ .url }}"
Expand Down

0 comments on commit b4f8e1f

Please sign in to comment.