@red-hat-developer-hub/e2e-test-utils 1.1.44 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -33,7 +33,7 @@ export function isNightlyJob() {
|
|
|
33
33
|
return false;
|
|
34
34
|
}
|
|
35
35
|
// ── Default Packages (DPDY) ──────────────────────────────────────────────────
|
|
36
|
-
const DEFAULT_PACKAGES_BASE_URL = "https://raw.githubusercontent.com/redhat-developer/rhdh/refs/heads";
|
|
36
|
+
const DEFAULT_PACKAGES_BASE_URL = "https://raw.githubusercontent.com/redhat-developer/rhdh-plugin-export-overlays/refs/heads";
|
|
37
37
|
const DEFAULT_DPDY_OCI_REGISTRY = "registry.access.redhat.com/rhdh";
|
|
38
38
|
/**
|
|
39
39
|
* Fetches the list of packages from default.packages.yaml (source for the
|