[stable/instana-agent] Chart version 1.0.27 (#21943)

Signed-off-by: Instana CD <instanacd@instana.com>

Co-authored-by: Instana CD <instanacd@instana.com>
This commit is contained in:
Dahlia B
2020-04-15 10:50:04 -07:00
committed by GitHub
co-authored by Instana CD
parent 3921dbbc09
commit 43cf0af5ff
3 changed files with 7 additions and 12 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ maintainers:
name: instana-agent
sources:
- https://github.com/instana/instana-agent-docker
version: 1.0.26
version: 1.0.27
@@ -28,6 +28,8 @@ rules:
resources:
- "deployments"
- "replicasets"
- "daemonsets"
- "statefulsets"
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources:
@@ -45,6 +47,10 @@ rules:
resources:
- "endpoints"
verbs: ["create", "update", "patch"]
- apiGroups: ["networking.k8s.io"]
resources:
- "ingresses"
verbs: ["get", "list", "watch"]
{{- if .Values.agent.supportOpenshift }}
- apiGroups: ["apps.openshift.io"]
resources:
@@ -1,11 +0,0 @@
{{- if .Values.agent.downloadKey }}
apiVersion: v1
kind: Secret
metadata:
name: {{ template "instana-agent.fullname" . }}-download-secret
labels:
{{- include "instana-agent.commonLabels" . | nindent 4 }}
type: Opaque
data:
key: {{ .Values.agent.downloadKey | b64enc | quote }}
{{- end }}