Skip to content

Commit

Permalink
deps: upgrade otel-operator chart to 0.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm-sumo committed Jan 23, 2024
1 parent 2057711 commit e39743f
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .changelog/3457.changed.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
deps: update opentelemetry operator to 0.44.2
deps: update opentelemetry operator to 0.46.0
1 change: 1 addition & 0 deletions .changelog/3515.changed.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
deps: update opentelemetry operator to 0.46.0
2 changes: 1 addition & 1 deletion deploy/helm/sumologic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ dependencies:
repository: https://sumologic.github.io/tailing-sidecar
condition: tailing-sidecar-operator.enabled
- name: opentelemetry-operator
version: 0.44.2
version: 0.46.0
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
condition: opentelemetry-operator.enabled,sumologic.metrics.collector.otelcol.enabled
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ spec:
{{- if .Values.sumologic.metrics.collector.otelcol.allocationStrategy }}
allocationStrategy: {{ .Values.sumologic.metrics.collector.otelcol.allocationStrategy }}
{{- end }}
# we set serviceAccount to work around https://github.com/open-telemetry/opentelemetry-operator/issues/2443
# TODO: drop this after the above is fixed
serviceAccount: {{ template "sumologic.metadata.name.metrics.targetallocator.serviceaccount" . }}
enabled: true
filterStrategy: relabel-config
prometheusCR:
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The following table displays the currently used software versions for our Helm c
| Name | Version |
| ----------------------------------------- | ------- |
| OpenTelemetry Collector | 0.90.1 |
| OpenTelemetry Operator | 0.44.2 |
| OpenTelemetry Operator | 0.46.0 |
| kube-prometheus-stack/Prometheus Operator | 40.5.0 |
| Falco | 3.8.7 |
| Telegraf Operator | 1.3.12 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ spec:
replicas: 1
serviceAccount: RELEASE-NAME-sumologic-metrics
targetAllocator:
# we set serviceAccount to work around https://github.com/open-telemetry/opentelemetry-operator/issues/2443
# TODO: drop this after the above is fixed
serviceAccount: RELEASE-NAME-sumologic-metrics-targetallocator
enabled: true
filterStrategy: relabel-config
prometheusCR:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ spec:
serviceAccount: RELEASE-NAME-sumologic-metrics
targetAllocator:
allocationStrategy: consistent-hashing
# we set serviceAccount to work around https://github.com/open-telemetry/opentelemetry-operator/issues/2443
# TODO: drop this after the above is fixed
serviceAccount: RELEASE-NAME-sumologic-metrics-targetallocator
enabled: true
filterStrategy: relabel-config
prometheusCR:
Expand Down

0 comments on commit e39743f

Please sign in to comment.