diff --git a/stable/instana-agent/Chart.yaml b/stable/instana-agent/Chart.yaml index eb40c4e90f..ad0c0bf8cd 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.16 +version: 1.0.17 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 2bd932bc72..136aa93b02 100644 --- a/stable/instana-agent/README.md +++ b/stable/instana-agent/README.md @@ -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.17` | +| `agent.image.tag` | The image tag to pull | `1.0.28` | | `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/templates/daemonset.yaml b/stable/instana-agent/templates/daemonset.yaml index 4fa8ca00ba..118563496b 100644 --- a/stable/instana-agent/templates/daemonset.yaml +++ b/stable/instana-agent/templates/daemonset.yaml @@ -19,7 +19,7 @@ spec: {{- toYaml .Values.agent.pod.annotations | nindent 8 }} {{- end }} spec: - serviceAccount: {{ template "instana-agent.serviceAccountName" . }} + serviceAccountName: {{ template "instana-agent.serviceAccountName" . }} hostIPC: true hostNetwork: true hostPID: true diff --git a/stable/instana-agent/values.yaml b/stable/instana-agent/values.yaml index 33821ab6dc..ca7fa7febf 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.17 + tag: 1.0.28 # agent.image.pullPolicy specifies when to pull the image container. pullPolicy: IfNotPresent