mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/instana-agent] Chart version 1.0.21 (#19841)
Signed-off-by: Instana CD <instanacd@instana.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
9caa79daf6
commit
003d7003cc
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: instana-agent
|
||||
version: 1.0.20
|
||||
version: 1.0.21
|
||||
appVersion: 1.0
|
||||
description: Instana Agent for Kubernetes
|
||||
home: https://www.instana.com/
|
||||
|
||||
@@ -88,8 +88,8 @@ The following table lists the configurable parameters of the Instana chart and t
|
||||
| `agent.endpointHost` | Instana Agent backend endpoint host | `saas-us-west-2.instana.io` |
|
||||
| `agent.endpointPort` | Instana Agent backend endpoint port | `443` |
|
||||
| `agent.image.name` | The image name to pull | `instana/agent` |
|
||||
| `agent.image.tag` | The image tag to pull | `1.0.29` |
|
||||
| `agent.image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `agent.image.tag` | The image tag to pull | `latest` |
|
||||
| `agent.image.pullPolicy` | Image pull policy | `Always` |
|
||||
| `agent.key` | Your Instana Agent key | `nil` You must provide your own key |
|
||||
| `agent.leaderElectorPort` | Instana leader elector sidecar port | `42655` |
|
||||
| `agent.listenAddress` | List of addresses to listen on, or "*" for all interfaces | `nil` |
|
||||
|
||||
@@ -26,9 +26,9 @@ agent:
|
||||
# agent.image.name is the name of the container image of the Instana agent.
|
||||
name: instana/agent
|
||||
# agent.image.tag is the tag name of the agent container image.
|
||||
tag: 1.0.42
|
||||
tag: latest
|
||||
# agent.image.pullPolicy specifies when to pull the image container.
|
||||
pullPolicy: IfNotPresent
|
||||
pullPolicy: Always
|
||||
|
||||
pod:
|
||||
# agent.pod.annotations are additional annotations to be added to the agent pods.
|
||||
|
||||
Reference in New Issue
Block a user