Skip to content

Commit

Permalink
Update OTEL Operator to v0.46.0 release (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
awxfeix authored Mar 15, 2022
1 parent 8820ae2 commit 85cd2dc
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/opentelemetry-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: opentelemetry-operator
version: 0.6.4
version: 0.6.5
description: OpenTelemetry Operator Helm chart for Kubernetes
type: application
home: https://opentelemetry.io/
Expand All @@ -15,4 +15,4 @@ maintainers:
- name: alolita
- name: Aneurysm9
icon: https://raw.githubusercontent.com/cncf/artwork/a718fa97fffec1b9fd14147682e9e3ac0c8817cb/projects/opentelemetry/icon/color/opentelemetry-icon-color.png
appVersion: 0.45.0
appVersion: 0.46.0
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ spec:
imagePullPolicy:
description: ImagePullPolicy indicates the pull policy to be used for retrieving the container image (Always, Never, IfNotPresent)
type: string
maxReplicas:
description: MaxReplicas sets an upper bound to the autoscaling feature. If MaxReplicas is set autoscaling is enabled.
format: int32
type: integer
mode:
description: Mode represents how the collector should be deployed (deployment, daemonset, statefulset or sidecar)
enum:
Expand Down
12 changes: 12 additions & 0 deletions charts/opentelemetry-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,18 @@ rules:
- patch
- update
- watch
- apiGroups:
- autoscaling
resources:
- horizontalpodautoscalers
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- coordination.k8s.io
resources:
Expand Down
2 changes: 1 addition & 1 deletion charts/opentelemetry-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ nameOverride: ""
manager:
image:
repository: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
tag: v0.45.0
tag: v0.46.0
collectorImage:
repository:
tag:
Expand Down

0 comments on commit 85cd2dc

Please sign in to comment.