Skip to content

Commit b91a33a

Browse files
lastradanetkgrubb
andauthored
Fixes issue #44 (#45)
* Fixes issue #44 * Bump Chart.yaml --------- Co-authored-by: Keli (Madison) Grubb <madison@elastiflow.com>
1 parent fadafe7 commit b91a33a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/netobserv/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: netobserv
33
description: ElastiFlow NetObserv
44
type: application
5-
version: 0.4.7
5+
version: 0.4.8
66
appVersion: 7.11.1
77
icon: https://artifacthub.io/image/a7c44004-9982-4ba1-a4c9-c626340d3d38@2x
88
sources:

charts/netobserv/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ spec:
7575
{{- toYaml . | nindent 12 }}
7676
{{- end }}
7777
{{- if .Values.license.accountId }}
78-
- name: EF_ACCOUNT_ID
78+
- name: EF_ACCOUNT_ID
7979
value: {{ .Values.license.accountId }}
8080
{{- end }}
8181
{{- if .Values.outputElasticsearch.enabled }}

0 commit comments

Comments
 (0)