Skip to content

Commit

Permalink
Show information about server TLS certificate chain (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
k8spacket authored Jan 10, 2023
1 parent e407400 commit 1e15db4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: [email protected]
version: 1.0.1
appVersion: 1.0.1
version: 1.1.0
appVersion: 1.1.0
4 changes: 2 additions & 2 deletions charts/k8spacket/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ tolerations: []
k8sPacket:
## Available plugin releases. Custom plugins can be provided
plugins:
- https://github.com/k8spacket/plugins/releases/download/v1.0.1/nodegraph-$(arch).so
- https://github.com/k8spacket/plugins/releases/download/v1.0.1/tls-parser-$(arch).so
- https://github.com/k8spacket/plugins/releases/download/v1.1.0/nodegraph-$(arch).so
- https://github.com/k8spacket/plugins/releases/download/v1.1.0/tls-parser-$(arch).so
metrics:
## Hide source port when 'true' (set to string value 'dynamic' instead of decimal real source port) for Prometheus metrics cardinality reasons
hideSourcePort: true
Expand Down

0 comments on commit 1e15db4

Please sign in to comment.