[stable/instana-agent] Update instana/agent Docker image to latest 1.0.29. Update introduction in README (#18088)

Signed-off-by: Dahlia Bock <dlbock@gmail.com>
This commit is contained in:
Dahlia B
2019-10-18 13:59:37 -07:00
committed by Kubernetes Prow Robot
parent e6bffc2f50
commit d093c4dcc9
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: instana-agent
version: 1.0.17
version: 1.0.18
appVersion: 1.0
description: Instana Agent for Kubernetes
home: https://www.instana.com/
+3 -3
View File
@@ -1,10 +1,10 @@
# 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
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
@@ -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.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.28` |
| `agent.image.tag` | The image tag to pull | `1.0.29` |
| `agent.image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `agent.key` | Your Instana Agent key | `nil` You must provide your own key |
| `agent.leaderElectorPort` | Instana leader elector sidecar port | `42655` |
+1 -1
View File
@@ -26,7 +26,7 @@ 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.28
tag: 1.0.29
# agent.image.pullPolicy specifies when to pull the image container.
pullPolicy: IfNotPresent