Skip to content

Commit 94c44eb

Browse files
committed
Update-2024-07-15_17:24:28
1 parent 19be5b9 commit 94c44eb

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

charts/netris-controller/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 2.3.0-alpha.11
18+
version: 2.3.0-alpha.12
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: 4.3.0-alpha.11
24+
appVersion: 4.3.0-alpha.12
2525
home: https://netris.ai
2626
icon: https://www.netris.ai/wp-content/uploads/2021/01/logo-300.png # [todo] Change url to permalink
2727
keywords:

charts/netris-controller/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The following table lists the configurable parameters of the netris-controller c
8989
| ------------------------------------------------------------------| --------------------------------------------------------------------------------------------------------- | --------------------------------- |
9090
| `web-service-backend.replicaCount` | Number of replicas in web-service-backend deployment | `1` |
9191
| `web-service-backend.image.repository` | Image repository | `netrisai/controller-web-service-backend` |
92-
| `web-service-backend.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.3.0-030"` |
92+
| `web-service-backend.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.3.0-037"` |
9393
| `web-service-backend.image.pullPolicy` | Image pull policy | `IfNotPresent` |
9494
| `web-service-backend.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` |
9595
| `web-service-backend.service.type` | Kubernetes service type | `ClusterIP` |
@@ -107,7 +107,7 @@ The following table lists the configurable parameters of the netris-controller c
107107
| ------------------------------------------------------------------| --------------------------------------------------------------------------------------------------------- | --------------------------------- |
108108
| `web-service-frontend.replicaCount` | Number of replicas in web-service-frontend deployment | `1` |
109109
| `web-service-frontend.image.repository` | Image repository | `netrisai/controller-web-service-frontend` |
110-
| `web-service-frontend.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.3.0-040"` |
110+
| `web-service-frontend.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.3.0-044"` |
111111
| `web-service-frontend.image.pullPolicy` | Image pull policy | `IfNotPresent` |
112112
| `web-service-frontend.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` |
113113
| `web-service-frontend.service.type` | Kubernetes service type | `ClusterIP` |
@@ -124,7 +124,7 @@ The following table lists the configurable parameters of the netris-controller c
124124
| -------------------------------------- | --------------------------------------------------------------------------------------------------------- | -------------------------- |
125125
| `grpc.replicaCount` | Number of replicas in grpc deployment | `1` |
126126
| `grpc.image.repository` | Image repository | `netrisai/controller-grpc` |
127-
| `grpc.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.3.0.008"` |
127+
| `grpc.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.3.0.009"` |
128128
| `grpc.image.pullPolicy` | Image pull policy | `IfNotPresent` |
129129
| `grpc.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` |
130130
| `grpc.service.type` | Kubernetes service type | `ClusterIP` |

charts/netris-controller/values.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ web-service-backend:
8383
repository: netrisai/controller-web-service-backend
8484
pullPolicy: IfNotPresent
8585
# Overrides the image tag whose default is the chart appVersion.
86-
tag: "4.3.0-030"
86+
tag: "4.3.0-037"
8787

8888
imagePullSecrets: []
8989

@@ -110,7 +110,7 @@ web-service-frontend:
110110
repository: netrisai/controller-web-service-frontend
111111
pullPolicy: IfNotPresent
112112
# Overrides the image tag whose default is the chart appVersion.
113-
tag: "4.3.0-040"
113+
tag: "4.3.0-044"
114114

115115
imagePullSecrets: []
116116

@@ -134,7 +134,7 @@ grpc:
134134
repository: netrisai/controller-grpc
135135
pullPolicy: IfNotPresent
136136
# Overrides the image tag whose default is the chart appVersion.
137-
tag: "4.3.0.008"
137+
tag: "4.3.0.009"
138138

139139
imagePullSecrets: []
140140

@@ -324,8 +324,8 @@ graphite:
324324
ENABLE_LOGROTATION = True
325325
USER =
326326
MAX_CACHE_SIZE = inf
327-
MAX_UPDATES_PER_SECOND = 500
328-
MAX_CREATES_PER_MINUTE = 30
327+
MAX_UPDATES_PER_SECOND = 10000
328+
MAX_CREATES_PER_MINUTE = 50000
329329
MIN_TIMESTAMP_RESOLUTION = 1
330330
LINE_RECEIVER_INTERFACE = 0.0.0.0
331331
LINE_RECEIVER_PORT = 2003

0 commit comments

Comments
 (0)