upgrade dawarich [ci skip]

This commit is contained in:
Viktor Barzin 2026-01-03 16:48:24 +00:00
parent 2607714b31
commit 069f4d9143
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

@ -3,7 +3,7 @@ variable "database_password" {}
variable "geoapify_api_key" {}
variable "image_version" {
type = string
default = "0.36.3"
default = "0.37.1"
}
resource "kubernetes_namespace" "dawarich" {
@ -141,7 +141,7 @@ resource "kubernetes_deployment" "dawarich" {
image = "freikin/dawarich:${var.image_version}"
name = "dawarich-sidekiq"
command = ["sidekiq-entrypoint.sh"]
args = ["sidekiq"]
args = ["bundle exec sidekiq"]
env {
name = "REDIS_URL"
value = "redis://redis.redis.svc.cluster.local:6379"