Commit 31056c27 by Instana CD

[instana-agent/v1.0.21] Chart version 1.0.21

parent 9af941b8
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` |
......
......@@ -64,14 +64,14 @@ questions:
description: "The tag name of the Instana Agent container image"
type: string
required: true
default: "1.0.29"
default: "latest"
group: "Advanced Agent Configuration"
- variable: agent.image.pullPolicy
label: agent.image.pullPolicy
description: "Specifies when to pull the Instana Agent image container"
type: string
required: true
default: "IfNotPresent"
default: "Always"
group: "Advanced Agent Configuration"
- variable: agent.leaderElectorPort
label: agent.leaderElectorPort
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment