diff options
author | Vincent Ambo <mail@tazj.in> | 2023-06-09T17·18+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-06-11T16·59+0000 |
commit | ba36a15b3166bcb09bdf2cd67acb6a3763a79e9c (patch) | |
tree | 657cb992c71072c03972999fc8107a022c8be5a1 /corp/ops | |
parent | b3ca1a78eb780e427a85dd1bbe1c649f998dee65 (diff) |
feat(corp/rih): implement backend captcha validation r/6264
Change-Id: Ia80a6aeb8c20bdacbf93356be31592ca4ba7fcdc Reviewed-on: https://cl.tvl.fyi/c/depot/+/8741 Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'corp/ops')
-rw-r--r-- | corp/ops/yandex/rih.tf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corp/ops/yandex/rih.tf b/corp/ops/yandex/rih.tf index 08836eee95d9..3fd59895fb8c 100644 --- a/corp/ops/yandex/rih.tf +++ b/corp/ops/yandex/rih.tf @@ -94,7 +94,7 @@ resource "yandex_serverless_container" "rih_backend" { service_account_id = yandex_iam_service_account.rih_backend.id image { - url = "cr.yandex/crpkcq65tn6bhq6puq2o/rih-backend:dhgw6c4afancx1a3gac6day0bdgd9qhf" + url = "cr.yandex/crpkcq65tn6bhq6puq2o/rih-backend:q8kfd6kwc7p4wphzw1pj916y9m6icl9q" } secrets { |