mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/instana-agent] Update the instana/agent image to 1.0.28. Use serviceAccountName instead of serviceAccount in daemonset.yaml (#18000)
Signed-off-by: Dahlia Bock <dlbock@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
eb2c69b757
commit
ea068cd169
@@ -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/
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user