File tree 3 files changed +4
-2
lines changed 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies:
25
25
# to the chart and its templates, including the app version.
26
26
# Versions are expected to follow Semantic Versioning (https://semver.org/)
27
27
28
- version : 4.2.6
28
+ version : 4.2.7
29
29
30
30
31
31
# This is the version number of the application being deployed. This version number should be
Original file line number Diff line number Diff line change @@ -412,6 +412,8 @@ If you don't want the sub charts to installed add the relevant flag per sub char
412
412
413
413
414
414
## Change log
415
+ * 4.2.7
416
+ - Fix ` cluster-admin ` cluster role binding creation condition
415
417
* 4.2.6
416
418
- Upgrade ` otel/opentelemetry-collector-contrib ` image to ` v0.103.0 `
417
419
- Fix standalone self metrics collection for EKS Fargate
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ subjects:
18
18
name : {{ include "opentelemetry-collector.serviceAccountName" . }}
19
19
namespace : {{ .Release.Namespace }}
20
20
{{- end -}}
21
- {{- if and .Values.managedServiceAccount .Values.standaloneCollector.enabled }}
21
+ {{- if and (eq .Values.collector.mode "standalone") ( .Values.managedServiceAccount) }}
22
22
apiVersion : rbac.authorization.k8s.io/v1
23
23
kind : ClusterRoleBinding
24
24
metadata :
You can’t perform that action at this time.
0 commit comments