Skip to content

Commit

Permalink
[opentelemetry-operator] bugfixing (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
timojohlo authored Aug 14, 2024
1 parent bc99ae2 commit d5fde1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion opentelemetry-operator/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
apiVersion: v2
appVersion: v0.104.0
name: opentelemetry-operator
version: 0.2.4
version: 0.2.5
description: OpenTelemetry Operator Helm chart for Kubernetes
icon: https://raw.githubusercontent.com/cncf/artwork/a718fa97fffec1b9fd14147682e9e3ac0c8817cb/projects/opentelemetry/icon/color/opentelemetry-icon-color.png
type: application
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-operator/chart/templates/logs-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
journald:
directory: /var/log/journal

k8s_events:$
k8s_events:
auth_type: serviceAccount

filelog:
Expand Down
4 changes: 2 additions & 2 deletions opentelemetry-operator/plugindefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ kind: PluginDefinition
metadata:
name: opentelemetry-operator
spec:
version: 0.2.4
version: 0.2.5
description: opentelemetry-operator
icon: https://raw.githubusercontent.com/cloudoperators/greenhouse-extensions/main/opentelemetry-operator/logo.png
helmChart:
name: opentelemetry-operator
repository: oci://ghcr.io/cloudoperators/greenhouse-extensions/charts
version: 0.2.4
version: 0.2.5
options:
- description: Username for OpenSearch endpoint
name: open_telemetry.opensearch_logs.username
Expand Down

0 comments on commit d5fde1b

Please sign in to comment.