Commit 38931288 by Dahlia Bock

[instana-agent/v1.0.17] Update the instana/agent image to latest 1.0.28. Use…

[instana-agent/v1.0.17] Update the instana/agent image to latest 1.0.28. Use serviceAccountName instead of serviceAccount in daemonset.yaml Signed-off-by: 's avatarDahlia Bock <dlbock@gmail.com>
parent 2c5568d1
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/
......
......@@ -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` |
......
......@@ -64,7 +64,7 @@ questions:
description: "The tag name of the Instana Agent container image"
type: string
required: true
default: "1.0.17"
default: "1.0.28"
group: "Advanced Agent Configuration"
- variable: agent.image.pullPolicy
label: agent.image.pullPolicy
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment