Skip to content

Commit

Permalink
[enterprise-logs-simple] managed-by should not be templated
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Leggett <[email protected]>
  • Loading branch information
bleggett committed Nov 4, 2024
1 parent 23a0a9f commit 1ab7f33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion charts/enterprise-logs-simple/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: "v2"
name: "enterprise-logs-simple"
type: application
version: "1.3.0"
version: "1.3.1"
appVersion: "v1.4.0"
kubeVersion: "^1.10.0-0"
description: "DEPRECATED Grafana Enterprise Logs (Simple Scalable)"
Expand Down
1 change: 0 additions & 1 deletion charts/enterprise-logs-simple/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ helm.sh/chart: {{ include "enterprise-logs.chart" . }}
{{- if .Chart.AppVersion }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- end }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- end }}

{{/*
Expand Down

0 comments on commit 1ab7f33

Please sign in to comment.