Skip to content

Commit

Permalink
maint: Bump agent version to v0.0.22-alpha (#300)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Updates agent image version to
[v0.0.22-alpha](https://github.com/honeycombio/honeycomb-network-agent/releases/tag/v0.0.22-alpha)

## Short description of the changes
- Update chart's appVersion to v0.0.22-alpha
- Updates additional env var examples
  • Loading branch information
MikeGoldsmith authored Oct 17, 2023
1 parent ff8143b commit 23d9727
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/network-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: network-agent
description: Honeycomb Network Agent
version: 0.0.1
appVersion: v0.0.20-alpha
appVersion: v0.0.22-alpha
home: https://honeycomb.io
sources:
- https://github.com/honeycombio/honeycomb-network-agent
Expand Down
10 changes: 8 additions & 2 deletions charts/network-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ resources: {}
extraEnvVars:
# - name: ENV_VAR
# value: value
# Add extra attributes to all events
# - name: ADDITIONAL_ATTRIBUTES
# value: "key1=value1,key2=value2"
# Disable including the request URL in events
# - name: INCLUDE_REQUEST_URL
# value: "false"
# Configures the list of HTTP headers to be recorded from requests/responses.
# - name: HTTP_HEADERS
# value: header1,header2
# - name: HTTP_HEADERS
# value: "User-Agent,X-Custom-Header"

0 comments on commit 23d9727

Please sign in to comment.