[stable/instana] Bump leadership-elector to 0.5.4 (#14382)

* [stable/instana-agent] Bump leadership-elector to 0.5.4

Updated leader-elector to 0.5.4 which uses a distroless image to reduce
 the number of ongoing vulnerabilities to 3 Debian stretch libraries:

- busybox
- glibc
- openssl

refs #180

Signed-off-by: Nathan Fisher <nfisher@junctionbox.ca>

* [stable/instana-agent] Add nfisher as owner

Signed-off-by: Nathan Fisher <nfisher@junctionbox.ca>
This commit is contained in:
Nathan Fisher
2019-05-31 09:52:27 -07:00
committed by Kubernetes Prow Robot
parent bd41724ccc
commit 43e9ce957f
3 changed files with 11 additions and 3 deletions
+3 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: instana-agent
version: 1.0.9
version: 1.0.10
appVersion: 1.0
description: Instana Agent for Kubernetes
home: https://www.instana.com/
@@ -20,3 +20,5 @@ maintainers:
email: miel.donkers@instana.com
- name: dlbock
email: dahlia.bock@instana.com
- name: nfisher
email: nathan.fisher@instana.com
+2
View File
@@ -5,6 +5,7 @@ approvers:
- fstab
- mdonkers
- dlbock
- nfisher
reviewers:
- jbrisbin
- wiggzz
@@ -12,3 +13,4 @@ reviewers:
- fstab
- mdonkers
- dlbock
- nfisher
@@ -122,13 +122,17 @@ spec:
ports:
- containerPort: 42699
- name: {{ template "instana-agent.name" . }}-leader-elector
image: instana/leader-elector:0.5.1
image: instana/leader-elector:0.5.4
env:
- name: INSTANA_AGENT_POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
args: ["--election=instana", "--http=localhost:{{ default 42655 .Values.agent.leaderElectorPort }}", "--id=$(INSTANA_AGENT_POD_NAME)"]
command:
- "/app/server"
- "--election=instana"
- "--http=localhost:{{ default 42655 .Values.agent.leaderElectorPort }}"
- "--id=$(INSTANA_AGENT_POD_NAME)"
resources:
requests:
cpu: 0.1