Merge "Update rbac api version for elastic-metricbeat"
This commit is contained in:
commit
3e4a46d450
@ -15,7 +15,7 @@ apiVersion: v1
|
||||
appVersion: v7.1.0
|
||||
description: OpenStack-Helm Elastic Metricbeat
|
||||
name: elastic-metricbeat
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
home: https://www.elastic.co/products/beats/metricbeat
|
||||
sources:
|
||||
- https://github.com/elastic/beats/tree/master/metricbeat
|
||||
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||
{{- $serviceAccountName := printf "%s-%s" .Release.Name "metricbeat-deployments" }}
|
||||
{{ tuple $envAll "metricbeat" $serviceAccountName | include "helm-toolkit.snippets.kubernetes_pod_rbac_serviceaccount" }}
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
name: {{ $serviceAccountName }}
|
||||
|
@ -2,4 +2,5 @@
|
||||
elastic-metricbeat:
|
||||
- 0.1.0 Initial Chart
|
||||
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
|
||||
- 0.1.2 Update RBAC apiVersion from /v1beta1 to /v1
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user