mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix issues with previous version (#17215)
Signed-off-by: Ciprian Hacman <ciprian.hacman@sematext.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
8dba0886a9
commit
745a58bdca
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user