fix(matrix-sliding-sync): update appVersion

This commit is contained in:
WrenIX 2024-02-21 01:06:23 +01:00
parent d1fefb5238
commit c4347355f0
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5

View file

@ -77,6 +77,11 @@ helm uninstall matrix-sliding-sync-release
| `"http://localhost:8008"` | `"http://localhost:8008"`
| |
| config.logLevel
| string
| `"INFO"`
|
| config.metrics | config.metrics
| int | int
| `9100` | `9100`
@ -197,12 +202,7 @@ helm uninstall matrix-sliding-sync-release
| `[]` | `[]`
| |
| livenessProbe.httpGet.path | livenessProbe.tcpSocket.port
| string
| `"/"`
|
| livenessProbe.httpGet.port
| string | string
| `"http"` | `"http"`
| |
@ -242,12 +242,7 @@ helm uninstall matrix-sliding-sync-release
| `{}` | `{}`
| |
| readinessProbe.httpGet.path | readinessProbe.tcpSocket.port
| string
| `"/"`
|
| readinessProbe.httpGet.port
| string | string
| `"http"` | `"http"`
| |
@ -384,6 +379,11 @@ Proxy implementation of MSC3575's sync protocol.
| `"http://localhost:8008"` | `"http://localhost:8008"`
| |
| config.logLevel
| string
| `"INFO"`
|
| config.metrics | config.metrics
| int | int
| `9100` | `9100`
@ -504,12 +504,7 @@ Proxy implementation of MSC3575's sync protocol.
| `[]` | `[]`
| |
| livenessProbe.httpGet.path | livenessProbe.tcpSocket.port
| string
| `"/"`
|
| livenessProbe.httpGet.port
| string | string
| `"http"` | `"http"`
| |
@ -549,12 +544,7 @@ Proxy implementation of MSC3575's sync protocol.
| `{}` | `{}`
| |
| readinessProbe.httpGet.path | readinessProbe.tcpSocket.port
| string
| `"/"`
|
| readinessProbe.httpGet.port
| string | string
| `"http"` | `"http"`
| |