mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
@@ -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 }}
|
||||
Reference in New Issue
Block a user