Skip to content

Commit

Permalink
2.1.0 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
k8spacket committed Sep 5, 2024
1 parent 3e05ed8 commit a8319bc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 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.6
appVersion: 2.0.5
version: 2.1.0
appVersion: 2.1.0
15 changes: 0 additions & 15 deletions charts/k8spacket/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,6 @@ spec:
{{- if .Values.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName }}
{{- end }}
initContainers:
- name: init-k8spacket
image: {{ .Values.initContainer.image }}
imagePullPolicy: {{ .Values.initContainer.pullPolicy }}
command: [ 'sh', '-c', "cd ./plugins && eval echo $(echo $K8S_PACKET_AVAILABLE_PLUGINS) | tr ',' '\n' | xargs wget 2>> /dev/termination-log" ]
env:
- name: K8S_PACKET_AVAILABLE_PLUGINS
value: '{{ join "," .Values.k8sPacket.plugins }}'
volumeMounts:
- mountPath: /plugins
name: plugins
containers:
- name: {{ .Chart.Name }}
securityContext:
Expand Down Expand Up @@ -101,13 +90,9 @@ spec:
- name: K8S_PACKET_TLS_METRICS_ENABLED
value: {{ .Values.k8sPacket.tls.metrics.enabled | quote }}
volumeMounts:
- mountPath: /home/k8spacket/plugins
name: plugins
- mountPath: /sys/kernel/tracing
name: tracing
volumes:
- name: plugins
emptyDir: {}
- name: tracing
hostPath:
path: {{ .Values.k8sPacket.volumes.tracingPath }}
4 changes: 0 additions & 4 deletions charts/k8spacket/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,9 @@ serviceMonitor:
metricRelabelings: []

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.5/nodegraph-$(arch).so
- https://github.com/k8spacket/plugins/releases/download/v2.0.5/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 a8319bc

Please sign in to comment.