diff --git a/charts/k8spacket/Chart.yaml b/charts/k8spacket/Chart.yaml index 81d7e8e..ded2692 100644 --- a/charts/k8spacket/Chart.yaml +++ b/charts/k8spacket/Chart.yaml @@ -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 \ No newline at end of file +version: 2.1.0 +appVersion: 2.1.0 \ No newline at end of file diff --git a/charts/k8spacket/templates/daemonset.yaml b/charts/k8spacket/templates/daemonset.yaml index 6889c8e..6560632 100644 --- a/charts/k8spacket/templates/daemonset.yaml +++ b/charts/k8spacket/templates/daemonset.yaml @@ -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: @@ -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 }} \ No newline at end of file diff --git a/charts/k8spacket/values.yaml b/charts/k8spacket/values.yaml index 4d4d4cf..e824ea2 100644 --- a/charts/k8spacket/values.yaml +++ b/charts/k8spacket/values.yaml @@ -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