This commit is contained in:
“Naeel”
2026-07-01 10:41:53 +04:00
parent e8b8db1d10
commit e96a12e4f9
3 changed files with 7 additions and 4 deletions
+3
View File
@@ -45,6 +45,9 @@ secrets/.s3cfg_registry
secrets/pearlharbor_registry.txt
secrets/id_ed25519.txt
# === MkDocs build ===
site/
# === OS ===
.DS_Store
Thumbs.db
+1 -1
View File
@@ -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"
}
+3 -3
View File
@@ -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"