Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
skadefro committed Oct 13, 2022
1 parent bb1e501 commit a475a50
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/openflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: openflow
description: A Helm chart for deploying a single openflow instance
type: application
version: 0.1.101
appVersion: 1.4.24
version: 0.1.102
appVersion: 1.4.30
dependencies:
- name: mongodb
version: "10.x"
Expand Down
2 changes: 2 additions & 0 deletions charts/openflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ openflow:
socket_rate_limit_points: # to change the amount of points a hit consume, default: 1
socket_rate_limit_duration: # to change how long it takes for a point to expire in seconds, default: 30
socket_rate_limit_points_disconnect: # If client builds up this amount of points, disconnect the client, default: 600
client_heartbeat_timeout: # Disconnect clients who has not send any messages after this many seconds, default: 60
client_signin_timeout: # Disconnect clients who has not signed in after this many seconds, default: 120
otel_trace_dashboardauth: # add trace for dashboardauth events, default: true
otel_trace_pingclients: # add trace for each ping clients in openflow, default: true
otel_trace_include_query: # include query in spans, default: false
Expand Down
29 changes: 28 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,33 @@ entries:
- https://github.com/open-rpa/helm-charts/releases/download/calendso-0.1.1/calendso-0.1.1.tgz
version: 0.1.1
openflow:
- apiVersion: v2
appVersion: 1.4.30
created: "2022-10-13T14:32:14.62349+02:00"
dependencies:
- condition: mongodb.enabled
name: mongodb
repository: https://charts.bitnami.com/bitnami
version: 10.x
- condition: loki.enabled
name: loki
repository: https://grafana.github.io/loki/charts
version: 2.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: 0498382f18391f17d08a53c0c358b7611f7746013c8ed8d97f838d18c235c2d6
name: openflow
type: application
urls:
- https://github.com/open-rpa/helm-charts/releases/download/openflow-0.1.102/openflow-0.1.102.tgz
version: 0.1.102
- apiVersion: v2
appVersion: 1.4.24
created: "2022-09-26T12:06:43.2326103+02:00"
Expand Down Expand Up @@ -1328,4 +1355,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: "2022-09-26T12:06:55.6984569+02:00"
generated: "2022-10-13T14:32:27.4064408+02:00"

0 comments on commit a475a50

Please sign in to comment.