[stable/jaeger-operator] Align resources with the latest jaeger-operator 1.14.0 (#18320)

* Align resources with the latest jaeger-operator 1.14.0
Fixing a known issue https://github.com/jaegertracing/jaeger-operator/issues/721

Signed-off-by: Anatoli Iariomenco <anatoli.iariomenco@qlik.com>

* Align resources with the latest jaeger-operator 1.14.0
Fixing a known issue https://github.com/jaegertracing/jaeger-operator/issues/721

Signed-off-by: Anatoli Iariomenco <anatoli.iariomenco@qlik.com>

* Chart version bump.

Signed-off-by: Anatoli Iariomenco <anatoli.iariomenco@qlik.com>
This commit is contained in:
Anatoli Iariomenco
2019-10-25 07:09:39 -07:00
committed by Kubernetes Prow Robot
parent 94c4dad3fd
commit ba24986490
4 changed files with 28 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: jaeger-operator Helm chart for Kubernetes
name: jaeger-operator
version: 2.10.1
version: 2.10.2
appVersion: 1.14.0
home: https://www.jaegertracing.io/
icon: https://www.jaegertracing.io/img/jaeger-icon-reverse-color.svg
@@ -18,3 +18,7 @@ spec:
singular: jaeger
scope: Namespaced
version: v1
versions:
- name: v1
served: true
storage: true
@@ -44,6 +44,10 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: OPERATOR_NAME
value: {{ include "jaeger-operator.fullname" . | quote }}
resources:
@@ -45,6 +45,10 @@ rules:
- apiGroups:
- extensions
resources:
- replicasets
- deployments
- daemonsets
- statefulsets
- ingresses
verbs:
- "*"
@@ -73,6 +77,21 @@ rules:
- '*'
verbs:
- '*'
- apiGroups:
- rbac.authorization.k8s.io
resources:
- clusterrolebindings
verbs:
- '*'
- apiGroups:
- apps
- extensions
resourceNames:
- jaeger-operator
resources:
- deployments/finalizers
verbs:
- update
{{- if .Values.rbac.pspEnabled }}
- apiGroups: ['policy']
resources: ['podsecuritypolicies']