From 003d7003ccba9c5b8a195098ba0baf0f4651cbb5 Mon Sep 17 00:00:00 2001 From: Dahlia B <149529+dlbock@users.noreply.github.com> Date: Thu, 2 Jan 2020 16:13:41 -0600 Subject: [PATCH] [stable/instana-agent] Chart version 1.0.21 (#19841) Signed-off-by: Instana CD --- stable/instana-agent/Chart.yaml | 2 +- stable/instana-agent/README.md | 4 ++-- stable/instana-agent/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/instana-agent/Chart.yaml b/stable/instana-agent/Chart.yaml index 2506203e13..6dd88d9a7e 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.20 +version: 1.0.21 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 5554cd2f60..9e2c87b139 100644 --- a/stable/instana-agent/README.md +++ b/stable/instana-agent/README.md @@ -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` | diff --git a/stable/instana-agent/values.yaml b/stable/instana-agent/values.yaml index 7471547245..3c5ab7249c 100644 --- a/stable/instana-agent/values.yaml +++ b/stable/instana-agent/values.yaml @@ -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.