Skip to content

Commit

Permalink
Fix BREAKING CHANGE AGAIN in opentelemetry-collector
Browse files Browse the repository at this point in the history
  • Loading branch information
skadefro committed Jul 3, 2024
1 parent 24572b0 commit 0865613
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/openflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: openflow
description: A Helm chart for deploying a single openflow instance
type: application
version: 0.1.116
version: 0.1.117
appVersion: 1.5.1
dependencies:
# - name: mongodb
Expand Down
5 changes: 4 additions & 1 deletion charts/openflow/templates/otel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ data:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
{{- if (eq .Values.exporter.kubestatemetrics.enabled true) }}
prometheus:
config:
Expand Down Expand Up @@ -45,7 +47,8 @@ data:
check_interval: {{ .Values.exporter.memorylimit.check_interval }}
{{- end }}
extensions:
health_check: {}
health_check:
endpoint: 0.0.0.0:13133
zpages: {}
exporters:
{{- if (eq .Values.jaeger.enabled true) }}
Expand Down
31 changes: 27 additions & 4 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ entries:
mongodb:
- apiVersion: v2
appVersion: 6.0.0
created: "2024-05-24T09:47:30.149913907+02:00"
created: "2024-07-03T22:34:53.894545612+02:00"
description: A Helm chart for deploying a mongodb
digest: 3be92be7e3193ccd9160a610e20a79fd094f4b0ba3df2ff7d239a9f7f811444a
name: mongodb
Expand Down Expand Up @@ -208,7 +208,30 @@ entries:
openflow:
- apiVersion: v2
appVersion: 1.5.1
created: "2024-05-24T09:47:31.3362201+02:00"
created: "2024-07-03T22:34:55.381774955+02:00"
dependencies:
- condition: mongodb.enabled
name: mongodb
repository: https://open-rpa.github.io/helm-charts/
version: x
- condition: jaeger.enabled
name: jaeger
repository: https://jaegertracing.github.io/helm-charts
version: 0.x
- condition: victoria-metrics-cluster.enabled
name: victoria-metrics-cluster
repository: https://victoriametrics.github.io/helm-charts
version: 0.x
description: A Helm chart for deploying a single openflow instance
digest: e8315efd23ba27aa8c8f5bbc6cb4168d5863444a452cf5079115d4a04b7b01f8
name: openflow
type: application
urls:
- https://github.com/open-rpa/helm-charts/releases/download/openflow-0.1.117/openflow-0.1.117.tgz
version: 0.1.117
- apiVersion: v2
appVersion: 1.5.1
created: "2024-07-03T22:34:55.104063951+02:00"
dependencies:
- condition: mongodb.enabled
name: mongodb
Expand All @@ -231,7 +254,7 @@ entries:
version: 0.1.116
- apiVersion: v2
appVersion: 1.5.1
created: "2024-05-24T09:47:31.05772476+02:00"
created: "2024-07-03T22:34:54.837493098+02:00"
dependencies:
- condition: mongodb.enabled
name: mongodb
Expand Down Expand Up @@ -1747,4 +1770,4 @@ entries:
urls:
- https://github.com/open-rpa/helm-charts/releases/download/rocketchat-3.0.2/rocketchat-3.0.2.tgz
version: 3.0.2
generated: "2024-05-24T09:47:31.337116826+02:00"
generated: "2024-07-03T22:34:55.382546572+02:00"

0 comments on commit 0865613

Please sign in to comment.