upgrade dawarich [ci skip]

This commit is contained in:
Viktor Barzin 2026-01-03 16:48:24 +00:00
parent b1486c1de7
commit c8354470a0

View file

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