Skip to content

Commit 2e269a6

Browse files
committed
fix: key error in tg upgrade
1 parent bc908bd commit 2e269a6

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

dk-installer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1840,7 +1840,6 @@ def create_compose_file(self, action, args, username, password, ssl_cert_file, s
18401840
TG_METADATA_DB_HOST: postgres
18411841
TG_TARGET_DB_TRUST_SERVER_CERTIFICATE: yes
18421842
TG_EXPORT_TO_OBSERVABILITY_VERIFY_SSL: no
1843-
TG_DOCKER_RELEASE_CHECK_ENABLED: yes
18441843
TG_INSTANCE_ID: {action.analytics.get_instance_id()}
18451844
TG_ANALYTICS: {"yes" if args.send_analytics_data else "no"}
18461845
{ssl_variables}
@@ -2123,7 +2122,6 @@ def requirements(self):
21232122
return [
21242123
REQ_DOCKER,
21252124
REQ_DOCKER_DAEMON,
2126-
REQ_TESTGEN_IMAGE,
21272125
Requirement(
21282126
"TG_COMPOSE_FILE",
21292127
(

tests/test_tg_upgrade.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def get_compose_content(*extra_vars):
4646
TG_METADATA_DB_HOST: postgres
4747
TG_TARGET_DB_TRUST_SERVER_CERTIFICATE: yes
4848
TG_EXPORT_TO_OBSERVABILITY_VERIFY_SSL: no
49-
TG_DOCKER_RELEASE_CHECK_ENABLED: yes
5049
{}
5150
5251
services:

0 commit comments

Comments
 (0)