Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdenquin committed Dec 26, 2024
1 parent 0b44335 commit 91d2e28
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: '1.17.2'
appVersion: '1.17.4'
description: the Lago open source billing app
name: lago
version: 1.17.2
version: 1.17.4
dependencies:
- name: postgresql
version: '13.2.2'
Expand Down
6 changes: 3 additions & 3 deletions templates/webhook-worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ spec:
name: {{ .Release.Name }}-secrets
key: encryptionPrimaryKey
- name: DATABASE_POOL
value: 20
value: {{ .Values.webhookWorker.rails.sidekiqConcurrency | quote }}
- name: SIDEKIQ_CONCURRENCY
value: 20
value: {{ .Values.webhookWorker.rails.sidekiqConcurrency | quote }}
- name: SIDEKIQ_WEBHOOK
value: true
value: "true"
- name: LAGO_LOG_LEVEL
value: {{ .Values.webhookWorker.rails.logLevel | quote }}
{{- with .Values.webhookWorker.extraEnv }}
Expand Down
3 changes: 2 additions & 1 deletion values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.17.2
version: 1.17.4

# Required: Set the URLs for your API and Frontend services
# Replace these placeholders with the actual domain names.
Expand Down Expand Up @@ -219,6 +219,7 @@ webhookWorker:
enabled: true
replicas: 1
rails:
sidekiqConcurrency: 20
env: 'production'
logStdout: true
logLevel: info
Expand Down

0 comments on commit 91d2e28

Please sign in to comment.