Skip to content

Commit

Permalink
[castai-db-optimizer] update query-processor image (#742)
Browse files Browse the repository at this point in the history
* [castai-db-optimizer] update query-processor image

* fix typo

* changed version
  • Loading branch information
LukaCast authored Feb 26, 2025
1 parent 48733b3 commit 015412b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/castai-db-optimizer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: castai-db-optimizer
description: CAST AI database cache deployment.
type: application
version: 0.16.0
version: 0.16.1
4 changes: 2 additions & 2 deletions charts/castai-db-optimizer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# castai-db-optimizer

![Version: 0.16.0](https://img.shields.io/badge/Version-0.16.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.16.1](https://img.shields.io/badge/Version-0.16.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

CAST AI database cache deployment.

Expand All @@ -18,7 +18,7 @@ CAST AI database cache deployment.
| nodeSelector | object | `{}` | Pod node selector rules. Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ |
| podAnnotations | object | `{}` | Extra annotations to add to the pod. |
| podLabels | object | `{}` | Extra labels to add to the pod. |
| proxy.concurrency | int | `12` | Number of parallel processing streams. This needs to be balanced with cpu resoures for proxy and QP. |
| proxy.concurrency | int | `12` | Number of parallel processing streams. This needs to be balanced with cpu resources for proxy and QP. |
| proxy.dataStorageMedium | string | `"Memory"` | Defines "emptyDir.medium" value for data storage volume. Set to "Memory" for tmpfs disk |
| proxy.dnsLookupFamily | string | `"V4_PREFERRED"` | DNS lookup mode when communicating to outside. will prioritize IPV4 addresses. change to V6_ONLY to use v6 addresses instead. |
| proxy.drainTimeSeconds | int | `60` | Default drain time in seconds. |
Expand Down
2 changes: 1 addition & 1 deletion charts/castai-db-optimizer/templates/_versions.tpl
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{{- define "defaultProxyVersion" -}}4.54.2{{- end -}}
{{- define "defaultQueryProcessorVersion" -}}v0.6.1-rc.1{{- end -}}
{{- define "defaultQueryProcessorVersion" -}}v0.7.1{{- end -}}
2 changes: 1 addition & 1 deletion charts/castai-db-optimizer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ proxy:
logLevel: "filter:info"
# -- Ensure proxy has retrieved initial cache configuration before accepting connections.
readinessProbeEnabled: true
# -- Number of parallel processing streams. This needs to be balanced with cpu resoures for proxy and QP.
# -- Number of parallel processing streams. This needs to be balanced with cpu resources for proxy and QP.
concurrency: 12
# -- DNS lookup mode when communicating to outside. will prioritize IPV4 addresses. change to V6_ONLY to use v6 addresses instead.
dnsLookupFamily: V4_PREFERRED
Expand Down

0 comments on commit 015412b

Please sign in to comment.