Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion logs/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

apiVersion: v2
name: logs
version: 0.0.7
version: 0.0.8
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
5 changes: 5 additions & 0 deletions logs/charts/templates/logs-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ spec:
receivers:
journald:
directory: /var/log/journal
start_at: beginning
storage: file_storage/journald
operators:
- id: journal-label
type: add
Expand Down Expand Up @@ -308,6 +310,8 @@ spec:
{{- end }}

extensions:
file_storage/journald:
directory: .
basicauth/failover_a:
client_auth:
username: ${failover_username_a}
Expand All @@ -328,6 +332,7 @@ spec:
max_retries: 0
service:
extensions:
- file_storage/journald
- basicauth/failover_a
{{- if .Values.openTelemetry.logsCollector.failover.enabled }}
- basicauth/failover_b
Expand Down
4 changes: 2 additions & 2 deletions logs/plugindefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ kind: PluginDefinition
metadata:
name: logs
spec:
version: 0.11.19
version: 0.11.20
displayName: Logs
description: Observability framework for instrumenting, generating, collecting, and exporting logs.
icon: https://raw.githubusercontent.com/cloudoperators/greenhouse-extensions/main/logs/logo.png
helmChart:
name: logs
repository: oci://ghcr.io/cloudoperators/greenhouse-extensions/charts
version: 0.0.7
version: 0.0.8
options:
- default: true
description: Set to true to enable the installation of the OpenTelemetry Operator.
Expand Down
Loading