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"