From 745a58bdca2858e28b31494fe2d89df1a23b0771 Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Wed, 18 Sep 2019 17:29:29 +0300 Subject: [PATCH] fix issues with previous version (#17215) Signed-off-by: Ciprian Hacman --- stable/sematext-agent/Chart.yaml | 4 ++-- stable/sematext-agent/templates/daemonset.yaml | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/stable/sematext-agent/Chart.yaml b/stable/sematext-agent/Chart.yaml index a672820591..41cdf9926c 100644 --- a/stable/sematext-agent/Chart.yaml +++ b/stable/sematext-agent/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 appVersion: "1.0" -version: 1.0.16 +version: 1.0.17 description: Helm chart for deploying Sematext Agent to Kubernetes keywords: - sematext @@ -10,7 +10,7 @@ keywords: - containers - ebpf home: https://sematext.com/cloud -icon: https://sematext.com/wp-content/uploads/2017/09/octi-square-logo-200x200-2.png +icon: https://cdn.sematext.com/octi-square-logo.png maintainers: - name: hakman email: ciprian.hacman@sematext.com diff --git a/stable/sematext-agent/templates/daemonset.yaml b/stable/sematext-agent/templates/daemonset.yaml index b6230a2b1a..52a7ce8e52 100644 --- a/stable/sematext-agent/templates/daemonset.yaml +++ b/stable/sematext-agent/templates/daemonset.yaml @@ -24,7 +24,6 @@ spec: release: {{ .Release.Name }} annotations: checksum/config-agent: {{ include (print $.Template.BasePath "/configmap-agent.yaml") . | sha256sum }} - checksum/config-agent-autodisco: {{ include (print $.Template.BasePath "/configmap-agent-autodisco.yaml") . | sha256sum }} checksum/config-logagent: {{ include (print $.Template.BasePath "/configmap-logagent.yaml") . | sha256sum }} checksum/config-logagent-custom-configs: {{ include (print $.Template.BasePath "/configmap-logagent-custom-configs.yaml") . | sha256sum }} checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }} @@ -110,8 +109,6 @@ spec: - configMapRef: name: {{ template "sematext-agent.fullname" . }}-logagent volumeMounts: - - name: docker-sock - mountPath: /var/run/docker.sock {{- if .Values.logagent.customConfigs }} - mountPath: /etc/sematext name: logagent-config-volume