Commit 94916aa0 by Dahlia Bock

[instana-agent/v1.0.18] Update instana/agent Docker image to latest 1.0.29.…

[instana-agent/v1.0.18] Update instana/agent Docker image to latest 1.0.29. Update introduction in README Signed-off-by: 's avatarDahlia Bock <dlbock@gmail.com>
parent 497f1865
apiVersion: v1 apiVersion: v1
name: instana-agent name: instana-agent
version: 1.0.17 version: 1.0.18
appVersion: 1.0 appVersion: 1.0
description: Instana Agent for Kubernetes description: Instana Agent for Kubernetes
home: https://www.instana.com/ home: https://www.instana.com/
......
# Instana # Instana
[Instana](https://www.instana.com/) is a Dynamic APM for Microservice Applications Instana is an [APM solution(https://www.instana.com/) built for microservices that enables IT Ops to build applications faster and deliver higher quality services by automating monitoring, tracing and root cause analysis. This solution is optimized for [Kubernetes](https://www.instana.com/automatic-kubernetes-monitoring/).
## Introduction ## Introduction
This chart adds the Instana Agent to all schedulable nodes (e.g. by default, not masters) in your cluster via a `DaemonSet`. This chart adds the Instana Agent to all schedulable nodes in your cluster via a `DaemonSet`.
## Prerequisites ## Prerequisites
...@@ -88,7 +88,7 @@ The following table lists the configurable parameters of the Instana chart and t ...@@ -88,7 +88,7 @@ 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.endpointHost` | Instana Agent backend endpoint host | `saas-us-west-2.instana.io` |
| `agent.endpointPort` | Instana Agent backend endpoint port | `443` | | `agent.endpointPort` | Instana Agent backend endpoint port | `443` |
| `agent.image.name` | The image name to pull | `instana/agent` | | `agent.image.name` | The image name to pull | `instana/agent` |
| `agent.image.tag` | The image tag to pull | `1.0.28` | | `agent.image.tag` | The image tag to pull | `1.0.29` |
| `agent.image.pullPolicy` | Image pull policy | `IfNotPresent` | | `agent.image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `agent.key` | Your Instana Agent key | `nil` You must provide your own key | | `agent.key` | Your Instana Agent key | `nil` You must provide your own key |
| `agent.leaderElectorPort` | Instana leader elector sidecar port | `42655` | | `agent.leaderElectorPort` | Instana leader elector sidecar port | `42655` |
......
# Instana # Instana
[Instana](https://www.instana.com/) is a Dynamic APM for Microservice Applications Instana is an [APM solution(https://www.instana.com/) built for microservices that enables IT Ops to build applications faster and deliver higher quality services by automating monitoring tracing and root cause analysis. This solution is optimized for [Rancher](https://www.instana.com/rancher/).
## Introduction This chart adds the Instana Agent to all schedulable nodes in your cluster via a `DaemonSet`.
This chart adds the Instana Agent to all schedulable nodes (e.g. by default, not masters) in your cluster via a `DaemonSet`.
...@@ -64,7 +64,7 @@ questions: ...@@ -64,7 +64,7 @@ questions:
description: "The tag name of the Instana Agent container image" description: "The tag name of the Instana Agent container image"
type: string type: string
required: true required: true
default: "1.0.28" default: "1.0.29"
group: "Advanced Agent Configuration" group: "Advanced Agent Configuration"
- variable: agent.image.pullPolicy - variable: agent.image.pullPolicy
label: agent.image.pullPolicy label: agent.image.pullPolicy
......
...@@ -26,7 +26,7 @@ agent: ...@@ -26,7 +26,7 @@ agent:
# agent.image.name is the name of the container image of the Instana agent. # agent.image.name is the name of the container image of the Instana agent.
name: instana/agent name: instana/agent
# agent.image.tag is the tag name of the agent container image. # agent.image.tag is the tag name of the agent container image.
tag: 1.0.28 tag: 1.0.29
# agent.image.pullPolicy specifies when to pull the image container. # agent.image.pullPolicy specifies when to pull the image container.
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
......
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