diff --git a/stable/instana-agent/Chart.yaml b/stable/instana-agent/Chart.yaml index ad0c0bf8cd..d0225b23f0 100644 --- a/stable/instana-agent/Chart.yaml +++ b/stable/instana-agent/Chart.yaml @@ -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/ diff --git a/stable/instana-agent/README.md b/stable/instana-agent/README.md index 136aa93b02..5554cd2f60 100644 --- a/stable/instana-agent/README.md +++ b/stable/instana-agent/README.md @@ -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` | diff --git a/stable/instana-agent/values.yaml b/stable/instana-agent/values.yaml index ca7fa7febf..87e6d3b034 100644 --- a/stable/instana-agent/values.yaml +++ b/stable/instana-agent/values.yaml @@ -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