Skip to content

Commit

Permalink
[castai-db-optimizer] update proxy image
Browse files Browse the repository at this point in the history
  • Loading branch information
davex98 authored Jan 21, 2025
1 parent 2d4049a commit bb23df2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.4.0
version: 0.5.0
2 changes: 1 addition & 1 deletion 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.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

CAST AI database cache deployment.

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.51.1{{- end -}}
{{- define "defaultProxyVersion" -}}4.51.2{{- end -}}
{{- define "defaultQueryProcessorVersion" -}}v0.3.1{{- end -}}
6 changes: 3 additions & 3 deletions charts/castai-db-optimizer/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ spec:
runAsNonRoot: true
runAsUser: 1000
command:
- /home/polyscale/envoy
- /home/castai/envoy
args:
- -c
- /home/polyscale/envoy.yaml
- /home/castai/envoy.yaml
- --component-log-level
- {{ .Values.proxy.logLevel }}
- --file-flush-interval-msec
Expand All @@ -172,7 +172,7 @@ spec:
{{- end }}
volumeMounts:
- name: envoy-config
mountPath: /home/polyscale/envoy.yaml
mountPath: /home/castai/envoy.yaml
subPath: envoy-config.yaml
- name: temp-storage
mountPath: /tmp
Expand Down

0 comments on commit bb23df2

Please sign in to comment.