Skip to content

Commit 0ec7507

Browse files
committed
bump version of netobserv to latest patch release. Add geoip update frequency to prevent maxmind pod from crashlooping.
1 parent e733ae4 commit 0ec7507

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

charts/netobserv/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: netobserv
33
description: ElastiFlow NetObserv
44
type: application
5-
version: 0.4.4
6-
appVersion: 7.5.3
5+
version: 0.4.5
6+
appVersion: 7.7.1
77

88
keywords:
99
- netflow

charts/netobserv/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ spec:
5656
{{- end }}
5757
- name: GEOIPUPDATE_DB_DIR
5858
value: /data
59+
- name: GEOIPUPDATE_FREQUENCY
60+
{{- if .Values.maxmind.geoipEnabled }}
61+
value: "{{ .Values.maxmind.geoipUpdateFrequency }}"
62+
{{- end }}
5963
volumeMounts:
6064
- name: geolite2-data
6165
mountPath: /data

charts/netobserv/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ maxmind:
118118
# Enabling geoip will look up the country, subdivisions (regions), city, and
119119
# postal code associated with IPv4 and IPv6 addresses.
120120
geoipEnabled: false
121+
# When geoip is enabled, this specifies the frequency in hours to update the MaxMind geoip database.
122+
geoipUpdateFrequency: 24
121123
accountId: ""
122124
licenseKey: ""
123125

0 commit comments

Comments
 (0)