Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 2025-08-28

- Updates env files with registry and repo names
- adds this CHANGELOG.md
- adds hardcoded 5 minutes sync interval ALLURE_SCHEDULER_INTEGRATION_EXPORT to all configs
3 changes: 3 additions & 0 deletions testops-demo/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ services:
ALLURE_SECURE: ${DEMO_INSTANCE_SECURE_COOKIE}
ALLURE_JWT_ACCESS_TOKEN_VALIDITY_SECONDS: ${DEMO_INSTANCE_SESSION_DURATION}

# Export for TMS integrations
ALLURE_SCHEDULER_INTEGRATION_EXPORT: "0 */5 * * * ?"

ALLURE_ENDPOINT: ${DEMO_INSTANCE_PROTO}://${DEMO_INSTANCE_HOST}
ALLURE_CRYPTO_PASSWORD: ${DEMO_INSTANCE_CRYPTO_PASSWORD}

Expand Down
8 changes: 4 additions & 4 deletions testops-demo/env-example
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
########################################################################################

# Update this to install different release – check the release notes
RELEASE_TO_DEPLOY=5.11.3
RELEASE_TO_DEPLOY=25.3.2

########################################################################################
# Registry Settings
# Following parameters define the source of TestOps images
# Default source is to be set accordingly to the documentation of the deployment with docker compose
# You need to provide the registry url, e.g. docker.io and the repo name, both are described in the docs
########################################################################################
IMAGES_REGISTRY=<correct registry here>
IMAGES_REPO=<correct repo name accordingly to the docs>
IMAGES_REGISTRY=docker.io
IMAGES_REPO=allure

########################################################################################
# FIRST_ADMIN_EMAIL
Expand Down Expand Up @@ -75,7 +75,7 @@ DEMO_INSTANCE_JWT_SECRET=123456789ABCDEF
# DEMO_INSTANCE_CRYPTO_PASSWORD
# Parameter is used for the encryption of the sensitive data in the database. Users' passwords,
# Integrations' secreats are encrypted using this password
# Update this parameter once before the deployment and do not change it. Keep it in a safe place.
# Update this parameter once before the deployment and DO NOT CHANGE OR LOSE IT. Keep it in a safe place.
########################################################################################
DEMO_INSTANCE_CRYPTO_PASSWORD=aHR0cHM6Ly9oZWxwLnFhbWV0YS5pbw==

Expand Down
3 changes: 3 additions & 0 deletions testops-ldap/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ services:
ALLURE_ENDPOINT: ${TESTOPS_PROTO}://${TESTOPS_INSTANCE_URL}
ALLURE_CRYPTO_PASSWORD: ${TESTOPS_CRYPTO_PASSWORD}

# Export for TMS integrations
ALLURE_SCHEDULER_INTEGRATION_EXPORT: "0 */5 * * * ?"

# legacy parameters for users registration, leave as they are defined
ALLURE_REGISTRATION_AUTOAPPROVE: false
ALLURE_REGISTRATION_ENABLED: false
Expand Down
8 changes: 4 additions & 4 deletions testops-ldap/env-example
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Update this to install different release – check the release notes
# Migration to version 5 from version 4 is possible from 4.26.5 to 5.3.3
########################################################################################
RELEASE_TO_DEPLOY=5.11.3
RELEASE_TO_DEPLOY=25.3.2

########################################################################################
# Registry Settings
Expand All @@ -15,8 +15,8 @@ RELEASE_TO_DEPLOY=5.11.3
# You need to provide the registry url, e.g. docker.io and the repo name, both are described in the docs.
########################################################################################

IMAGES_REGISTRY=<correct registry here>
IMAGES_REPO=<correct repo name accordingly to the docs>
IMAGES_REGISTRY=docker.io
IMAGES_REPO=allure

########################################################################################
# FIRST_ADMIN_EMAIL
Expand Down Expand Up @@ -77,7 +77,7 @@ TESTOPS_JWT_SECRET=123456789ABCDEF
# TESTOPS_CRYPTO_PASSWORD
# Parameter is used for the encryption of the sensitive data in the database. Users' passwords,
# Integrations' secrets are encrypted using this password
# Update this parameter once before the deployment and do not change it. Keep it in a safe place.
# Update this parameter once before the deployment and DO NOT CHANGE OR LOSE IT. Keep it in a safe place.
########################################################################################
TESTOPS_CRYPTO_PASSWORD=aHR0cHM6Ly9oZWxwLnFhbWV0YS5pbw==

Expand Down
3 changes: 3 additions & 0 deletions testops-openid/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ services:
ALLURE_ENDPOINT: ${TESTOPS_PROTO}://${TESTOPS_INSTANCE_URL}
ALLURE_CRYPTO_PASSWORD: ${TESTOPS_CRYPTO_PASSWORD}

# Export for TMS integrations
ALLURE_SCHEDULER_INTEGRATION_EXPORT: "0 */5 * * * ?"

# legacy parameters for users registration, leave as they are defined
ALLURE_REGISTRATION_AUTOAPPROVE: false
ALLURE_REGISTRATION_ENABLED: false
Expand Down
8 changes: 4 additions & 4 deletions testops-openid/env-example
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Update this to install different release – check the release notes

RELEASE_TO_DEPLOY=5.11.3
RELEASE_TO_DEPLOY=25.3.2

########################################################################################
# Registry Settings
Expand All @@ -14,8 +14,8 @@ RELEASE_TO_DEPLOY=5.11.3
# You need to provide the registry url, e.g. docker.io and the repo name, both are described in the docs.
########################################################################################

IMAGES_REGISTRY=<correct registry here>
IMAGES_REPO=<correct repo name accordingly to the docs>
IMAGES_REGISTRY=docker.io
IMAGES_REPO=allure

########################################################################################
# FIRST_ADMIN_EMAIL
Expand Down Expand Up @@ -76,7 +76,7 @@ TESTOPS_JWT_SECRET=123456789ABCDEF
# TESTOPS_CRYPTO_PASSWORD
# Parameter is used for the encryption of the sensitive data in the database. Users' passwords,
# Integrations' secrets are encrypted using this password
# Update this parameter once before the deployment and do not change it. Keep it in a safe place.
# Update this parameter once before the deployment and DO NOT CHANGE OR LOSE IT. Keep it in a safe place.
########################################################################################
TESTOPS_CRYPTO_PASSWORD=aHR0cHM6Ly9oZWxwLnFhbWV0YS5pbw==

Expand Down
3 changes: 3 additions & 0 deletions testops-saml/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ services:
ALLURE_ENDPOINT: ${TESTOPS_PROTO}://${TESTOPS_INSTANCE_URL}
ALLURE_CRYPTO_PASSWORD: ${TESTOPS_CRYPTO_PASSWORD}

# Export for TMS integrations
ALLURE_SCHEDULER_INTEGRATION_EXPORT: "0 */5 * * * ?"

# legacy parameters for users registration, leave as they are defined
ALLURE_REGISTRATION_AUTOAPPROVE: false
ALLURE_REGISTRATION_ENABLED: false
Expand Down
8 changes: 4 additions & 4 deletions testops-saml/env-example
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Update this to install different release – check the release notes
# Migration to version 5 from version 4 is possible from 4.26.5 to 5.5.1

RELEASE_TO_DEPLOY=5.11.3
RELEASE_TO_DEPLOY=25.3.2

########################################################################################
# Registry Settings
Expand All @@ -14,8 +14,8 @@ RELEASE_TO_DEPLOY=5.11.3
# You need to provide the registry url, e.g. docker.io and the repo name, both are described in the docs.
########################################################################################

IMAGES_REGISTRY=<correct registry here>
IMAGES_REPO=<correct repo name accordingly to the docs>
IMAGES_REGISTRY=docker.io
IMAGES_REPO=allure

########################################################################################
# FIRST_ADMIN_EMAIL
Expand Down Expand Up @@ -76,7 +76,7 @@ TESTOPS_JWT_SECRET=123456789ABCDEF
# TESTOPS_CRYPTO_PASSWORD
# Parameter is used for the encryption of the sensitive data in the database. Users' passwords,
# Integrations' secrets are encrypted using this password
# Update this parameter once before the deployment and do not change it. Keep it in a safe place.
# Update this parameter once before the deployment and DO NOT CHANGE OR LOSE IT. Keep it in a safe place.
########################################################################################
TESTOPS_CRYPTO_PASSWORD=aHR0cHM6Ly9oZWxwLnFhbWV0YS5pbw==

Expand Down
3 changes: 3 additions & 0 deletions testops/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ services:
ALLURE_ENDPOINT: ${TESTOPS_PROTO}://${TESTOPS_INSTANCE_URL}
ALLURE_CRYPTO_PASSWORD: ${TESTOPS_CRYPTO_PASSWORD}

# Export for TMS integrations
ALLURE_SCHEDULER_INTEGRATION_EXPORT: "0 */5 * * * ?"

# legacy parameters for users registration, leave as they are defined
ALLURE_REGISTRATION_AUTOAPPROVE: false
ALLURE_REGISTRATION_ENABLED: false
Expand Down
8 changes: 4 additions & 4 deletions testops/env-example
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Update this to install different release – check the release notes
# Migration to version 5 from version 4 is possible from 4.26.5 to 5.5.1

RELEASE_TO_DEPLOY=5.11.3
RELEASE_TO_DEPLOY=25.3.2

########################################################################################
# Registry Settings
Expand All @@ -14,8 +14,8 @@ RELEASE_TO_DEPLOY=5.11.3
# You need to provide the registry url, e.g. docker.io and the repo name, both are described in the docs.
########################################################################################

IMAGES_REGISTRY=<correct registry here>
IMAGES_REPO=<correct repo name accordingly to the docs>
IMAGES_REGISTRY=docker.io
IMAGES_REPO=allure

########################################################################################
# FIRST_ADMIN_EMAIL
Expand Down Expand Up @@ -76,7 +76,7 @@ TESTOPS_JWT_SECRET=123456789ABCDEF
# TESTOPS_CRYPTO_PASSWORD
# Parameter is used for the encryption of the sensitive data in the database. Users' passwords,
# Integrations' secrets are encrypted using this password
# Update this parameter once before the deployment and do not change it. Keep it in a safe place.
# Update this parameter once before the deployment and DO NOT CHANGE OR LOSE IT. Keep it in a safe place.
########################################################################################
TESTOPS_CRYPTO_PASSWORD=aHR0cHM6Ly9oZWxwLnFhbWV0YS5pbw==

Expand Down