Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ianarsenault committed Nov 15, 2024
1 parent b389802 commit 113a0ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.1.81 (2024-11-14)
---------------------------
charts/aws-otel-collector: add reserved capacity for cpu and memory metrics (closes #209)

Version 0.1.80 (2024-10-31)
---------------------------
charts/snowplow-iglu-server: Change annotations to deploy hook job only on post-install and not on post-upgrade (closes #205)
Expand Down
6 changes: 3 additions & 3 deletions charts/aws-otel-collector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ helm delete aws-otel-collector --namespace kube-system
| kube_state_metrics_enabled | bool | `false` | Whether to collect kube-state-metrics |
| performance_log_retention_in_days | int | `30` | The retention for performance log group |
| prometheus_log_retention_in_days | int | `30` | The retention for prometheus log group|
| resources.limits.cpu | string | `"200m"` | |
| resources.limits.cpu | string | `""` | |
| resources.limits.memory | string | `"200Mi"` | |
| resources.requests.cpu | string | `"200m"` | |
| resources.requests.memory | string | `"200Mi"` | |
| resources.requests.cpu | string | `"20m"` | |
| resources.requests.memory | string | `"100Mi"` | |
| serviceAccount.create | bool | `true` | Whether to create a service account or not |
| serviceAccount.name | string | `""` | The name of the service account to create or use |
| serviceAccount.annotations | object | `{}` | Optional annotations to be applied to service account |
Expand Down

0 comments on commit 113a0ae

Please sign in to comment.