From e96a12e4f9e839d33c1ef359f1b75048c764fd05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Wed, 1 Jul 2026 10:41:53 +0400 Subject: [PATCH] 1 --- .gitignore | 3 +++ TEST_STAND/POSTGRES/main.tf | 2 +- devops/profiles/test/profile.env | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8f218cf..eb0717f 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,9 @@ secrets/.s3cfg_registry secrets/pearlharbor_registry.txt secrets/id_ed25519.txt +# === MkDocs build === +site/ + # === OS === .DS_Store Thumbs.db diff --git a/TEST_STAND/POSTGRES/main.tf b/TEST_STAND/POSTGRES/main.tf index 48ffc70..8ce5485 100644 --- a/TEST_STAND/POSTGRES/main.tf +++ b/TEST_STAND/POSTGRES/main.tf @@ -26,6 +26,6 @@ variable "realm" { provider "nubes" { api_token = var.api_token api_endpoint = "https://deck-api-test.ngcloud.ru/api/v1/index.cfm" - log_level = "debug" # none | info | debug, default = "none" + # log_level = "debug" # none | info | debug, default = "none" } diff --git a/devops/profiles/test/profile.env b/devops/profiles/test/profile.env index dd1bbcf..c80893c 100644 --- a/devops/profiles/test/profile.env +++ b/devops/profiles/test/profile.env @@ -3,9 +3,9 @@ NUBES_API_ENDPOINT="https://deck-api-test.ngcloud.ru/api/v1" TOKEN_FILE="secrets/test.token" # Release versions -RELEASE_VERSION="5.0.55" -PROVIDER_VERSION="5.0.55" -DOCS_VERSION="5.0.55" +RELEASE_VERSION="5.0.57" +PROVIDER_VERSION="5.0.57" +DOCS_VERSION="5.0.57" # Registry/S3 settings REGISTRY_HOST="terra.k8c.ru"