mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
e6bffc2f50
commit
d093c4dcc9
@@ -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/
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user