Skip to content

Commit

Permalink
disable alloy-metrics pod logs crds as they are causing issues with a…
Browse files Browse the repository at this point in the history
…lloy-logs (#148)
  • Loading branch information
QuentinBisson authored Oct 31, 2024
1 parent f2b85cf commit 9b327f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Disable crd installation from alloy-metrics as this is causing issues with the new v29 releases.

## [0.8.1] - 2024-10-17

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion helm/observability-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ managementCluster:
region: region

monitoring:
agent: prometheus-agent
agent: alloy
enabled: false
opsgenieApiKey: ""
prometheusVersion: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ alloy:
type: statefulset
replicas: {{ .Replicas }}
priorityClassName: {{ .PriorityClassName }}
crds:
create: false
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
Expand Down

0 comments on commit 9b327f4

Please sign in to comment.