Skip to content

Commit

Permalink
Upgrade golang & dependencies (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
k8spacket committed May 27, 2024
1 parent 0428437 commit 0d98a1c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/k8spacket/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ description: A Helm chart for k8spacket tool
maintainers:
- name: k8spacket
email: k8spacket@gmail.com
version: 2.0.2
appVersion: 2.0.0
version: 2.0.3
appVersion: 2.0.2
6 changes: 4 additions & 2 deletions charts/k8spacket/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ spec:
resources:
{{- toYaml .Values.resources | nindent 12 }}
env:
- name: K8S_PACKET_NAME_LABEL_VALUE
value: {{ include "k8spacket.name" . }}
- name: K8S_PACKET_API_FIELD_SELECTOR
value: {{ .Values.k8sPacket.api.fieldSelector }}
- name: K8S_PACKET_API_LABEL_SELECTOR
value: {{ .Values.k8sPacket.api.labelSelector }}
- name: K8S_PACKET_REVERSE_GEOIP2_DB_PATH
value: {{ .Values.k8sPacket.reverseLookup.geoipDBPath }}
- name: K8S_PACKET_REVERSE_WHOIS_REGEXP
Expand Down
7 changes: 5 additions & 2 deletions charts/k8spacket/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,12 @@ tolerations: []

k8sPacket:
## Available plugin releases. Custom plugins can be provided
api:
fieldSelector: status.phase=Running
labelSelector: name=k8spacket
plugins:
- https://github.com/k8spacket/plugins/releases/download/v2.0.1/nodegraph-$(arch).so
- https://github.com/k8spacket/plugins/releases/download/v2.0.1/tls-parser-$(arch).so
- https://github.com/k8spacket/plugins/releases/download/v2.0.2/nodegraph-$(arch).so
- https://github.com/k8spacket/plugins/releases/download/v2.0.2/tls-parser-$(arch).so
reverseLookup:
## Reverse lookup db file based on GeoLite2 Free Geolocation Data
## See: https://dev.maxmind.com/geoip/geolite2-free-geolocation-data?lang=en
Expand Down

0 comments on commit 0d98a1c

Please sign in to comment.