Skip to content

Commit

Permalink
update zora-saas chart
Browse files Browse the repository at this point in the history
  • Loading branch information
undistrobot committed Dec 11, 2024
1 parent 3010430 commit 07f19eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/zora-saas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: zora-saas
description: A Helm chart to deploy Zora SaaS on Kubernetes
type: application
version: 0.4.8
appVersion: "v0.4.8"
version: 0.4.9
appVersion: "v0.4.9"
2 changes: 2 additions & 0 deletions charts/zora-saas/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ imagePullSecrets:
- name: zora-saas-registry-cred
log:
level: debug
readTimeout: "30s"
writeTimeout: "60s"
proxy:
enabled: false
grafanaDashboard:
Expand Down
2 changes: 1 addition & 1 deletion charts/zora-saas/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ui:
image:
tag: saas-0.10.7
tag: saas-0.10.8
resources:
limits:
#cpu: 100m
Expand Down
2 changes: 1 addition & 1 deletion charts/zora-saas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ blockNewUsers: false

readTimeout: "15s"

writeTimeout: "30s"
writeTimeout: "60s"

monitor:
enabled: false
Expand Down

0 comments on commit 07f19eb

Please sign in to comment.