Skip to content

Commit

Permalink
fix(deps): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
obs-gh-colinhutchinson authored and obs-gh-abhishekrao committed Jan 27, 2025
1 parent 8853aac commit b2eb8c8
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 5 deletions.
3 changes: 3 additions & 0 deletions charts/agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,3 +459,6 @@ Chart to install K8s collection stack based on Observe Agent
| observe.token.value | string | `""` | |
| observe.traceToken.create | bool | `false` | |
| observe.traceToken.value | string | `""` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
3 changes: 3 additions & 0 deletions charts/endpoint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ Observe collection endpoint utility functions
| global.observe.collectorPort | string | `"443"` | |
| global.observe.collectorScheme | string | `"https"` | |
| global.observe.customer | string | `""` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
3 changes: 3 additions & 0 deletions charts/events/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ Observe kubernetes event collection
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `nil` | |
| tolerations | object | `{}` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
3 changes: 3 additions & 0 deletions charts/logs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ Observe logs collection
| fluent-bit.resources.requests.memory | string | `"128Mi"` | |
| fluent-bit.tolerations[0].operator | string | `"Exists"` | |
| global.observe | object | `{}` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
3 changes: 3 additions & 0 deletions charts/metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,6 @@ Observe metrics collection
| grafana-agent.prom_config.statsd_exporter.port | int | `9125` | |
| grafana-agent.prom_config.statsd_exporter.protocol | string | `"udp"` | |
| grafana-agent.prom_config.wal_truncate_frequency | string | `"30m"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
3 changes: 3 additions & 0 deletions charts/proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ Observe agent proxy (for testing only, do not use)
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
| tolerations | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
3 changes: 3 additions & 0 deletions charts/stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ Observe Kubernetes agent stack
| observe.token.value | string | `""` | |
| proxy.enabled | bool | `false` | |
| traces.enabled | bool | `false` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
6 changes: 3 additions & 3 deletions charts/traces/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: opentelemetry-collector
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.111.2
version: 0.115.0
- name: endpoint
repository: file://../endpoint
version: 0.1.12
- name: proxy
repository: file://../proxy
version: 0.1.8
digest: sha256:cf407f2df82db407e3fc8ac16e855fc153eb1d0e1fe43970e53d864ed29a605a
generated: "2025-01-19T00:22:39.678878202Z"
digest: sha256:248679d651844776a34a61740be897d0f726d4e0aba9a210df910782a0138162
generated: "2025-01-26T00:20:54.267756522Z"
2 changes: 1 addition & 1 deletion charts/traces/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: application
version: 1.0.11
dependencies:
- name: opentelemetry-collector
version: 0.111.2
version: 0.115.0
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
- name: endpoint
version: 0.1.12
Expand Down
5 changes: 4 additions & 1 deletion charts/traces/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Observe OpenTelemetry trace collection
|------------|------|---------|
| file://../endpoint | endpoint | 0.1.12 |
| file://../proxy | proxy | 0.1.8 |
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-collector | 0.111.2 |
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-collector | 0.115.0 |

## Values

Expand Down Expand Up @@ -127,3 +127,6 @@ Observe OpenTelemetry trace collection
| opentelemetry-collector.resources.requests.memory | string | `"256Mi"` | |
| opentelemetry-collector.service.enabled | bool | `true` | |
| proxy.enabled | bool | `false` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

0 comments on commit b2eb8c8

Please sign in to comment.