Skip to content

Bump version to 7.7.1 #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/helm_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
uses: helm/[email protected]
- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: ct install --target-branch ${{ github.event.repository.default_branch }}
run: ct install --target-branch ${{ github.event.repository.default_branch }} --helm-extra-set-args="EF_OUTPUT_STDOUT_ENABLE=true"
4 changes: 2 additions & 2 deletions charts/netobserv/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: netobserv
description: ElastiFlow NetObserv
type: application
version: 0.4.4
appVersion: 7.5.3
version: 0.4.5
appVersion: 7.7.1

keywords:
- netflow
Expand Down
4 changes: 4 additions & 0 deletions charts/netobserv/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ spec:
{{- end }}
- name: GEOIPUPDATE_DB_DIR
value: /data
{{- if .Values.maxmind.geoipEnabled }}
- name: GEOIPUPDATE_FREQUENCY
value: "{{ .Values.maxmind.geoipUpdateFrequency }}"
{{- end }}
volumeMounts:
- name: geolite2-data
mountPath: /data
Expand Down
2 changes: 2 additions & 0 deletions charts/netobserv/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ maxmind:
# Enabling geoip will look up the country, subdivisions (regions), city, and
# postal code associated with IPv4 and IPv6 addresses.
geoipEnabled: false
# When geoip is enabled, this specifies the frequency in hours to update the MaxMind geoip database.
geoipUpdateFrequency: 24
accountId: ""
licenseKey: ""

Expand Down
Loading